/*
Theme Name: Casting Recruitment Starter
Author: Shaun Smith-Roberts
Description: A modern, editorial-style theme for recruitment and casting with polished cards, strong typography, and premium section styling.
Version: 1.5.8
*/

:root {
    --primary-blue: #2563eb;
    --primary-dark: #0b1531;
    --dark-grey: #0f172a;
    --light-grey: #f5f7fb;
    --mid-grey: #dbe4f0;
    --white: #ffffff;
    --text-main: #334155;
    --text-light: #64748b;
    --footer-bg: #09111f;
    --footer-text: #9fb0ca;
    --top-bar-bg: #081120;
    --surface: #ffffff;
    --surface-alt: #eef4ff;
    --surface-muted: rgba(255, 255, 255, 0.8);
    --accent: #f97316;
    --accent-soft: rgba(249, 115, 22, 0.14);
    --border: rgba(15, 23, 42, 0.09);
    --border-strong: rgba(37, 99, 235, 0.18);
    --shadow-sm: 0 16px 40px rgba(15, 23, 42, 0.08);
    --shadow-md: 0 24px 60px rgba(15, 23, 42, 0.12);
    --shadow-lg: 0 36px 90px rgba(11, 21, 49, 0.18);
    --radius-sm: 14px;
    --radius-md: 24px;
    --radius-lg: 32px;
    --content-width: 1180px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Manrope', sans-serif;
    line-height: 1.7;
    color: var(--text-main);
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.08), transparent 32%),
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.08), transparent 28%),
        linear-gradient(180deg, #f8faff 0%, #f3f6fb 100%);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

a:hover {
    color: var(--primary-blue);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Space Grotesk', sans-serif;
    color: var(--dark-grey);
    line-height: 1.08;
    letter-spacing: -0.04em;
}

p,
li,
input,
textarea,
button {
    font-family: inherit;
}

button,
input,
textarea {
    font-size: 1rem;
}

::selection {
    background: rgba(37, 99, 235, 0.18);
    color: var(--dark-grey);
}

.container {
    width: min(100%, var(--content-width));
    margin: 0 auto;
    padding: 0 24px;
}

.front-page-content,
.page-content {
    padding: 0 0 40px;
}

.front-page-content > *:first-child,
.page-content > *:first-child {
    margin-top: 0;
}

main.container {
    padding: 72px 24px !important;
}

main.container article {
    background: var(--surface-muted);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    padding: clamp(28px, 4vw, 44px);
}

main.container article + article {
    margin-top: 24px;
}

main.container article > * + * {
    margin-top: 1.1em;
}

section,
.newsletter-bar,
.video-hero,
.site-footer {
    position: relative;
}

.talent-section,
.how-it-works,
.cta-section,
.contact-section,
.team-section,
.testimonials-section,
.pricing-section,
.faq-section,
.logo-strip,
.jobs-section,
.profile-section,
.split-section {
    padding: clamp(72px, 9vw, 112px) 0;
}

.talent-section h2,
.how-it-works h2,
.cta-section h2,
.contact-section h2,
.team-section h2,
.testimonials-section h2,
.pricing-section h2,
.faq-section h2,
.jobs-section h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: clamp(2.2rem, 4vw, 3.4rem);
}

.section-subtitle,
.cta-section p,
.contact-section > .container > p,
.team-section > .container > p,
.testimonials-section > .container > p,
.pricing-section > .container > p,
.faq-section > .container > p,
.jobs-section > .container > p {
    max-width: 680px;
    margin: 0 auto 48px;
    text-align: center;
    color: var(--text-light);
    font-size: 1.06rem;
}

.wp-block-columns {
    gap: clamp(20px, 3vw, 30px);
}

.wp-block-buttons {
    gap: 14px;
}

.hero.wp-block-group,
.stats-bar.wp-block-group,
.trust-strip.wp-block-group,
.talent-section.wp-block-group,
.how-it-works.wp-block-group,
.split-section.wp-block-group,
.cta-section.wp-block-group,
.contact-section.wp-block-group,
.team-section.wp-block-group,
.testimonials-section.wp-block-group,
.pricing-section.wp-block-group,
.faq-section.wp-block-group,
.jobs-section.wp-block-group,
.profile-section.wp-block-group,
.logo-strip.wp-block-group {
    padding-inline: 24px;
    overflow-x: clip;
}

