/* ========================================
   OUR JOURNEY
   Black, ivory and luminous gold editorial system
======================================== */

.journey-cursor-page {
    --journey-black: #050504;
    --journey-charcoal: #12100b;
    --journey-ink: #15120d;
    --journey-ivory: #fffdf7;
    --journey-paper: #f4f0e6;
    --journey-gold: #f2a900;
    --journey-gold-deep: #9b5c00;
    --journey-gold-bright: #ffc21c;
    --journey-gold-pale: #ffd76a;
    --journey-muted: #a69d8c;
    --journey-line-light: rgba(255, 255, 255, 0.14);
    --journey-line-dark: rgba(21, 18, 13, 0.18);

    --bg-primary: var(--journey-black);
    --bg-secondary: var(--journey-charcoal);
    --text-primary: var(--journey-ivory);
    --text-secondary: var(--journey-muted);
    --accent: var(--journey-gold);
    --accent-light: var(--journey-gold-bright);
    --border: rgba(255, 179, 0, 0.3);

    background: var(--journey-black);
    color: var(--journey-ivory);
    font-family: "DM Sans", Arial, sans-serif;
}

.journey-cursor-page main {
    overflow-x: clip;
    background: var(--journey-black);
}

.journey-cursor-page main h1,
.journey-cursor-page main h2,
.journey-cursor-page main h3,
.journey-cursor-page main p,
.journey-cursor-page main span,
.journey-cursor-page main a,
.journey-cursor-page main strong,
.journey-cursor-page .navbar * {
    letter-spacing: 0;
}

.journey-cursor-page main h1,
.journey-cursor-page main h2,
.journey-cursor-page main h3 {
    line-height: 0.94;
}

.journey-cursor-page .container {
    width: min(calc(100% - 64px), 1280px);
    max-width: none;
    margin-inline: auto;
}

.journey-cursor-page main > section:not(.journey-hero) {
    position: relative;
    padding: clamp(110px, 11vw, 176px) 0;
    overflow: hidden;
    isolation: isolate;
}

.journey-cursor-page .page-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
    color: var(--journey-gold-bright);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.journey-cursor-page .page-label::before {
    content: "";
    width: 42px;
    height: 1px;
    background: currentColor;
}

.journey-cursor-page main section h2 {
    color: var(--journey-ivory);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(64px, 8.5vw, 132px);
    font-weight: 400;
}

.journey-cursor-page main section h2 > span {
    color: var(--journey-gold-bright);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 0.62em;
    font-style: italic;
    font-weight: 600;
    line-height: 1.05;
}

.journey-cursor-page main section p {
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.75;
}

.journey-cursor-page .scroll-progress {
    background: rgba(242, 169, 0, 0.16);
}

.journey-cursor-page .scroll-progress-bar {
    background: var(--journey-gold-bright);
    box-shadow: 0 0 14px rgba(255, 194, 28, 0.5);
}

/* Navbar */

.journey-cursor-page .navbar {
    background: rgba(5, 5, 4, 0.88);
    border-color: rgba(255, 194, 28, 0.26);
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
}

.journey-cursor-page .navbar .logo,
.journey-cursor-page .navbar .nav-links a:hover {
    color: var(--journey-ivory);
}

.journey-cursor-page .navbar .nav-links a[aria-current="page"] {
    color: var(--journey-gold-pale);
}

.journey-cursor-page .navbar .nav-links a:not(.nav-cta)::after,
.journey-cursor-page .navbar .nav-cta {
    background: var(--journey-gold);
}

.journey-cursor-page .navbar .dropdown-menu {
    background: #0d0b07;
    border-color: var(--journey-line-light);
}

.journey-cursor-page .navbar .menu-toggle span {
    background: var(--journey-gold-pale);
}

/* Hero */

.journey-cursor-page .journey-hero {
    position: relative;
    height: 100svh;
    min-height: 0;
    margin-top: -96px;
    padding: 0;
    display: block;
    overflow: hidden;
    isolation: isolate;
    background: var(--journey-black);
}

.journey-cursor-page .journey-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    display: none;
    pointer-events: none;
}

.journey-cursor-page .journey-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    display: none;
    pointer-events: none;
}

.journey-cursor-page .journey-hero-content {
    position: relative;
    z-index: 3;
    height: 100%;
    min-height: 0;
    padding: 170px 46% 64px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.journey-cursor-page .journey-hero-visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    aspect-ratio: auto;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    background-image: url("../assets/images/journey-hero-red-v2.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: none;
    transform: none;
}

.journey-cursor-page .journey-hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    display: none;
    pointer-events: none;
}

.journey-cursor-page .journey-hero .page-label {
    margin-bottom: 24px;
}

.journey-cursor-page .journey-hero h1 {
    max-width: 820px;
    color: var(--journey-ivory);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(92px, 11.2vw, 178px);
    font-weight: 400;
    line-height: 0.76;
}

.journey-cursor-page .journey-hero h1 span {
    color: var(--journey-gold-bright);
    font-family: "Playfair Display", Georgia, serif;
    font-size: 0.58em;
    font-style: italic;
    line-height: 1.08;
}

.journey-cursor-page .journey-hero-content > p:not(.journey-question) {
    max-width: 650px;
    margin-top: 46px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 215, 106, 0.34);
    color: rgba(255, 253, 247, 0.75);
    font-size: clamp(15px, 1.35vw, 19px);
    line-height: 1.65;
}

.journey-cursor-page .journey-hero-line {
    width: 90px;
    height: 3px;
    margin-top: 32px;
    background: var(--journey-gold-bright);
}

.journey-cursor-page .journey-hero .journey-question {
    margin-top: 18px;
    color: var(--journey-ivory);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(23px, 2.4vw, 36px);
    font-style: italic;
    line-height: 1.3;
}

/* Journey arc marquee */

.journey-cursor-page .journey-marquee {
    position: relative;
    z-index: 4;
    height: 72px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: 0;
    color: var(--journey-ivory);
    background: var(--journey-gold);
    border-block: 1px solid rgba(5, 5, 4, 0.7);
}

