/* Source: 08-heroes.css | Refactored location: assets/css/patterns/heroes.css */
/* ===============================
    Heroes
================================ */
.hero {
    position: relative;
    overflow: hidden;
    background: var(--color-light);
}
.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}
.hero .container {
    position: relative;
    z-index: 2;
}
/* Gutenberg wrapper support */
.hero .container,
.hero .container > .wp-block-group__inner-container,
.hero-layout,
.hero-layout > .wp-block-group__inner-container,
.hero-content,
.hero-content > .wp-block-group__inner-container {
    position: relative;
}
.hero-layout,
.hero-layout > .wp-block-group__inner-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}
.hero-content,
.hero-content > .wp-block-group__inner-container {
    width: 100%;
    max-width: 760px;
}
.hero-content[class*="is-style-panel-"] {
    padding: clamp(34px, 4.4vw, 58px);
}
.hero-content.is-style-panel-none {
    padding: 0;
}
.hero-content[class*="is-style-panel-dark"] .hero-eyebrow,
.hero-content[class*="is-style-panel-dark"] h1,
.hero-content[class*="is-style-panel-dark"] .hero-intro,
.hero-content[class*="is-style-panel-dark"] .hero-note,
.hero-content[class*="is-style-panel-dark"] .hero-text-link {
    color: #fff;
}
.hero-eyebrow {
    margin: 0 0 20px;
}
.hero h1 {
    margin: 0 0 34px;
    letter-spacing: 0.02em;
    font-weight: 600;
}
.hero-intro {
    max-width: 640px;
    margin: 0 0 34px;
    font-size: 20px;
    line-height: 1.75;
}
.hero-note {
    max-width: 560px;
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
}
.hero-actions,
.cta-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 10px;
}
.hero .btn-primary {
    padding: 16px 28px;
}
.hero-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.hero-text-link::after {
    content: "→";
    color: var(--color-red);
    transition: transform 0.22s ease;
}
.hero-text-link:hover::after {
    transform: translateX(4px);
}
.entry-content > .hero,
.wp-block-post-content > .hero,
.site-main > .hero {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
/* ===============================
   Immersive Hero
================================ */
.hero.hero--immersive {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: clamp(560px, 72svh, 760px);
    margin-bottom: 0 !important;
    padding: clamp(72px, 8vw, 104px) 0;
    color: var(--color-white);
}
.hero.hero--immersive.has-background-image {
    background: #111;
}
.hero--immersive.has-background-image .nofcc-section-background__overlay {
    background: #111;
}
.hero--immersive .nofcc-section-background__inner {
    position: relative;
    z-index: 2;
    width: 100%;
}
.hero.hero--immersive .container,
.hero.hero--immersive .container > .wp-block-group__inner-container {
    position: relative;
    z-index: 1;
    width: 100%;
}
.hero--immersive .hero-layout,
.hero--immersive .hero-layout > .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    min-height: 0;
    max-width: 1180px;
}
.hero--immersive .hero-content,
.hero--immersive .hero-content > .wp-block-group__inner-container {
    max-width: 760px;
    opacity: 0;
    transform: translateY(18px);
    animation: heroContentIn 0.9s ease 0.2s forwards;
}
.hero--immersive h1 {
    max-width: 760px;
    color: var(--color-white);
    font-size: clamp(48px, 5.2vw, 78px);
    line-height: 1.05;
    letter-spacing: 0.02em;
    font-weight: 600;
}
.hero--immersive .hero-intro {
    max-width: 680px;
}
.hero--immersive .hero-intro,
.hero--immersive .hero-note,
.hero--immersive .hero-text-link,
.hero--immersive .hero-eyebrow {
    color: rgba(255,255,255,0.84);
}

/* Home photograph: keep the child and red superhero cape visible beside the panel. */
.hero--immersive.hero--home-cape .container,
.hero--immersive.hero--home-cape .container > .wp-block-group__inner-container {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    padding-inline: clamp(28px, 5vw, 112px);
}

.hero--immersive.hero--home-cape .hero-layout,
.hero--immersive.hero--home-cape .hero-layout > .wp-block-group__inner-container {
    max-width: none;
}

.hero--immersive.hero--home-cape .hero-content,
.hero--immersive.hero--home-cape .hero-content > .wp-block-group__inner-container {
    max-width: 620px;
}

