/*
Theme Name: OzInDi Studio Premium
Theme URI: https://ozindiradio.com.au/network/
Author: OzInDi Entertainment Network
Description: Dark cinematic WordPress theme for the OzInDi Entertainment Network, designed for Elementor, Mux video and Slider Revolution.
Version: 3.10.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: ozindi-studio
*/

:root{
  --oz-bg:#070909;
  --oz-bg-soft:#0d1110;
  --oz-panel:#121715;
  --oz-panel-2:#171d1a;
  --oz-text:#f4f7f4;
  --oz-muted:#aab3ad;
  --oz-green:#a7db00;
  --oz-line:rgba(255,255,255,.11);
  --oz-width:1240px;
  --oz-radius:18px;
  --oz-shadow:0 22px 70px rgba(0,0,0,.42);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--oz-bg);color:var(--oz-text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
a:hover{color:var(--oz-green)}
img{max-width:100%;height:auto}
.oz-wrap{width:min(var(--oz-width),calc(100% - 40px));margin:auto}
.oz-header{position:sticky;top:0;z-index:999;background:rgba(7,9,9,.86);backdrop-filter:blur(18px);border-bottom:1px solid var(--oz-line)}
.oz-header__inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.oz-brand,.oz-brand .custom-logo-link{display:flex;align-items:center}
.custom-logo{width:auto;max-height:52px}
.oz-site-title{font-size:21px;font-weight:900;letter-spacing:-.03em}
.oz-nav ul{display:flex;gap:28px;align-items:center;list-style:none;margin:0;padding:0}
.oz-nav a{font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.oz-menu{display:none;background:none;color:white;border:1px solid var(--oz-line);padding:9px 12px;border-radius:10px;font:inherit}
.oz-fallback-hero{position:relative;min-height:560px;display:grid;align-items:center;overflow:hidden;background:linear-gradient(90deg,rgba(4,6,5,.94),rgba(4,6,5,.66) 55%,rgba(4,6,5,.22)),url("assets/images/studio-hero.jpg") center/cover no-repeat}
.oz-fallback-hero:after{content:"";position:absolute;inset:auto 0 0;height:150px;background:linear-gradient(transparent,var(--oz-bg))}
.oz-fallback-hero__content{position:relative;z-index:1;max-width:830px;padding:90px 0 120px}
.oz-eyebrow{display:flex;align-items:center;gap:12px;color:var(--oz-green);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.18em}
.oz-eyebrow:before{content:"";width:38px;height:3px;background:currentColor}
.oz-fallback-hero h1{font-size:clamp(48px,7vw,94px);line-height:.98;letter-spacing:-.055em;margin:22px 0}
.oz-fallback-hero p{max-width:760px;color:#d7ddd8;font-size:clamp(19px,2vw,25px)}
.oz-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:11px 23px;margin-top:18px;border-radius:999px;background:var(--oz-green);color:#0b0e0b;font-weight:900}
.oz-btn:hover{color:#0b0e0b;transform:translateY(-2px)}
.oz-page{min-height:60vh}
.oz-content{padding:90px 0}
.oz-content article{max-width:900px;margin:auto}
.oz-content h1{font-size:clamp(42px,6vw,74px);line-height:1.03}
.oz-footer{padding:42px 0;border-top:1px solid var(--oz-line);color:var(--oz-muted);font-size:14px}
.oz-footer__inner{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}

/* Elementor integration: theme stays out of the way */
.elementor-page .oz-page{min-height:0}
.elementor-section.elementor-section-boxed>.elementor-container,
.e-con-boxed>.e-con-inner{max-width:var(--oz-width)}
body.elementor-page .entry-content{margin:0}
.oz-elementor-fullwidth .oz-content{padding:0}
.oz-elementor-fullwidth .oz-content article{max-width:none}
.oz-elementor-fullwidth .oz-content h1.entry-title{display:none}

/* Shared cinematic design helpers for Elementor CSS classes */
.oz-cinematic-section{background:var(--oz-bg-soft);border-top:1px solid var(--oz-line);border-bottom:1px solid var(--oz-line)}
.oz-glass-panel{background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));border:1px solid var(--oz-line);border-radius:var(--oz-radius);box-shadow:var(--oz-shadow)}
.oz-green-text{color:var(--oz-green)!important}
.oz-uppercase{text-transform:uppercase;letter-spacing:.12em}
.oz-studio-heading{font-size:clamp(40px,5vw,72px);line-height:1;letter-spacing:-.045em}
@media(max-width:860px){
 .oz-menu{display:block}
 .oz-nav{display:none;position:absolute;top:78px;left:20px;right:20px;background:#101411;border:1px solid var(--oz-line);padding:15px;border-radius:15px;box-shadow:var(--oz-shadow)}
 .oz-nav.open{display:block}
 .oz-nav ul{display:block}
 .oz-nav li+li{margin-top:4px}
 .oz-nav a{display:block;padding:10px}
}

/* Premium homepage template: hero above, Elementor content below */
.oz-home-elementor { margin: 0; padding: 0; }
.oz-home-elementor > .elementor { width: 100%; }
.oz-home-elementor .elementor-section.elementor-section-boxed > .elementor-container,
.oz-home-elementor .e-con-boxed > .e-con-inner { max-width: var(--oz-width); }

/* ==========================================================
   OzInDi About Page
   ========================================================== */
.oz-about-hero {
    position: relative;
    min-height: 560px;
    display: grid;
    align-items: center;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(3,5,4,.96) 0%, rgba(3,5,4,.76) 52%, rgba(3,5,4,.26) 100%),
        url("assets/images/studio-hero.jpg") center / cover no-repeat;
}

.oz-about-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 160px;
    background: linear-gradient(transparent, var(--oz-bg));
}

.oz-about-hero__content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 92px 0 122px;
}

.oz-about-hero h1 {
    max-width: 980px;
    margin: 22px 0;
    font-size: clamp(50px, 7.4vw, 98px);
    line-height: .96;
    letter-spacing: -.06em;
}

