/* "Wow" layer for obfilm.club v2 — cinematic sections on Film Slate, kinetic type, pinned reel, cursor.
   Loaded site-wide; every rule is scoped to .wow-* classes so v1 pages are untouched. */
:root { --slate: #2D302F; --slate-2: #232625; --tan: #FFEAD9; --wow-max: 1680px; }

/* Page-level background morph: body.wow-dark = slate, default = tan. JS toggles as sections pass. */
body.wow-page { background: var(--tan); transition: background-color .4s var(--ease); }
body.wow-page.wow-dark { background: var(--slate); }
body.wow-page .elementor-location-header .site-header-bar { background: transparent; border-bottom-color: transparent; position: fixed; left: 0; right: 0; top: 0; z-index: 50; transition: background .4s var(--ease), transform .45s var(--ease), border-color .4s var(--ease), backdrop-filter .4s var(--ease); }
body.wow-page.hdr-solid .elementor-location-header .site-header-bar { background: rgba(255,234,217,.86); -webkit-backdrop-filter: saturate(140%) blur(14px); backdrop-filter: saturate(140%) blur(14px); border-bottom-color: rgba(45,48,47,.12); min-height: 64px; }
body.wow-page.hdr-solid.wow-dark .elementor-location-header .site-header-bar { background: rgba(45,48,47,.82); border-bottom-color: rgba(255,234,217,.1); }
body.wow-page.hdr-hidden .elementor-location-header .site-header-bar { transform: translateY(-100%); }
body.wow-page.wow-dark .site-nav .elementor-nav-menu--main .elementor-item { color: var(--tan); }
body.wow-page.wow-dark .site-nav .elementor-nav-menu--main li.menu-backlot .elementor-item { background: var(--tan); color: var(--slate); }
body.wow-page.wow-dark .site-nav .elementor-menu-toggle { color: var(--tan); }
body.wow-page.wow-dark .wordmark img { filter: brightness(0) saturate(100%) invert(93%) sepia(9%) saturate(500%) hue-rotate(320deg); } /* horizontal logo → tan (monochrome use) */
.wow-grain::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18; mix-blend-mode: overlay; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

/* ── Hero ─────────────────────────────────────────────── */
.wow-hero { position: relative; min-height: 100vh; min-height: 100svh; overflow: hidden; background: var(--slate); color: var(--tan); display: flex; flex-direction: column; justify-content: flex-end; }
.wow-hero .vid { position: absolute; inset: 0; overflow: hidden; }
.wow-hero .vid video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .8; transform: scale(1.06); transition: transform 1.6s var(--ease); }
.wow-hero .vid::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(45,48,47,.55) 0%, rgba(45,48,47,.15) 40%, rgba(45,48,47,.85) 100%); }
.wow-hero .vid .mob { display: none; } @media (max-width: 767px) { .wow-hero .vid .desk { display: none; } .wow-hero .vid .mob { display: block; } }
.wow-hero .inner { position: relative; z-index: 2; padding: 0 var(--gutter) 150px; will-change: transform, opacity; max-width: var(--wow-max); margin: 0 auto; width: 100%; box-sizing: border-box; }
.wow-hero .kicker, .wow-hero .kicker * { color: rgba(255,234,217,.8) !important; }
.wow-hero h1 { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; letter-spacing: -.035em; line-height: .88; font-size: clamp(64px, 13.5vw, 224px); color: var(--tan); margin: 12px 0 0; }
.wow-hero h1 .w { display: inline-block; overflow: hidden; vertical-align: top; }
.wow-hero h1 .w > span { display: inline-block; transform: translateY(110%); animation: wow-rise .9s var(--ease) forwards; }
.wow-hero h1 .w:nth-child(2) > span { animation-delay: .12s; } .wow-hero h1 .w:nth-child(3) > span { animation-delay: .24s; } .wow-hero h1 .w:nth-child(4) > span { animation-delay: .36s; }
.wow-hero h1 .accent { color: var(--orange); }
@keyframes wow-rise { to { transform: none; } }
.wow-hero .row { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; margin-top: 28px; }
.wow-hero .lede { max-width: 520px; font-size: 18px; color: rgba(255,234,217,.85); opacity: 0; animation: obfc-rise 1s var(--ease) .5s forwards; }
.wow-hero .btns { display: flex; gap: 12px; flex-wrap: wrap; opacity: 0; animation: obfc-rise 1s var(--ease) .65s forwards; }
.wow-hero .scroll-hint { position: absolute; right: var(--gutter); bottom: 60px; z-index: 3; display: flex; align-items: center; gap: 10px; font-family: var(--font-sans); font-weight: 500; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,234,217,.7); }
.wow-hero .scroll-hint i { display: block; width: 38px; height: 1px; background: rgba(255,234,217,.5); overflow: hidden; position: relative; }
.wow-hero .scroll-hint i::after { content: ""; position: absolute; inset: 0; background: var(--orange); transform: translateX(-100%); animation: wow-line 1.8s var(--ease) infinite; }
@keyframes wow-line { 60% { transform: none; } 100% { transform: translateX(100%); } }
.wow-hero .now { position: absolute; right: var(--gutter); bottom: 118px; z-index: 3; display: inline-flex; align-items: center; gap: 14px; padding: 12px 16px 12px 14px; background: rgba(45,48,47,.55); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border: 1px solid rgba(255,234,217,.18); color: var(--tan); text-decoration: none; transition: background .2s var(--ease), transform .2s var(--ease); }
.wow-hero .now:hover { background: rgba(45,48,47,.8); transform: translateY(-2px); color: var(--tan); }
.wow-hero .now .k { font-family: var(--font-sans); font-weight: 500; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); }
.wow-hero .now .t { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: 16px; letter-spacing: -.01em; }
.wow-hero .now .p { display: grid; place-items: center; width: 34px; height: 34px; background: var(--orange); color: var(--slate); border-radius: 50% !important; }
.wow-hero .now .p svg { width: 12px; height: 12px; fill: currentColor; }
.wow-hero .scroll-hint { display: none; }
@media (max-width: 767px) { .wow-hero .now { position: static; margin: 24px var(--gutter) 0; } .wow-hero .inner { padding-bottom: 72px; } }

