.elementor-22962 .elementor-element.elementor-element-fa39e62{--display:flex;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-35ddc59 *//* =========================================================
   OMNI PUBLISHER
   PUBLISHING PROCESS PAGE
========================================================= */

:root {
    --dark: #171514;
    --cream: #F8F5F1;
    --cream-alt: #F1ECE6;

    --text: #171514;
    --muted: #625C57;
    --soft-muted: #8A837D;

    --red: #CC292B;

    --line: #DED7D0;
    --dark-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;
}


/* =========================================================
   CONTAINER
========================================================= */

.site-container {
    width: min(calc(100% - 100px), var(--container));
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   GLOBAL EDITORIAL EYEBROW
========================================================= */

.editorial-eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;

    color: var(--red);

    font-size: 10px;
    font-weight: 600;
    letter-spacing: .18em;
    line-height: 1.5;
    text-transform: uppercase;
}

.editorial-eyebrow > span {
    width: 34px;
    height: 1px;
    background: var(--red);
}

.light-eyebrow {
    color: rgba(255,255,255,.52);
}


/* =========================================================
   01 — HERO
========================================================= */

.process-hero {
    position: relative;

    min-height: 850px;

    background: var(--dark);
    color: #fff;

    overflow: hidden;

    display: flex;
    flex-direction: column;
}

.process-hero-inner {
    position: relative;
    z-index: 5;

    min-height: 770px;

    padding-top: 145px;
    padding-bottom: 110px;

    display: grid;
    grid-template-columns: minmax(0,1fr) 480px;
    gap: 70px;
    align-items: center;
}

.hero-copy {
    max-width: 850px;
}

.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 !important;
}

.hero-copy h1 em {
    color: var(--red);
    font-style: normal;
}

.hero-copy > p {
    max-width: 650px;

    margin-top: 38px;

    color: rgba(255,255,255,.58);

    font-size: 15px;
    line-height: 1.85;
}

.hero-actions {
    margin-top: 45px;

    display: flex;
    align-items: center;
    gap: 34px;
    flex-wrap: wrap;
}

.primary-cta,
.final-primary {
    min-height: 56px;

    padding: 0 24px;

    display: inline-flex;
    align-items: center;
    gap: 34px;

    background: var(--red);
    border: 1px solid var(--red);

    color: #fff;

    font-size: 9px;
    font-weight: 600;
    letter-spacing: .16em;

    transition:
        background .3s ease,
        color .3s ease;
}

.primary-cta span,
.final-primary span {
    font-size: 17px;
}

.primary-cta:hover,
.final-primary:hover {
    background: transparent;
}

.secondary-cta,
.final-secondary {
    padding-bottom: 7px;

    border-bottom: 1px solid rgba(255,255,255,.3);

    color: rgba(255,255,255,.62);

    font-size: 9px;
    font-weight: 600;
    letter-spacing: .15em;

    transition:
        color .3s ease,
        border-color .3s ease;
}

.secondary-cta:hover,
.final-secondary:hover {
    color: var(--red);
    border-color: var(--red);
}


/* =========================================================
   HERO GIANT WORDS
========================================================= */

.hero-bg-word {
    position: absolute;
    z-index: 1;

    color: rgba(255,255,255,.035);

    font-family: var(--serif);
    font-weight: 600;
    line-height: .7;

    white-space: nowrap;
    pointer-events: none;
}

.hero-process-word {
    top: -20px;
    right: -170px;

    font-size: clamp(230px, 30vw, 520px);
}

.hero-publish-word {
    left: -100px;
    bottom: 10px;

    font-size: clamp(170px, 21vw, 370px);
}


/* =========================================================
   HERO DECORATION
========================================================= */

.hero-circle {
    position: absolute;
    z-index: 2;

    width: 560px;
    height: 560px;

    right: 8%;
    bottom: -320px;

    border: 1px solid rgba(204,41,43,.25);
    border-radius: 50%;
}

.hero-diagonal {
    position: absolute;
    z-index: 2;

    width: 700px;
    height: 1px;

    right: -80px;
    top: 46%;

    background: rgba(255,255,255,.13);

    transform: rotate(-33deg);
    transform-origin: center;
}

.hero-cross {
    position: absolute;
    z-index: 4;

    width: 50px;
    height: 50px;

    right: 11%;
    top: 23%;
}

.hero-cross::before,
.hero-cross::after {
    content: "";

    position: absolute;

    width: 50px;
    height: 1px;

    left: 0;
    top: 50%;

    background: var(--red);
}

.hero-cross::after {
    transform: rotate(90deg);
}


/* =========================================================
   HERO BOOK VISUAL
========================================================= */