.oz-about-hero p {
    max-width: 800px;
    margin: 0;
    color: #d8dfda;
    font-size: clamp(19px, 2vw, 25px);
    line-height: 1.5;
}

.oz-about-hero__mark {
    position: absolute;
    z-index: 1;
    right: -1vw;
    bottom: -5vw;
    color: rgba(255,255,255,.035);
    font-size: clamp(110px, 20vw, 330px);
    font-weight: 950;
    line-height: .75;
    letter-spacing: -.09em;
    pointer-events: none;
}

.oz-about-elementor {
    margin: 0;
    padding: 0;
}

.oz-about-elementor > .elementor {
    width: 100%;
}

.oz-about-elementor .elementor-section.elementor-section-boxed > .elementor-container,
.oz-about-elementor .e-con-boxed > .e-con-inner {
    max-width: var(--oz-width);
}

/* Shared About widgets */
.oz-about-section {
    padding: 105px 0;
    color: var(--oz-text);
}

.oz-about-section--soft {
    background: var(--oz-bg-soft);
    border-top: 1px solid var(--oz-line);
    border-bottom: 1px solid var(--oz-line);
}

.oz-about-widget-wrap {
    width: min(var(--oz-width), calc(100% - 40px));
    margin-inline: auto;
}

.oz-about-kicker {
    margin-bottom: 14px;
    color: var(--oz-green);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .18em;
}

.oz-about-head {
    max-width: 920px;
}

.oz-about-head h2,
.oz-about-copy h2,
.oz-about-statement h2 {
    margin: 0;
    font-size: clamp(42px, 5.4vw, 76px);
    line-height: .98;
    letter-spacing: -.055em;
}

.oz-about-head p {
    max-width: 820px;
    color: var(--oz-muted);
    font-size: 19px;
}

/* Introduction */
.oz-about-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
    align-items: center;
    gap: 70px;
}

.oz-about-richtext {
    max-width: 780px;
    margin-top: 28px;
    color: #b3bcb6;
    font-size: clamp(18px, 1.55vw, 22px);
    line-height: 1.75;
}

.oz-about-richtext p {
    margin: 0 0 1.2em;
}

.oz-about-visual {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    border: 1px solid var(--oz-line);
    border-radius: 24px;
    background: #111714;
    box-shadow: var(--oz-shadow);
}

.oz-about-visual.has-image img {
    width: 100%;
    height: 100%;
    min-height: 410px;
    object-fit: cover;
}

.oz-about-visual.is-abstract {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 35% 35%, rgba(167,219,0,.2), transparent 40%),
        linear-gradient(145deg, #172016, #0b0f0d);
}

.oz-about-visual strong {
    position: relative;
    z-index: 2;
    color: var(--oz-green);
    font-size: clamp(54px, 6vw, 86px);
    line-height: 1;
    letter-spacing: -.07em;
}

.oz-about-visual small {
    position: absolute;
    right: 36px;
    bottom: 36px;
    z-index: 2;
    color: #edf1ed;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .2em;
}

.oz-about-ring {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(167,219,0,.42);
    border-radius: 50%;
}

.oz-about-ring--one {
    width: 310px;
    height: 310px;
}

.oz-about-ring--two {
    width: 195px;
    height: 195px;
}

/* Pillars */
.oz-about-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px;
}

.oz-about-card {
    min-height: 280px;
    padding: 30px;
    border: 1px solid var(--oz-line);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.02));
    box-shadow: 0 24px 80px rgba(0,0,0,.25);
    transition: transform .25s ease, border-color .25s ease;
}

.oz-about-card:hover {
    transform: translateY(-5px);
    border-color: rgba(167,219,0,.45);
}

.oz-about-icon {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: var(--oz-green);
    color: #0b1007;
}

.oz-about-icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.oz-about-card h3 {
    margin: 25px 0 12px;
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -.025em;
}

.oz-about-card p {
    margin: 0;
    color: var(--oz-muted);
}

/* Founders */
.oz-founder-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
    margin-top: 48px;
}

.oz-founder-card {
    display: grid;
    grid-template-columns: minmax(180px, .72fr) minmax(0, 1.28fr);
    overflow: hidden;
    border: 1px solid var(--oz-line);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.018));
}

.oz-founder-photo {
    min-height: 350px;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at center, rgba(167,219,0,.2), transparent 42%),
        #0d120f;
}

.oz-founder-photo img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
}

.oz-founder-photo span {
    color: var(--oz-green);
    font-size: 96px;
    font-weight: 950;
}

.oz-founder-copy {
    padding: 34px;
    align-self: center;
}

.oz-founder-copy small {
    color: var(--oz-green);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .15em;
}

.oz-founder-copy h3 {
    margin: 10px 0 14px;
    font-size: 32px;
    line-height: 1.05;
    letter-spacing: -.035em;
}

.oz-founder-copy p {
    margin: 0;
    color: var(--oz-muted);
}

/* Timeline */
.oz-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 54px;
}

.oz-timeline::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 5%;
    right: 5%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(167,219,0,.55), transparent);
}

.oz-timeline-item {
    position: relative;
    padding-top: 42px;
}

.oz-timeline-marker {
    position: absolute;
    top: 4px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 4px solid var(--oz-bg-soft);
    border-radius: 50%;
    background: var(--oz-green);
    box-shadow: 0 0 0 1px rgba(167,219,0,.55);
}

.oz-timeline-item small {
    color: var(--oz-green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .15em;
}

.oz-timeline-item h3 {
    margin: 10px 0 10px;
    font-size: 25px;
    line-height: 1.08;
}

.oz-timeline-item p {
    margin: 0;
    color: var(--oz-muted);
}

/* Platforms */
.oz-platform-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 46px;
}

.oz-platform-card {
    min-height: 245px;
    padding: 28px;
    border-top: 1px solid rgba(167,219,0,.5);
    border-right: 1px solid var(--oz-line);
    border-bottom: 1px solid var(--oz-line);
    border-left: 1px solid var(--oz-line);
    border-radius: 18px;
    background: rgba(255,255,255,.025);
}