.hero.wp-block-group > :not(.alignfull),
.stats-bar.wp-block-group > :not(.alignfull),
.trust-strip.wp-block-group > :not(.alignfull),
.talent-section.wp-block-group > :not(.alignfull),
.how-it-works.wp-block-group > :not(.alignfull),
.split-section.wp-block-group > :not(.alignfull),
.contact-section.wp-block-group > :not(.alignfull),
.team-section.wp-block-group > :not(.alignfull),
.testimonials-section.wp-block-group > :not(.alignfull),
.pricing-section.wp-block-group > :not(.alignfull),
.faq-section.wp-block-group > :not(.alignfull),
.jobs-section.wp-block-group > :not(.alignfull),
.profile-section.wp-block-group > :not(.alignfull),
.logo-strip.wp-block-group > :not(.alignfull) {
    width: min(100%, var(--content-width));
    margin-left: auto;
    margin-right: auto;
}

.front-page-content .alignwide,
.front-page-content .wp-block-columns.alignwide,
.front-page-content .wp-block-group.alignwide,
.page-content .alignwide,
.page-content .wp-block-columns.alignwide,
.page-content .wp-block-group.alignwide,
.wp-block-group.alignfull > .alignwide,
.wp-block-group.alignfull > .wp-block-columns.alignwide,
.wp-block-group.alignfull > .wp-block-group.alignwide {
    width: min(100%, var(--content-width));
    max-width: var(--content-width);
    margin-left: auto !important;
    margin-right: auto !important;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    max-width: 100%;
}

.section-kicker::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent) 0%, #fb7185 100%);
    box-shadow: 0 0 0 6px rgba(249, 115, 22, 0.12);
    flex-shrink: 0;
}

/* Top Bar */
.top-bar {
    background: rgba(8, 17, 32, 0.92);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
}

.top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.top-bar-left,
.top-bar-right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    align-items: center;
}

.top-bar a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid transparent;
}

.top-bar a:hover {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
}

/* Sticky Navigation */
.main-nav {
    background: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(18px);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.admin-bar .main-nav {
    top: 32px;
}

.nav-inner {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.nav-logo,
.footer-logo {
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -0.05em;
}

.nav-logo {
    color: var(--dark-grey);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.nav-logo::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent) 0%, var(--primary-blue) 100%);
    box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.08);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 10px;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    color: var(--text-main);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 12px 18px;
    display: block;
    border-radius: 999px;
}

.nav-links li.current-menu-item a,
.nav-links li.current_page_item a,
.nav-links li a:hover {
    color: var(--dark-grey);
    background: rgba(37, 99, 235, 0.08);
}

.btn-nav {
    padding: 12px 22px;
    font-size: 0.9rem;
}

/* Buttons */
.btn,
.casting-btn,
.wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    cursor: pointer;
    border: none;
    white-space: nowrap;
}

.btn:hover,
.casting-btn:hover,
.wp-block-button__link:hover {
    transform: translateY(-2px);
}

.btn-primary,
.casting-btn--primary,
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
    background: linear-gradient(135deg, var(--primary-blue) 0%, #4f8dff 100%);
    color: var(--white);
    box-shadow: 0 18px 30px rgba(37, 99, 235, 0.22);
}

.btn-primary:hover,
.casting-btn--primary:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
    color: var(--white);
    box-shadow: 0 22px 36px rgba(37, 99, 235, 0.28);
}

.btn-secondary,
.casting-btn--white,
.wp-block-button.is-style-outline .wp-block-button__link {
    background: rgba(255, 255, 255, 0.12);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.btn-secondary:hover,
.casting-btn--white:hover,
.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background: var(--white);
    color: var(--primary-dark);
    border-color: var(--white);
}

