.elementor-22874 .elementor-element.elementor-element-67a2e03{--display:flex;--margin-top:-58px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c7bfe77 *//* =========================================
   OMNI PUBLISHER — FAQ PAGE
   EDITORIAL DESIGN SYSTEM
========================================= */

:root {
    --dark: #171514;
    --cream: #F8F5F1;
    --cream-alt: #F1ECE6;
    --text: #171514;
    --muted: #625C57;
    --soft-muted: #8A837D;
    --red: #CC292B;
    --line: #DED7D0;
    --light-line: rgba(255,255,255,0.14);

    --serif: "Playfair Display", Georgia, serif;
    --sans: "Inter", Arial, sans-serif;

    --container: 1360px;
}


/* =========================================
   RESET
========================================= */


a {
    color: inherit;
    text-decoration: none !important;
}

button {
    font: inherit;
}

::selection {
    background: var(--red);
    color: #fff;
}


/* =========================================
   GLOBAL CONTAINER
========================================= */

.faq-container {
    width: min(calc(100% - 100px), var(--container));
    margin: 0 auto;
}


/* =========================================
   HERO
========================================= */

.faq-hero {
    position: relative;
    min-height: 780px;
    background: var(--dark);
    color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.hero-inner {
    position: relative;
    z-index: 3;
    min-height: 700px;
    padding-top: 175px;
    padding-bottom: 85px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-copy {
    max-width: 1000px;
}

.editorial-eyebrow,
.section-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    line-height: 1.4;
    text-transform: uppercase;
}

.eyebrow-line {
    width: 36px;
    height: 1px;
    background: var(--red);
    flex: 0 0 auto;
}

.hero-copy h1 {
    margin: 0;

    max-width: 610px;

    font-family: "Playfair Display", serif;

    font-size: clamp(62px, 6vw, 82px);

    font-weight: 600;

    line-height: 0.95;

    letter-spacing: -2.8px;

    color: white;
}

.hero-copy h1 span {
    color: var(--red);
}

.hero-copy > p {
    max-width: 650px;
    margin-top: 42px;
    color: rgba(255,255,255,0.62);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.8;
}

.hero-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--light-line);
    padding-top: 22px;
}

.hero-meta {
    font-family: var(--sans);
    color: rgba(255,255,255,0.48);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.17em;
}

.hero-arrow {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,0.2);
    display: grid;
    place-items: center;
    color: var(--red);
    font-size: 17px;
}


/* =========================================
   GIANT HERO TYPOGRAPHY
========================================= */

.hero-giant-word {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    white-space: nowrap;
    color: transparent;
    font-family: var(--serif);
    font-weight: 600;
    line-height: 0.8;
    -webkit-text-stroke: 1px rgba(255,255,255,0.035);
}

.hero-word-one {
    top: 20px;
    right: -115px;
    font-size: clamp(180px, 21vw, 390px);
}

.hero-word-two {
    left: -85px;
    bottom: 35px;
    font-size: clamp(145px, 17vw, 320px);
    opacity: 0.9;
}


/* =========================================
   HERO DECORATION
========================================= */

.hero-circle {
    position: absolute;
    width: 420px;
    height: 420px;
    right: 4%;
    bottom: -270px;
    border: 1px solid rgba(204,41,43,0.25);
    border-radius: 50%;
}

.hero-line {
    position: absolute;
    width: 1px;
    height: 260px;
    right: 13%;
    top: 0;
    background: rgba(255,255,255,0.09);
}


/* =========================================
   EDITORIAL RAIL
========================================= */

.editorial-rail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.dark-rail {
    color: rgba(255,255,255,0.45);
}

.rail-line {
    width: 100%;
    height: 1px;
    background: var(--light-line);
}

.rail-content {
    width: min(calc(100% - 100px), var(--container));
    min-height: 66px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    position: relative;
}

.rail-content span {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.19em;
}


/* =========================================
   FAQ MAIN SECTION
========================================= */

.faq-section {
    position: relative;
    background: var(--cream);
    padding: 150px 0 170px;
}