.oz-platform-card > span {
    color: var(--oz-green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
}

.oz-platform-card h3 {
    margin: 34px 0 12px;
    font-size: 25px;
    line-height: 1.08;
}

.oz-platform-card p {
    margin: 0;
    color: var(--oz-muted);
}

/* Statement */
.oz-about-statement {
    position: relative;
    overflow: hidden;
    padding: clamp(34px, 6vw, 72px);
    border: 1px solid rgba(167,219,0,.28);
    border-radius: 28px;
    background:
        radial-gradient(circle at 88% 12%, rgba(167,219,0,.26), transparent 30%),
        linear-gradient(145deg, #151c17, #0c100e);
    box-shadow: var(--oz-shadow);
}

.oz-about-statement h2 {
    max-width: 980px;
}

.oz-about-statement p {
    max-width: 800px;
    color: #b6bfb9;
    font-size: 19px;
}

.oz-about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-top: 18px;
    padding: 12px 23px;
    border-radius: 999px;
    background: var(--oz-green);
    color: #0b0e0b;
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease;
}

.oz-about-button:hover {
    color: #0b0e0b;
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(167,219,0,.2);
}

@media (max-width: 980px) {
    .oz-about-intro-grid,
    .oz-founder-card {
        grid-template-columns: 1fr;
    }

    .oz-founder-photo {
        min-height: 320px;
    }

    .oz-about-card-grid,
    .oz-platform-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .oz-timeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .oz-timeline::before {
        display: none;
    }
}

@media (max-width: 760px) {
    .oz-founder-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .oz-about-widget-wrap {
        width: min(var(--oz-width), calc(100% - 28px));
    }

    .oz-about-section {
        padding: 76px 0;
    }

    .oz-about-card-grid,
    .oz-platform-grid,
    .oz-timeline {
        grid-template-columns: 1fr;
    }

    .oz-about-visual {
        min-height: 320px;
    }

    .oz-about-visual.has-image img {
        min-height: 320px;
    }

    .oz-about-hero {
        min-height: 620px;
    }

    .oz-about-hero__content {
        padding: 72px 0 105px;
    }
}

/* ==========================================================
   OzInDi Standard Text Block
   ========================================================== */
.oz-standard-text {
    width: 100%;
}

.oz-standard-text--narrow {
    max-width: 760px;
}

.oz-standard-text--wide {
    max-width: 960px;
}

.oz-standard-text--full {
    max-width: none;
}

.oz-standard-text--align-left {
    margin-right: auto;
    text-align: left;
}

.oz-standard-text--align-center {
    margin-inline: auto;
    text-align: center;
}

.oz-standard-text h2 {
    margin: 0;
    font-size: clamp(38px, 4.8vw, 66px);
    line-height: 1;
    letter-spacing: -.05em;
}

.oz-standard-text__body {
    margin-top: 24px;
    color: #b3bcb6;
    font-size: clamp(17px, 1.35vw, 20px);
    line-height: 1.75;
}

.oz-standard-text__body p {
    margin: 0 0 1.25em;
}

.oz-standard-text__body p:last-child {
    margin-bottom: 0;
}

.oz-standard-text__body h3,
.oz-standard-text__body h4 {
    margin: 1.6em 0 .55em;
    color: var(--oz-text);
    line-height: 1.15;
    letter-spacing: -.025em;
}

.oz-standard-text__body h3 {
    font-size: clamp(26px, 2.6vw, 36px);
}

.oz-standard-text__body h4 {
    font-size: clamp(22px, 2vw, 29px);
}

.oz-standard-text__body ul,
.oz-standard-text__body ol {
    margin: 1em 0 1.25em;
    padding-left: 1.35em;
}

.oz-standard-text__body li + li {
    margin-top: .45em;
}

.oz-standard-text__body a {
    color: var(--oz-green);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.oz-standard-text--align-center .oz-standard-text__body {
    margin-inline: auto;
}

@media (max-width: 620px) {
    .oz-standard-text h2 {
        font-size: clamp(34px, 11vw, 52px);
    }
}

/* ==========================================================
   OzInDi For Creators
   ========================================================== */
:root {
    --oz-pink: #ff2bd6;
    --oz-pink-soft: #ff66e3;
    --oz-pink-dark: #8f006f;
}

.oz-creators-hero {
    --oz-creators-hero-image: url("assets/images/studio-hero.jpg");
    position: relative;
    min-height: 560px;
    display: grid;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    background: #070909;
}

.oz-creators-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image: var(--oz-creators-hero-image);
    background-position: center;
    background-size: cover;
    filter: hue-rotate(292deg) saturate(1.45) contrast(1.05);
    transform: scale(1.015);
}

.oz-creators-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(4,3,5,.96) 0%, rgba(4,3,5,.76) 52%, rgba(4,3,5,.30) 100%),
        linear-gradient(0deg, var(--oz-bg) 0%, transparent 28%);
}

.oz-creators-hero__content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 92px 0 124px;
}

.oz-creators-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--oz-pink);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .18em;
}

.oz-creators-eyebrow::before {
    content: "";
    width: 38px;
    height: 3px;
    background: currentColor;
}

.oz-creators-hero h1 {
    max-width: 980px;
    margin: 22px 0;
    font-size: clamp(50px, 7.4vw, 98px);
    line-height: .96;
    letter-spacing: -.06em;
}

.oz-creators-hero p {
    max-width: 800px;
    margin: 0;
    color: #e3d9e1;
    font-size: clamp(19px, 2vw, 25px);
    line-height: 1.5;
}

.oz-creators-button,
.oz-creator-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-top: 24px;
    padding: 12px 24px;
    border-radius: 999px;
    background: var(--oz-pink);
    color: #160011;
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease;
}

.oz-creators-button:hover,
.oz-creator-cta-button:hover {
    color: #160011;
    transform: translateY(-2px);
    box-shadow: 0 15px 42px rgba(255,43,214,.25);
}