.hero-book-visual {
    position: relative;

    width: 100%;
    height: 560px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.book-orbit {
    position: absolute;

    width: 460px;
    height: 460px;

    border: 1px solid rgba(255,255,255,.11);
    border-radius: 50%;

    transform: rotate(-18deg);
}

.book-diagonal-line {
    position: absolute;

    width: 470px;
    height: 1px;

    background: rgba(255,255,255,.2);

    transform: rotate(-53deg);
}

.book-cross {
    position: absolute;

    width: 35px;
    height: 35px;

    top: 80px;
    right: 45px;
}

.book-cross span {
    position: absolute;

    width: 35px;
    height: 1px;

    top: 17px;

    background: var(--red);
}

.book-cross span:last-child {
    transform: rotate(90deg);
}

.book-label {
    position: absolute;
    z-index: 5;

    color: rgba(255,255,255,.42);

    font-size: 7px;
    font-weight: 600;
    letter-spacing: .18em;
}

.label-top {
    top: 50px;
    left: 25px;
}

.label-middle {
    bottom: 82px;
    left: 0;
}

.label-bottom {
    bottom: 55px;
    right: 5px;
}

.book-object {
    position: relative;
    z-index: 5;

    width: 235px;
    height: 350px;

    transform:
        rotate(-8deg)
        skewY(-2deg);
}

.book-cover {
    position: absolute;
    z-index: 3;

    left: 0;
    top: 0;

    width: 210px;
    height: 350px;

    padding: 30px 27px;

    background: #24211f;

    border: 1px solid rgba(255,255,255,.16);

    display: flex;
    flex-direction: column;
}

.book-cover-small {
    color: rgba(255,255,255,.4);

    font-size: 7px;
    font-weight: 600;
    letter-spacing: .16em;
}

.book-cover-title {
    margin-top: 75px;

    color: #fff;

    font-family: var(--serif);
    font-size: 45px;
    line-height: .9;
    letter-spacing: -1.5px;
}

.book-cover-rule {
    width: 50px;
    height: 1px;

    margin-top: 30px;

    background: var(--red);
}

.book-cover-author {
    margin-top: auto;

    color: rgba(255,255,255,.35);

    font-size: 7px;
    letter-spacing: .14em;
}

.book-pages {
    position: absolute;
    z-index: 2;

    right: 7px;
    top: 9px;

    width: 28px;
    height: 334px;

    background: #D8D1C9;

    transform: skewY(3deg);
}

.book-pages span {
    display: block;

    height: 1px;

    margin: 12px 5px;

    background: rgba(23,21,20,.14);
}

.book-back {
    position: absolute;

    z-index: 1;

    right: -5px;
    top: 15px;

    width: 220px;
    height: 335px;

    background: #302b28;

    transform: skewY(3deg);
}

.book-shadow {
    position: absolute;

    width: 300px;
    height: 40px;

    bottom: 75px;
    left: 50%;

    background: rgba(0,0,0,.35);

    transform:
        translateX(-50%)
        rotate(-7deg);

    filter: blur(20px);
}


/* =========================================================
   EDITORIAL RAIL
========================================================= */

.editorial-rail {
    position: absolute;
    z-index: 10;

    left: 0;
    right: 0;
    bottom: 0;
}

.rail-rule {
    width: 100%;
    height: 1px;

    background: var(--dark-line);
}

.rail-inner {
    min-height: 66px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rail-inner span {
    color: rgba(255,255,255,.42);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: .18em;
}


/* =========================================================
   02 — BIG PICTURE
========================================================= */

.big-picture {
    position: relative;

    min-height: 800px;

    padding: 145px 0 165px;

    background: var(--cream);

    overflow: hidden;
}

.big-picture-inner {
    position: relative;
    z-index: 3;
}

.big-picture 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: black !important;
}

.big-picture h2 em {
    color: var(--red);
    font-style: normal;
}

.section-intro {
    max-width: 690px;

    margin-top: 35px;

    color: var(--muted);

    font-size: 15px;
    line-height: 1.85;
}

.light-giant-word {
    position: absolute;

    top: 50px;
    right: -150px;

    color: rgba(23,21,20,.035);

    font-family: var(--serif);
    font-size: clamp(230px, 31vw, 530px);
    font-weight: 600;
    line-height: .7;

    white-space: nowrap;
}


/* =========================================================
   PROCESS TIMELINE
========================================================= */

.process-timeline {
    position: relative;

    margin-top: 105px;

    display: grid;
    grid-template-columns:
        1fr 45px
        1fr 45px
        1.2fr 45px
        1fr 45px
        1fr 45px
        1fr;

    align-items: start;

    border-top: 1px solid var(--line);

    padding-top: 35px;
}

.timeline-progress {
    position: absolute;

    left: 0;
    right: 0;
    top: -1px;

    width: 0;
    height: 1px;

    background: var(--red);

    transition: width 1.4s ease;
}

.timeline-stage {
    min-width: 0;
}

.stage-dot {
    color: var(--red);

    font-size: 9px;
    font-weight: 600;
    letter-spacing: .12em;
}

.stage-name {
    margin-top: 18px;

    color: var(--text);

    font-size: 9px;
    font-weight: 600;
    letter-spacing: .13em;
    line-height: 1.5;
}

.timeline-arrow {
    color: #B2AAA3;

    font-family: var(--serif);
    font-size: 20px;
    text-align: center;
}


/* =========================================================
   STAGE SHARED
========================================================= */

.stage-section {
    position: relative;

    min-height: 850px;

    padding: 145px 0 160px;

    overflow: hidden;
}

.dark-section {
    background: var(--dark);
    color: #fff;
}

.light-section {
    background: var(--cream);
    color: var(--text);
}

.stage-grid {
    position: relative;
    z-index: 4;

    display: grid;
    grid-template-columns: 300px minmax(0,1fr);
    gap: 100px;
}

.stage-content {
    min-width: 0;
}

.stage-index {
    position: absolute;

    top: 150px;
    left: 0;

    display: flex;
    align-items: center;
    gap: 15px;

    color: var(--soft-muted);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: .15em;
}

.stage-index strong {
    color: var(--red);
}

.stage-content 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 !important;
}