/* Buttons on dark */
a.wow-btn, .elementor-widget-button.wow-btn .elementor-button { display: inline-flex; align-items: center; gap: 10px; height: 54px; padding: 0 24px; font-family: var(--font-sans); font-weight: 700; font-size: 15px; border: 1.5px solid transparent; transition: transform .18s var(--ease), background .18s var(--ease), color .18s var(--ease), border-color .18s var(--ease); }
a.wow-btn:hover, .elementor-widget-button.wow-btn .elementor-button:hover { transform: translateY(-2px); }
a.wow-btn.orange, .elementor-widget-button.wow-btn.orange .elementor-button { background: var(--orange); color: var(--slate); } a.wow-btn.orange:hover, .elementor-widget-button.wow-btn.orange .elementor-button:hover { background: var(--orange-deep); color: var(--slate); }
a.wow-btn.ghost-tan, .elementor-widget-button.wow-btn.ghost-tan .elementor-button { border-color: rgba(255,234,217,.6); color: var(--tan); } a.wow-btn.ghost-tan:hover, .elementor-widget-button.wow-btn.ghost-tan .elementor-button:hover { border-color: var(--tan); color: var(--tan); }
a.wow-btn.slate, .elementor-widget-button.wow-btn.slate .elementor-button { background: var(--slate); color: var(--tan); } a.wow-btn.slate:hover, .elementor-widget-button.wow-btn.slate .elementor-button:hover { background: #000; color: var(--tan); }
a.wow-btn.ghost-slate, .elementor-widget-button.wow-btn.ghost-slate .elementor-button { border-color: var(--slate); color: var(--slate); } a.wow-btn.ghost-slate:hover, .elementor-widget-button.wow-btn.ghost-slate .elementor-button:hover { border-color: var(--orange-deep); color: var(--orange-deep); }

/* ── Marquee band: straight box with a slanted clip (rotated boxes alias in Safari); only the text is tilted ── */
.wow-band { position: relative; z-index: 3; margin: calc(-2.8vw - 30px) 0; padding: calc(2.8vw + 28px) 0; background: var(--orange); color: var(--slate); white-space: nowrap; overflow: hidden; font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(22px, 2.6vw, 38px); letter-spacing: -.01em; clip-path: polygon(0 2.8vw, 100% 0, 100% calc(100% - 2.8vw), 0 100%); }
.wow-band > div, .wow-band .elementor-widget-icon-list { display: inline-block; animation: obfc-tick 40s linear infinite; padding-left: 0; transform: rotate(-1.6deg); transform-origin: 50% 50%; }
.wow-band > div > span { display: inline-block; padding: 0 28px; } .wow-band > div > span::after { content: "✶"; margin-left: 56px; color: var(--slate); }

/* ── Pinned reel ──────────────────────────────────────── */
.wow-reel { position: relative; background: var(--slate); color: var(--tan); }
.wow-reel .track { position: relative; }
.wow-reel .panel { position: sticky; top: 0; height: 100vh; height: 100svh; display: grid; grid-template-columns: minmax(0, 720px) 1fr; align-items: center; gap: 48px; padding: 0 var(--gutter); overflow: hidden; }
.wow-reel .trig { height: 100vh; height: 100svh; }
.wow-reel .list { position: relative; z-index: 2; }
.wow-reel .head { font-family: var(--font-sans); font-weight: 500; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,234,217,.6); margin-bottom: 22px; }
.wow-reel .item { display: grid; grid-template-columns: 56px 1fr; align-items: baseline; gap: 16px; padding: 10px 0; border-top: 1px solid rgba(255,234,217,.12); color: rgba(255,234,217,.42); transition: color .4s var(--ease); cursor: pointer; text-decoration: none; }
.wow-reel .item:last-child { border-bottom: 1px solid rgba(255,234,217,.12); }
.wow-reel .item .n { font-family: var(--font-sans); font-weight: 500; font-size: 12px; letter-spacing: .12em; }
.wow-reel .item .thumb { display: none; }
.wow-reel .item .t { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(24px, 2.6vw, 40px); line-height: 1; letter-spacing: -.02em; transition: transform .5s var(--ease); }
.wow-reel .item .m { display: block; font-family: var(--font-sans); font-weight: 500; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; margin-top: 4px; opacity: 0; transform: translateY(-4px); transition: opacity .4s var(--ease), transform .4s var(--ease); }
.wow-reel .item.is-active { color: var(--tan); } .wow-reel .item.is-active .t { transform: translateX(10px); color: var(--tan); } .wow-reel .item.is-active .m { opacity: .7; transform: none; }
.wow-reel .item.is-active .n { color: var(--orange); }
.wow-reel .stage { position: absolute; inset: 0; overflow: hidden; background: var(--slate-2); }
.wow-reel .stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(45,48,47,.96) 0%, rgba(45,48,47,.82) 34%, rgba(45,48,47,.25) 70%, rgba(45,48,47,.15) 100%); }
.wow-reel .stage .slide { position: absolute; inset: 0; opacity: 0; transform: scale(1.06); transition: opacity .9s var(--ease), transform 1.6s var(--ease); }
.wow-reel .stage .slide.is-active { opacity: 1; transform: none; }
.wow-reel .item .t { text-shadow: 0 2px 30px rgba(0,0,0,.4); }
.wow-reel .stage img, .wow-reel .stage video { width: 100%; height: 100%; object-fit: cover; display: block; }
.wow-reel .stage .tag { position: absolute; right: var(--gutter); bottom: 96px; z-index: 2; display: inline-flex; align-items: center; gap: 8px; background: var(--tan); color: var(--slate); font-family: var(--font-sans); font-weight: 700; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; padding: 8px 12px; }
@media (max-width: 900px) {
  /* Phones: no pin, no stage. Each film is a tappable row with its still. */
  .wow-reel .panel { position: static; height: auto; display: block; padding: 40px var(--gutter) 48px; overflow: visible; }
  .wow-reel .trig, .wow-reel .stage { display: none; }
  .wow-reel .item { grid-template-columns: 96px 1fr; align-items: center; gap: 14px; padding: 12px 0; color: var(--tan); }
  .wow-reel .item .n { display: none; }
  .wow-reel .item .thumb { display: block; width: 96px; aspect-ratio: 4 / 3; object-fit: cover; background: var(--slate-2); }
  .wow-reel .item .t { font-size: 20px; } .wow-reel .item .m { opacity: .7; transform: none; }
  .wow-reel .item.is-active .t { transform: none; }
}