.oz-creators-hero__word {
    position: absolute;
    right: -1vw;
    bottom: -4vw;
    z-index: -1;
    color: rgba(255,255,255,.035);
    font-size: clamp(110px, 20vw, 330px);
    font-weight: 950;
    line-height: .75;
    letter-spacing: -.09em;
    pointer-events: none;
}

.oz-creators-elementor {
    margin: 0;
    padding: 0;
}

.oz-creators-elementor > .elementor {
    width: 100%;
}

/* Shared creators widgets */
.oz-creator-section {
    padding: 105px 0;
    color: var(--oz-text);
}

.oz-creator-section--soft {
    background: #100b0f;
    border-top: 1px solid rgba(255,43,214,.12);
    border-bottom: 1px solid rgba(255,43,214,.12);
}

.oz-creator-wrap {
    width: min(var(--oz-width), calc(100% - 40px));
    margin-inline: auto;
}

.oz-creator-kicker {
    margin-bottom: 14px;
    color: var(--oz-pink);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .18em;
}

.oz-creator-heading,
.oz-creator-head h2,
.oz-funding-panel h2,
.oz-creator-cta h2,
.oz-creator-text h2 {
    margin: 0;
    font-size: clamp(42px, 5.4vw, 76px);
    line-height: .98;
    letter-spacing: -.055em;
}

.oz-creator-head {
    max-width: 920px;
}

.oz-creator-head p,
.oz-creator-lead {
    max-width: 830px;
    color: var(--oz-muted);
    font-size: 19px;
}

.oz-creator-richtext {
    max-width: 800px;
    margin-top: 27px;
    color: #b9b0b7;
    font-size: clamp(18px, 1.5vw, 21px);
    line-height: 1.75;
}

.oz-creator-richtext p {
    margin: 0 0 1.2em;
}

.oz-creator-richtext h3,
.oz-creator-richtext h4 {
    color: var(--oz-text);
    line-height: 1.15;
}

.oz-creator-richtext a {
    color: var(--oz-pink);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.oz-creator-intro-grid,
.oz-eligibility-grid,
.oz-rights-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
    align-items: center;
    gap: 70px;
}

.oz-creator-visual {
    position: relative;
    min-height: 410px;
    overflow: hidden;
    border: 1px solid rgba(255,43,214,.22);
    border-radius: 24px;
    background: #151015;
    box-shadow: var(--oz-shadow);
}

.oz-creator-visual.has-image img {
    width: 100%;
    height: 100%;
    min-height: 410px;
    object-fit: cover;
}

.oz-creator-visual.is-abstract {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 38% 38%, rgba(255,43,214,.26), transparent 42%),
        linear-gradient(145deg, #24101f, #0d090c);
}

.oz-creator-visual strong {
    position: relative;
    z-index: 2;
    color: var(--oz-pink);
    font-size: clamp(52px, 6vw, 88px);
    line-height: 1;
    letter-spacing: -.07em;
}

.oz-creator-visual small {
    position: absolute;
    right: 36px;
    bottom: 36px;
    z-index: 2;
    color: #f4edf2;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .2em;
}

.oz-creator-ring {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(255,43,214,.48);
    border-radius: 50%;
}

.oz-creator-ring--one {
    width: 310px;
    height: 310px;
}

.oz-creator-ring--two {
    width: 195px;
    height: 195px;
}

.oz-content-type-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 46px;
}

.oz-content-type-card,
.oz-benefit-card,
.oz-technical-card {
    min-height: 270px;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 19px;
    background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.018));
    transition: transform .23s ease, border-color .23s ease;
}

.oz-content-type-card:hover,
.oz-benefit-card:hover,
.oz-technical-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255,43,214,.5);
}

.oz-creator-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: var(--oz-pink);
    color: #180012;
}

.oz-creator-icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.oz-content-type-card h3,
.oz-benefit-card h3,
.oz-technical-card h3 {
    margin: 24px 0 11px;
    font-size: 25px;
    line-height: 1.08;
    letter-spacing: -.025em;
}

.oz-content-type-card p,
.oz-benefit-card p,
.oz-technical-card p {
    margin: 0;
    color: var(--oz-muted);
}

.oz-date-panel {
    padding: 46px;
    border: 1px solid rgba(255,43,214,.35);
    border-radius: 25px;
    background:
        radial-gradient(circle at 78% 20%, rgba(255,43,214,.30), transparent 32%),
        linear-gradient(145deg, #1d1019, #0d090c);
    box-shadow: var(--oz-shadow);
}

.oz-date-panel strong {
    display: block;
    color: var(--oz-pink);
    font-size: clamp(72px, 9vw, 120px);
    line-height: .9;
    letter-spacing: -.07em;
}

.oz-date-panel span {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
}

.oz-eligibility-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 48px;
}

.oz-eligibility-points article {
    padding: 26px;
    border-top: 1px solid rgba(255,43,214,.55);
    border-right: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-left: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;
}

.oz-eligibility-points span {
    color: var(--oz-pink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
}

.oz-eligibility-points p {
    margin: 28px 0 0;
    color: #c1b7be;
    font-size: 17px;
}

.oz-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 46px;
}

.oz-rights-note {
    padding: 38px;
    border: 1px solid rgba(255,43,214,.32);
    border-radius: 23px;
    background:
        radial-gradient(circle at 80% 15%, rgba(255,43,214,.22), transparent 34%),
        #151014;
}

.oz-rights-note p {
    margin: 28px 0 0;
    color: #f1eaf0;
    font-size: clamp(20px, 2vw, 27px);
    font-weight: 800;
    line-height: 1.25;
}

.oz-technical-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 46px;
}

.oz-submission-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-top: 54px;
}

.oz-submission-timeline::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 4%;
    right: 4%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,43,214,.65), transparent);
}

.oz-submission-timeline article {
    position: relative;
    padding-top: 42px;
}

.oz-submission-timeline article::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 4px solid var(--oz-bg);
    border-radius: 50%;
    background: var(--oz-pink);
    box-shadow: 0 0 0 1px rgba(255,43,214,.55);
}