/* Hero Section */
.hero {
    overflow: hidden;
    color: var(--white);
    padding: clamp(104px, 14vw, 160px) 0 clamp(92px, 10vw, 128px);
    background:
        radial-gradient(circle at 18% 24%, rgba(249, 115, 22, 0.22), transparent 25%),
        radial-gradient(circle at 85% 18%, rgba(96, 165, 250, 0.28), transparent 24%),
        linear-gradient(135deg, #071121 0%, #0d1a37 42%, #1d4ed8 100%);
}

.hero::before,
.hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero::before {
    width: 520px;
    height: 520px;
    top: -220px;
    right: -120px;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(10px);
}

.hero::after {
    width: 420px;
    height: 420px;
    bottom: -240px;
    left: -120px;
    background: rgba(249, 115, 22, 0.12);
    filter: blur(18px);
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero h1 {
    max-width: 11ch;
    margin-bottom: 22px;
    font-size: clamp(3.1rem, 7vw, 5.6rem);
    color: var(--white);
}

.hero p {
    max-width: 630px;
    margin-bottom: 36px;
    font-size: clamp(1.05rem, 1.8vw, 1.22rem);
    color: rgba(255, 255, 255, 0.8);
}

.hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.hero-home .wp-block-columns.alignwide {
    gap: clamp(28px, 4vw, 54px);
}

.hero-home .hero-kicker {
    margin-bottom: 20px;
}

.hero-home .hero-kicker::before,
.hero-home .hero-panel .section-kicker::before,
.cta-section .section-kicker::before {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.14);
}

.hero-intro {
    max-width: 620px;
}

.hero-panel {
    padding: clamp(24px, 4vw, 34px);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 22px 50px rgba(6, 13, 27, 0.22);
    backdrop-filter: blur(18px);
}

.page-hero-panel,
.contact-quick-card,
.about-story-card,
.contact-form-shell,
.contact-direct-card,
.contact-map-shell {
    border-radius: 28px;
}

.hero-about,
.hero-contact {
    background:
        radial-gradient(circle at 18% 24%, rgba(249, 115, 22, 0.22), transparent 25%),
        radial-gradient(circle at 85% 18%, rgba(96, 165, 250, 0.24), transparent 24%),
        linear-gradient(135deg, #071121 0%, #0d1a37 42%, #1d4ed8 100%);
}

.hero-about .hero-intro,
.hero-contact .hero-intro {
    max-width: 640px;
    color: rgba(255, 255, 255, 0.82);
}

.hero-contact .wp-block-columns.alignwide {
    align-items: flex-start;
    gap: clamp(34px, 5vw, 64px);
}

.hero-contact .hero-copy,
.hero-contact .hero-aside {
    align-self: flex-start;
}

.hero-about .page-hero-panel,
.hero-contact .page-hero-panel {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 22px 50px rgba(6, 13, 27, 0.22);
}

.hero-contact .contact-quick-grid {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.about-story .split-image {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: var(--shadow-md);
}

.about-story .split-image img {
    width: 100%;
    min-height: 560px;
    object-fit: cover;
}

.about-story-card,
.contact-form-shell,
.contact-direct-card,
.contact-map-shell {
    background: var(--surface-muted);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
}

.about-story-card {
    padding: clamp(24px, 4vw, 32px);
    margin-top: 28px;
}

.about-story-card p + p {
    margin-top: 14px;
}

.about-principle-card,
.contact-availability .step {
    text-align: left;
}

.about-principle-card .step-number,
.contact-availability .step-number {
    margin: 0 0 20px;
}

.about-team .team-card p:last-child {
    margin-top: 12px;
}

.contact-quick-grid {
    display: grid;
    gap: 14px;
    align-content: start;
}

.contact-quick-card {
    padding: clamp(20px, 2.5vw, 26px);
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    box-shadow: 0 18px 38px rgba(6, 13, 27, 0.14);
}

.contact-quick-card .section-kicker {
    margin-bottom: 24px;
}

.contact-quick-card > :last-child {
    margin-bottom: 0;
}

.contact-quick-card--accent {
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.22) 0%, rgba(59, 130, 246, 0.18) 100%);
    border-color: rgba(255, 255, 255, 0.18);
}

.contact-page-section .wp-block-columns {
    align-items: stretch;
}

.contact-page-section .wp-block-column {
    display: flex;
    flex-direction: column;
}

.contact-page-section .wp-block-columns > .wp-block-column:last-child {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px;
}

.contact-page-section .wp-block-columns > .wp-block-column:last-child > .wp-block-group {
    width: 100%;
    margin-top: 0 !important;
}

.contact-form-shell,
.contact-direct-card,
.contact-note-card,
.contact-route-card,
.contact-faq-card {
    padding: clamp(24px, 4vw, 34px);
}

.contact-form-shell .casting-contact-wrap {
    padding: 0;
}

.contact-meta-list {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
}

.contact-meta-list li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.contact-meta-list li:last-child {
    border-bottom: none;
}

.contact-map-shell {
    padding: 16px;
}

.contact-note-card,
.contact-route-card,
.contact-faq-card {
    background: var(--surface-muted);
    border: 1px solid var(--border);
    border-radius: 28px;
    box-shadow: var(--shadow-sm);
}

.contact-note-card p + p {
    margin-top: 14px;
}

.contact-route-section {
    padding-top: 0;
}

.contact-route-card,
.contact-faq-card {
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.contact-route-card:hover,
.contact-faq-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: var(--border-strong);
}

.contact-route-card h3,
.contact-faq-card h3 {
    margin: 10px 0 14px;
    font-size: 1.32rem;
}

.contact-faq-section {
    padding-top: 0;
}

.hero-panel h3 {
    color: var(--white);
    font-size: clamp(1.4rem, 2.2vw, 1.9rem);
    margin: 14px 0 18px;
}

.brief-list {
    margin: 0;
    padding-left: 18px;
    color: rgba(255, 255, 255, 0.8);
}

.brief-list li + li {
    margin-top: 12px;
}

.brief-list strong {
    color: var(--white);
}

.panel-note {
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.78);
}