/* ── Numbers: dark stats band ────────────────────────── */
.wow-numbers { position: relative; background: var(--slate); color: var(--tan); padding: 112px var(--gutter); overflow: hidden; }
.wow-numbers .wrap { max-width: var(--wow-max); margin: 0 auto; display: grid; grid-template-columns: 1.1fr 2fr; gap: 64px; align-items: end; }
.wow-numbers h2 { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(36px, 4.4vw, 64px); line-height: .92; letter-spacing: -.03em; margin: 0 0 16px; color: var(--tan); }
.wow-numbers .k { font-family: var(--font-sans); font-weight: 500; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,234,217,.6); margin-bottom: 18px; }
.wow-numbers .lede { font-family: var(--font-sans); font-weight: 500; font-size: 17px; line-height: 1.5; color: rgba(255,234,217,.8); max-width: 440px; margin: 0; }
.wow-numbers .grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 40px; }
.wow-numbers .num { border-top: 1px solid rgba(255,234,217,.18); padding: 22px 0 26px; }
.wow-numbers .v { font-family: var(--font-display); font-weight: 900; font-size: clamp(64px, 6.5vw, 112px); line-height: .9; letter-spacing: -.03em; color: var(--orange); }
.wow-numbers .l { font-family: var(--font-sans); font-weight: 500; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; margin-top: 10px; color: rgba(255,234,217,.65); }
@media (max-width: 900px) { .wow-numbers { padding: 64px var(--gutter); } .wow-numbers .wrap { grid-template-columns: 1fr; gap: 32px; } .wow-numbers .grid { gap: 0 20px; } }

/* ── Process (giant numerals parallax) ────────────────── */
.wow-steps { padding: 32px var(--gutter) 96px; background: var(--tan); }
.wow-steps .step { opacity: 0; transition: opacity .9s var(--ease), transform .9s var(--ease); }
.wow-steps .step.from-right { transform: translateX(80px); } .wow-steps .step.from-left { transform: translateX(-80px); } .wow-steps .step.from-bottom { transform: translateY(80px); }
.wow-steps .step.is-in { opacity: 1; transform: none; }
.wow-steps .step { position: relative; display: grid; grid-template-columns: 1.1fr 1fr; gap: 40px; align-items: center; padding: 48px 0; border-top: 1.5px solid var(--slate); }
.wow-steps .big { font-family: var(--font-display); font-weight: 900; font-size: clamp(120px, 18vw, 280px); line-height: .8; letter-spacing: -.05em; color: transparent; -webkit-text-stroke: 2px var(--orange-deep); will-change: transform; }
.wow-steps .step:nth-child(even) .big { text-align: right; }
.wow-steps h3 { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(28px, 3.4vw, 48px); line-height: .95; letter-spacing: -.02em; color: var(--slate); margin: 0 0 12px; }
.wow-steps p { font-family: var(--font-sans); font-weight: 500; font-size: 17px; line-height: 1.5; color: var(--ink-2); margin: 0; max-width: 480px; }
@media (max-width: 767px) { .wow-steps .step { grid-template-columns: 1fr; gap: 8px; padding: 28px 0; } .wow-steps .step:nth-child(even) .big { text-align: left; } .wow-steps .big { order: -1; transform: none !important; font-size: 96px; } }

/* ── Festival ─────────────────────────────────────────── */
.wow-light { background: var(--tan); padding: 0 var(--gutter) 96px; }
.wow-fest { position: relative; margin: 0 auto; max-width: calc(var(--wow-max) - var(--gutter) * 2); padding: 64px 56px; background: var(--orange); color: var(--slate); overflow: hidden; transform: rotate(-.6deg); }
.wow-fest .k { font-family: var(--font-sans); font-weight: 500; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(45,48,47,.75); }
.wow-fest h2 { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(40px, 6.5vw, 96px); line-height: .9; letter-spacing: -.03em; margin: 10px 0 16px; }
.wow-fest p { font-family: var(--font-sans); font-weight: 500; font-size: 17px; max-width: 560px; margin: 0 0 24px; }
@media (max-width: 767px) { .wow-light { padding-bottom: 56px; } .wow-fest { padding: 36px 24px; } }