.oz-submission-timeline span {
    color: var(--oz-pink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
}

.oz-submission-timeline h3 {
    margin: 10px 0 10px;
    font-size: 24px;
    line-height: 1.08;
}

.oz-submission-timeline p {
    margin: 0;
    color: var(--oz-muted);
}

.oz-funding-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    gap: 60px;
    align-items: center;
    padding: clamp(34px, 5vw, 68px);
    border: 1px solid rgba(255,43,214,.3);
    border-radius: 28px;
    background:
        radial-gradient(circle at 88% 12%, rgba(255,43,214,.28), transparent 31%),
        linear-gradient(145deg, #1b1118, #0c090b);
    box-shadow: var(--oz-shadow);
}

.oz-funding-panel aside {
    padding: 32px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 19px;
    background: rgba(0,0,0,.22);
}

.oz-funding-panel aside p {
    margin: 25px 0 0;
    color: #c4bbc2;
}

.oz-creator-text--narrow {
    max-width: 760px;
}

.oz-creator-text--wide {
    max-width: 960px;
}

.oz-creator-text--full {
    max-width: none;
}

.oz-creator-cta {
    padding: clamp(34px, 6vw, 72px);
    border: 1px solid rgba(255,43,214,.32);
    border-radius: 28px;
    background:
        radial-gradient(circle at 88% 12%, rgba(255,43,214,.3), transparent 31%),
        linear-gradient(145deg, #1b1118, #0c090b);
    box-shadow: var(--oz-shadow);
}

.oz-creator-cta h2 {
    max-width: 980px;
}

.oz-creator-cta p {
    max-width: 780px;
    color: #c1b8bf;
    font-size: 19px;
}

@media (max-width: 1050px) {
    .oz-content-type-grid,
    .oz-technical-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .oz-submission-timeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .oz-submission-timeline::before {
        display: none;
    }
}

@media (max-width: 900px) {
    .oz-creator-intro-grid,
    .oz-eligibility-grid,
    .oz-rights-grid,
    .oz-funding-panel {
        grid-template-columns: 1fr;
    }

    .oz-benefit-grid,
    .oz-eligibility-points {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .oz-creator-wrap {
        width: min(var(--oz-width), calc(100% - 28px));
    }

    .oz-creator-section {
        padding: 76px 0;
    }

    .oz-content-type-grid,
    .oz-technical-grid,
    .oz-submission-timeline {
        grid-template-columns: 1fr;
    }

    .oz-creators-hero {
        min-height: 620px;
    }

    .oz-creators-hero__content {
        padding: 72px 0 105px;
    }

    .oz-creator-visual,
    .oz-creator-visual.has-image img {
        min-height: 320px;
    }
}

/* ==========================================================
   OzInDi 3.6 — dropdown navigation, dual hero buttons,
   and single full-width Mux video
   ========================================================== */

/* Homepage hero actions */
.oz-hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 18px;
}

.oz-hero-actions .oz-btn {
    margin-top: 0;
}

.oz-btn--outline {
    border: 1px solid rgba(255,255,255,.45);
    background: rgba(5,8,6,.45);
    color: #fff;
    backdrop-filter: blur(9px);
}

.oz-btn--outline:hover,
.oz-btn--outline:focus-visible {
    border-color: var(--oz-green);
    background: var(--oz-green);
    color: #0b0e0b;
}

/* Desktop dropdown navigation */
@media (min-width: 861px) {
    .oz-nav > ul {
        display: flex;
        align-items: center;
        gap: 28px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .oz-nav li {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .oz-nav > ul > li > a {
        display: flex;
        align-items: center;
        min-height: 78px;
    }

    .oz-nav .sub-menu {
        position: absolute;
        z-index: 1000;
        top: 100%;
        left: 50%;
        display: block;
        width: max-content;
        min-width: 235px;
        max-width: 320px;
        margin: 0;
        padding: 11px;
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 15px;
        background: rgba(12,16,14,.98);
        box-shadow: 0 24px 65px rgba(0,0,0,.55);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate(-50%, 9px);
        transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
    }

    .oz-nav .sub-menu li + li {
        margin-top: 3px;
    }

    .oz-nav .sub-menu a {
        display: block;
        padding: 11px 13px;
        border-radius: 9px;
        color: #dce2de;
        font-size: 13px;
        line-height: 1.3;
        white-space: normal;
    }

    .oz-nav .sub-menu a:hover,
    .oz-nav .sub-menu a:focus-visible {
        background: rgba(167,219,0,.12);
        color: var(--oz-green);
        outline: none;
    }

    .oz-nav li:hover > .sub-menu,
    .oz-nav li:focus-within > .sub-menu,
    .oz-nav li.submenu-open > .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate(-50%, 0);
    }

    .oz-nav .sub-menu .sub-menu {
        top: -11px;
        left: calc(100% + 11px);
        transform: translate(8px, 0);
    }

    .oz-nav .sub-menu li:hover > .sub-menu,
    .oz-nav .sub-menu li:focus-within > .sub-menu,
    .oz-nav .sub-menu li.submenu-open > .sub-menu {
        transform: translate(0, 0);
    }

    .oz-nav > ul > li:last-child > .sub-menu,
    .oz-nav > ul > li:nth-last-child(2) > .sub-menu {
        right: 0;
        left: auto;
        transform: translateY(9px);
    }

    .oz-nav > ul > li:last-child:hover > .sub-menu,
    .oz-nav > ul > li:last-child:focus-within > .sub-menu,
    .oz-nav > ul > li:last-child.submenu-open > .sub-menu,
    .oz-nav > ul > li:nth-last-child(2):hover > .sub-menu,
    .oz-nav > ul > li:nth-last-child(2):focus-within > .sub-menu,
    .oz-nav > ul > li:nth-last-child(2).submenu-open > .sub-menu {
        transform: translateY(0);
    }

    .oz-submenu-toggle {
        display: none;
    }

    .oz-nav .menu-item-has-children > a::after {
        content: "";
        width: 6px;
        height: 6px;
        margin-left: 8px;
        border-right: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
        transform: rotate(45deg) translateY(-2px);
    }

    .oz-nav .sub-menu .menu-item-has-children > a::after {
        float: right;
        margin-top: 4px;
        transform: rotate(-45deg);
    }
}

/* Mobile dropdown navigation */
@media (max-width: 860px) {
    .oz-nav {
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }

    .oz-nav > ul,
    .oz-nav .sub-menu {
        display: block;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .oz-nav li {
        position: relative;
        margin: 0;
        list-style: none;
    }

    .oz-nav li + li {
        margin-top: 3px;
    }

    .oz-nav li.menu-item-has-children {
        display: grid;
        grid-template-columns: minmax(0,1fr) 45px;
        align-items: start;
    }

    .oz-nav li.menu-item-has-children > a {
        grid-column: 1;
    }

    .oz-nav .oz-submenu-toggle {
        grid-column: 2;
        display: grid;
        place-items: center;
        width: 42px;
        height: 42px;
        margin: 2px 0 0;
        padding: 0;
        border: 1px solid rgba(255,255,255,.1);
        border-radius: 9px;
        background: rgba(255,255,255,.035);
        color: #fff;
        cursor: pointer;
    }

    .oz-nav .oz-submenu-toggle span {
        width: 8px;
        height: 8px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg) translate(-1px,-1px);
        transition: transform .18s ease;
    }

    .oz-nav .submenu-open > .oz-submenu-toggle span {
        transform: rotate(225deg) translate(-1px,-1px);
    }

    .oz-nav .sub-menu {
        grid-column: 1 / -1;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        padding-left: 14px;
        transition: max-height .28s ease, opacity .2s ease, padding .2s ease;
    }

    .oz-nav .submenu-open > .sub-menu {
        max-height: 900px;
        opacity: 1;
        padding-top: 5px;
        padding-bottom: 7px;
    }

    .oz-nav .sub-menu a {
        padding: 10px 12px;
        border-left: 1px solid rgba(167,219,0,.38);
        color: #c5cdc7;
        font-size: 13px;
    }

    .oz-nav .sub-menu a:hover,
    .oz-nav .sub-menu a:focus-visible {
        color: var(--oz-green);
    }
}

/* Single full-width Mux video Elementor widget */
.oz-single-mux {
    width: 100%;
    color: var(--oz-text);
}

.oz-single-mux__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: var(--oz-green);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .18em;
}

.oz-single-mux__eyebrow::before {
    content: "";
    width: 38px;
    height: 3px;
    background: currentColor;
}

.oz-single-mux__head {
    max-width: 920px;
    margin-bottom: 38px;
}

.oz-single-mux__head h2 {
    margin: 0;
    font-size: clamp(42px, 5.3vw, 76px);
    line-height: .98;
    letter-spacing: -.055em;
}

.oz-single-mux__head p {
    max-width: 790px;
    margin: 20px 0 0;
    color: var(--oz-muted);
    font-size: clamp(17px, 1.45vw, 20px);
}

.oz-single-mux__player {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 21px;
    background: #020303;
    box-shadow: 0 26px 82px rgba(0,0,0,.45);
}

.oz-single-mux__player iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.oz-single-mux__cover {
    position: absolute;
    inset: 0;
    z-index: 3;
    overflow: hidden;
    background: #030404;
    opacity: 1;
    visibility: visible;
    transition: opacity .28s ease, visibility .28s ease;
}

.oz-single-mux__cover.is-playing {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.oz-single-mux__cover > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oz-single-mux__shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(2,4,3,.02) 38%, rgba(2,4,3,.9) 100%),
        linear-gradient(90deg, rgba(2,4,3,.5), transparent 62%);
}

.oz-single-mux__meta {
    position: absolute;
    z-index: 2;
    right: 145px;
    bottom: clamp(24px, 3.4vw, 48px);
    left: clamp(24px, 3.7vw, 52px);
}

.oz-single-mux__meta small {
    display: block;
    margin-bottom: 8px;
    color: var(--oz-green);
    font-size: clamp(11px, 1vw, 14px);
    font-weight: 950;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: .16em;
}

.oz-single-mux__meta strong {
    display: block;
    max-width: 920px;
    color: #fff;
    font-size: clamp(28px, 4.1vw, 64px);
    font-weight: 900;
    line-height: .96;
    letter-spacing: -.05em;
    text-shadow: 0 4px 22px rgba(0,0,0,.58);
}

.oz-single-mux__play {
    position: absolute;
    right: clamp(24px, 3.5vw, 48px);
    bottom: clamp(24px, 3.4vw, 46px);
    z-index: 3;
    display: grid;
    place-items: center;
    width: clamp(62px, 6.6vw, 92px);
    height: clamp(62px, 6.6vw, 92px);
    padding: 0;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 50%;
    background: rgba(0,0,0,.87);
    color: #fff;
    cursor: pointer;
    box-shadow: 0 16px 44px rgba(0,0,0,.42);
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.oz-single-mux__play:hover,
.oz-single-mux__play:focus-visible {
    transform: scale(1.06);
    border-color: var(--oz-green);
    background: var(--oz-green);
    color: #0a0d08;
    outline: none;
}

.oz-single-mux__play svg {
    width: 44%;
    height: 44%;
    fill: currentColor;
    transform: translateX(4%);
}

.oz-single-mux__empty {
    position: absolute;
    inset: 0;
    display: grid;
    place-content: center;
    gap: 8px;
    padding: 30px;
    text-align: center;
    background:
        radial-gradient(circle at center, rgba(167,219,0,.14), transparent 36%),
        #080b09;
}

.oz-single-mux__empty strong {
    font-size: clamp(24px, 3vw, 40px);
}

.oz-single-mux__empty span {
    color: var(--oz-muted);
}

@media (max-width: 650px) {
    .oz-hero-actions {
        align-items: stretch;
    }

    .oz-hero-actions .oz-btn {
        flex: 1 1 100%;
    }

    .oz-single-mux__head {
        margin-bottom: 25px;
    }

    .oz-single-mux__player {
        border-radius: 14px;
    }

    .oz-single-mux__meta {
        right: 92px;
        bottom: 20px;
        left: 20px;
    }

    .oz-single-mux__meta strong {
        font-size: clamp(22px, 7vw, 34px);
    }

    .oz-single-mux__play {
        right: 18px;
        bottom: 18px;
        width: 58px;
        height: 58px;
    }
}

/* ==========================================================
   OzInDi 3.7 — announcement pill and platform branding
   ========================================================== */

/* Customisable homepage announcement */
.oz-hero-announcement {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    width: fit-content;
    max-width: min(100%, 680px);
    margin-top: 17px;
    padding: 9px 14px;
    border: 1px solid rgba(167,219,0,.38);
    border-radius: 999px;
    background: rgba(5,9,6,.66);
    color: #eff5ef;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.45;
    box-shadow: 0 12px 34px rgba(0,0,0,.22);
    backdrop-filter: blur(10px);
    white-space: normal;
}

.oz-hero-announcement > span {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    margin-top: .38em;
    border-radius: 50%;
    background: var(--oz-green);
    box-shadow: 0 0 0 5px rgba(167,219,0,.12);
}

/* Reusable platform badges */
.oz-platform-badge {
    --oz-platform-accent: var(--oz-green);
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    background: rgba(255,255,255,.045);
    color: #f4f7f4;
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
}

.oz-platform-badge__icon {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    color: var(--oz-platform-accent);
}

.oz-platform-badge__icon svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.oz-platform-badge--apple-tv {
    --oz-platform-accent: #fff;
}

.oz-platform-badge--android,
.oz-platform-badge--android-tv {
    --oz-platform-accent: #a4e63b;
}

.oz-platform-badge--ios {
    --oz-platform-accent: #e9edf0;
}

.oz-platform-badge--google-tv {
    --oz-platform-accent: #f4f7f4;
}

.oz-platform-badge--radio {
    --oz-platform-accent: var(--oz-green);
}

.oz-platform-badge--apple-tv .oz-platform-badge__icon svg {
    fill: currentColor;
    stroke: none;
}

.oz-platform-badge--google-tv .oz-platform-badge__icon svg > rect {
    stroke: rgba(255,255,255,.65);
}

.oz-platform-badge--google-tv .g-blue {
    fill: #4285f4;
    stroke: none;
}

.oz-platform-badge--google-tv .g-red {
    fill: #ea4335;
    stroke: none;
}

.oz-platform-badge--google-tv .g-yellow {
    fill: #fbbc04;
    stroke: none;
}

.oz-platform-badge--google-tv .g-green {
    fill: #34a853;
    stroke: none;
}

/* Platform cards on the About page */
.oz-platform-card {
    display: flex;
    flex-direction: column;
}

.oz-platform-card__number {
    color: var(--oz-green);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .16em;
}

.oz-platform-card__badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 42px;
    margin-top: 26px;
}

.oz-platform-card__badges:empty {
    display: none;
}

.oz-platform-card h3 {
    margin-top: 24px;
}

/* Homepage/footer streaming availability widget */
.oz-streaming-availability {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);
    align-items: center;
    gap: 55px;
    width: 100%;
    overflow: hidden;
    padding: clamp(38px, 5vw, 70px);
    border: 1px solid rgba(167,219,0,.28);
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(20,28,22,.98), rgba(8,11,9,.98));
    box-shadow: 0 28px 85px rgba(0,0,0,.42);
}