.faq-layout {
    display: grid;
    grid-template-columns: 350px minmax(0, 1fr);
    gap: 110px;
    align-items: start;
}


/* =========================================
   FAQ INTRO / STICKY INDEX
========================================= */

.faq-intro {
    position: sticky;
    top: 100px;
}

.faq-intro .section-eyebrow {
    color: var(--red);
}

.faq-intro h2 {
    margin-top: 25px;
    font-family: var(--serif);
    font-size: clamp(43px, 4vw, 64px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -2px;
}

.faq-intro > p {
    max-width: 320px;
    margin-top: 30px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.85;
}

.faq-index {
    margin-top: 58px;
    border-top: 1px solid var(--line);
}

.index-link {
    min-height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    color: #918982;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    transition: color 0.3s ease;
}

.index-link i {
    width: 25px;
    height: 1px;
    display: block;
    background: var(--line);
    transition: width 0.3s ease, background 0.3s ease;
}

.index-link:hover,
.index-link.active {
    color: var(--red);
}

.index-link.active i {
    width: 45px;
    background: var(--red);
}


/* =========================================
   FAQ LIST
========================================= */

.faq-list {
    min-width: 0;
}

.faq-group {
    scroll-margin-top: 100px;
}

.faq-group + .faq-group {
    margin-top: 125px;
}

.group-label {
    margin-bottom: 18px;
    color: #9B938D;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.17em;
}


/* =========================================
   FAQ ROW
========================================= */

.faq-item {
    border-top: 1px solid var(--line);
}

.faq-item:last-child {
    border-bottom: 1px solid var(--line);
}

.faq-question {
    width: 100%;
    min-height: 110px;
    padding: 20px 0;
    border: 0;
    background: transparent;
    color: var(--text);
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) 45px;
    gap: 25px;
    align-items: center;
    text-align: left;
    cursor: pointer;
}