.hero-metrics {
    margin-top: 28px;
    gap: 12px;
}

.hero-metric {
    padding: 12px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.9rem;
}

.hero-metric strong {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1rem;
    color: var(--white);
}

/* Stats Bar */
.stats-bar {
    padding: 0 0 clamp(52px, 7vw, 80px);
    margin-top: -48px;
    z-index: 2;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 28px;
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(18px);
    overflow: hidden;
}

.stat {
    padding: 28px 18px;
    text-align: center;
    color: var(--text-main);
    font-size: 0.96rem;
}

.stat:not(:last-child) {
    border-right: 1px solid rgba(15, 23, 42, 0.06);
}

.stat strong {
    display: block;
    margin-bottom: 6px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    color: var(--dark-grey);
}

.trust-strip {
    padding: 18px 0 34px;
}

.trust-strip .section-kicker {
    display: flex;
    justify-content: center;
    color: var(--text-light);
}

.trust-strip .section-kicker::before,
.spotlight-section .section-kicker::before {
    box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.1);
}

.trust-items {
    margin-top: 18px;
    gap: 12px;
}

.trust-item {
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    color: var(--dark-grey);
    font-weight: 700;
}

/* Shared Card Surfaces */
.talent-card,
.step,
.job-card,
.pricing-card,
.testimonial-card,
.faq-item,
.team-card,
.casting-contact-wrap,
.contact-map,
.profile-section .wp-block-columns,
.split-section .wp-block-columns {
    background: var(--surface-muted);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(16px);
}

/* Talent Grid */
.talent-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 28px;
}

.talent-card {
    border-radius: 26px;
    overflow: hidden;
    padding-bottom: 24px;
    text-align: center;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.talent-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
    border-color: var(--border-strong);
}