.oz-streaming-availability__glow {
    position: absolute;
    z-index: -1;
    top: -180px;
    right: -100px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(167,219,0,.25), transparent 67%);
    pointer-events: none;
}

.oz-streaming-availability__content {
    max-width: 760px;
}

.oz-streaming-availability__kicker {
    margin-bottom: 15px;
    color: var(--oz-green);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .18em;
}

.oz-streaming-availability h2 {
    margin: 0;
    font-size: clamp(38px, 4.8vw, 68px);
    line-height: .98;
    letter-spacing: -.052em;
}

.oz-streaming-availability p {
    max-width: 690px;
    margin: 21px 0 0;
    color: var(--oz-muted);
    font-size: 18px;
}

.oz-streaming-availability__platforms {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 13px;
}

.oz-streaming-availability__item {
    display: flex;
    min-width: 0;
    border-radius: 16px;
    transition: transform .2s ease, background .2s ease;
}

a.oz-streaming-availability__item:hover,
a.oz-streaming-availability__item:focus-visible {
    transform: translateY(-3px);
    outline: none;
}

.oz-streaming-availability__item .oz-platform-badge {
    width: 100%;
    min-height: 74px;
    padding: 15px 17px;
    border-radius: 16px;
    background: rgba(0,0,0,.25);
    font-size: 16px;
}