.journey-cursor-page .journey-marquee-track {
    width: max-content;
    display: flex;
    animation: journey-marquee 30s linear infinite;
    will-change: transform;
}

.journey-cursor-page .journey-marquee-set {
    min-width: max-content;
    height: 72px;
    display: flex;
    align-items: center;
    flex: none;
}

.journey-cursor-page .journey-marquee span {
    padding-inline: 28px;
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 28px;
    line-height: 1;
}

.journey-cursor-page .journey-marquee i {
    width: 8px;
    height: 8px;
    border: 2px solid currentColor;
    transform: rotate(45deg);
}

@keyframes journey-marquee {
    to { transform: translateX(-33.333333%); }
}

/* Breaking point */

.journey-cursor-page .journey-breaking-point {
    color: var(--journey-ink);
    background:
        linear-gradient(rgba(21, 18, 13, 0.035) 1px, transparent 1px),
        var(--journey-ivory);
    background-size: 100% 7px;
}

.journey-cursor-page .journey-breaking-point .page-label {
    color: var(--journey-gold-deep);
}

.journey-cursor-page .breaking-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.85fr);
    gap: clamp(60px, 9vw, 130px);
    align-items: start;
}

.journey-cursor-page .breaking-story {
    border-top: 1px solid var(--journey-line-dark);
}

.journey-cursor-page .breaking-point-item {
    min-height: 116px;
    padding: 22px 0;
    border-bottom: 1px solid var(--journey-line-dark);
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    align-items: start;
}

.journey-cursor-page .breaking-point-item > span {
    color: var(--journey-gold-deep);
    font-size: 12px;
    font-weight: 700;
}

.journey-cursor-page .breaking-point-item p {
    color: rgba(21, 18, 13, 0.72);
}

.journey-cursor-page .breaking-questions {
    padding: clamp(28px, 4vw, 54px);
    color: var(--journey-ivory);
    background: var(--journey-ink);
}

.journey-cursor-page .breaking-questions > * {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid var(--journey-line-light);
}

.journey-cursor-page .breaking-questions p {
    color: var(--journey-gold-pale);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(23px, 2.7vw, 38px);
    font-style: italic;
    line-height: 1.2;
}

.journey-cursor-page .breaking-questions span {
    color: rgba(255, 253, 247, 0.62);
    font-size: 14px;
    line-height: 1.5;
}

.journey-cursor-page .founder-origin {
    margin-top: clamp(70px, 9vw, 120px);
    padding: 34px 0;
    border-block: 1px solid var(--journey-line-dark);
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    gap: 48px;
}

.journey-cursor-page .founder-origin span {
    color: var(--journey-gold-deep);
    font-size: 12px;
    font-weight: 700;
}

.journey-cursor-page .founder-origin p {
    color: rgba(21, 18, 13, 0.72);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(23px, 2.5vw, 36px);
    font-style: italic;
    line-height: 1.35;
}

/* Strategy */

.journey-cursor-page .journey-strategy {
    color: var(--journey-ivory);
    background: var(--journey-black);
}

.journey-cursor-page .journey-strategy::before {
    content: "REACTION";
    position: absolute;
    right: -3vw;
    bottom: -7vw;
    z-index: -1;
    color: rgba(255, 194, 28, 0.05);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 27vw;
    line-height: 0.72;
    pointer-events: none;
}

.journey-cursor-page .journey-strategy h2 {
    max-width: 900px;
    margin-top: 0;
}

.journey-cursor-page .strategy-content {
    width: min(100%, 760px);
    max-width: none;
    margin: 72px 0 0 auto;
    gap: 0;
    border-top: 1px solid var(--journey-line-light);
}

.journey-cursor-page .strategy-content p {
    padding: 22px 0;
    border-bottom: 1px solid var(--journey-line-light);
    color: rgba(255, 253, 247, 0.68);
}

.journey-cursor-page .strategy-content .strategy-highlight {
    padding: 26px 0;
    border-left: 0;
    color: var(--journey-gold-pale) !important;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(26px, 3.2vw, 46px) !important;
    font-style: italic;
    font-weight: 600;
    line-height: 1.22;
}

/* Defence Bill */

.journey-cursor-page .journey-bill {
    color: var(--journey-ink);
    background:
        linear-gradient(rgba(21, 18, 13, 0.035) 1px, transparent 1px) 0 0 / 100% 8px,
        var(--journey-ivory);
    border: 0;
}

.journey-cursor-page .journey-bill::before {
    content: "BILL";
    position: absolute;
    right: -2vw;
    bottom: -5vw;
    z-index: -1;
    color: rgba(155, 92, 0, 0.055);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 31vw;
    line-height: 0.7;
}

.journey-cursor-page .journey-bill .page-label {
    color: var(--journey-gold-deep);
}

.journey-cursor-page .journey-bill .bill-header h2 {
    color: var(--journey-ink);
}

.journey-cursor-page .journey-bill .bill-header h2 span {
    color: var(--journey-gold-deep);
}

.journey-cursor-page .bill-header {
    padding: 30px 0 52px;
    border-top: 1px solid var(--journey-line-dark);
    border-bottom: 1px solid var(--journey-line-dark);
    display: grid;
    grid-template-columns: minmax(170px, 0.34fr) minmax(0, 1.66fr);
    gap: clamp(36px, 6vw, 86px);
    align-items: start;
}

.journey-cursor-page .bill-header .page-label {
    margin-top: 10px;
}

.journey-cursor-page .bill-header h2 {
    max-width: 920px;
    margin-top: 0;
    font-size: clamp(78px, 9.4vw, 142px);
}

.journey-cursor-page .bill-content {
    max-width: none;
    margin-top: clamp(58px, 7vw, 96px);
    display: grid;
    grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
    gap: 0 clamp(60px, 9vw, 132px);
    counter-reset: bill-copy;
}

.journey-cursor-page .bill-content > p {
    color: rgba(21, 18, 13, 0.76);
}