/* ── Join (dark) ──────────────────────────────────────── */
.wow-join { position: relative; background: var(--slate); color: var(--tan); padding: 112px var(--gutter) 96px; overflow: hidden; }
.wow-join .logo { width: min(64vw, 680px); height: auto; display: block; margin: 0 auto 40px; filter: brightness(0) saturate(100%) invert(93%) sepia(9%) saturate(500%) hue-rotate(320deg); opacity: .95; }
.wow-join h2 { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(44px, 8vw, 120px); line-height: .9; letter-spacing: -.03em; text-align: center; margin: 0 0 20px; }
.wow-join h2 .accent { color: var(--orange); }
.wow-join p { font-family: var(--font-sans); font-weight: 500; font-size: 18px; color: rgba(255,234,217,.85); text-align: center; max-width: 620px; margin: 0 auto 28px; }
.wow-join .btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.wow-join .meet { text-align: center; font-family: var(--font-sans); font-weight: 700; font-size: 16px; margin-top: 28px; color: var(--tan); }

/* ── Cursor (desktop, fine pointer only): the full-colour club reel, translucent; over anything clickable it goes
   opaque on a disc in the inverse ground colour (slate disc on tan sections, tan disc on dark ones) ── */
@media (hover: hover) and (pointer: fine) {
  body.wow-page { cursor: none; } body.wow-page a, body.wow-page button { cursor: none; }
  .wow-cursor { position: fixed; left: 0; top: 0; z-index: 2147483001; pointer-events: none; width: 56px; height: 56px; transform: translate(-50%, -50%); opacity: .65; transition: opacity .2s var(--ease), width .2s var(--ease), height .2s var(--ease); }
  .wow-cursor::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--slate); opacity: 0; transform: scale(.6); transition: opacity .2s var(--ease), transform .25s var(--ease), background .2s var(--ease); }
  body.wow-dark .wow-cursor::before { background: var(--tan); }
  .wow-cursor::after { content: ""; position: absolute; inset: 4px; background: url("/wp-content/mu-plugins/brand/icon-color.svg") center / contain no-repeat; transition: inset .2s var(--ease); }
  .wow-cursor.is-link { opacity: 1; width: 76px; height: 76px; }
  .wow-cursor.is-link::before { opacity: 1; transform: none; }
  .wow-cursor.is-link::after { inset: 14px; }
  .wow-cursor.is-play { opacity: 1; width: 88px; height: 88px; }
  .wow-cursor.is-play::before { opacity: 1; transform: none; background: var(--orange); }
  .wow-cursor.is-play::after { background: none; inset: 0; display: grid; place-items: center; content: "▶ Watch"; color: var(--slate); font-family: var(--font-sans); font-weight: 700; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
}
@media (prefers-reduced-motion: reduce) {
  .wow-hero h1 .w > span, .wow-hero .lede, .wow-hero .btns { animation: none; transform: none; opacity: 1; }
  .wow-hero .titles > div, .wow-band > div { animation: none; }
  .wow-cursor { display: none; } body.wow-page, body.wow-page a { cursor: auto; }
}

/* Footer socials (theme.py) */
.footer-social { display: flex; align-items: center; gap: 10px; }
.footer-social a { display: inline-grid; place-items: center; width: 40px; height: 40px; border: 1.5px solid var(--slate); color: var(--slate); transition: background .18s var(--ease), color .18s var(--ease); }
.footer-social a:hover { background: var(--slate); color: var(--tan); }
.footer-social svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-social svg.fill { fill: currentColor; stroke: none; }
@media (prefers-reduced-motion: reduce) { .wow-steps .step { opacity: 1; transform: none; } }

/* Back to top (all pages) */
.obfc-top { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 52px; height: 52px; border-radius: 50% !important; border: 0; background: var(--slate); color: var(--tan); display: grid; place-items: center; cursor: pointer; opacity: 0; transform: translateY(16px) scale(.9); pointer-events: none; transition: opacity .35s var(--ease), transform .35s var(--ease), background .2s var(--ease); box-shadow: 0 12px 30px -12px rgba(0,0,0,.5); }
.obfc-top.is-on { opacity: 1; transform: none; pointer-events: auto; }
.obfc-top:hover { background: var(--orange); color: var(--slate); }
.obfc-top svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
body.wow-page.wow-dark .obfc-top { background: var(--tan); color: var(--slate); } body.wow-page.wow-dark .obfc-top:hover { background: var(--orange); }
@media (prefers-reduced-motion: reduce) { .obfc-top { transition: none; } }

/* ── v3: native-widget structure. Sections are Elementor containers; content is Heading / Text / Button / Image /
   Video / Icon List / Counter / Loop Grid widgets. These rules map the widgets onto the design above. ── */