.stage-content h2 em {
    color: var(--red);
    font-style: normal;
}

.stage-copy {
    max-width: 710px;

    margin-top: 38px;

    font-size: 15px;
    line-height: 1.85;
}

.dark-section .stage-copy {
    color: rgba(255,255,255,.57);
}

.light-section .stage-copy {
    color: var(--muted);
}


/* =========================================================
   GIANT STAGE NUMBERS
========================================================= */

.stage-giant-number {
    position: absolute;

    z-index: 1;

    right: -50px;
    top: 30px;

    color: rgba(255,255,255,.035);

    font-family: var(--serif);
    font-size: clamp(360px, 48vw, 760px);
    font-weight: 600;
    line-height: .7;

    pointer-events: none;
}

.light-number {
    color: rgba(23,21,20,.035);
}


/* =========================================================
   EDITORIAL POINTS
========================================================= */

.editorial-points {
    margin-top: 85px;

    border-top: 1px solid var(--line);
}

.dark-points {
    border-color: var(--dark-line);
}

.editorial-points article {
    min-height: 120px;

    padding: 23px 0;

    display: grid;
    grid-template-columns: 55px minmax(0,1fr);
    gap: 20px;

    border-bottom: 1px solid var(--line);
}

.dark-points article {
    border-color: var(--dark-line);
}

.editorial-points article > span {
    color: var(--red);

    font-size: 9px;
    font-weight: 600;
    letter-spacing: .14em;
}

.editorial-points h3 {
    font-family: var(--serif);
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    color: white !important;
}

.editorial-points p {
    max-width: 600px;

    margin-top: 8px;

    font-size: 13px;
    line-height: 1.7;
}

.light-points p {
    color: var(--muted);
}

.dark-points p {
    color: rgba(255,255,255,.45);
}

.four-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
}

.four-points article:nth-child(3),
.four-points article:nth-child(4) {
    border-top: 0;
}


/* =========================================================
   BOTTOM STATEMENT
========================================================= */

.bottom-statement {
    margin-top: 65px;

    color: var(--text);

    font-family: var(--serif);
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -.5px;
}

.light-statement {
    color: rgba(255,255,255,.78);
}

.bottom-statement::before {
    content: "";

    display: inline-block;

    width: 35px;
    height: 1px;

    margin-right: 15px;

    vertical-align: middle;

    background: var(--red);
}


/* =========================================================
   05 — COVER / INTERIOR
========================================================= */

.cover-interior {
    margin-top: 75px;

    display: grid;
    grid-template-columns: 1fr 1px 1fr;

    min-height: 450px;

    border-top: 1px solid var(--dark-line);
    border-bottom: 1px solid var(--dark-line);
}

.visual-half {
    position: relative;

    min-width: 0;

    padding: 30px;
    overflow: hidden;
}

.visual-divider {
    width: 1px;
    background: var(--dark-line);
}

.visual-word {
    color: rgba(255,255,255,.13);

    font-family: var(--serif);
    font-size: 50px;
    font-weight: 500;
    line-height: .9;
}

.visual-description {
    position: relative;
    z-index: 4;

    max-width: 300px;

    margin-top: 40px;
}

.visual-description span {
    color: var(--red);

    font-size: 9px;
    font-weight: 600;
}

.visual-description p {
    margin-top: 10px;

    color: rgba(255,255,255,.47);

    font-size: 12px;
    line-height: 1.75;
}

.fake-cover {
    position: absolute;

    right: 45px;
    bottom: 25px;

    width: 145px;
    height: 215px;

    padding: 25px 18px;

    background: #25211f;

    border: 1px solid rgba(255,255,255,.14);

    color: #fff;

    font-family: var(--serif);
    font-size: 29px;
    line-height: .88;

    transform: rotate(-8deg);
}

.fake-cover div:first-child {
    margin-top: 35px;
}

.fake-cover div:last-of-type {
    color: var(--red);
}