.journey-cursor-page .bill-content .bill-intro {
    padding-right: clamp(0px, 3vw, 42px);
    color: var(--journey-gold-deep) !important;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(34px, 4.3vw, 62px) !important;
    font-style: italic;
    line-height: 1.18;
    grid-row: span 2;
}

.journey-cursor-page .bill-content > p:not(.bill-intro) {
    position: relative;
    margin: 0;
    padding: 26px 0 26px 54px;
    border-top: 1px solid var(--journey-line-dark);
    counter-increment: bill-copy;
}

.journey-cursor-page .bill-content > p:not(.bill-intro):last-of-type {
    border-bottom: 1px solid var(--journey-line-dark);
}

.journey-cursor-page .bill-content > p:not(.bill-intro)::before {
    content: "0" counter(bill-copy);
    position: absolute;
    top: 31px;
    left: 0;
    color: var(--journey-gold-deep);
    font-size: 11px;
    font-weight: 700;
}

.journey-cursor-page .bill-statement {
    position: relative;
    grid-column: 1 / -1;
    margin-top: clamp(62px, 7vw, 96px);
    padding: clamp(38px, 6vw, 74px);
    border-top: 5px solid var(--journey-gold-bright);
    display: grid;
    grid-template-columns: minmax(160px, 0.4fr) minmax(0, 1.6fr);
    gap: clamp(36px, 7vw, 100px);
    align-items: start;
    color: var(--journey-ivory);
    background: var(--journey-gold-deep);
    overflow: hidden;
}

.journey-cursor-page .bill-statement::after {
    content: "01";
    position: absolute;
    right: -8px;
    bottom: -42px;
    color: rgba(255, 253, 247, 0.075);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(160px, 19vw, 280px);
    line-height: 0.8;
}

.journey-cursor-page .bill-statement > span {
    position: relative;
    z-index: 1;
    margin: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 215, 106, 0.52);
    color: var(--journey-gold-pale);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(25px, 2.7vw, 38px);
    font-weight: 400;
}

.journey-cursor-page .bill-statement p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: var(--journey-ivory);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(28px, 3.6vw, 52px);
    font-style: italic;
    font-weight: 600;
    line-height: 1.2;
}

/* Fatawa */

.journey-cursor-page .journey-fatwa {
    color: var(--journey-ink);
    background: var(--journey-ivory);
}

.journey-cursor-page .journey-fatwa .page-label,
.journey-cursor-page .journey-fatwa h2 span {
    color: var(--journey-gold-deep);
}

.journey-cursor-page .journey-fatwa h2 {
    color: var(--journey-ink);
    margin-top: 0;
}

.journey-cursor-page .fatwa-content {
    width: min(100%, 850px);
    max-width: none;
    margin: 70px 0 0 auto;
}

.journey-cursor-page .fatwa-content > p {
    color: rgba(21, 18, 13, 0.7);
}

.journey-cursor-page .fatwa-content .fatwa-lead {
    color: var(--journey-gold-deep) !important;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(28px, 3.5vw, 50px);
    font-style: italic;
    line-height: 1.18;
}

.journey-cursor-page .fatwa-content .fatwa-closing {
    color: var(--journey-ink) !important;
}

.journey-cursor-page .fatwa-results {
    margin: 60px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    border: 1px solid var(--journey-line-dark);
    background: var(--journey-line-dark);
}

.journey-cursor-page .fatwa-card {
    min-height: 230px;
    padding: 28px;
    border: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    background: var(--journey-ivory);
}

.journey-cursor-page .fatwa-card > span {
    color: var(--journey-gold-deep);
    font-size: 12px;
    font-weight: 700;
}

.journey-cursor-page .fatwa-card h3 {
    margin-top: auto;
    color: var(--journey-ink);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(30px, 3.5vw, 48px);
    font-weight: 400;
    line-height: 1.02;
}

.journey-cursor-page .fatwa-closing {
    padding-left: 22px;
    border-left: 3px solid var(--journey-gold);
}

.journey-cursor-page .fatwa-links,
.journey-cursor-page .pressure-links {
    margin-top: 46px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.journey-cursor-page .evidence-link,
.journey-cursor-page .petition-link {
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid currentColor;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--journey-gold-deep);
    background: transparent;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.journey-cursor-page .evidence-link:hover,
.journey-cursor-page .petition-link:hover {
    color: var(--journey-ivory);
    background: var(--journey-gold-deep);
    transform: translateY(-2px);
}

/* Public pressure */

.journey-cursor-page .journey-pressure {
    background: var(--journey-black);
}

.journey-cursor-page .journey-pressure h2 {
    max-width: 1120px;
    margin-top: 0;
}

.journey-cursor-page .pressure-content {
    width: min(100%, 900px);
    max-width: none;
    margin: 74px 0 0 auto;
}

.journey-cursor-page .pressure-content > p {
    padding: 18px 0;
    border-bottom: 1px solid var(--journey-line-light);
    color: rgba(255, 253, 247, 0.68);
}

.journey-cursor-page .pressure-content .pressure-highlight {
    color: var(--journey-gold-pale);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(30px, 4vw, 56px);
    font-style: italic;
    line-height: 1.2;
}

.journey-cursor-page .journey-pressure .evidence-link {
    color: var(--journey-gold-pale);
}

.journey-cursor-page .petition-block,
.journey-cursor-page .hostage-petition {
    position: relative;
    margin-top: 82px;
    padding: clamp(34px, 6vw, 76px);
    border: 0;
    border-radius: 0;
    color: var(--journey-ink);
    background: var(--journey-gold);
    overflow: hidden;
}

.journey-cursor-page .petition-block {
    border-top: 4px solid var(--journey-gold-bright);
    color: var(--journey-ink);
    background: var(--journey-ivory);
}

.journey-cursor-page .petition-block .petition-label {
    color: var(--journey-gold-deep);
}

.journey-cursor-page .petition-block .petition-number {
    color: var(--journey-gold-deep);
}

.journey-cursor-page .petition-label,
.journey-cursor-page .hostage-petition > span {
    color: var(--journey-ink);
    font-size: 12px;
    font-weight: 700;
}

.journey-cursor-page .petition-number,
.journey-cursor-page .hostage-number {
    margin: 18px 0 34px;
    color: var(--journey-ink);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(110px, 18vw, 250px);
    font-weight: 400;
    line-height: 0.72;
}

.journey-cursor-page .petition-block p,
.journey-cursor-page .hostage-petition p {
    width: min(100%, 700px);
    color: rgba(21, 18, 13, 0.78);
}

.journey-cursor-page .petition-block .petition-link,
.journey-cursor-page .hostage-petition .petition-link {
    margin-top: 30px;
    color: var(--journey-ink);
}

/* Flotilla */

.journey-cursor-page .journey-flotilla {
    color: var(--journey-ivory);
    background: var(--journey-gold-deep);
}

.journey-cursor-page .journey-flotilla .page-label,
.journey-cursor-page .journey-flotilla h2,
.journey-cursor-page .journey-flotilla h2 span {
    color: var(--journey-ivory);
}

.journey-cursor-page .flotilla-content {
    width: min(100%, 920px);
    max-width: none;
    margin: 70px 0 0 auto;
}

.journey-cursor-page .flotilla-content > p {
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 253, 247, 0.2);
    color: rgba(255, 253, 247, 0.76);
}