.hero--immersive.hero--home-cape h1 {
    font-size: clamp(44px, 4.4vw, 68px);
}
/* ===============================
    Editorial Hero
================================ */
.hero--editorial {
    position: relative;
    min-height: clamp(520px, 58vh, 680px);
    padding: clamp(88px, 9vw, 132px) 0;
    background: var(--color-white);
    display: flex;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
}
/* =====================================
   Background Image Behaviour
===================================== */

/* Keep the saved class names stable and mirror the shared compatibility mapping:
   .is-background-scroll = established fixed-image treatment
   .is-background-fixed  = established scroll-with-section treatment
*/

.hero--editorial.has-background-image.is-background-scroll,
.hero--immersive.has-background-image.is-background-scroll {
    background-image: var(--section-bg-image) !important;
    background-position: var(--section-bg-position, center center) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.hero--editorial.has-background-image.is-background-scroll .nofcc-section-background__image,
.hero--immersive.has-background-image.is-background-scroll .nofcc-section-background__image {
    display: none !important;
}

.hero--editorial.has-background-image.is-background-fixed,
.hero--immersive.has-background-image.is-background-fixed {
    background-image: none !important;
    background-attachment: scroll !important;
}

.hero--editorial.has-background-image.is-background-fixed .nofcc-section-background__image,
.hero--immersive.has-background-image.is-background-fixed .nofcc-section-background__image {
    display: block !important;
    position: absolute !important;
    background-image: var(--section-bg-image) !important;
    background-position: var(--section-bg-position, center center) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
}

/* Keep overlay and content above background */
.hero--editorial .nofcc-section-background__overlay,
.hero--immersive .nofcc-section-background__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.hero--editorial .nofcc-section-background__inner,
.hero--immersive .nofcc-section-background__inner {
    position: relative;
    z-index: 2;
}

/* =====================================
   Layout
===================================== */
.hero--editorial .container,
.hero--editorial .container > .wp-block-group__inner-container {
    width: 100%;
}
.hero--editorial .hero-layout,
.hero--editorial .hero-layout > .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    min-height: 0;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 30px;
}
.hero--editorial .hero-content,
.hero--editorial .hero-content > .wp-block-group__inner-container {
    max-width: 760px;
}
/* =====================================
   Panel Style Support
===================================== */
.hero--editorial .hero-content[class*="is-style-panel-"] {
    max-width: 760px;
    width: min(100%, 760px);
    padding: clamp(34px, 4vw, 54px);
    box-sizing: border-box;
}
.hero--editorial .hero-content.is-style-panel-none {
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}
/* =====================================
   Typography
===================================== */
.hero--editorial h1 {
    max-width: 720px;
    margin-bottom: 28px;
    font-size: clamp(42px, 4.8vw, 72px);
    line-height: 1.06;
    letter-spacing: 0.02em;
    font-weight: 600;
}
.hero--editorial .hero-intro {
    max-width: 600px;
    margin-bottom: 0;
    color: var(--color-muted);
}
.hero--editorial .hero-note {
    color: var(--color-muted);
}
/* Dark panels */
.hero--editorial .hero-content[class*="is-style-panel-dark"] .hero-eyebrow,
.hero--editorial .hero-content[class*="is-style-panel-dark"] h1,
.hero--editorial .hero-content[class*="is-style-panel-dark"] .hero-intro,
.hero--editorial .hero-content[class*="is-style-panel-dark"] .hero-note {
    color: #fff;
}
.hero--editorial .hero-content[class*="is-style-panel-dark"] .hero-intro,
.hero--editorial .hero-content[class*="is-style-panel-dark"] .hero-note {
    opacity: .86;
}
/* Mobile fixed backgrounds can be janky */
@media (max-width: 900px) {
    .hero--editorial.has-background-image.is-background-scroll,
    .hero--immersive.has-background-image.is-background-scroll {
        background-attachment: scroll !important;
    }
}
/* ===============================
    Minimal Hero
================================ */
.hero--minimal {
    padding: 96px 0 72px;
    text-align: center;
}
.hero--minimal:not(.has-background-image):not([class*="texture-"]) {
    background: var(--color-light);
}
.hero--minimal > .nofcc-section-background__inner {
    width: 100%;
}
.hero--minimal .hero-layout,
.hero--minimal .hero-layout > .wp-block-group__inner-container {
    display: flex;
    justify-content: center;
}
.hero--minimal .hero-content,
.hero--minimal .hero-content > .wp-block-group__inner-container {
    max-width: 860px;
    margin: 0 auto;
}
.hero--minimal h1 {
    font-size: clamp(42px, 4.8vw, 72px);
    line-height: 1.08;
    letter-spacing: 0.02em;
    font-weight: 600;
}
.hero--minimal .hero-intro,
.hero--minimal .hero-note {
    margin-left: auto;
    margin-right: auto;
    color: var(--color-muted);
}
.hero--minimal .hero-actions {
    justify-content: center;
}
/* ===============================
    Overlay Hero
================================ */
.hero--overlay {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.hero--overlay.has-background-image {
    color: var(--color-white);
    background: #111;
}
.hero--overlay.has-background-image .nofcc-section-background__overlay {
    background: #111;
}
.hero--overlay > .nofcc-section-background__inner {
    width: 100%;
}
.hero--overlay .hero-overlay__inner {
    width: 100%;
}
.hero--overlay .hero-overlay__content {
    max-width: 760px;
    padding: clamp(32px, 4vw, 52px) clamp(36px, 5vw, 64px);
    box-sizing: border-box;
}
.hero--overlay.has-background-image :where(h1, p, .eyebrow) {
    color: var(--color-white);
}
.hero--overlay:not(.has-background-image):not([class*="texture-"]) {
    background: var(--color-light);
}
/* ===============================
    Split Hero
================================ */
.hero--split:not([class*="is-style-texture-"]):not([class*="is-style-panel-"]) {
    padding: 112px 0 104px;
    background: var(--color-white);
}
.hero--split:is([class*="is-style-texture-"], [class*="is-style-panel-"]) {
    padding: 112px 0 104px;
}
/* Reassert registered Group backgrounds after the shared .hero background. */
.hero--split.is-style-texture-paper,
.hero--conversion.is-style-texture-paper {
    background-color: var(--texture-bg, var(--color-cream, #f7f2ea));
    background-image:
        radial-gradient(rgba(31, 41, 55, 0.035) 1px, transparent 1px),
        linear-gradient(135deg, rgba(255,255,255,0.45), rgba(31,41,55,0.025));
    background-size: 18px 18px, 100% 100%;
}
.hero--split.is-style-texture-topo,
.hero--conversion.is-style-texture-topo {
    background-color: var(--texture-bg, var(--color-cream, #f7f2ea));
    background-image: repeating-radial-gradient(
        ellipse at 20% 30%,
        rgba(31, 41, 55, 0.045) 0,
        rgba(31, 41, 55, 0.045) 1px,
        transparent 2px,
        transparent 18px
    );
}
.hero--split.is-style-texture-dots,
.hero--conversion.is-style-texture-dots {
    background-color: var(--texture-bg, var(--color-cream, #f7f2ea));
    background-image:
        radial-gradient(rgba(239, 35, 60, 0.12) 1.2px, transparent 1.2px),
        radial-gradient(rgba(31, 41, 55, 0.07) 1.2px, transparent 1.2px);
    background-size: 26px 26px, 48px 48px;
    background-position: 0 0, 12px 16px;
}
.hero--split.is-style-texture-wash,
.hero--conversion.is-style-texture-wash {
    background:
        radial-gradient(circle at 18% 22%, rgba(239,35,60,0.08), transparent 34%),
        radial-gradient(circle at 82% 72%, rgba(246,196,83,0.18), transparent 38%),
        radial-gradient(circle at 50% 50%, rgba(255,255,255,0.55), transparent 48%),
        var(--texture-bg, var(--color-cream, #f7f2ea));
}
.hero--split.is-style-texture-swirl,
.hero--conversion.is-style-texture-swirl {
    background-color: var(--texture-bg, var(--color-cream, #f7f2ea));
    background-image:
        radial-gradient(ellipse at 15% 20%, rgba(239,35,60,0.07), transparent 36%),
        radial-gradient(ellipse at 85% 25%, rgba(246,196,83,0.14), transparent 34%),
        radial-gradient(ellipse at 55% 85%, rgba(31,41,55,0.045), transparent 38%);
}
.hero--split.is-style-texture-grid,
.hero--conversion.is-style-texture-grid {
    background-color: var(--texture-bg, var(--color-cream, #f7f2ea));
    background-image:
        linear-gradient(rgba(31,41,55,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(31,41,55,0.035) 1px, transparent 1px);
    background-size: 42px 42px;
}
.hero--split.is-style-texture-grain,
.hero--conversion.is-style-texture-grain {
    background-color: var(--texture-bg, var(--color-cream, #f7f2ea));
    background-image: radial-gradient(rgba(31,41,55,0.07) 0.8px, transparent 0.8px);
    background-size: 10px 10px;
}
.hero--split.is-style-panel-none { background: transparent !important; }
.hero--split.is-style-panel-white-90 { background: rgba(255,255,255,.90); }
.hero--split.is-style-panel-white-80 { background: rgba(255,255,255,.80); }
.hero--split.is-style-panel-white-70 { background: rgba(255,255,255,.70); }
.hero--split.is-style-panel-white-60 { background: rgba(255,255,255,.60); }
.hero--split.is-style-panel-white-50 { background: rgba(255,255,255,.50); }
.hero--split.is-style-panel-white-40 { background: rgba(255,255,255,.40); }
.hero--split.is-style-panel-white-30 { background: rgba(255,255,255,.30); }
.hero--split.is-style-panel-blue-90 { background: rgba(142,209,252,.90); }
.hero--split.is-style-panel-blue-80 { background: rgba(142,209,252,.80); }
.hero--split.is-style-panel-blue-70 { background: rgba(142,209,252,.70); }
.hero--split.is-style-panel-blue-60 { background: rgba(142,209,252,.60); }
.hero--split.is-style-panel-blue-50 { background: rgba(142,209,252,.50); }
.hero--split.is-style-panel-blue-40 { background: rgba(142,209,252,.40); }
.hero--split.is-style-panel-blue-30 { background: rgba(142,209,252,.30); }
.hero--split.is-style-panel-gold-90 { background: rgba(255,243,207,.90); }
.hero--split.is-style-panel-gold-80 { background: rgba(255,243,207,.80); }
.hero--split.is-style-panel-gold-70 { background: rgba(255,243,207,.70); }
.hero--split.is-style-panel-gold-60 { background: rgba(255,243,207,.60); }
.hero--split.is-style-panel-gold-50 { background: rgba(255,243,207,.50); }
.hero--split.is-style-panel-gold-40 { background: rgba(255,243,207,.40); }
.hero--split.is-style-panel-gold-30 { background: rgba(255,243,207,.30); }
.hero--split.is-style-panel-sage-90 { background: rgba(237,245,234,.90); }
.hero--split.is-style-panel-sage-80 { background: rgba(237,245,234,.80); }
.hero--split.is-style-panel-sage-70 { background: rgba(237,245,234,.70); }
.hero--split.is-style-panel-sage-60 { background: rgba(237,245,234,.60); }
.hero--split.is-style-panel-sage-50 { background: rgba(237,245,234,.50); }
.hero--split.is-style-panel-sage-40 { background: rgba(237,245,234,.40); }
.hero--split.is-style-panel-sage-30 { background: rgba(237,245,234,.30); }
.hero--split.is-style-panel-rose-90 { background: rgba(251,231,233,.90); }
.hero--split.is-style-panel-rose-80 { background: rgba(251,231,233,.80); }
.hero--split.is-style-panel-rose-70 { background: rgba(251,231,233,.70); }
.hero--split.is-style-panel-rose-60 { background: rgba(251,231,233,.60); }
.hero--split.is-style-panel-rose-50 { background: rgba(251,231,233,.50); }
.hero--split.is-style-panel-rose-40 { background: rgba(251,231,233,.40); }
.hero--split.is-style-panel-rose-30 { background: rgba(251,231,233,.30); }
.hero--split.is-style-panel-dark-90 { background: rgba(31,41,55,.90); }
.hero--split.is-style-panel-dark-80 { background: rgba(31,41,55,.80); }
.hero--split.is-style-panel-dark-70 { background: rgba(31,41,55,.70); }
.hero--split.is-style-panel-dark-60 { background: rgba(31,41,55,.60); }
.hero--split.is-style-panel-dark-50 { background: rgba(31,41,55,.50); }
.hero--split.is-style-panel-dark-40 { background: rgba(31,41,55,.40); }
.hero--split.is-style-panel-dark-30 { background: rgba(31,41,55,.30); }
.hero--split[class*="is-style-panel-dark-"] :where(.hero-eyebrow, h1, .hero-intro, .hero-note) {
    color: var(--color-white);
}
.hero--split .container > .hero-layout {
    width: 100%;
    max-width: 1180px !important;
}
.hero--split .hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    gap: 72px;
    align-items: stretch;
    min-height: 58vh;
}
.hero--split .hero-layout > .wp-block-group__inner-container {
    display: contents !important;
}
.hero--split .hero-content,
.hero--split .hero-content > .wp-block-group__inner-container {
    max-width: 660px;
}
.hero--split .hero-content {
    align-self: center;
}
.hero--split h1 {
    font-size: clamp(46px, 5vw, 78px);
    line-height: 1.06;
    letter-spacing: 0.02em;
    font-weight: 600;
}
.hero--split .hero-intro,
.hero--split .hero-note {
    color: var(--color-muted);
}
.hero--split .hero-media {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 540px;
    margin: 0;
    overflow: hidden;
    background: var(--color-light);
}
.hero--split .hero-media .nofcc-section-background__image {
    background-size: cover;
}
.hero--split .hero-media.has-background-image .nofcc-section-background__overlay {
    background: #0f0f10;
}
/* ===============================
    Campaign Hero
================================ */
.hero--campaign {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 128px 0 112px;
    color: var(--color-white);
}
.hero--campaign.has-background-image {
    background: #111;
}
.hero--campaign.has-background-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        rgba(15,15,16,0.82) 0%,
        rgba(15,15,16,0.58) 42%,
        rgba(15,15,16,0.18) 100%
    );
}
.hero--campaign .nofcc-section-background__image {
    filter: saturate(1.04) contrast(1.05);
}
.hero--campaign .nofcc-section-background__overlay {
    background: #111;
}
.hero--campaign > .nofcc-section-background__inner {
    position: relative;
    z-index: 2;
    width: 100%;
}
.hero--campaign:not(.has-background-image):not([class*="texture-"]) {
    color: var(--color-charcoal);
    background: var(--color-light);
}
.hero--campaign .hero-layout,
.hero--campaign .hero-layout > .wp-block-group__inner-container {
    display: flex;
    align-items: center;
    min-height: 0;
}
.hero--campaign .hero-content,
.hero--campaign .hero-content > .wp-block-group__inner-container {
    max-width: 760px;
}
.hero--campaign h1 {
    max-width: 760px;
    color: var(--color-white);
    font-size: clamp(52px, 5.8vw, 88px);
    line-height: 1.04;
    letter-spacing: 0.02em;
    font-weight: 600;
}
.hero--campaign .hero-intro {
    max-width: 680px;
}
.hero--campaign .hero-intro,
.hero--campaign .hero-note,
.hero--campaign .hero-eyebrow {
    color: rgba(255,255,255,0.84);
}
.hero--campaign:not(.has-background-image) h1 {
    color: var(--color-charcoal);
}
.hero--campaign:not(.has-background-image) :where(.hero-intro, .hero-note, .hero-eyebrow) {
    color: var(--color-muted);
}
/* ===============================
    Conversion Hero
================================ */
.hero--conversion {
    min-height: 0;
    padding: 0;
}
.hero--conversion:not([class*="is-style-texture-"]) {
    background: var(--color-white);
}
.hero--conversion .hero-conversion-layout,
.hero--conversion .hero-conversion-layout > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: minmax(0,1.35fr) minmax(380px,0.65fr);
    align-items: stretch;
    width: 100%;
    height: clamp(500px, 68vh, 750px);
    max-width: none;
    min-height: 500px;
    max-height: 750px;
    margin: 0;
}
.hero--conversion .hero-conversion-layout > .wp-block-group__inner-container {
    grid-column: 1 / -1;
}
.hero--conversion-reverse .hero-conversion-layout,
.hero--conversion-reverse .hero-conversion-layout > .wp-block-group__inner-container {
    grid-template-columns: minmax(380px,0.65fr) minmax(0,1.35fr);
}
.hero--conversion .hero-conversion-media {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
    max-height: 750px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: var(--color-ivory, #f7f4ef);
}
body .hero--conversion .hero-conversion-media.has-background-image.is-background-scroll .nofcc-section-background__image {
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.hero--conversion.hero--logo-showcase .hero-conversion-media,
.hero--conversion .hero-conversion-media.is-style-logo-showcase {
    background-color: var(--color-ivory, #f7f4ef);
}
body .hero--conversion.hero--logo-showcase .hero-conversion-media.has-background-image.is-background-scroll .nofcc-section-background__image,
body .hero--conversion .hero-conversion-media.is-style-logo-showcase.has-background-image.is-background-scroll .nofcc-section-background__image,
body .hero--conversion .hero-conversion-media.has-background-image.is-background-scroll[style*="nofcc-logo"] .nofcc-section-background__image {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: min(82%, 720px) !important;
    height: min(48%, 260px) !important;
    transform: translate(-50%, -50%) !important;
    background-position: center center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.hero--conversion .hero-conversion-media > .nofcc-section-background__inner {
    width: 100%;
    height: 100%;
    margin: 0;
}
.hero--conversion .hero-conversion-content {
    min-width: 0;
    height: 100%;
    min-height: 0;
    max-height: 750px;
    padding: 56px 48px;
    box-sizing: border-box;
    overflow: hidden;
}
.hero--conversion .hero-conversion-content:not(.has-background-image):not([class*="texture-"]) {
    background: var(--color-white);
}
.hero--conversion .hero-conversion-content > .nofcc-section-background__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
}
.hero--conversion .hero-conversion-content.is-style-panel-white-90 { background: rgba(255,255,255,.90); }
.hero--conversion .hero-conversion-content.is-style-panel-white-80 { background: rgba(255,255,255,.80); }
.hero--conversion .hero-conversion-content.is-style-panel-white-70 { background: rgba(255,255,255,.70); }
.hero--conversion .hero-conversion-content.is-style-panel-white-60 { background: rgba(255,255,255,.60); }
.hero--conversion .hero-conversion-content.is-style-panel-white-50 { background: rgba(255,255,255,.50); }
.hero--conversion .hero-conversion-content.is-style-panel-white-40 { background: rgba(255,255,255,.40); }
.hero--conversion .hero-conversion-content.is-style-panel-white-30 { background: rgba(255,255,255,.30); }
.hero--conversion .hero-conversion-content.is-style-panel-blue-90 { background: rgba(142,209,252,.90); }
.hero--conversion .hero-conversion-content.is-style-panel-blue-80 { background: rgba(142,209,252,.80); }
.hero--conversion .hero-conversion-content.is-style-panel-blue-70 { background: rgba(142,209,252,.70); }
.hero--conversion .hero-conversion-content.is-style-panel-blue-60 { background: rgba(142,209,252,.60); }
.hero--conversion .hero-conversion-content.is-style-panel-blue-50 { background: rgba(142,209,252,.50); }
.hero--conversion .hero-conversion-content.is-style-panel-blue-40 { background: rgba(142,209,252,.40); }
.hero--conversion .hero-conversion-content.is-style-panel-blue-30 { background: rgba(142,209,252,.30); }
.hero--conversion .hero-conversion-content.is-style-panel-gold-90 { background: rgba(255,243,207,.90); }
.hero--conversion .hero-conversion-content.is-style-panel-gold-80 { background: rgba(255,243,207,.80); }
.hero--conversion .hero-conversion-content.is-style-panel-gold-70 { background: rgba(255,243,207,.70); }
.hero--conversion .hero-conversion-content.is-style-panel-gold-60 { background: rgba(255,243,207,.60); }
.hero--conversion .hero-conversion-content.is-style-panel-gold-50 { background: rgba(255,243,207,.50); }
.hero--conversion .hero-conversion-content.is-style-panel-gold-40 { background: rgba(255,243,207,.40); }
.hero--conversion .hero-conversion-content.is-style-panel-gold-30 { background: rgba(255,243,207,.30); }
.hero--conversion .hero-conversion-content.is-style-panel-sage-90 { background: rgba(237,245,234,.90); }
.hero--conversion .hero-conversion-content.is-style-panel-sage-80 { background: rgba(237,245,234,.80); }
.hero--conversion .hero-conversion-content.is-style-panel-sage-70 { background: rgba(237,245,234,.70); }
.hero--conversion .hero-conversion-content.is-style-panel-sage-60 { background: rgba(237,245,234,.60); }
.hero--conversion .hero-conversion-content.is-style-panel-sage-50 { background: rgba(237,245,234,.50); }
.hero--conversion .hero-conversion-content.is-style-panel-sage-40 { background: rgba(237,245,234,.40); }
.hero--conversion .hero-conversion-content.is-style-panel-sage-30 { background: rgba(237,245,234,.30); }
.hero--conversion .hero-conversion-content.is-style-panel-rose-90 { background: rgba(251,231,233,.90); }
.hero--conversion .hero-conversion-content.is-style-panel-rose-80 { background: rgba(251,231,233,.80); }
.hero--conversion .hero-conversion-content.is-style-panel-rose-70 { background: rgba(251,231,233,.70); }
.hero--conversion .hero-conversion-content.is-style-panel-rose-60 { background: rgba(251,231,233,.60); }
.hero--conversion .hero-conversion-content.is-style-panel-rose-50 { background: rgba(251,231,233,.50); }
.hero--conversion .hero-conversion-content.is-style-panel-rose-40 { background: rgba(251,231,233,.40); }
.hero--conversion .hero-conversion-content.is-style-panel-rose-30 { background: rgba(251,231,233,.30); }
.hero--conversion .hero-conversion-content.is-style-panel-dark-90 { background: rgba(31,41,55,.90); }
.hero--conversion .hero-conversion-content.is-style-panel-dark-80 { background: rgba(31,41,55,.80); }
.hero--conversion .hero-conversion-content.is-style-panel-dark-70 { background: rgba(31,41,55,.70); }
.hero--conversion .hero-conversion-content.is-style-panel-dark-60 { background: rgba(31,41,55,.60); }
.hero--conversion .hero-conversion-content.is-style-panel-dark-50 { background: rgba(31,41,55,.50); }
.hero--conversion .hero-conversion-content.is-style-panel-dark-40 { background: rgba(31,41,55,.40); }
.hero--conversion .hero-conversion-content.is-style-panel-dark-30 { background: rgba(31,41,55,.30); }

.hero--conversion .hero-conversion-content:is(
    [class*="is-style-panel-white-"],
    [class*="is-style-panel-blue-"],
    [class*="is-style-panel-gold-"],
    [class*="is-style-panel-sage-"],
    [class*="is-style-panel-rose-"]
),
.hero--conversion .hero-conversion-content:is(
    [class*="is-style-panel-white-"],
    [class*="is-style-panel-blue-"],
    [class*="is-style-panel-gold-"],
    [class*="is-style-panel-sage-"],
    [class*="is-style-panel-rose-"]
) :where(.hero-eyebrow, h1, .hero-intro) {
    color: var(--color-charcoal);
}

.hero--conversion .hero-conversion-content[class*="is-style-panel-dark-"],
.hero--conversion .hero-conversion-content[class*="is-style-panel-dark-"] :where(.hero-eyebrow, h1, .hero-intro) {
    color: var(--color-white);
}
/* ===============================
    Animations
================================ */
@keyframes heroContentIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ===============================
    Tablet
================================ */
@media (max-width: 900px) {
    .hero--split .hero-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }
    .hero--split .hero-media {
        height: 360px;
        min-height: 360px !important;
    }
    .hero--conversion .hero-conversion-layout,
    .hero--conversion .hero-conversion-layout > .wp-block-group__inner-container {
        grid-template-columns: 1fr;
        height: auto;
        min-height: auto;
        max-height: none;
    }
    .hero--conversion .hero-conversion-media {
        height: clamp(320px, 42vh, 420px);
        min-height: 320px !important;
        max-height: 420px;
    }
    body .hero--conversion .hero-conversion-media.has-background-image.is-background-scroll .nofcc-section-background__image {
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        transform: none !important;
        background-size: cover !important;
    }
    body .hero--conversion.hero--logo-showcase .hero-conversion-media.has-background-image.is-background-scroll .nofcc-section-background__image,
    body .hero--conversion .hero-conversion-media.is-style-logo-showcase.has-background-image.is-background-scroll .nofcc-section-background__image,
    body .hero--conversion .hero-conversion-media.has-background-image.is-background-scroll[style*="nofcc-logo"] .nofcc-section-background__image {
        top: 50% !important;
        left: 50% !important;
        right: auto !important;
        bottom: auto !important;
        width: min(86%, 520px) !important;
        height: min(46%, 220px) !important;
        transform: translate(-50%, -50%) !important;
        background-size: contain !important;
    }
    .hero--conversion .hero-conversion-content {
        height: auto;
        min-height: 0 !important;
        max-height: none;
        padding: 42px 24px;
    }
    .hero--conversion .hero-conversion-content > .nofcc-section-background__inner {
        height: auto;
    }
}
/* ===============================
    Mobile
================================ */
@media (max-width: 760px) {
    .hero,
    .hero--immersive,
    .hero--editorial,
    .hero--minimal,
    .hero--split,
    .hero--campaign {
        min-height: auto;
        padding: 92px 0 78px;
    }
    .hero.hero--campaign {
        min-height: auto !important;
    }
    .hero.hero--overlay {
        min-height: auto !important;
    }
    .hero--overlay .hero-overlay__content {
        padding: 32px 24px;
    }
    .hero.hero--conversion {
        padding: 0;
    }
    .hero-layout,
    .hero-layout > .wp-block-group__inner-container,
    .hero--immersive .hero-layout,
    .hero--immersive .hero-layout > .wp-block-group__inner-container,
    .hero--editorial .hero-layout,
    .hero--editorial .hero-layout > .wp-block-group__inner-container,
    .hero--campaign .hero-layout,
    .hero--campaign .hero-layout > .wp-block-group__inner-container {
        min-height: auto;
    }
    .hero-content[class*="is-style-panel-"] {
        padding: 30px 24px;
    }
    .hero--immersive.hero--home-cape .container,
    .hero--immersive.hero--home-cape .container > .wp-block-group__inner-container {
        padding-inline: 14px;
    }
    .hero--immersive.hero--home-cape .hero-content,
    .hero--immersive.hero--home-cape .hero-content > .wp-block-group__inner-container {
        max-width: none;
    }
    .hero-content.is-style-panel-none {
        padding: 0;
    }
    .hero--editorial {
        min-height: auto;
        padding: 64px 0 56px;
    }
    .hero--editorial .nofcc-section-background__inner {
        width: min(100% - 28px, 520px);
    }
    .hero--editorial .hero-layout,
    .hero--editorial .hero-layout > .wp-block-group__inner-container {
        padding: 0;
    }
    .hero--editorial .hero-content,
    .hero--editorial .hero-content[class*="is-style-panel-"] {
        padding: 34px 28px;
        box-sizing: border-box;
    }
    .hero--editorial .hero-intro {
        font-size: 0.98rem;
        line-height: 1.65;
    }
    .hero.has-background-image,
    .hero.has-background-image.is-background-fixed {
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
    }
    .hero.has-background-image .nofcc-section-background__image,
    .hero--editorial.has-background-image.is-background-scroll .nofcc-section-background__image,
    .hero--immersive.has-background-image.is-background-scroll .nofcc-section-background__image,
    .hero--campaign.has-background-image.is-background-scroll .nofcc-section-background__image,
    .hero--overlay.has-background-image.is-background-scroll .nofcc-section-background__image,
    .hero--split .hero-media.has-background-image .nofcc-section-background__image,
    .hero--conversion .hero-conversion-media.has-background-image .nofcc-section-background__image {
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
    body .hero--conversion .hero-conversion-media.has-background-image.is-background-scroll .nofcc-section-background__image {
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }
    .hero h1 {
        font-size: clamp(40px, 12vw, 62px);
        line-height: 1.08;
    }
    .hero--editorial h1 {
        font-size: clamp(2.15rem, 10vw, 3.25rem);
        line-height: 1.02;
    }
    .hero-intro {
        font-size: 18px;
        line-height: 1.65;
    }
    .hero-actions,
    .cta-group {
        flex-direction: column;
        align-items: flex-start;
    }
    .hero .btn-primary {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }
    .hero.hero--immersive {
        min-height: auto !important;
        padding: 76px 0 64px;
    }
    .hero--immersive .nofcc-section-background__inner {
        width: min(100% - 32px, 1120px);
    }
    .hero--immersive h1 {
        font-size: clamp(2.45rem, 11vw, 3.7rem);
        line-height: 1.04;
    }
    .hero--immersive .hero-intro {
        font-size: 1rem;
        line-height: 1.6;
    }
    .hero--immersive .cta-group {
        align-items: stretch;
    }
    .hero--immersive .wp-block-button,
    .hero--immersive .wp-block-button__link {
        width: 100%;
    }
    .hero--split .hero-media {
        height: 320px;
        min-height: 320px !important;
    }
    .hero--conversion .hero-conversion-media {
        height: 320px;
        min-height: 320px !important;
        max-height: 320px;
    }
}
.site-main > .hero.hero--immersive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
}
.site-main > .hero.hero--immersive + section,
.site-main > .hero.hero--immersive + .wp-block-group {
    margin-top: 0 !important;
}