.talent-card img,
.talent-placeholder {
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.talent-placeholder {
    background:
        linear-gradient(145deg, rgba(37, 99, 235, 0.16), rgba(249, 115, 22, 0.14)),
        linear-gradient(135deg, #d9e4fb 0%, #f5d8cd 100%);
}

.talent-card h3 {
    margin: 10px 20px 10px;
    font-size: 1.2rem;
}

.talent-role {
    margin: 18px 20px 0;
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.talent-location {
    margin: 0 20px 16px;
    font-size: 0.92rem;
}

.view-profile {
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 0.92rem;
}

.view-profile a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    text-decoration: none;
}

.view-profile a:hover {
    gap: 12px;
}

/* How It Works */
.how-it-works::before,
.contact-section::before,
.pricing-section::before,
.jobs-section::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    filter: blur(24px);
    opacity: 0.6;
    pointer-events: none;
}

.how-it-works::before {
    top: 40px;
    left: 4%;
    background: rgba(37, 99, 235, 0.08);
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.step {
    border-radius: 28px;
    padding: 36px 28px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.step:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
}

.step-number {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 22px;
    background: linear-gradient(135deg, var(--primary-blue) 0%, #4f8dff 100%);
    color: var(--white);
    font-size: 1.35rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 18px 28px rgba(37, 99, 235, 0.22);
    white-space: nowrap;
    line-height: 1;
    flex-shrink: 0;
}

.step h3 {
    margin-bottom: 14px;
    font-size: 1.3rem;
}

.step p {
    color: var(--text-light);
    font-size: 0.98rem;
}

.value-section .section-kicker {
    display: flex;
    justify-content: center;
    color: var(--text-light);
    margin-bottom: 12px;
}

/* CTA Section */
.cta-section .container,
.cta-section.wp-block-group {
    max-width: 980px;
    padding: clamp(36px, 5vw, 64px);
    border-radius: var(--radius-lg);
    position: relative;
    isolation: isolate;
    text-align: center;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.26), transparent 24%),
        linear-gradient(135deg, #0a1328 0%, #10214a 48%, #2563eb 100%);
    color: var(--white);
    box-shadow: var(--shadow-lg);
}

.cta-section .container::before,
.cta-section.wp-block-group::before {
    content: "";
    position: absolute;
    inset: auto -80px -120px auto;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.cta-section.wp-block-group {
    margin: 32px auto clamp(72px, 9vw, 112px);
}

.cta-section.wp-block-group > * {
    position: relative;
    z-index: 1;
}

.cta-section h2,
.cta-section p {
    position: relative;
    z-index: 1;
    color: var(--white);
}

.cta-section p {
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.78);
}

.cta-section.wp-block-group > .wp-block-buttons {
    justify-content: center;
}

/* Contact Section */
.contact-section::before {
    right: 4%;
    bottom: 50px;
    background: rgba(249, 115, 22, 0.08);
}

.contact-section .wp-block-columns {
    margin-top: 48px;
    align-items: stretch;
}

.contact-section .wp-block-column {
    display: flex;
}

.contact-section .wp-block-column > * {
    width: 100%;
}

.casting-contact-wrap {
    padding: clamp(24px, 4vw, 34px);
    border-radius: 28px;
}

.contact-map {
    border-radius: 28px;
    overflow: hidden;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 440px;
    border: 0;
    border-radius: inherit;
}

/* Footer */
.site-footer {
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.16), transparent 26%),
        linear-gradient(180deg, #09111f 0%, #070d18 100%);
    color: var(--footer-text);
    padding-top: 76px;
    margin-top: 28px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 34px;
    padding-bottom: 44px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo {
    color: var(--white);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.6rem;
    display: inline-block;
    margin-bottom: 18px;
}

.footer-about p {
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 22px;
    color: var(--footer-text);
}

.newsletter-form,
.casting-newsletter-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.footer-col h4 {
    color: var(--white);
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li + li {
    margin-top: 12px;
}

.footer-links ul li a,
.recent-post a {
    color: var(--footer-text);
    text-decoration: none;
    font-size: 0.94rem;
    line-height: 1.5;
}

.footer-links ul li a:hover,
.recent-post a:hover {
    color: var(--white);
}

.recent-post + .recent-post {
    margin-top: 18px;
}

.recent-date {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.44);
    font-size: 0.78rem;
}

.footer-bottom {
    padding: 22px 0 30px;
}

.footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.footer-bottom p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.46);
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-social a {
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
    font-size: 0.84rem;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-social a:hover {
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.04);
}

/* Team Section */
.team-card {
    border-radius: 26px;
    padding: 28px 24px 30px;
    text-align: center;
}

.team-card img {
    width: 172px;
    height: 172px;
    border-radius: 32px;
    object-fit: cover;
    margin: 0 auto 18px;
    box-shadow: var(--shadow-sm);
}

.team-card h3 {
    margin-bottom: 6px;
    font-size: 1.2rem;
}

/* Testimonials Section */
.testimonial-card {
    border-radius: 28px;
    padding: 32px;
}

.testimonial-card p:first-child {
    margin-bottom: 22px;
    font-size: 1rem;
}

.testimonial-avatar img {
    border-radius: 24px;
}

/* Pricing Section */
.pricing-section::before {
    left: 6%;
    top: 60px;
    background: rgba(37, 99, 235, 0.08);
}

.pricing-card {
    border-radius: 28px;
    padding: 42px 28px 34px;
    text-align: center;
    position: relative;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
    border-color: var(--border-strong);
}

.pricing-featured {
    background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
    border: 1px solid rgba(37, 99, 235, 0.22);
    box-shadow: 0 26px 60px rgba(37, 99, 235, 0.16);
}

.pricing-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}