.fake-cover small {
    position: absolute;

    left: 18px;
    bottom: 18px;

    color: rgba(255,255,255,.35);

    font-family: var(--sans);
    font-size: 6px;
    letter-spacing: .12em;
}

.fake-pages {
    position: absolute;

    right: 35px;
    bottom: 45px;

    width: 160px;
    height: 205px;

    padding: 25px;

    border: 1px solid rgba(255,255,255,.12);

    transform: rotate(5deg);
}

.fake-pages i {
    display: block;

    height: 1px;

    margin-bottom: 17px;

    background: rgba(255,255,255,.18);
}

.fake-pages i:nth-child(2) {
    width: 75%;
}

.fake-pages i:nth-child(3) {
    width: 90%;
}

.fake-pages i:nth-child(4) {
    width: 60%;
}

.fake-pages i:nth-child(5) {
    width: 82%;
}


/* =========================================================
   06 — FORMAT ROWS
========================================================= */

.format-rows {
    margin-top: 80px;

    border-top: 1px solid var(--line);
}

.format-rows article {
    min-height: 145px;

    display: grid;
    grid-template-columns: 60px minmax(0,1fr) 40px;
    gap: 25px;
    align-items: center;

    border-bottom: 1px solid var(--line);

    transition: padding-left .3s ease;
}

.format-rows article:hover {
    padding-left: 15px;
}

.format-rows article > span {
    color: var(--red);

    font-size: 9px;
    font-weight: 600;
}

.format-rows h3 {
    font-family: var(--serif);
    font-size: 28px;
    font-weight: 600;
}

.format-rows p {
    margin-top: 8px;

    color: var(--muted);

    font-size: 13px;
}

.format-rows article > strong {
    color: #A8A099;

    font-size: 8px;
    font-weight: 600;
}


/* =========================================================
   08 — VERTICAL PROCESS
========================================================= */

.vertical-process {
    position: relative;

    max-width: 750px;

    margin-top: 70px;

    padding-left: 35px;

    border-left: 1px solid var(--line);
}

.vertical-step {
    position: relative;

    min-height: 82px;

    display: flex;
    align-items: center;
    gap: 35px;
}

.vertical-step::before {
    content: "";

    position: absolute;

    left: -40px;
    top: 50%;

    width: 10px;
    height: 10px;

    background: var(--cream);

    border: 1px solid var(--red);

    transform: translateY(-50%);
}

.vertical-step span {
    color: var(--red);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: .14em;
}

.vertical-step strong {
    font-family: var(--serif);
    font-size: 26px;
    font-weight: 500;
}

.final-step strong {
    color: var(--red);
    font-size: 46px;
}

.published-word {
    margin-top: 60px;

    color: var(--red);

    font-family: var(--serif);
    font-size: clamp(65px, 8vw, 120px);
    font-weight: 600;
    line-height: .85;
    letter-spacing: -4px;
}


/* =========================================================
   09 — DETAILS
========================================================= */

.details-section {
    position: relative;

    min-height: 760px;

    padding: 145px 0 160px;

    overflow: hidden;
}

.details-inner {
    position: relative;
    z-index: 4;
}

.details-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 !important;
}

.details-inner h2 em {
    color: var(--red);
    font-style: normal;
}

.dark-details-word {
    position: absolute;

    right: -180px;
    top: 50px;

    color: rgba(255,255,255,.035);

    font-family: var(--serif);
    font-size: clamp(220px, 29vw, 500px);
    font-weight: 600;
    line-height: .7;

    white-space: nowrap;
}

.details-grid {
    margin-top: 90px;

    display: grid;
    grid-template-columns: repeat(4,1fr);

    border-top: 1px solid var(--dark-line);
}

.details-grid article {
    min-height: 260px;

    padding: 28px 25px 25px 0;

    border-right: 1px solid var(--dark-line);
}

.details-grid article + article {
    padding-left: 25px;
}

.details-grid article:last-child {
    border-right: 0;
}

.details-grid article > span {
    color: var(--red);

    font-size: 9px;
    font-weight: 600;
}

.details-grid h3 {
    margin-top: 58px;

    font-family: var(--serif);
    font-size: 23px;
    font-weight: 500;
    line-height: 1.2;
    color: white;
}

.details-grid p {
    margin-top: 16px;

    color: rgba(255,255,255,.45);

    font-size: 12px;
    line-height: 1.75;
}

.process-important {
    max-width: 850px;

    margin-top: 65px;
    padding: 24px 0 24px 20px;

    border-left: 1px solid var(--red);

    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 30px;
}

.process-important span {
    color: var(--red);

    font-size: 8px;
    font-weight: 600;
    letter-spacing: .16em;
}

.process-important p {
    color: rgba(255,255,255,.47);

    font-size: 12px;
    line-height: 1.75;
}


/* =========================================================
   10 — WHERE
========================================================= */

.where-section {
    position: relative;

    min-height: 850px;

    padding: 145px 0 160px;

    overflow: hidden;
}

.where-section > .site-container {
    position: relative;
    z-index: 3;
}