.journey-cursor-page .flotilla-role {
    position: relative;
    margin: 68px 0;
    padding: clamp(34px, 4.5vw, 58px);
    border: 1px solid rgba(255, 253, 247, 0.28);
    border-left: 5px solid var(--journey-gold-bright);
    background: var(--journey-black);
    display: grid;
    grid-template-columns: minmax(190px, 0.42fr) minmax(0, 1.58fr);
    gap: clamp(38px, 6vw, 86px);
    align-items: center;
    overflow: hidden;
}

.journey-cursor-page .flotilla-role::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 4px;
    background: var(--journey-gold-pale);
}

.journey-cursor-page .flotilla-role span {
    margin: 0;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(255, 194, 28, 0.55);
    color: var(--journey-gold-pale);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(24px, 2.4vw, 34px);
    font-weight: 700;
    line-height: 1.08;
}

.journey-cursor-page .flotilla-role p {
    margin: 0;
    color: var(--journey-ivory);
    font-size: clamp(18px, 1.7vw, 23px);
    font-weight: 500;
    line-height: 1.65;
}

.journey-cursor-page .flotilla-lesson {
    padding: clamp(30px, 5vw, 60px);
    color: var(--journey-ivory);
    background: var(--journey-ink);
}

.journey-cursor-page .flotilla-lesson p {
    color: rgba(255, 253, 247, 0.65);
}

.journey-cursor-page .flotilla-lesson h3 {
    padding: 18px 0;
    border-bottom: 1px solid var(--journey-line-light);
    color: var(--journey-gold-pale);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(24px, 3.2vw, 44px);
    font-style: italic;
    line-height: 1.25;
}

/* Limit of pressure */

.journey-cursor-page .journey-limit {
    color: var(--journey-ink);
    background: var(--journey-paper);
}

.journey-cursor-page .journey-limit .page-label,
.journey-cursor-page .journey-limit h2 span {
    color: var(--journey-gold-deep);
}

.journey-cursor-page .journey-limit h2 {
    color: var(--journey-ink);
}

.journey-cursor-page .limit-content {
    width: min(100%, 940px);
    max-width: none;
    margin: 72px 0 0 auto;
}

.journey-cursor-page .limit-content > p {
    color: rgba(21, 18, 13, 0.72);
}

.journey-cursor-page .limit-content .limit-turn,
.journey-cursor-page .limit-content .limit-highlight,
.journey-cursor-page .limit-content .limit-ending {
    margin: 50px 0;
    color: var(--journey-gold-deep);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(28px, 3.8vw, 52px);
    font-style: italic;
    line-height: 1.2;
}

.journey-cursor-page .authority-block {
    margin: 56px 0;
    padding: clamp(30px, 5vw, 60px);
    border: 0;
    color: var(--journey-ivory);
    background: var(--journey-gold-deep);
}

.journey-cursor-page .authority-block > span,
.journey-cursor-page .limit-truth > span {
    font-size: 12px;
    font-weight: 700;
}

.journey-cursor-page .authority-block p {
    color: rgba(255, 253, 247, 0.82);
}

.journey-cursor-page .limit-truth {
    margin: 70px 0;
    padding: clamp(34px, 6vw, 72px);
    color: var(--journey-ivory);
    background: var(--journey-ink);
}

.journey-cursor-page .limit-truth h3 {
    padding: 16px 0;
    border-bottom: 1px solid var(--journey-line-light);
    color: var(--journey-gold-pale);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(34px, 4.5vw, 64px);
    font-weight: 400;
}

.journey-cursor-page .limit-truth p {
    margin-top: 28px;
    color: rgba(255, 253, 247, 0.68);
}

.journey-cursor-page .condition-list {
    margin: 64px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--journey-line-dark);
    border-left: 1px solid var(--journey-line-dark);
}