.badge-text {
    background: linear-gradient(135deg, var(--accent) 0%, #fb7185 100%);
    color: var(--white);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 7px 16px;
    border-radius: 999px;
    box-shadow: 0 14px 28px rgba(249, 115, 22, 0.18);
}

.pricing-features {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    text-align: left;
}

.pricing-features li {
    padding: 11px 0;
    font-size: 0.95rem;
    color: var(--text-main);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.pricing-features li::before {
    content: "\2713";
    color: var(--primary-blue);
    font-weight: 800;
    margin-right: 10px;
}

.pricing-features li:last-child {
    border-bottom: none;
}

/* FAQ Section */
.faq-list {
    max-width: 840px;
    margin: 0 auto;
    display: grid;
    gap: 16px;
}

.faq-item {
    border-radius: 22px;
    overflow: hidden;
}

.faq-item summary {
    padding: 22px 24px;
    font-weight: 700;
    font-size: 1rem;
    color: var(--dark-grey);
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.faq-item summary::after {
    content: "+";
    width: 34px;
    height: 34px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-blue);
    background: rgba(37, 99, 235, 0.08);
}

.faq-item[open] summary::after {
    content: "\2212";
}

.faq-item .wp-block-details__content {
    padding: 0 24px 22px;
    color: var(--text-light);
}

/* Logo Strip */
.logo-strip {
    padding: 54px 0;
}

.logo-strip .wp-block-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.logo-item {
    opacity: 0.55;
    transition: opacity 0.25s ease, transform 0.25s ease, filter 0.25s ease;
    filter: grayscale(100%);
}

.logo-item:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: translateY(-2px);
}

.logo-item img {
    max-height: 42px;
    width: auto;
    object-fit: contain;
}

/* Jobs Section */
.jobs-section::before {
    right: 6%;
    top: 32px;
    background: rgba(249, 115, 22, 0.08);
}

.job-card {
    border-radius: 26px;
    padding: 30px 24px;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.job-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: var(--border-strong);
}

.job-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    margin-bottom: 10px;
}

.job-card h3 {
    margin: 8px 0 12px;
    font-size: 1.2rem;
}

/* Profile Section */
.profile-section .wp-block-columns {
    border-radius: var(--radius-lg);
    overflow: hidden;
    padding: clamp(22px, 4vw, 34px);
    align-items: center;
}

.profile-photo img {
    width: 100%;
    max-width: 420px;
    border-radius: 28px;
    object-fit: cover;
    box-shadow: var(--shadow-md);
}

.skills-tags {
    margin-top: 12px;
}

.skill-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    margin: 0 8px 8px 0;
    background: rgba(37, 99, 235, 0.08);
}

.credits-list {
    list-style: none;
    padding: 0;
}

.credits-list li {
    padding: 12px 0;
    font-size: 0.96rem;
    color: var(--text-main);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.credits-list li:last-child {
    border-bottom: none;
}

/* Split Section */
.split-section .wp-block-columns {
    border-radius: var(--radius-lg);
    overflow: hidden;
    padding: clamp(22px, 4vw, 34px);
    align-items: center;
}

.split-image img {
    width: 100%;
    border-radius: 28px;
    object-fit: cover;
    box-shadow: var(--shadow-sm);
}

.spotlight-section .wp-block-columns {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
}

.spotlight-section .section-kicker {
    color: var(--text-light);
    margin-bottom: 14px;
}

.spotlight-card {
    padding: clamp(24px, 4vw, 36px);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(37, 99, 235, 0.14), transparent 24%),
        rgba(255, 255, 255, 0.8);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-md);
}

.spotlight-quote {
    margin: 16px 0 18px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.35rem, 2.3vw, 2rem);
    line-height: 1.25;
    color: var(--dark-grey);
}

.spotlight-attribution {
    font-size: 0.92rem;
}

.spotlight-stat-row {
    margin-top: 24px;
    gap: 12px;
}

.spotlight-stat {
    padding: 12px 16px;
    border-radius: 18px;
    background: rgba(37, 99, 235, 0.07);
    color: var(--text-main);
    font-size: 0.9rem;
}

.spotlight-stat strong {
    color: var(--dark-grey);
    font-family: 'Space Grotesk', sans-serif;
}

.spotlight-section .wp-block-button.is-style-outline .wp-block-button__link {
    color: var(--primary-blue);
    background: rgba(37, 99, 235, 0.06);
    border-color: rgba(37, 99, 235, 0.18);
    box-shadow: none;
}

.spotlight-section .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background: var(--primary-blue);
    color: var(--white);
    border-color: var(--primary-blue);
}

/* Gutenberg Utility Classes */
.u-card-soft,
.u-card-glass,
.u-surface-alt {
    border-radius: 28px;
}

.u-card-soft {
    background: var(--surface-muted);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    padding: clamp(20px, 3vw, 30px);
}

.u-card-glass {
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(255, 255, 255, 0.44);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(18px);
    padding: clamp(20px, 3vw, 30px);
}