.e-con.wow-hero, .e-con.wow-band, .e-con.wow-reel, .e-con.wow-numbers, .e-con.wow-steps, .e-con.wow-blog, .e-con.wow-join, .e-con.wow-light, .e-con.wow-fest { --padding-top: 0; --padding-right: 0; --padding-bottom: 0; --padding-left: 0; }
.wow-page .elementor-widget-text-editor p:last-child, .wow-page .elementor-widget-heading .elementor-heading-title { margin-bottom: 0; }
.wow-page .elementor-widget-text-editor p { margin: 0; }
.elementor-widget-button.wow-btn { width: auto; } .elementor-widget-button.wow-btn .elementor-button { border-radius: 0; box-shadow: none; text-decoration: none; }
.elementor-widget-button.wow-btn .elementor-button-content-wrapper { display: inline-flex; align-items: center; gap: 10px; }
/* hero */
.e-con.wow-hero { min-height: 100vh; min-height: 100svh; overflow: hidden; --justify-content: flex-end; }
.wow-hero .elementor-background-video-container { opacity: 1; z-index: 0; }
.wow-hero .elementor-background-video-hosted, .wow-hero .elementor-background-video-embed { transform: translate(-50%, -50%) scale(1.06); transition: transform 1.6s var(--ease); }
.e-con.wow-hero::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(45,48,47,.6) 0%, rgba(45,48,47,.3) 40%, rgba(45,48,47,.9) 100%); }
.e-con.wow-hero > .inner { z-index: 2; max-width: var(--wow-max); margin: 0 auto; padding: 0 var(--gutter) 150px; }
.wow-hero .inner h1.elementor-heading-title { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; letter-spacing: -.035em; line-height: .88; font-size: clamp(64px, 13.5vw, 224px); color: var(--tan); margin: 12px 0 0; }
.wow-hero .inner > .elementor-widget, .wow-numbers .copy > .elementor-widget, .wow-fest > .elementor-widget, .wow-join > .elementor-widget { width: 100%; max-width: 100%; }
.wow-hero .lede p { font-size: 18px; color: rgba(255,234,217,.85); }
.e-con.wow-hero > .now { width: auto; position: absolute; right: var(--gutter); bottom: 118px; z-index: 3; padding: 12px 16px 12px 14px; color: var(--tan); text-decoration: none; }
.wow-hero .now .elementor-widget-text-editor { width: auto; } .wow-hero .now .k, .wow-hero .now .t { display: block; }
.wow-hero .now .p { width: auto; } .wow-hero .now .p .elementor-icon-wrapper { display: block; }
.wow-hero .now .p .elementor-icon { display: grid; place-items: center; width: 34px; height: 34px; background: var(--orange); color: var(--slate); border-radius: 50%; font-size: 12px; }
.wow-hero .now .p .elementor-icon svg { width: 12px; height: 12px; fill: currentColor; } .wow-hero .now .p .elementor-icon i { color: var(--slate); }
@media (max-width: 767px) { .e-con.wow-hero > .now { position: relative; right: auto; bottom: auto; margin: 24px var(--gutter) 40px; align-self: flex-start; } .e-con.wow-hero > .inner { padding-bottom: 0; } }
/* band: an inline Icon List; obfc-wow.js repeats the items to make the loop */
.wow-band .elementor-widget-icon-list { width: auto; margin: 0; }
.wow-band .elementor-icon-list-items { display: inline-flex !important; flex-wrap: nowrap !important; margin: 0; padding: 0; }
.wow-band .elementor-icon-list-item { display: inline-block; margin: 0 !important; padding: 0 28px !important; width: auto; }
.wow-band .elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-item::after { content: ""; display: inline-block !important; position: static !important; top: auto; right: auto; transform: none !important; border: 0 !important; vertical-align: -.1em; width: 1.7em !important; height: 1.05em !important; margin: 0 0 0 56px !important; background: var(--slate); -webkit-mask: url("/wp-content/mu-plugins/brand/icon-monochrome.svg") center / contain no-repeat; mask: url("/wp-content/mu-plugins/brand/icon-monochrome.svg") center / contain no-repeat; }
.wow-band .elementor-icon-list-item::before { display: none; } .wow-band .elementor-icon-list-icon { display: none; }
.wow-band .elementor-icon-list-text { font: inherit; color: inherit; padding: 0; }
/* reel */
.e-con.wow-reel > .panel { display: flex; flex-direction: column; grid-template-columns: none; gap: 0; position: sticky; top: 0; height: 100vh; height: 100svh; --justify-content: center; --gap: 0; padding: 0 var(--gutter); overflow: hidden; width: 100%; }
.e-con.wow-reel > .panel::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(45,48,47,.96) 0%, rgba(45,48,47,.82) 34%, rgba(45,48,47,.25) 70%, rgba(45,48,47,.15) 100%); }
.wow-reel .head { position: relative; z-index: 2; width: min(100%, 720px); }
.e-con.wow-reel .film { position: static; width: min(100%, 720px); --flex-direction: row; --align-items: baseline; --gap: 16px; padding: 10px 0; border-top: 1px solid rgba(255,234,217,.12); color: rgba(255,234,217,.42); text-decoration: none; transition: color .4s var(--ease); }
.e-con.wow-reel .film:last-child { border-bottom: 1px solid rgba(255,234,217,.12); }
.wow-reel .film > .n, .wow-reel .film > .copy { position: relative; z-index: 2; }
.wow-reel .film > .n { width: 56px; flex: 0 0 56px; font-family: var(--font-sans); font-weight: 500; font-size: 12px; letter-spacing: .12em; }
.wow-reel .film > .copy { width: auto; flex: 1 1 auto; }
.wow-reel .film .t .elementor-heading-title { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(24px, 2.6vw, 40px); line-height: 1; letter-spacing: -.02em; color: inherit; text-shadow: 0 2px 30px rgba(0,0,0,.4); transition: transform .5s var(--ease), color .4s var(--ease); }
.wow-reel .film .m p { font-family: var(--font-sans); font-weight: 500; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; margin-top: 4px; opacity: 0; transform: translateY(-4px); transition: opacity .4s var(--ease), transform .4s var(--ease); }
.wow-reel .film.is-active { color: var(--tan); } .wow-reel .film.is-active .t .elementor-heading-title { transform: translateX(10px); color: var(--tan); } .wow-reel .film.is-active .m p { opacity: .7; transform: none; }
.wow-reel .film.is-active > .n { color: var(--orange); }
.wow-reel .film > .thumb { display: none; }
.wow-reel .film > .clip { position: absolute; inset: 0; z-index: 0; width: auto; margin: 0; opacity: 0; transform: scale(1.06); transition: opacity .9s var(--ease), transform 1.6s var(--ease); pointer-events: none; background: var(--slate-2); }
.wow-reel .film > .clip .elementor-widget-container, .wow-reel .film > .clip .elementor-wrapper, .wow-reel .film > .clip .e-hosted-video, .wow-reel .film > .clip video { height: 100%; width: 100%; }
.wow-reel .film > .clip video { object-fit: cover; display: block; }
.wow-reel .film.is-active > .clip { opacity: 1; transform: none; }
.wow-reel > .trig { height: 100vh; height: 100svh; width: 100%; }
@media (max-width: 900px) {
  .e-con.wow-reel > .panel { position: static; height: auto; padding: 40px var(--gutter) 48px; overflow: visible; }
  .e-con.wow-reel > .panel::after, .wow-reel > .trig, .wow-reel .film > .n, .wow-reel .film > .clip { display: none; }
  .e-con.wow-reel .film { --align-items: center; --gap: 14px; padding: 12px 0; color: var(--tan); width: 100%; }
  .wow-reel .film > .thumb { display: block; width: 96px; flex: 0 0 96px; } .wow-reel .film > .thumb img { width: 96px; aspect-ratio: 4 / 3; object-fit: cover; background: var(--slate-2); }
  .wow-reel .film .t .elementor-heading-title { font-size: 20px; } .wow-reel .film .m p { opacity: .7; transform: none; }
  .wow-reel .film.is-active .t .elementor-heading-title { transform: none; }
}
/* numbers: Counter widgets */
.e-con.wow-numbers { padding: 112px var(--gutter); }
.e-con.wow-numbers > .wrap { max-width: var(--wow-max); margin: 0 auto; }
.wow-numbers .copy .elementor-heading-title { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(36px, 4.4vw, 64px); line-height: .92; letter-spacing: -.03em; margin: 0 0 16px; color: var(--tan); }
.wow-numbers .k p { font-family: var(--font-sans); font-weight: 500; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,234,217,.6); margin-bottom: 18px; }
.wow-numbers .lede p { font-family: var(--font-sans); font-weight: 500; font-size: 17px; line-height: 1.5; color: rgba(255,234,217,.8); max-width: 440px; }
.e-con.wow-numbers .grid { --gap: 0 40px; }
.wow-numbers .grid .elementor-widget-counter { width: calc(50% - 20px); border-top: 1px solid rgba(255,234,217,.18); padding: 22px 0 26px; }
.wow-numbers .elementor-counter-number-wrapper { justify-content: flex-start; font-family: var(--font-display); font-weight: 900; font-size: clamp(64px, 6.5vw, 112px); line-height: .9; letter-spacing: -.03em; color: var(--orange); }
.wow-numbers .elementor-counter-title { text-align: left; font-family: var(--font-sans); font-weight: 500; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; margin-top: 10px; color: rgba(255,234,217,.65); }
@media (max-width: 767px) { .e-con.wow-numbers { padding: 64px var(--gutter); } .wow-numbers .grid .elementor-widget-counter { width: 100%; } }
/* steps */
.e-con.wow-steps { padding: 32px var(--gutter) 96px; }
.e-con.wow-steps > .step { padding: 48px 0; border-top: 1.5px solid var(--slate); }
.wow-steps .step > .big { flex: 1.1 1 0; width: auto; } .wow-steps .step > .copy { flex: 1 1 0; width: auto; }
.wow-steps .big p { font-family: var(--font-display); font-weight: 900; font-size: clamp(120px, 18vw, 280px); line-height: .8; letter-spacing: -.05em; color: transparent; -webkit-text-stroke: 2px var(--orange-deep); }
.wow-steps .step:nth-child(even) .big p { text-align: right; }
.wow-steps .copy .elementor-heading-title { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(28px, 3.4vw, 48px); line-height: .95; letter-spacing: -.02em; color: var(--slate); margin: 0 0 12px; }
@media (max-width: 767px) { .e-con.wow-steps { padding: 24px var(--gutter) 64px; } .wow-steps .step:nth-child(even) .big p { text-align: left; } .wow-steps .step > .big { order: -1; } }
/* festival + join */
.e-con.wow-light { --padding-top: 0; } .e-con.wow-fest { padding: 112px var(--gutter); }
.wow-fest .k p { font-family: var(--font-sans); font-weight: 500; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(45,48,47,.75); }
.wow-fest .elementor-heading-title { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(40px, 5.2vw, 84px); line-height: .92; letter-spacing: -.03em; color: var(--slate); margin: 14px 0 20px; }
.wow-fest .elementor-widget-text-editor:not(.k) p { font-family: var(--font-sans); font-weight: 500; font-size: 18px; color: var(--ink-2); max-width: 620px; margin-bottom: 28px; }
.e-con.wow-join { padding: 128px var(--gutter) 112px; }
.wow-join .logo { width: auto; margin: 0 auto 40px; } .wow-join .logo img { width: min(64vw, 680px); height: auto; display: block; filter: brightness(0) saturate(100%) invert(93%) sepia(9%) saturate(500%) hue-rotate(320deg); opacity: .95; }
.wow-join .elementor-heading-title { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(48px, 8vw, 128px); line-height: .9; letter-spacing: -.035em; color: var(--tan); text-align: center; margin: 0; }
.wow-join .elementor-widget-text-editor p { text-align: center; }
.wow-join .btns { margin-top: 32px; }
.wow-join .meet p { font-family: var(--font-sans); font-weight: 700; font-size: 16px; margin-top: 28px; color: var(--tan); }
/* blog section */
.e-con.wow-blog { padding: 96px var(--gutter); background: var(--slate); color: var(--tan); }
.e-con.wow-blog > .head, .e-con.wow-blog > .blog-home { max-width: var(--wow-max); margin: 0 auto; width: 100%; }
.wow-blog .head .k p { font-family: var(--font-sans); font-weight: 500; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin-bottom: 12px; }
.wow-blog .head .elementor-heading-title { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(40px, 5vw, 72px); line-height: .92; letter-spacing: -.03em; color: var(--tan); margin: 0; }
.e-con.wow-blog .blog-home-posts { flex: 2 1 0; width: auto; } .e-con.wow-blog .blog-home-issue { flex: 1 1 0; width: auto; min-width: 300px; }
@media (max-width: 767px) { .e-con.wow-blog { padding: 56px var(--gutter); } }
.e-con.wow-blog .blog-home-list { flex: 1.4 1 0; width: auto; min-width: 320px; }
.wow-blog .e-con.issue-feature { background: var(--tan); color: var(--slate); min-height: 100%; }
.wow-blog .issue-feature .t .elementor-heading-title { color: var(--slate); } .wow-blog .issue-feature .x { color: var(--ink-2); } .wow-blog .issue-feature .cta p { color: var(--slate); }
.wow-blog .issue-feature .k .elementor-icon-list-text { color: var(--orange-deep); }
.wow-blog .e-con.issue:first-child { border-top: 0; } .wow-blog .issue-list .e-loop-item:first-child .e-con.issue { border-top: 0; padding-top: 0; }