.journey-cursor-page .condition-list > div {
    min-height: 150px;
    padding: 24px;
    border-right: 1px solid var(--journey-line-dark);
    border-bottom: 1px solid var(--journey-line-dark);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.journey-cursor-page .condition-list span {
    color: var(--journey-gold-deep);
    font-size: 12px;
    font-weight: 700;
}

.journey-cursor-page .condition-list p {
    color: var(--journey-ink);
    font-size: clamp(20px, 2.4vw, 30px);
    line-height: 1.3;
}

/* Bigger question */

.journey-cursor-page .journey-question-bigger {
    background: var(--journey-black);
}

.journey-cursor-page .question-bigger-intro {
    display: grid;
    grid-template-columns: 0.55fr 1fr;
    gap: clamp(55px, 9vw, 130px);
    align-items: end;
}

.journey-cursor-page .question-bigger-intro > p {
    color: rgba(255, 253, 247, 0.65);
}

.journey-cursor-page .question-bigger-intro h2 {
    margin: 0;
}

.journey-cursor-page .bigger-questions {
    margin: clamp(75px, 10vw, 130px) 0;
    border-top: 1px solid var(--journey-line-light);
}

.journey-cursor-page .bigger-question-item {
    min-height: 110px;
    padding: 22px 0;
    border-bottom: 1px solid var(--journey-line-light);
    display: grid;
    grid-template-columns: 70px 1fr;
    align-items: center;
}

.journey-cursor-page .bigger-question-item > span {
    color: var(--journey-gold-bright);
    font-size: 12px;
    font-weight: 700;
}

.journey-cursor-page .bigger-question-item h3 {
    color: rgba(255, 253, 247, 0.88);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(35px, 5vw, 70px);
    font-weight: 400;
    line-height: 1;
}

.journey-cursor-page .preparation-shift {
    width: min(100%, 850px);
    margin-left: auto;
    padding: clamp(32px, 5vw, 64px);
    border: 0;
    color: var(--journey-ink);
    background: var(--journey-ivory);
}

.journey-cursor-page .preparation-shift > p {
    color: rgba(21, 18, 13, 0.72);
}

.journey-cursor-page .preparation-lines {
    margin-top: 38px;
}

.journey-cursor-page .preparation-lines span {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid var(--journey-line-dark);
    color: var(--journey-gold-deep);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(22px, 2.7vw, 36px);
    font-style: italic;
    line-height: 1.25;
}

/* Takweyat */

.journey-cursor-page .journey-takweyat {
    color: var(--journey-ink);
    background: var(--journey-ivory);
}

.journey-cursor-page .journey-takweyat .page-label {
    color: var(--journey-gold-deep);
}

.journey-cursor-page .takweyat-layout,
.journey-cursor-page .final-realization-layout,
.journey-cursor-page .preparation-layout,
.journey-cursor-page .follow-layout,
.journey-cursor-page .journey-continues-layout {
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(60px, 10vw, 150px);
    align-items: start;
}

.journey-cursor-page .takweyat-heading h2 {
    color: var(--journey-ink);
}

@media (min-width: 981px) {
    .journey-cursor-page .takweyat-heading h2,
    .journey-cursor-page .preparation-heading h2 {
        font-size: clamp(62px, 5.6vw, 82px);
        overflow-wrap: anywhere;
    }
}

.journey-cursor-page .takweyat-heading h2 span {
    color: var(--journey-gold-deep);
}

.journey-cursor-page .takweyat-content > p {
    color: rgba(21, 18, 13, 0.72);
}

.journey-cursor-page .takweyat-realization {
    margin: 58px 0;
    padding: clamp(30px, 5vw, 58px);
    border: 0;
    color: var(--journey-ivory);
    background: var(--journey-ink);
}

.journey-cursor-page .takweyat-realization > span {
    color: var(--journey-gold-pale);
    font-size: 12px;
    font-weight: 700;
}

.journey-cursor-page .takweyat-realization p {
    color: rgba(255, 253, 247, 0.65);
}

.journey-cursor-page .takweyat-realization h3 {
    padding: 16px 0;
    border-bottom: 1px solid var(--journey-line-light);
    color: var(--journey-gold-pale);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(23px, 3vw, 40px);
    font-style: italic;
    line-height: 1.25;
}

/* Hostage */

.journey-cursor-page .journey-hostage {
    background: var(--journey-charcoal);
}

.journey-cursor-page .hostage-header h2 {
    max-width: 1120px;
}

.journey-cursor-page .hostage-content {
    width: min(100%, 920px);
    margin: 72px 0 0 auto;
}

.journey-cursor-page .hostage-content > p {
    color: rgba(255, 253, 247, 0.68);
}

.journey-cursor-page .hostage-lesson {
    margin-top: 74px;
}

.journey-cursor-page .hostage-lesson > p {
    color: rgba(255, 253, 247, 0.65);
}

.journey-cursor-page .hostage-lesson h3 {
    color: var(--journey-gold-pale);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(30px, 4vw, 56px);
    font-style: italic;
    line-height: 1.2;
}

.journey-cursor-page .weakness-list {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.journey-cursor-page .weakness-list span {
    padding: 10px 15px;
    border: 1px solid var(--journey-line-light);
    border-radius: 999px;
    color: var(--journey-gold-pale);
    font-size: 14px;
}

/* Final realization */

.journey-cursor-page .journey-final-realization {
    color: var(--journey-ink);
    background: var(--journey-gold);
}

.journey-cursor-page .journey-final-realization .page-label,
.journey-cursor-page .final-realization-heading h2,
.journey-cursor-page .final-realization-heading h2 span {
    color: var(--journey-ink);
}

.journey-cursor-page .final-realization-content > p {
    color: rgba(21, 18, 13, 0.75);
}

.journey-cursor-page .final-realization-content .final-realization-main {
    margin: 54px 0;
    padding: 28px 0;
    border-block: 1px solid rgba(21, 18, 13, 0.35);
    color: var(--journey-ink);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(31px, 4.3vw, 60px);
    font-style: italic;
    line-height: 1.15;
}

.journey-cursor-page .break-cycle {
    margin-top: 62px;
    padding: clamp(28px, 5vw, 55px);
    border: 0;
    color: var(--journey-ivory);
    background: var(--journey-ink);
}

.journey-cursor-page .break-cycle p {
    color: rgba(255, 253, 247, 0.65);
}

.journey-cursor-page .break-cycle h3 {
    margin-top: 20px;
    color: var(--journey-gold-pale);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(27px, 3.4vw, 46px);
    font-style: italic;
    line-height: 1.2;
}

/* Preparation */

.journey-cursor-page .journey-preparation {
    color: var(--journey-ink);
    background: var(--journey-ivory);
}

.journey-cursor-page .journey-preparation .page-label,
.journey-cursor-page .preparation-heading h2 span {
    color: var(--journey-gold-deep);
}

.journey-cursor-page .preparation-heading h2 {
    color: var(--journey-ink);
}

.journey-cursor-page .preparation-content > p,
.journey-cursor-page .preparation-clarity p,
.journey-cursor-page .preparation-system p,
.journey-cursor-page .preparation-fronts > p {
    color: rgba(21, 18, 13, 0.72);
}

.journey-cursor-page .preparation-not {
    margin: 55px 0;
    border-top: 1px solid var(--journey-line-dark);
}

.journey-cursor-page .preparation-not p {
    padding: 15px 0;
    border-bottom: 1px solid var(--journey-line-dark);
    color: var(--journey-gold-deep);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1;
}

.journey-cursor-page .preparation-main {
    padding: clamp(30px, 5vw, 60px);
    color: var(--journey-ivory) !important;
    background: var(--journey-gold-deep);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(25px, 3.2vw, 44px) !important;
    font-style: italic;
    line-height: 1.25 !important;
}

.journey-cursor-page .preparation-clarity,
.journey-cursor-page .preparation-system {
    margin-top: 55px;
    padding-top: 34px;
    border-top: 1px solid var(--journey-line-dark);
}

.journey-cursor-page .preparation-clarity {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    background: transparent;
}

.journey-cursor-page .limit-content .limit-turn,
.journey-cursor-page .limit-content .limit-highlight {
    color: var(--journey-ink) !important;
}

.journey-cursor-page .preparation-fronts {
    margin-top: 70px;
}

.journey-cursor-page .preparation-fronts > span {
    color: var(--journey-gold-deep);
    font-size: 12px;
    font-weight: 700;
}

.journey-cursor-page .preparation-front-list {
    margin-top: 32px;
    border-top: 1px solid var(--journey-line-dark);
}

.journey-cursor-page .preparation-front-list a {
    min-height: 86px;
    padding: 18px 0;
    border-bottom: 1px solid var(--journey-line-dark);
    display: flex;
    align-items: center;
    color: var(--journey-ink);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1;
    transition: color 0.25s ease, padding-left 0.25s ease;
}

.journey-cursor-page .preparation-front-list a:hover {
    padding-left: 16px;
    color: var(--journey-gold-deep);
}

/* Execution */

.journey-cursor-page .journey-execution {
    background: var(--journey-black);
}

.journey-cursor-page .execution-header h2 {
    max-width: 1160px;
}

.journey-cursor-page .execution-content {
    max-width: none;
    margin-top: 70px;
}

.journey-cursor-page .execution-content > p {
    width: min(100%, 760px);
    margin-left: auto;
    color: rgba(255, 253, 247, 0.68);
}

.journey-cursor-page .execution-content .execution-lead {
    color: var(--journey-gold-pale);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(28px, 3.7vw, 52px);
    font-style: italic;
    line-height: 1.2;
}

.journey-cursor-page .execution-fronts {
    margin-top: 78px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    border: 1px solid var(--journey-line-light);
    background: var(--journey-line-light);
}

.journey-cursor-page .execution-front {
    min-height: 430px;
    padding: 28px;
    border: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    color: var(--journey-ivory);
    background: var(--journey-black);
    transition: color 0.25s ease, background 0.25s ease;
}

.journey-cursor-page .execution-front:hover {
    color: var(--journey-ink);
    background: var(--journey-gold);
}

.journey-cursor-page .execution-front > span {
    color: var(--journey-gold-bright);
    font-size: 12px;
    font-weight: 700;
}

.journey-cursor-page .execution-front:hover > span,
.journey-cursor-page .execution-front:hover p {
    color: var(--journey-ink);
}

.journey-cursor-page .execution-front h3 {
    margin-top: auto;
    color: inherit;
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 400;
    line-height: 1;
}

.journey-cursor-page .execution-front p {
    margin-top: 20px;
    color: rgba(255, 253, 247, 0.62);
    font-size: 15px;
}

.journey-cursor-page .execution-transition {
    margin-top: 90px;
    padding: clamp(32px, 5vw, 60px);
    color: var(--journey-ink);
    background: var(--journey-gold);
}

.journey-cursor-page .execution-transition > span {
    font-size: 12px;
    font-weight: 700;
}

.journey-cursor-page .execution-steps {
    margin-top: 34px;
    border-top: 1px solid rgba(21, 18, 13, 0.32);
}

.journey-cursor-page .execution-steps p {
    padding: 15px 0;
    border-bottom: 1px solid rgba(21, 18, 13, 0.32);
    color: var(--journey-ink);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(30px, 4.2vw, 58px);
    line-height: 1;
}

.journey-cursor-page .execution-ending {
    width: min(100%, 820px);
    margin: 90px 0 0 auto;
}

.journey-cursor-page .execution-ending p {
    color: rgba(255, 253, 247, 0.62);
}

.journey-cursor-page .execution-ending h3 {
    margin-top: 28px;
    color: var(--journey-gold-pale);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(29px, 4vw, 56px);
    font-style: italic;
    line-height: 1.2;
}

/* Follow */

.journey-cursor-page .journey-follow {
    color: var(--journey-ink);
    background: var(--journey-ivory);
}

.journey-cursor-page .journey-follow .page-label,
.journey-cursor-page .follow-heading h2 span {
    color: var(--journey-gold-deep);
}

.journey-cursor-page .follow-heading h2 {
    color: var(--journey-ink);
}

.journey-cursor-page .follow-heading p {
    margin-top: 38px;
    color: rgba(21, 18, 13, 0.68);
}

.journey-cursor-page .follow-links {
    border-top: 1px solid var(--journey-line-dark);
}

.journey-cursor-page .follow-link {
    min-height: 104px;
    padding: 18px 0;
    border-bottom: 1px solid var(--journey-line-dark);
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    gap: 22px;
    color: var(--journey-ink);
    transition: color 0.25s ease, padding-left 0.25s ease;
}

.journey-cursor-page .follow-link:hover {
    padding-left: 14px;
    color: var(--journey-gold-deep);
}

.journey-cursor-page .follow-number,
.journey-cursor-page .follow-platform small {
    color: var(--journey-gold-deep);
    font-size: 11px;
    font-weight: 700;
}

.journey-cursor-page .follow-platform {
    display: flex;
    align-items: center;
    gap: 18px;
}

.journey-cursor-page .follow-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 1px solid var(--journey-line-dark);
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.journey-cursor-page .follow-platform h3 {
    margin-top: 4px;
    color: inherit;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(24px, 3vw, 40px);
    font-style: italic;
    font-weight: 600;
    line-height: 1.1;
}

.journey-cursor-page .follow-link > strong {
    color: inherit;
    font-size: 22px;
}

/* Finale */

.journey-cursor-page .journey-continues {
    min-height: 100svh;
    background:
        radial-gradient(circle at 50% 48%, rgba(242, 169, 0, 0.18), transparent 38%),
        var(--journey-black);
}

.journey-cursor-page .journey-continues::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    width: min(76vw, 980px);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 194, 28, 0.16);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.journey-cursor-page .journey-continues-story {
    border-top: 1px solid var(--journey-line-light);
}

.journey-cursor-page .journey-continues-story p {
    padding: 16px 0;
    border-bottom: 1px solid var(--journey-line-light);
    color: rgba(255, 253, 247, 0.6);
}

.journey-cursor-page .journey-continues-call > p {
    color: rgba(255, 253, 247, 0.68);
}

.journey-cursor-page .journey-final-lines {
    margin-top: 64px;
}

.journey-cursor-page .journey-final-lines h2 {
    padding: 30px 0;
    border-top: 1px solid var(--journey-line-light);
    color: var(--journey-ivory);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(54px, 7.5vw, 108px);
    font-weight: 400;
}

.journey-cursor-page .journey-final-lines h2:last-child {
    border-bottom: 1px solid var(--journey-line-light);
    color: var(--journey-gold-bright);
}

.journey-cursor-page .journey-final-brand {
    margin-top: 56px;
    align-items: flex-start;
}

.journey-cursor-page .journey-final-brand > span {
    color: var(--journey-muted);
    font-size: 12px;
    font-weight: 700;
}

.journey-cursor-page .journey-final-brand strong {
    margin-top: 10px;
    color: var(--journey-ivory);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: clamp(48px, 7vw, 98px);
    font-weight: 400;
    line-height: 1;
}

.journey-cursor-page .journey-final-brand::after {
    width: 130px;
    height: 3px;
    margin-top: 28px;
    background: var(--journey-gold-bright);
}

/* Responsive */

@media (max-width: 1050px) {
    .journey-cursor-page .journey-hero-content {
        padding-right: 43%;
    }

    .journey-cursor-page .journey-hero-visual {
        inset: 0;
    }

    .journey-cursor-page .breaking-grid,
    .journey-cursor-page .question-bigger-intro,
    .journey-cursor-page .takweyat-layout,
    .journey-cursor-page .final-realization-layout,
    .journey-cursor-page .preparation-layout,
    .journey-cursor-page .follow-layout,
    .journey-cursor-page .journey-continues-layout {
        gap: 60px;
    }
}

@media (max-width: 980px) {
    .journey-cursor-page .navbar .nav-links {
        background: rgba(5, 5, 4, 0.98);
        border-color: var(--journey-line-light);
    }

    .journey-cursor-page .journey-hero {
        margin-top: -92px;
    }

    .journey-cursor-page .breaking-grid,
    .journey-cursor-page .bill-content,
    .journey-cursor-page .question-bigger-intro,
    .journey-cursor-page .takweyat-layout,
    .journey-cursor-page .final-realization-layout,
    .journey-cursor-page .preparation-layout,
    .journey-cursor-page .follow-layout,
    .journey-cursor-page .journey-continues-layout {
        grid-template-columns: 1fr;
    }

    .journey-cursor-page .bill-content .bill-intro {
        grid-row: auto;
    }

    .journey-cursor-page .bill-header {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .journey-cursor-page .bill-header .page-label {
        margin-top: 0;
    }

    .journey-cursor-page .execution-fronts {
        grid-template-columns: 1fr;
    }

    .journey-cursor-page .execution-front {
        min-height: 300px;
    }
}

@media (max-width: 760px) {
    .journey-cursor-page .container {
        width: min(calc(100% - 36px), 1280px);
    }

    .journey-cursor-page main > section:not(.journey-hero) {
        padding: 96px 0;
    }

    .journey-cursor-page main section h2 {
        font-size: clamp(52px, 16vw, 76px);
    }

    .journey-cursor-page .bill-header {
        padding: 22px 0 30px;
        gap: 18px;
    }

    .journey-cursor-page .bill-header h2 {
        font-size: clamp(58px, 17vw, 76px);
    }

    .journey-cursor-page .bill-content {
        margin-top: 46px;
    }

    .journey-cursor-page .bill-content .bill-intro {
        margin-bottom: 38px;
        padding-right: 0;
        font-size: clamp(30px, 9vw, 42px) !important;
    }

    .journey-cursor-page .bill-content > p:not(.bill-intro) {
        padding: 22px 0 22px 40px;
    }

    .journey-cursor-page .bill-content > p:not(.bill-intro)::before {
        top: 27px;
    }

    .journey-cursor-page .journey-hero {
        height: 100svh;
        min-height: 0;
        margin-top: -92px;
    }

    .journey-cursor-page .journey-hero-visual {
        inset: 0;
        background-image: url("../assets/images/journey-hero-mobile-red-v2.webp");
        background-position: center;
        background-size: 100% 100%;
        transform: none;
    }

    .journey-cursor-page .journey-hero-visual::before {
        display: block;
        background:
            linear-gradient(90deg, rgba(5, 5, 4, 0.82) 0%, rgba(5, 5, 4, 0.52) 50%, rgba(5, 5, 4, 0.18) 100%),
            linear-gradient(0deg, rgba(5, 5, 4, 0.48) 0%, rgba(5, 5, 4, 0.18) 46%, rgba(5, 5, 4, 0.28) 100%);
    }

    .journey-cursor-page .journey-hero::after {
        background:
            linear-gradient(90deg, rgba(5, 5, 4, 0.2), transparent 74%),
            linear-gradient(0deg, rgba(5, 5, 4, 0.2) 0%, transparent 42%);
    }

    .journey-cursor-page .journey-hero-content {
        padding: 142px 0 48px;
        justify-content: center;
    }

    .journey-cursor-page .journey-hero h1 {
        margin-top: 0;
        font-size: clamp(66px, 20vw, 96px);
    }

    .journey-cursor-page .journey-hero h1 span {
        color: var(--journey-gold);
        text-shadow: 0 2px 0 rgba(21, 18, 13, 0.9), 0 0 16px rgba(5, 5, 4, 0.8);
    }

    .journey-cursor-page .journey-hero .page-label {
        color: var(--journey-gold);
        text-shadow: 0 1px 8px rgba(21, 18, 13, 0.85);
    }

    .journey-cursor-page .journey-hero-content > p:not(.journey-question) {
        margin-top: 34px;
        font-size: 14px;
    }

    .journey-cursor-page .breaking-grid,
    .journey-cursor-page .question-bigger-intro,
    .journey-cursor-page .takweyat-layout,
    .journey-cursor-page .final-realization-layout,
    .journey-cursor-page .preparation-layout,
    .journey-cursor-page .follow-layout,
    .journey-cursor-page .journey-continues-layout {
        gap: 54px;
    }

    .journey-cursor-page .breaking-questions,
    .journey-cursor-page .bill-statement,
    .journey-cursor-page .flotilla-role {
        grid-template-columns: 1fr;
    }

    .journey-cursor-page .founder-origin {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .journey-cursor-page .bill-statement,
    .journey-cursor-page .flotilla-role {
        gap: 20px;
    }

    .journey-cursor-page .bill-statement {
        margin-top: 54px;
        padding: 30px 24px 38px;
    }

    .journey-cursor-page .bill-statement > span {
        padding-bottom: 13px;
        font-size: 26px;
    }

    .journey-cursor-page .bill-statement p {
        font-size: clamp(27px, 8vw, 38px);
    }

    .journey-cursor-page .flotilla-role {
        margin: 48px 0;
        padding: 30px 24px 34px;
        border-left-width: 4px;
    }

    .journey-cursor-page .flotilla-role span {
        padding-bottom: 14px;
        font-size: 26px;
    }

    .journey-cursor-page .flotilla-role p {
        font-size: 16px;
        line-height: 1.65;
    }

    .journey-cursor-page .fatwa-results,
    .journey-cursor-page .condition-list {
        grid-template-columns: 1fr;
    }

    .journey-cursor-page .fatwa-card {
        min-height: 180px;
    }

    .journey-cursor-page .petition-number,
    .journey-cursor-page .hostage-number {
        font-size: clamp(100px, 36vw, 150px);
    }

    .journey-cursor-page .bigger-question-item {
        min-height: 92px;
        grid-template-columns: 42px 1fr;
    }

    .journey-cursor-page .bigger-question-item h3 {
        font-size: clamp(31px, 10vw, 44px);
    }

    .journey-cursor-page .follow-link {
        min-height: 96px;
        grid-template-columns: 34px 1fr auto;
        gap: 12px;
    }

    .journey-cursor-page .follow-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .journey-cursor-page .follow-platform {
        gap: 12px;
    }

    .journey-cursor-page .follow-platform h3 {
        font-size: clamp(20px, 6.5vw, 28px);
    }

    .journey-cursor-page .journey-continues::before {
        width: 150vw;
    }

    .journey-cursor-page .journey-marquee,
    .journey-cursor-page .journey-marquee-set {
        height: 58px;
    }

    .journey-cursor-page .journey-marquee span {
        padding-inline: 19px;
        font-size: 23px;
    }
}

@media (max-width: 430px) {
    .journey-cursor-page .journey-hero {
        height: 100svh;
        min-height: 0;
        margin-top: -84px;
    }

    .journey-cursor-page .journey-hero h1 {
        font-size: clamp(58px, 19vw, 78px);
    }

    .journey-cursor-page main section h2 {
        font-size: clamp(48px, 15vw, 65px);
    }

    .journey-cursor-page main section p {
        font-size: 15px;
    }

    .journey-cursor-page .page-label::before {
        width: 28px;
    }

    .journey-cursor-page .follow-number {
        display: none;
    }

    .journey-cursor-page .follow-link {
        grid-template-columns: 1fr auto;
    }
}

@media (min-width: 761px) and (max-height: 820px) {
    .journey-cursor-page .journey-hero-content {
        padding-top: 142px;
        padding-bottom: 32px;
    }

    .journey-cursor-page .journey-hero h1 {
        font-size: clamp(82px, 9vw, 138px);
    }

    .journey-cursor-page .journey-hero-content > p:not(.journey-question) {
        margin-top: 28px;
        padding-top: 14px;
    }

    .journey-cursor-page .journey-hero-line {
        margin-top: 20px;
    }

    .journey-cursor-page .journey-hero .journey-question {
        margin-top: 12px;
    }
}

@media (max-width: 760px) and (max-height: 700px) {
    .journey-cursor-page .journey-hero-content {
        padding-top: 112px;
        padding-bottom: 24px;
    }

    .journey-cursor-page .journey-hero .page-label {
        margin-bottom: 14px;
    }

    .journey-cursor-page .journey-hero h1 {
        font-size: clamp(56px, 17vw, 72px);
    }

    .journey-cursor-page .journey-hero-content > p:not(.journey-question) {
        margin-top: 20px;
        padding-top: 12px;
        font-size: 13px;
        line-height: 1.45;
    }

    .journey-cursor-page .journey-hero-line {
        height: 2px;
        margin-top: 16px;
    }

    .journey-cursor-page .journey-hero .journey-question {
        margin-top: 10px;
        font-size: 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .journey-cursor-page *,
    .journey-cursor-page *::before,
    .journey-cursor-page *::after {
        scroll-behavior: auto !important;
    }

    .journey-cursor-page .journey-marquee-track {
        animation: none;
    }
}