.u-surface-alt {
    background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
    border: 1px solid rgba(37, 99, 235, 0.12);
    box-shadow: var(--shadow-sm);
    padding: clamp(20px, 3vw, 30px);
}

.u-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(37, 99, 235, 0.08);
    border: 1px solid rgba(37, 99, 235, 0.12);
}

.u-accent-border {
    border-left: 4px solid var(--accent);
    padding-left: 18px;
}

.u-shadow-lg {
    box-shadow: var(--shadow-lg);
}

.u-text-balance {
    text-wrap: balance;
}

.u-max-40 {
    max-width: 40rem;
}

.u-max-52 {
    max-width: 52rem;
}

.u-section-tight {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
}

.u-section-loose {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
}

.u-highlight {
    background: linear-gradient(120deg, rgba(249, 115, 22, 0.18) 0%, rgba(249, 115, 22, 0) 100%);
    padding: 0 0.18em;
}

.u-gap-8 { gap: 8px !important; }
.u-gap-12 { gap: 12px !important; }
.u-gap-16 { gap: 16px !important; }
.u-gap-20 { gap: 20px !important; }
.u-gap-24 { gap: 24px !important; }
.u-gap-32 { gap: 32px !important; }
.u-gap-40 { gap: 40px !important; }

.u-stack-8,
.u-stack-12,
.u-stack-16,
.u-stack-20,
.u-stack-24,
.u-stack-32,
.u-stack-40 {
    display: flex !important;
    flex-direction: column !important;
}

.u-stack-8 { gap: 8px !important; }
.u-stack-12 { gap: 12px !important; }
.u-stack-16 { gap: 16px !important; }
.u-stack-20 { gap: 20px !important; }
.u-stack-24 { gap: 24px !important; }
.u-stack-32 { gap: 32px !important; }
.u-stack-40 { gap: 40px !important; }

/* Video Hero */
.video-hero {
    min-height: 540px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #071121;
}

.video-hero-overlay {
    position: relative;
    width: 100%;
    min-height: inherit;
}

.video-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.video-hero-content {
    position: relative;
    z-index: 2;
    padding: clamp(110px, 14vw, 150px) 24px;
    text-align: center;
}

.video-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.22), transparent 26%),
        linear-gradient(180deg, rgba(7, 17, 33, 0.25) 0%, rgba(7, 17, 33, 0.76) 100%);
    z-index: 1;
}

.video-hero h1,
.video-hero p {
    color: var(--white);
}

.video-hero h1 {
    font-size: clamp(3rem, 6vw, 5rem);
    margin-bottom: 18px;
}

.video-hero p {
    max-width: 680px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.78);
}

/* Shortcode Forms */
.casting-contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.casting-form-row {
    display: flex;
    gap: 14px;
}

.contact-form .contact-input,
.casting-input,
.newsletter-form input {
    width: 100%;
    padding: 15px 18px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 18px;
    color: var(--text-main);
    outline: none;
    background: rgba(255, 255, 255, 0.94);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.contact-form .contact-input:focus,
.casting-input:focus,
.newsletter-form input:focus {
    border-color: rgba(37, 99, 235, 0.42);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
    background: var(--white);
}

.contact-form .contact-input::placeholder,
.casting-input::placeholder,
.newsletter-form input::placeholder {
    color: #94a3b8;
}

.contact-form textarea.contact-input,
.casting-contact-form textarea.casting-input {
    resize: vertical;
    min-height: 150px;
}

.casting-input--dark {
    flex: 1;
    min-width: 220px;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.12);
    color: var(--white);
}

.casting-input--dark::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.casting-input--dark:focus {
    border-color: rgba(255, 255, 255, 0.42);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.16);
}

.casting-notice {
    padding: 14px 16px;
    border-radius: 18px;
    font-size: 0.92rem;
    margin-bottom: 16px;
}

.casting-notice--success {
    background: rgba(34, 197, 94, 0.12);
    color: #166534;
    border: 1px solid rgba(34, 197, 94, 0.18);
}

.casting-notice--error {
    background: rgba(239, 68, 68, 0.1);
    color: #b91c1c;
    border: 1px solid rgba(239, 68, 68, 0.16);
}

.casting-notice--success-inline,
.casting-notice--error-inline {
    font-size: 0.88rem;
    margin-top: 8px;
}

.casting-notice--success-inline {
    color: rgba(255, 255, 255, 0.86);
}