.oz-streaming-availability__item .oz-platform-badge__icon {
    width: 36px;
    height: 36px;
}

@media (max-width: 900px) {
    .oz-streaming-availability {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .oz-hero-announcement {
        border-radius: 18px;
    }

    .oz-platform-card__badges {
        align-items: stretch;
    }

    .oz-platform-card__badges .oz-platform-badge {
        flex: 1 1 auto;
    }

    .oz-streaming-availability {
        padding: 31px 23px;
        border-radius: 21px;
    }

    .oz-streaming-availability__platforms {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================
   OzInDi 3.9 — reliable click-to-play Mux playback with sound
   ========================================================== */
.oz-single-mux__player mux-player,
.oz-single-mux__element {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    --media-object-fit: contain;
    --media-object-position: center;
}

.oz-single-mux__cover.is-loading .oz-single-mux__play {
    pointer-events: none;
}

.oz-single-mux__cover.is-loading .oz-single-mux__play svg {
    display: none;
}

.oz-single-mux__cover.is-loading .oz-single-mux__play::after {
    content: "";
    width: 32%;
    height: 32%;
    border: 3px solid rgba(255,255,255,.32);
    border-top-color: #fff;
    border-radius: 50%;
    animation: oz-mux-spin .75s linear infinite;
}

@keyframes oz-mux-spin {
    to { transform: rotate(360deg); }
}

/* ==========================================================
   OzInDi 3.10 — homepage purpose and creator pathways widgets
   ========================================================== */
.oz-home-section {
    width: 100%;
    padding: 104px 0;
    color: var(--oz-text);
}

.oz-home-section--soft {
    background: var(--oz-bg-soft);
    border-top: 1px solid var(--oz-line);
    border-bottom: 1px solid var(--oz-line);
}

.oz-home-widget-wrap {
    width: min(var(--oz-width), calc(100% - 40px));
    margin-inline: auto;
}

.oz-home-kicker {
    margin-bottom: 15px;
    color: var(--oz-green);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .18em;
}

.oz-home-heading-row {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
    align-items: end;
    gap: 58px;
}

.oz-home-heading-row h2 {
    margin: 0;
    font-size: clamp(42px, 5.3vw, 76px);
    line-height: .98;
    letter-spacing: -.055em;
}

.oz-home-heading-row > p {
    max-width: 670px;
    margin: 0 0 5px;
    color: var(--oz-muted);
    font-size: clamp(17px, 1.4vw, 20px);
    line-height: 1.65;
}

/* Why OzInDi */
.oz-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 50px;
}

.oz-why-card {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    padding: 28px;
    border: 1px solid var(--oz-line);
    border-radius: 20px;
    background:
        radial-gradient(circle at 105% -5%, rgba(167,219,0,.13), transparent 34%),
        linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018));
    transition: transform .22s ease, border-color .22s ease;
}