.where-section h2 {
    margin-top: 30px;

    max-width: 900px;

    font-family: var(--serif);
    font-size: clamp(56px, 6.2vw, 90px);
    font-weight: 500;
    line-height: .99;
    letter-spacing: -3px;
}

.where-section h2 em {
    color: var(--red);
    font-style: normal;
}

.where-word {
    position: absolute;

    right: -120px;
    top: 50px;

    color: rgba(23,21,20,.035);

    font-family: var(--serif);
    font-size: clamp(230px, 31vw, 530px);
    font-weight: 600;
    line-height: .7;
}

.where-grid {
    margin-top: 90px;

    display: grid;
    grid-template-columns: repeat(4,1fr);

    border-top: 1px solid var(--line);
}

.where-grid article {
    min-height: 330px;

    padding: 28px 25px 25px 0;

    border-right: 1px solid var(--line);
}

.where-grid article + article {
    padding-left: 25px;
}

.where-grid article:last-child {
    border-right: 0;
}

.where-number {
    color: var(--red);

    font-size: 9px;
    font-weight: 600;
}

.where-grid h3 {
    margin-top: 55px;

    font-family: var(--serif);
    font-size: 27px;
    font-weight: 600;
    line-height: 1.15;
}

.where-grid p {
    margin-top: 17px;

    color: var(--muted);

    font-size: 12px;
    line-height: 1.75;
}

.where-grid a {
    display: inline-flex;
    align-items: center;
    gap: 18px;

    margin-top: 30px;
    padding-bottom: 7px;

    border-bottom: 1px solid #C9C1BA;

    font-size: 8px;
    font-weight: 600;
    letter-spacing: .14em;

    transition:
        color .3s ease,
        border-color .3s ease,
        gap .3s ease;
}

.where-grid a span {
    color: var(--red);
    font-size: 15px;
}

.where-grid a:hover {
    gap: 26px;
    color: var(--red);
    border-color: var(--red);
}


/* =========================================================
   11 — FAQ
========================================================= */

.process-faq {
    position: relative;

    min-height: 900px;

    padding: 145px 0 170px;

    overflow: hidden;
}

.process-faq-inner {
    position: relative;
    z-index: 4;
}

.process-faq 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 !important;
}

.process-faq h2 em {
    color: var(--red);
    font-style: normal;
}

.dark-faq-word {
    position: absolute;

    top: 50px;
    right: -200px;

    color: rgba(255,255,255,.035);

    font-family: var(--serif);
    font-size: clamp(220px, 29vw, 500px);
    font-weight: 600;
    line-height: .7;

    white-space: nowrap;
}

.process-accordion {
    max-width: 1050px;

    margin-top: 85px;

    border-top: 1px solid var(--dark-line);
}

.process-faq-item {
    border-bottom: 1px solid var(--dark-line);
}

.process-faq-question {
    width: 100%;

    min-height: 110px;

    padding: 20px 0;

    border: 0;
    background: transparent;

    display: grid;
    grid-template-columns: 50px minmax(0,1fr) 45px;
    gap: 25px;
    align-items: center;

    color: #fff;

    text-align: left;

    cursor: pointer;
}

.faq-number {
    color: var(--red);

    font-size: 9px;
    font-weight: 600;
    letter-spacing: .13em;
}

.faq-question-text {
    font-family: var(--serif);
    font-size: clamp(22px,2vw,29px);
    font-weight: 500;
    line-height: 1.2;

    transition: color .3s ease;
}

.process-faq-question:hover .faq-question-text {
    color: var(--red);
}


/* =========================================================
   FAQ ICON
========================================================= */

.faq-icon {
    width: 36px;
    height: 36px;

    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;

    position: relative;

    display: grid;
    place-items: center;

    transition:
        border-color .3s ease,
        background .3s ease;
}

.faq-icon i {
    position: absolute;

    width: 12px;
    height: 1px;

    background: #fff;

    transition:
        transform .35s ease,
        background .3s ease;
}

.faq-icon i:last-child {
    transform: rotate(90deg);
}

.process-faq-question[aria-expanded="true"] .faq-icon {
    border-color: var(--red);
}

.process-faq-question[aria-expanded="true"] .faq-icon i {
    background: var(--red);
}

.process-faq-question[aria-expanded="true"] .faq-icon i:last-child {
    transform: rotate(0deg);
}


/* =========================================================
   FAQ ANSWER
========================================================= */

.process-faq-answer {
    display: grid;
    grid-template-rows: 0fr;

    transition:
        grid-template-rows .5s cubic-bezier(.4,0,.2,1);
}

.process-faq-answer > div {
    overflow: hidden;
    min-height: 0;
}

.process-faq-answer p {
    max-width: 760px;

    padding: 0 75px 35px;

    color: rgba(255,255,255,.48);

    font-size: 14px;
    line-height: 1.8;
}

.process-faq-question[aria-expanded="true"]
+ .process-faq-answer {
    grid-template-rows: 1fr;
}