.casting-notice--error-inline {
    color: #ffd1d1;
}

/* Newsletter Bar Pattern */
.newsletter-bar {
    padding: clamp(24px, 4vw, 40px) 0;
}

.newsletter-bar .alignwide,
.newsletter-bar .wp-block-columns.alignwide {
    background:
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.24), transparent 26%),
        linear-gradient(135deg, #0b1531 0%, #1d4ed8 100%);
    border-radius: var(--radius-lg);
    padding: clamp(26px, 4vw, 40px);
    box-shadow: var(--shadow-lg);
}

.newsletter-bar h3,
.newsletter-bar p {
    color: var(--white);
}

.newsletter-bar p {
    color: rgba(255, 255, 255, 0.74);
}

/* Responsive */
@media (max-width: 1024px) {
    .nav-inner {
        flex-wrap: wrap;
        justify-content: center;
        padding: 14px 0 18px;
    }

    .nav-links {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stat:nth-child(2) {
        border-right: none;
    }

    .stat:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    }

    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 960px) {
    .hero-home .wp-block-columns.alignwide,
    .hero-about .wp-block-columns.alignwide,
    .hero-contact .wp-block-columns.alignwide,
    .about-story .wp-block-columns.alignwide,
    .contact-page-section .wp-block-columns.alignwide,
    .spotlight-section .wp-block-columns.alignwide {
        flex-direction: column;
    }

    .hero-home .hero-copy,
    .hero-home .hero-aside,
    .hero-about .hero-copy,
    .hero-about .hero-aside,
    .hero-contact .hero-copy,
    .hero-contact .hero-aside,
    .spotlight-section .wp-block-column {
        flex-basis: 100% !important;
    }

    .hero-panel,
    .spotlight-card {
        width: 100%;
    }
}

@media (max-width: 782px) {
    .admin-bar .main-nav {
        top: 46px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 18px;
    }

    .hero.wp-block-group,
    .stats-bar.wp-block-group,
    .trust-strip.wp-block-group,
    .talent-section.wp-block-group,
    .how-it-works.wp-block-group,
    .split-section.wp-block-group,
    .cta-section.wp-block-group,
    .contact-section.wp-block-group,
    .team-section.wp-block-group,
    .testimonials-section.wp-block-group,
    .pricing-section.wp-block-group,
    .faq-section.wp-block-group,
    .jobs-section.wp-block-group,
    .profile-section.wp-block-group,
    .logo-strip.wp-block-group {
        padding-inline: 18px;
    }

    .top-bar-inner {
        flex-direction: column;
        text-align: center;
    }

    .top-bar-left,
    .top-bar-right {
        justify-content: center;
    }

    .hero {
        padding: 88px 0 74px;
    }

    .hero h1 {
        max-width: none;
    }

    .hero-home .hero-kicker,
    .trust-strip .section-kicker,
    .value-section .section-kicker,
    .spotlight-section .section-kicker,
    .cta-section .section-kicker {
        justify-content: center;
    }

    .hero-btns,
    .newsletter-form,
    .casting-newsletter-form {
        flex-direction: column;
        align-items: stretch;
    }

    .stats-bar {
        margin-top: -28px;
    }

    .contact-map,
    .contact-map iframe {
        min-height: 320px;
    }

    .footer-grid,
    .footer-bottom-inner {
        grid-template-columns: 1fr;
        flex-direction: column;
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }

    .profile-section .wp-block-columns,
    .split-section .wp-block-columns {
        padding: 20px;
    }

    .hero-metrics,
    .spotlight-stat-row,
    .trust-items {
        justify-content: center;
    }

    .about-principle-card,
    .contact-availability .step {
        text-align: center;
    }

    .about-principle-card .step-number,
    .contact-availability .step-number {
        margin: 0 auto 20px;
    }

    .logo-strip .wp-block-group {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .nav-links li a {
        padding: 10px 14px;
    }

    .section-kicker {
        font-size: 0.72rem;
        letter-spacing: 0.1em;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat,
    .stat:nth-child(2) {
        border-right: none;
    }

    .stat:not(:last-child) {
        border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    }

    .casting-form-row {
        flex-direction: column;
    }

    .btn,
    .casting-btn,
    .wp-block-button__link,
    .btn-nav {
        width: 100%;
    }

    .talent-card img,
    .talent-placeholder {
        height: 300px;
    }

    .footer-logo,
    .nav-logo {
        justify-content: center;
    }
}