/* ── Inner pages on the v2 system: page hero, card grid, fact grid, list rows, orange CTA, photo strip ── */
.e-con.wow-hero.wow-hero--page { min-height: 72vh; min-height: 72svh; --justify-content: flex-end; }
.e-con.wow-hero.wow-hero--page::before { background: linear-gradient(180deg, rgba(45,48,47,.6) 0%, rgba(45,48,47,.35) 45%, rgba(45,48,47,.92) 100%); }
.wow-hero--page .inner h1.elementor-heading-title { font-size: clamp(56px, 10vw, 168px); }
.e-con.wow-hero--page > .inner { padding-bottom: 96px; }
.wow-hero .lede p { max-width: 640px; }
.e-con.wow-grid { background: var(--slate); color: var(--tan); padding: 96px var(--gutter); }
.e-con.wow-grid > .cards { max-width: var(--wow-max); margin: 0 auto; width: 100%; --gap: 40px 28px; }
.e-con.wow-grid .head-row { max-width: var(--wow-max); margin: 0 auto 40px; width: 100%; }
.e-con.wow-card { --padding-top: 0; --padding-right: 0; --padding-bottom: 0; --padding-left: 0; --gap: 0; width: calc(25% - 21px); color: var(--tan); text-decoration: none; }
.wow-card > .frame { width: 100%; margin: 0 0 14px; overflow: hidden; background: var(--slate-2); }
.wow-card > .frame .elementor-widget-container, .wow-card > .frame a { display: block; } .wow-card > .frame img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; transform: scale(1.02); transition: transform 1.2s var(--ease), filter .6s var(--ease); filter: saturate(.85); }
.wow-card:hover > .frame img { transform: scale(1.08); filter: none; }
.wow-card.r45 > .frame img { aspect-ratio: 4 / 5; }
.wow-card .t .elementor-heading-title { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: 22px; line-height: 1; letter-spacing: -.02em; color: var(--tan); margin: 0; transition: color .2s var(--ease); }
.wow-card:hover .t .elementor-heading-title { color: var(--orange); }
.wow-card .m p { font-family: var(--font-sans); font-weight: 500; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,234,217,.6); margin-top: 6px; }
.wow-card .m.on-orange p { color: var(--orange); }
.wow-card > .frame.frame-empty img { object-fit: contain; padding: 24%; background: var(--slate-2); filter: none; }
@media (max-width: 1100px) { .e-con.wow-card { width: calc(33.33% - 19px); } } @media (max-width: 767px) { .e-con.wow-card { width: calc(50% - 14px); } .e-con.wow-grid { padding: 56px var(--gutter); } .wow-card .t .elementor-heading-title { font-size: 17px; } }
.e-con.wow-facts { background: var(--tan); color: var(--slate); padding: 96px var(--gutter); }
.e-con.wow-facts > .head-row, .e-con.wow-facts > .facts { max-width: var(--wow-max); margin: 0 auto; width: 100%; }
.e-con.wow-facts > .head-row { margin-bottom: 40px; } .e-con.wow-facts > .facts { --gap: 32px 28px; }
.wow-facts .head-row .k p, .wow-grid .head-row .k p, .wow-list .head-row .k p { font-family: var(--font-sans); font-weight: 500; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.wow-grid .head-row .k p, .wow-list .head-row .k p { color: rgba(255,234,217,.6); }
.wow-facts .head-row .elementor-heading-title, .wow-grid .head-row .elementor-heading-title, .wow-list .head-row .elementor-heading-title { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(40px, 5vw, 72px); line-height: .92; letter-spacing: -.03em; margin: 0; color: var(--slate); }
.wow-grid .head-row .elementor-heading-title, .wow-list .head-row .elementor-heading-title { color: var(--tan); }
.e-con.fact { --padding-top: 20px; --padding-right: 0; --padding-bottom: 0; --padding-left: 0; --gap: 8px; width: calc(25% - 21px); border-top: 1.5px solid var(--slate); }
.e-con.fact.w3 { width: calc(33.33% - 19px); } .e-con.fact.w2 { width: calc(50% - 14px); }
.fact .k p { font-family: var(--font-sans); font-weight: 500; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--orange-deep); }
.fact .t .elementor-heading-title { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(22px, 2.2vw, 30px); line-height: 1; letter-spacing: -.02em; color: var(--slate); margin: 0; }
.fact .x p { font-family: var(--font-sans); font-weight: 500; font-size: 15px; line-height: 1.5; color: var(--ink-2); }
.fact .x a { color: var(--orange-deep); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 900px) { .e-con.fact, .e-con.fact.w3 { width: calc(50% - 14px); } } @media (max-width: 560px) { .e-con.fact, .e-con.fact.w3, .e-con.fact.w2 { width: 100%; } .e-con.wow-facts { padding: 56px var(--gutter); } }
.e-con.wow-list { background: var(--slate); color: var(--tan); padding: 96px var(--gutter); }
.e-con.wow-list > .head-row, .e-con.wow-list > .rows { max-width: var(--wow-max); margin: 0 auto; width: 100%; } .e-con.wow-list > .head-row { margin-bottom: 24px; }
.e-con.wow-list .row { --padding-top: 26px; --padding-right: 0; --padding-bottom: 26px; --padding-left: 0; --gap: 24px; --align-items: baseline; border-top: 1px solid rgba(255,234,217,.16); width: 100%; }
.e-con.wow-list .row:last-child { border-bottom: 1px solid rgba(255,234,217,.16); }
.wow-list .row > .d { width: 220px; flex: 0 0 220px; } .wow-list .row > .body { flex: 1 1 auto; width: auto; --gap: 6px; }
.wow-list .row .d p { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(20px, 2vw, 28px); line-height: 1; letter-spacing: -.02em; color: var(--orange); }
.wow-list .row .t .elementor-heading-title { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(24px, 2.6vw, 38px); line-height: .98; letter-spacing: -.02em; color: var(--tan); margin: 0; }
.wow-list .row .x p { font-family: var(--font-sans); font-weight: 500; font-size: 15px; line-height: 1.5; color: rgba(255,234,217,.75); max-width: 720px; }
@media (max-width: 767px) { .wow-list .row > .d { width: 100%; flex-basis: 100%; } .e-con.wow-list { padding: 56px var(--gutter); } }
.e-con.wow-cta { background: var(--orange); color: var(--slate); padding: 112px var(--gutter); }
.e-con.wow-cta > .inner { max-width: var(--wow-max); margin: 0 auto; width: 100%; }
.wow-cta .k p { font-family: var(--font-sans); font-weight: 500; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(45,48,47,.75); }
.wow-cta .elementor-heading-title { font-family: var(--font-display); font-weight: 900; text-transform: uppercase; font-size: clamp(44px, 6vw, 96px); line-height: .9; letter-spacing: -.03em; color: var(--slate); margin: 14px 0 20px; }
.wow-cta .x p { font-family: var(--font-sans); font-weight: 500; font-size: 18px; color: rgba(45,48,47,.85); max-width: 620px; margin-bottom: 28px; }
.wow-cta .btns { --gap: 12px; }
@media (max-width: 767px) { .e-con.wow-cta { padding: 64px var(--gutter); } }
.e-con.wow-strip { background: var(--slate); padding: 0 var(--gutter) 96px; --gap: 16px; }
.e-con.wow-strip > .elementor-widget { width: calc(25% - 12px); margin: 0; } .wow-strip img, .wow-strip video { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.wow-strip .elementor-widget-container, .wow-strip .elementor-wrapper, .wow-strip .e-hosted-video { height: 100%; }
@media (max-width: 767px) { .e-con.wow-strip > .elementor-widget { width: calc(50% - 8px); } }
.wow-page .wow-numbers.wow-numbers--page { padding-top: 96px; }
/* numbers: the old html-era grid rules must not apply to the container version */
.e-con.wow-numbers > .wrap { display: flex; grid-template-columns: none; --flex-wrap: wrap; }
.e-con.wow-numbers .copy { flex: 0 0 36%; width: 36%; } .e-con.wow-numbers .grid { display: flex; flex-wrap: wrap; grid-template-columns: none; flex: 1 1 0; width: auto; gap: 0 40px; }
@media (max-width: 900px) { .e-con.wow-numbers .copy { flex-basis: 100%; width: 100%; } }
.fact .t .elementor-heading-title, .wow-card .t .elementor-heading-title, .wow-list .row .t .elementor-heading-title { overflow-wrap: anywhere; }
.fact.long .t .elementor-heading-title { font-size: clamp(18px, 1.6vw, 22px); }
.elementor-widget-button.wow-btn { flex-shrink: 0; } .elementor-widget-button.wow-btn .elementor-button { white-space: nowrap; }
.e-con.wow-blog .blog-home-issue { align-self: flex-start; } .wow-blog .e-con.issue-feature { min-height: 420px; }
/* logged-in admin bar: the fixed header sits below it */
body.admin-bar.wow-page .elementor-location-header .site-header-bar { top: 32px; }
@media (max-width: 782px) { body.admin-bar.wow-page .elementor-location-header .site-header-bar { top: 46px; } }
.wow-hero .now .t, .wow-hero .now p.t { color: var(--tan); } .wow-hero .now .k, .wow-hero .now p.k { color: var(--orange); }