/* =========================================================
   12 — FINAL CTA
========================================================= */

.process-final {
    position: relative;

    min-height: 780px;

    padding: 145px 0 150px;

    background: var(--dark);
    color: #fff;

    overflow: hidden;
}

.final-inner {
    position: relative;
    z-index: 5;
}

.final-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 !important;
}

.final-inner h2 em {
    color: var(--red);
    font-style: normal;
}

.final-inner > p {
    max-width: 570px;

    margin-top: 38px;

    color: rgba(255,255,255,.5);

    font-size: 14px;
    line-height: 1.85;
}

.final-actions {
    margin-top: 48px;

    display: flex;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
}

.final-secondary {
    color: rgba(255,255,255,.65);
}


/* =========================================================
   FINAL DECORATION
========================================================= */

.final-bg-word {
    position: absolute;
    z-index: 1;

    color: rgba(255,255,255,.035);

    font-family: var(--serif);
    font-weight: 600;
    line-height: .7;

    white-space: nowrap;
}

.final-publish {
    top: 45px;
    right: -170px;

    font-size: clamp(240px, 31vw, 530px);
}

.final-next {
    left: -80px;
    bottom: -60px;

    font-size: clamp(180px, 22vw, 380px);
}

.final-circle {
    position: absolute;

    width: 530px;
    height: 530px;

    right: 8%;
    bottom: -330px;

    border: 1px solid rgba(204,41,43,.24);
    border-radius: 50%;
}

.final-arc {
    position: absolute;

    width: 600px;
    height: 300px;

    right: -90px;
    top: 28%;

    border-top: 1px solid rgba(204,41,43,.25);
    border-radius: 50%;

    transform: rotate(-28deg);
}

.final-cross {
    position: absolute;

    width: 55px;
    height: 55px;

    right: 14%;
    top: 26%;
}

.final-cross span {
    position: absolute;

    width: 55px;
    height: 1px;

    top: 27px;

    background: var(--red);
}

.final-cross span:last-child {
    transform: rotate(90deg);
}

.final-rail {
    bottom: 0;
}

.red-marker {
    width: 6px !important;
    height: 6px !important;

    display: block;

    background: var(--red);

    margin-left: 10px;
}


/* =========================================================
   REVEAL
========================================================= */