.faq-number {
    color: var(--red);
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.question-text {
    font-family: var(--serif);
    font-size: clamp(23px, 2vw, 29px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.7px;
    padding-right: 15px;
    transition: color 0.3s ease;
}

.faq-question:hover .question-text {
    color: var(--red);
}


/* =========================================
   PLUS / MINUS
========================================= */

.faq-toggle {
    width: 36px;
    height: 36px;
    border: 1px solid #D8D0C9;
    border-radius: 50%;
    position: relative;
    display: grid;
    place-items: center;
    transition:
        border-color 0.3s ease,
        background 0.3s ease;
}

.faq-toggle span {
    position: absolute;
    width: 12px;
    height: 1px;
    background: var(--text);
    transition:
        transform 0.35s ease,
        background 0.3s ease;
}

.faq-toggle span:last-child {
    transform: rotate(90deg);
}

.faq-question[aria-expanded="true"] .faq-toggle {
    border-color: var(--red);
}

.faq-question[aria-expanded="true"] .faq-toggle span {
    background: var(--red);
}

.faq-question[aria-expanded="true"] .faq-toggle span:last-child {
    transform: rotate(0deg);
}


/* =========================================
   ANSWER
========================================= */

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer > .answer-inner {
    overflow: hidden;
    min-height: 0;
}

.faq-answer p {
    max-width: 760px;
    padding: 0 70px 34px 75px;
    color: var(--muted);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.75;
}

.faq-question[aria-expanded="true"] + .faq-answer {
    grid-template-rows: 1fr;
}


/* =========================================
   DARK EDITORIAL TRANSITION
========================================= */

.editorial-transition {
    position: relative;
    min-height: 610px;
    overflow: hidden;
}

.dark-section {
    background: var(--dark);
    color: #fff;
}

.transition-inner {
    position: relative;
    z-index: 3;
    min-height: 610px;
    padding-top: 145px;
}

.light-eyebrow {
    color: rgba(255,255,255,0.52);
}

.transition-inner h2 {
    margin: 0;

    max-width: 610px;

    font-family: "Playfair Display", serif;

    font-size: clamp(62px, 6vw, 82px);

    font-weight: 600;

    line-height: 0.95;

    letter-spacing: -2.8px;

    color: white;
}

.transition-inner h2 span {
    color: var(--red);
}

.transition-line {
    width: 130px;
    height: 1px;
    margin-top: 65px;
    background: var(--red);
}


/* =========================================
   GIANT TRANSITION WORDS
========================================= */

.transition-word {
    position: absolute;
    z-index: 1;
    white-space: nowrap;
    color: rgba(255,255,255,0.035);
    font-family: var(--serif);
    font-size: clamp(190px, 25vw, 440px);
    font-weight: 600;
    line-height: 0.7;
    pointer-events: none;
}

.transition-word-one {
    right: -170px;
    top: 15px;
}

.transition-word-two {
    left: -60px;
    bottom: -70px;
}


/* =========================================
   AUTHOR JOURNEY
========================================= */

.author-journey {
    min-height: 670px;
    position: relative;
    overflow: hidden;
    background: var(--cream);
}

.author-inner {
    position: relative;
    z-index: 3;
    min-height: 670px;
    padding-top: 145px;
}

.author-inner .section-eyebrow {
    color: var(--red);
}

.author-inner h2 {
    margin-top: 30px;
    max-width: 950px;
    font-family: var(--serif);
    font-size: clamp(58px, 6.5vw, 100px);
    font-weight: 500;
    line-height: 0.98;
    letter-spacing: -3px;
}

.author-inner h2 span {
    color: var(--red);
}

.author-rule {
    width: 115px;
    height: 1px;
    margin-top: 55px;
    background: var(--red);
}

.author-inner > p {
    max-width: 530px;
    margin-top: 28px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================
   AUTHOR GIANT WORDS
========================================= */

.author-word {
    position: absolute;
    z-index: 1;
    color: rgba(23,21,20,0.035);
    font-family: var(--serif);
    font-weight: 600;
    line-height: 0.8;
    white-space: nowrap;
    pointer-events: none;
}

.author-word-one {
    right: -100px;
    top: 20px;
    font-size: clamp(190px, 25vw, 430px);
}

.author-word-two {
    left: -100px;
    bottom: -65px;
    font-size: clamp(150px, 20vw, 350px);
}


/* =========================================
   CLOSING
========================================= */

.faq-closing {
    position: relative;
    min-height: 800px;
    overflow: hidden;
    background: var(--dark);
    color: #fff;
}

.closing-inner {
    position: relative;
    z-index: 4;
    padding-top: 145px;
    padding-bottom: 150px;
}

.closing-inner h2 {
    margin: 0;

    max-width: 610px;

    font-family: "Playfair Display", serif;

    font-size: clamp(62px, 6vw, 82px);

    font-weight: 600;

    line-height: 0.95;

    letter-spacing: -2.8px;

    color: white;
}

.closing-inner h2 span {
    color: var(--red);
}

.closing-lead {
    max-width: 540px;
    margin-top: 38px;
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    line-height: 1.8;
}

.closing-copy {
    max-width: 560px;
    margin-top: 12px;
    color: rgba(255,255,255,0.45);
    font-size: 14px;
    line-height: 1.8;
}

.closing-actions {
    margin-top: 48px;
    display: flex;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
}

.primary-cta {
    min-height: 58px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    gap: 35px;
    border: 1px solid var(--red);
    background: var(--red);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.primary-cta span {
    font-size: 17px;
    font-weight: 400;
}

.primary-cta:hover {
    background: transparent;
    color: #fff;
}

.secondary-cta {
    color: rgba(255,255,255,0.62);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.15em;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 7px;
    transition:
        color 0.3s ease,
        border-color 0.3s ease;
}

.secondary-cta:hover {
    color: var(--red);
    border-color: var(--red);
}


/* =========================================
   CLOSING DECORATION
========================================= */

.closing-word {
    position: absolute;
    z-index: 1;
    color: rgba(255,255,255,0.035);
    font-family: var(--serif);
    font-weight: 600;
    line-height: 0.75;
    white-space: nowrap;
    pointer-events: none;
}

.closing-word-one {
    right: -90px;
    top: 50px;
    font-size: clamp(250px, 32vw, 550px);
}

.closing-word-two {
    left: -80px;
    bottom: -75px;
    font-size: clamp(210px, 27vw, 470px);
}

.closing-circle {
    position: absolute;
    width: 440px;
    height: 440px;
    right: 7%;
    bottom: -260px;
    border: 1px solid rgba(204,41,43,0.25);
    border-radius: 50%;
}

.closing-cross {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 15%;
    top: 34%;
}

.closing-cross::before,
.closing-cross::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 1px;
    background: var(--red);
}

.closing-cross::before {
    transform: translate(-50%, -50%);
}

.closing-cross::after {
    transform: translate(-50%, -50%) rotate(90deg);
}


/* =========================================
   CLOSING RAIL
========================================= */

.closing-rail {
    bottom: 0;
}


/* =========================================
   REVEAL ANIMATIONS
========================================= */

.reveal {
    opacity: 0;
    transform: translateY(35px);
    transition:
        opacity 0.8s ease,
        transform 0.8s cubic-bezier(0.2,0.7,0.2,1);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

    .faq-container {
        width: min(calc(100% - 60px), var(--container));
    }

    .rail-content {
        width: min(calc(100% - 60px), var(--container));
    }

    .faq-layout {
        grid-template-columns: 270px minmax(0, 1fr);
        gap: 60px;
    }

    .faq-copy h1 {
        font-size: 70px;
    }

    .faq-question {
        grid-template-columns: 40px minmax(0, 1fr) 40px;
        gap: 18px;
    }

    .faq-answer p {
        padding-left: 58px;
    }

    .closing-cross {
        right: 8%;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 760px) {

    html {
        overflow-x: hidden;
        overflow-y: auto;
    }

    body {
        overflow-x: hidden;
        overflow-y: auto;
        min-height: 100vh;
    }

    .faq-container {
        width: calc(100% - 40px);
    }

    /* HERO */

    .faq-hero {
        min-height: 690px;
    }

    .hero-inner {
        min-height: 610px;
        padding-top: 120px;
        padding-bottom: 75px;
    }

    .editorial-eyebrow,
    .section-eyebrow {
        font-size: 9px;
        letter-spacing: 0.14em;
        line-height: 1.5;
    }

    .eyebrow-line {
        width: 24px;
    }

    .hero-copy h1 {
        margin-top: 25px;
        font-size: clamp(46px, 13vw, 64px);
        line-height: 1.02;
        letter-spacing: -2px;
    }

    .hero-copy > p {
        margin-top: 30px;
        font-size: 14px;
        line-height: 1.75;
    }

    .hero-meta {
        max-width: 230px;
        font-size: 8px;
        line-height: 1.7;
    }

    .hero-arrow {
        width: 35px;
        height: 35px;
        flex: 0 0 auto;
    }

    .hero-word-one {
        right: -120px;
        top: 45px;
        font-size: 155px;
    }

    .hero-word-two {
        left: -60px;
        bottom: 75px;
        font-size: 125px;
    }

    .hero-circle {
        width: 260px;
        height: 260px;
        right: -120px;
        bottom: -150px;
    }

    .hero-line {
        right: 12%;
        height: 190px;
    }

    .rail-content {
        width: calc(100% - 40px);
        min-height: 55px;
        justify-content: flex-start;
        overflow: hidden;
    }

    .rail-content span {
        font-size: 7px;
        letter-spacing: 0.13em;
        white-space: nowrap;
    }

    .rail-content span:nth-child(n+4) {
        display: none;
    }


    /* FAQ SECTION */

    .faq-section {
        padding: 90px 0 100px;
    }

    .faq-layout {
        display: block;
    }

    .faq-intro {
        position: relative;
        top: auto;
        margin-bottom: 75px;
    }

    .faq-intro h2 {
        margin-top: 20px;
        font-size: 47px;
        line-height: 1.02;
        letter-spacing: -1.5px;
    }

    .faq-intro > p {
        margin-top: 22px;
        max-width: 100%;
        font-size: 13px;
    }

    .faq-index {
        margin-top: 38px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .index-link {
        min-height: 47px;
        padding-right: 12px;
    }

    .index-link i {
        width: 16px;
    }

    .index-link.active i {
        width: 25px;
    }


    /* FAQ GROUP */

    .faq-group + .faq-group {
        margin-top: 80px;
    }

    .group-label {
        margin-bottom: 12px;
        font-size: 8px;
        letter-spacing: 0.13em;
    }

    .faq-question {
        min-height: 91px;
        padding: 18px 0;
        grid-template-columns: 28px minmax(0, 1fr) 35px;
        gap: 10px;
    }

    .faq-number {
        font-size: 9px;
    }

    .question-text {
        padding-right: 4px;
        font-size: 21px;
        line-height: 1.18;
        letter-spacing: -0.45px;
    }

    .faq-toggle {
        width: 30px;
        height: 30px;
    }

    .faq-toggle span {
        width: 10px;
    }

    .faq-answer p {
        padding: 0 10px 28px 38px;
        font-size: 14px;
        line-height: 1.75;
    }


    /* TRANSITION */

    .editorial-transition {
        min-height: 510px;
    }

    .transition-inner {
        min-height: 510px;
        padding-top: 105px;
    }

    .transition-inner h2 {
        margin-top: 24px;
        font-size: 52px;
        line-height: 1;
        letter-spacing: -1.8px;
    }

    .transition-line {
        margin-top: 40px;
        width: 85px;
    }

    .transition-word-one {
        right: -105px;
        top: 50px;
        font-size: 150px;
    }

    .transition-word-two {
        left: -45px;
        bottom: -20px;
        font-size: 120px;
    }


    /* AUTHOR */

    .author-journey {
        min-height: 570px;
    }

    .author-inner {
        min-height: 570px;
        padding-top: 100px;
    }

    .author-inner h2 {
        margin-top: 24px;
        font-size: 51px;
        line-height: 1;
        letter-spacing: -1.8px;
    }

    .author-rule {
        margin-top: 40px;
        width: 80px;
    }

    .author-inner > p {
        margin-top: 24px;
        font-size: 13px;
    }

    .author-word-one {
        right: -100px;
        top: 40px;
        font-size: 160px;
    }

    .author-word-two {
        left: -60px;
        bottom: -30px;
        font-size: 125px;
    }


    /* CLOSING */

    .faq-closing {
        min-height: 720px;
    }

    .closing-inner {
        padding-top: 105px;
        padding-bottom: 110px;
    }

    .closing-inner h2 {
        margin-top: 25px;
        font-size: 49px;
        line-height: 1;
        letter-spacing: -1.8px;
    }

    .closing-lead {
        margin-top: 30px;
        font-size: 14px;
    }

    .closing-copy {
        font-size: 13px;
    }

    .closing-actions {
        margin-top: 35px;
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }

    .primary-cta {
        min-height: 53px;
        padding: 0 18px;
        gap: 24px;
        font-size: 8px;
    }

    .secondary-cta {
        font-size: 8px;
    }

    .closing-word-one {
        right: -75px;
        top: 45px;
        font-size: 190px;
    }

    .closing-word-two {
        left: -45px;
        bottom: -25px;
        font-size: 160px;
    }

    .closing-circle {
        width: 280px;
        height: 280px;
        right: -130px;
        bottom: -170px;
    }

    .closing-cross {
        display: none;
    }

    .closing-rail .rail-content span:nth-child(n+3) {
        display: none;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 430px) {

    .faq-container {
        width: calc(100% - 30px);
    }

    .rail-content {
        width: calc(100% - 30px);
    }

    .hero-inner {
        padding-top: 105px;
    }

    .hero-copy h1 {
        font-size: 43px;
    }

    .faq-intro h2 {
        font-size: 42px;
    }

    .question-text {
        font-size: 19px;
    }

    .faq-answer p {
        padding-left: 38px;
        font-size: 13.5px;
    }

    .transition-inner h2,
    .author-inner h2,
    .closing-inner h2 {
        font-size: 45px;
    }

    .closing-inner h2 {
        font-size: 44px;
    }
}


/* =========================================
   REDUCED MOTION
========================================= */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}/* End custom CSS */