.oz-why-card::after {
    content: "";
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 110px;
    height: 110px;
    border: 1px solid rgba(167,219,0,.16);
    border-radius: 50%;
}

.oz-why-card:hover {
    transform: translateY(-5px);
    border-color: rgba(167,219,0,.45);
}

.oz-home-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 17px;
    background: var(--oz-green);
    color: #0b0e0b;
}

.oz-home-icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.oz-why-card > span {
    position: absolute;
    top: 31px;
    right: 27px;
    color: rgba(255,255,255,.33);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .17em;
}

.oz-why-card h3 {
    margin: 35px 0 13px;
    font-size: clamp(24px, 2vw, 29px);
    line-height: 1.05;
    letter-spacing: -.035em;
}

.oz-why-card p {
    margin: 0;
    color: var(--oz-muted);
    line-height: 1.68;
}

/* Two creator pathways */
.oz-pathways-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 50px;
}

.oz-pathway-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 510px;
    overflow: hidden;
    padding: clamp(30px, 4vw, 52px);
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 25px;
    box-shadow: var(--oz-shadow);
}

.oz-pathway-card--completed {
    background:
        radial-gradient(circle at 95% 5%, rgba(167,219,0,.22), transparent 31%),
        linear-gradient(145deg, #172019, #0b0f0d);
}

.oz-pathway-card--original {
    background:
        radial-gradient(circle at 95% 5%, rgba(255,43,214,.21), transparent 31%),
        linear-gradient(145deg, #21101d, #0d090c);
}

.oz-pathway-card::after {
    content: "";
    position: absolute;
    right: -92px;
    bottom: -95px;
    width: 270px;
    height: 270px;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 50%;
    pointer-events: none;
}

.oz-pathway-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.oz-pathway-card--original .oz-home-icon {
    background: #ff2bd6;
    color: #190013;
}

.oz-pathway-card__top small {
    color: rgba(255,255,255,.62);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .18em;
}

.oz-pathway-card h3 {
    max-width: 560px;
    margin: 44px 0 18px;
    font-size: clamp(35px, 4vw, 59px);
    line-height: .98;
    letter-spacing: -.055em;
}

.oz-pathway-card__text {
    max-width: 670px;
    color: #b7c0ba;
    font-size: 18px;
    line-height: 1.7;
}

.oz-pathway-card__text p {
    margin: 0 0 1em;
}

.oz-pathway-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px;
}

.oz-pathway-card__tags span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 36px;
    padding: 7px 11px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 999px;
    background: rgba(0,0,0,.2);
    color: #d6ddd8;
    font-size: 12px;
    font-weight: 800;
}

.oz-pathway-card__tags svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.oz-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 51px;
    margin-top: auto;
    padding: 11px 22px;
    border-radius: 999px;
    background: var(--oz-green);
    color: #0a0d08;
    font-weight: 900;
    transition: transform .2s ease, box-shadow .2s ease;
}

.oz-home-button:hover,
.oz-home-button:focus-visible {
    color: #0a0d08;
    transform: translateY(-2px);
    box-shadow: 0 14px 38px rgba(167,219,0,.18);
    outline: none;
}

.oz-home-button--pink {
    background: #ff2bd6;
    color: #190013;
}

.oz-home-button--pink:hover,
.oz-home-button--pink:focus-visible {
    color: #190013;
    box-shadow: 0 14px 38px rgba(255,43,214,.18);
}

@media (max-width: 1050px) {
    .oz-why-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 880px) {
    .oz-home-heading-row,
    .oz-pathways-grid {
        grid-template-columns: 1fr;
    }

    .oz-home-heading-row {
        align-items: start;
        gap: 24px;
    }

    .oz-pathway-card {
        min-height: 480px;
    }
}

@media (max-width: 620px) {
    .oz-home-section {
        padding: 76px 0;
    }

    .oz-home-widget-wrap {
        width: min(var(--oz-width), calc(100% - 28px));
    }

    .oz-why-grid {
        grid-template-columns: 1fr;
    }

    .oz-why-card {
        min-height: 0;
    }

    .oz-pathway-card {
        min-height: 0;
        padding: 29px 24px;
        border-radius: 20px;
    }

    .oz-pathway-card h3 {
        margin-top: 35px;
    }

    .oz-home-button {
        width: 100%;
        margin-top: 28px;
    }
}