.reveal {
    opacity: 0;

    transform: translateY(35px);

    transition:
        opacity .8s ease,
        transform .8s cubic-bezier(.2,.7,.2,1);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

    .site-container {
        width: min(calc(100% - 60px), var(--container));
    }

    .process-hero-inner {
        grid-template-columns: minmax(0,1fr) 380px;
        gap: 40px;
    }

    .hero-book-visual {
        transform: scale(.85);
    }

    .stage-grid {
        grid-template-columns: 230px minmax(0,1fr);
        gap: 55px;
    }

    .four-points {
        grid-template-columns: 1fr;
    }

    .details-grid,
    .where-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .details-grid article:nth-child(2) {
        border-right: 0;
    }

    .details-grid article:nth-child(n+3) {
        border-top: 1px solid var(--dark-line);
    }

    .where-grid article:nth-child(2) {
        border-right: 0;
    }

    .where-grid article:nth-child(n+3) {
        border-top: 1px solid var(--line);
    }

    .process-timeline {
        grid-template-columns:
            1fr 30px
            1fr 30px
            1.2fr 30px
            1fr 30px
            1fr 30px
            1fr;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 760px) {

    html {
        overflow-x: hidden;
        overflow-y: auto;
    }

    body {
        overflow-x: hidden;
        overflow-y: auto;
        min-height: 100vh;
    }

    .site-container {
        width: calc(100% - 40px);
    }


    /* HERO */

    .process-hero {
        min-height: 820px;
    }

    .process-hero-inner {
        min-height: 755px;

        padding-top: 105px;
        padding-bottom: 75px;

        display: flex;
        flex-direction: column;

        gap: 45px;
    }

    .editorial-eyebrow {
        font-size: 8px;
        letter-spacing: .13em;
    }

    .editorial-eyebrow > span {
        width: 24px;
    }

    .hero-copy h1 {
        margin-top: 24px;

        font-size: 45px;
        line-height: 1.01;
        letter-spacing: -1.7px;
    }

    .hero-copy > p {
        margin-top: 27px;

        font-size: 13px;
        line-height: 1.8;
    }

    .hero-actions {
        margin-top: 34px;

        align-items: flex-start;
        flex-direction: column;

        gap: 22px;
    }

    .primary-cta {
        min-height: 52px;

        padding: 0 17px;

        gap: 23px;

        font-size: 7px;
    }

    .secondary-cta {
        font-size: 7px;
    }


    /* HERO VISUAL */

    .hero-book-visual {
        width: 100%;
        height: 285px;

        transform: scale(.72);

        margin-top: -20px;
    }

    .book-orbit {
        width: 360px;
        height: 360px;
    }

    .book-object {
        width: 185px;
        height: 275px;
    }

    .book-cover {
        width: 165px;
        height: 275px;

        padding: 23px 20px;
    }

    .book-cover-title {
        margin-top: 50px;
        font-size: 37px;
    }

    .book-pages {
        height: 260px;
        width: 23px;
    }

    .book-back {
        height: 260px;
        width: 175px;
    }

    .book-label {
        font-size: 6px;
    }

    .label-top {
        top: 20px;
        left: 5px;
    }

    .label-middle {
        bottom: 30px;
        left: -20px;
    }

    .label-bottom {
        bottom: 10px;
        right: -10px;
    }

    .hero-bg-word.hero-process-word {
        top: 45px;
        right: -90px;
        font-size: 150px;
    }

    .hero-bg-word.hero-publish-word {
        left: -55px;
        bottom: 65px;
        font-size: 120px;
    }

    .hero-circle {
        width: 280px;
        height: 280px;

        right: -130px;
        bottom: -150px;
    }

    .hero-diagonal {
        width: 400px;
        right: -170px;
    }

    .hero-cross {
        right: 7%;
        top: 19%;
    }


    /* RAIL */

    .rail-inner {
        width: calc(100% - 40px);

        min-height: 55px;

        justify-content: flex-start;
        gap: 28px;

        overflow: hidden;
    }

    .rail-inner span {
        font-size: 6.5px;
        white-space: nowrap;
    }

    .rail-inner span:nth-child(n+4) {
        display: none;
    }


    /* BIG PICTURE */

    .big-picture {
        min-height: auto;

        padding: 90px 0 105px;
    }

    .big-picture h2 {
        font-size: 46px;
        line-height: 1;
        letter-spacing: -1.7px;
    }

    .section-intro {
        margin-top: 26px;

        font-size: 13px;
        line-height: 1.8;
    }

    .light-giant-word {
        top: 65px;
        right: -80px;

        font-size: 155px;
    }

    .process-timeline {
        margin-top: 60px;

        display: block;

        border-top: 1px solid var(--line);
        padding-top: 0;
    }

    .timeline-progress {
        display: none;
    }

    .timeline-stage {
        min-height: 85px;

        padding: 22px 0;

        display: grid;
        grid-template-columns: 40px 1fr;
        gap: 15px;
        align-items: center;

        border-bottom: 1px solid var(--line);
    }

    .stage-dot {
        font-size: 8px;
    }

    .stage-name {
        margin-top: 0;
        font-size: 8px;
    }

    .timeline-arrow {
        display: none;
    }


    /* STAGES */

    .stage-section {
        min-height: auto;

        padding: 90px 0 105px;
    }

    .stage-grid {
        display: block;
    }

    .stage-side {
        margin-bottom: 40px;
    }

    .stage-index {
        display: none;
    }

    .stage-content h2 {
        font-size: 44px;
        line-height: 1.01;
        letter-spacing: -1.6px;
    }

    .stage-copy {
        margin-top: 25px;

        font-size: 13px;
        line-height: 1.8;
    }

    .stage-giant-number {
        top: 65px;
        right: -45px;

        font-size: 210px;
    }

    .editorial-points {
        margin-top: 55px;
    }

    .editorial-points article {
        min-height: auto;

        padding: 22px 0;

        grid-template-columns: 32px minmax(0,1fr);
        gap: 13px;
    }

    .editorial-points h3 {
        font-size: 21px;
    }

    .editorial-points p {
        font-size: 12px;
    }

    .bottom-statement {
        margin-top: 45px;

        font-size: 19px;
        line-height: 1.35;
    }

    .bottom-statement::before {
        width: 25px;
        margin-right: 10px;
    }


    /* COVER INTERIOR */

    .cover-interior {
        margin-top: 55px;

        grid-template-columns: 1fr;

        min-height: 700px;
    }

    .visual-half {
        min-height: 340px;
        padding: 23px;
    }

    .visual-divider {
        width: 100%;
        height: 1px;
    }

    .visual-word {
        font-size: 39px;
    }

    .visual-description {
        margin-top: 25px;
    }

    .fake-cover {
        right: 35px;
        bottom: 25px;

        width: 120px;
        height: 175px;

        font-size: 25px;
    }

    .fake-pages {
        right: 30px;
        bottom: 30px;

        width: 140px;
        height: 165px;
    }


    /* FORMAT */

    .format-rows {
        margin-top: 55px;
    }

    .format-rows article {
        min-height: 125px;

        grid-template-columns: 32px minmax(0,1fr) 25px;
        gap: 12px;
    }

    .format-rows h3 {
        font-size: 22px;
    }

    .format-rows p {
        font-size: 11.5px;
        line-height: 1.65;
    }

    .format-rows article:hover {
        padding-left: 0;
    }


    /* VERTICAL PROCESS */

    .vertical-process {
        margin-top: 55px;

        padding-left: 27px;
    }

    .vertical-step {
        min-height: 68px;

        gap: 18px;
    }

    .vertical-step::before {
        left: -32px;

        width: 8px;
        height: 8px;
    }

    .vertical-step strong {
        font-size: 21px;
    }

    .final-step strong {
        font-size: 31px;
    }

    .published-word {
        margin-top: 45px;

        font-size: 61px;
        letter-spacing: -2px;
    }


    /* DETAILS */

    .details-section {
        min-height: auto;

        padding: 95px 0 110px;
    }

    .details-inner h2 {
        font-size: 46px;
        line-height: 1;
        letter-spacing: -1.8px;
    }

    .dark-details-word {
        top: 75px;
        right: -85px;

        font-size: 150px;
    }

    .details-grid {
        margin-top: 60px;

        grid-template-columns: 1fr;
    }

    .details-grid article,
    .details-grid article + article {
        min-height: auto;

        padding: 24px 0;

        border-right: 0;
        border-bottom: 1px solid var(--dark-line);
    }

    .details-grid article + article {
        padding-left: 0;
    }

    .details-grid article:last-child {
        border-bottom: 0;
    }

    .details-grid h3 {
        margin-top: 28px;

        font-size: 22px;
    }

    .details-grid p {
        font-size: 12px;
    }

    .process-important {
        margin-top: 45px;

        grid-template-columns: 65px 1fr;
        gap: 12px;
    }


    /* WHERE */

    .where-section {
        min-height: auto;

        padding: 95px 0 110px;
    }

    .where-section h2 {
        font-size: 46px;
        line-height: 1;
        letter-spacing: -1.8px;
    }

    .where-word {
        top: 70px;
        right: -75px;

        font-size: 155px;
    }

    .where-grid {
        margin-top: 60px;

        grid-template-columns: 1fr;
    }

    .where-grid article,
    .where-grid article + article {
        min-height: auto;

        padding: 25px 0;

        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .where-grid article + article {
        padding-left: 0;
    }

    .where-grid article:last-child {
        border-bottom: 0;
    }

    .where-grid h3 {
        margin-top: 28px;
        font-size: 23px;
    }


    /* FAQ */

    .process-faq {
        min-height: auto;

        padding: 95px 0 110px;
    }

    .process-faq h2 {
        font-size: 45px;
        line-height: 1;
        letter-spacing: -1.8px;
    }

    .dark-faq-word {
        top: 70px;
        right: -100px;

        font-size: 145px;
    }

    .process-accordion {
        margin-top: 60px;
    }

    .process-faq-question {
        min-height: 90px;

        padding: 18px 0;

        grid-template-columns: 28px minmax(0,1fr) 32px;
        gap: 10px;
    }

    .faq-number {
        font-size: 8px;
    }

    .faq-question-text {
        font-size: 20px;
        line-height: 1.18;
    }

    .faq-icon {
        width: 29px;
        height: 29px;
    }

    .faq-icon i {
        width: 10px;
    }

    .process-faq-answer p {
        padding: 0 8px 28px 38px;

        font-size: 12.5px;
        line-height: 1.75;
    }


    /* FINAL */

    .process-final {
        min-height: 700px;

        padding: 100px 0 110px;
    }

    .final-inner h2 {
        font-size: 48px;
        line-height: 1;
        letter-spacing: -1.8px;
    }

    .final-inner > p {
        margin-top: 28px;

        font-size: 13px;
        line-height: 1.8;
    }

    .final-actions {
        margin-top: 35px;

        align-items: flex-start;
        flex-direction: column;
        gap: 23px;
    }

    .final-primary {
        min-height: 52px;

        padding: 0 17px;

        gap: 23px;

        font-size: 7px;
    }

    .final-secondary {
        font-size: 7px;
    }

    .final-publish {
        top: 65px;
        right: -85px;

        font-size: 155px;
    }

    .final-next {
        left: -50px;
        bottom: -25px;

        font-size: 120px;
    }

    .final-circle {
        width: 280px;
        height: 280px;

        right: -125px;
        bottom: -160px;
    }

    .final-arc {
        width: 350px;
        right: -170px;
    }

    .final-cross {
        display: none;
    }

    .final-rail .rail-inner span:nth-child(n+4) {
        display: none;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 430px) {

    .site-container {
        width: calc(100% - 30px);
    }

    .rail-inner {
        width: calc(100% - 30px);
    }

    .hero-copy h1 {
        font-size: 42px;
    }

    .stage-content h2,
    .big-picture h2,
    .details-inner h2,
    .where-section h2,
    .process-faq h2 {
        font-size: 41px;
    }

    .final-inner h2 {
        font-size: 43px;
    }

    .visual-half {
        min-height: 320px;
    }

    .published-word {
        font-size: 55px;
    }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}/* End custom CSS */
/* Start custom CSS */@media only screen and (max-width: 360px) {
    #column1, #column2, #column3 {
        width: 100px;
        height: 350px;
        max-height: 350px;
    }
}/* End custom CSS */