:root {
    --ink: #071b2d;
    --ink-soft: #24445b;
    --paper: #f4f5f4;
    --white: #ffffff;
    --sunrise: #f2a15f;
    --sunrise-dark: #d77937;
    --line: rgba(7, 27, 45, 0.18);
    --frame-scale: 1;
    --frame-opacity: 1;
    --intro-opacity: 1;
    --intro-scale: 1;
    --intro-y: 0px;
    --route-opacity: 1;
    --sky-opacity: 1;
    --sky-scale: 1.02;
    --sky-y: 0px;
    --makkah-opacity: 0;
    --makkah-scale: 1.13;
    --makkah-y: 18px;
    --haze-opacity: 0.18;
    --shade-opacity: 0;
    --story-opacity: 0;
    --story-y: 36px;
    --story-blur: 12px;
    --final-opacity: 0;
    --final-y: 42px;
    --cue-opacity: 1;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    background: var(--ink);
    color-scheme: light;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--ink);
    color: var(--ink);
    font-family: "DM Sans", Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body,
button,
a {
    font: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
svg {
    display: block;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

:focus-visible {
    outline: 3px solid var(--sunrise);
    outline-offset: 4px;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    padding: 10px 15px;
    border-radius: 999px;
    background: var(--white);
    color: var(--ink);
    font-size: 0.82rem;
    font-weight: 700;
    transform: translateY(-150%);
    transition: transform 180ms ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    display: grid;
    grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
    align-items: center;
    min-height: 88px;
    padding: 14px clamp(24px, 4.6vw, 76px);
    color: var(--ink);
    transition: color 360ms ease, background-color 360ms ease, border-color 360ms ease;
}

.site-header::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    border-bottom: 1px solid transparent;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0));
    pointer-events: none;
    transition: opacity 360ms ease, background 360ms ease;
}

.site-header.is-over-image {
    color: var(--white);
}

.site-header.is-over-image::before {
    background: linear-gradient(to bottom, rgba(3, 17, 29, 0.48), rgba(3, 17, 29, 0));
}

.brand {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: 10px;
    width: max-content;
}

.brand__mark {
    width: 42px;
    height: 42px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.45;
}

.brand__mark path {
    fill: currentColor;
    stroke: none;
}

.brand__copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand__copy strong {
    font-family: "Manrope", "DM Sans", sans-serif;
    font-size: 1.05rem;
    letter-spacing: 0.14em;
}

.brand__copy small {
    margin-top: 6px;
    font-size: 0.53rem;
    font-weight: 700;
    letter-spacing: 0.27em;
    opacity: 0.7;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(18px, 2.35vw, 38px);
    font-size: clamp(0.72rem, 0.76vw, 0.84rem);
    font-weight: 600;
    white-space: nowrap;
}

.main-nav a {
    position: relative;
    padding: 9px 0;
}

.main-nav a::after {
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    height: 1px;
    content: "";
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 220ms ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.header-cta,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: max-content;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-family: "Manrope", "DM Sans", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    transition: transform 220ms ease, background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.header-cta {
    justify-self: end;
    min-height: 44px;
    background: var(--sunrise);
    color: var(--ink);
    box-shadow: 0 12px 30px rgba(86, 45, 14, 0.13);
}

.header-cta:hover,
.button:hover {
    transform: translateY(-2px);
}

.header-cta span,
.button span,
.text-link span {
    font-size: 1rem;
    transition: transform 220ms ease;
}

.header-cta:hover span,
.button:hover span,
.text-link:hover span {
    transform: translate(2px, -2px);
}

.orbit-journey {
    position: relative;
    z-index: 1;
    height: 420vh;
    height: 420svh;
    background: var(--ink);
}

.orbit-hero {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    min-height: 620px;
    overflow: hidden;
    isolation: isolate;
    background: #a9cee0;
    color: var(--white);
    contain: layout paint style;
}

.orbit-scene,
.orbit-scene__media,
.orbit-scene__media img,
.orbit-scene__haze,
.orbit-scene__shade,
.window-frame,
.window-frame img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.orbit-scene {
    z-index: 0;
    overflow: hidden;
}

.orbit-scene__media {
    margin: 0;
    overflow: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity;
}

.orbit-scene__media img {
    object-fit: cover;
    object-position: 50% 50%;
}

.orbit-scene__sky {
    z-index: 1;
    opacity: var(--sky-opacity);
    transform: translate3d(0, var(--sky-y), 0) scale(var(--sky-scale));
}

.orbit-scene__makkah {
    z-index: 2;
    opacity: var(--makkah-opacity);
    transform: translate3d(0, var(--makkah-y), 0) scale(var(--makkah-scale));
}

.orbit-scene__makkah img {
    object-position: 50% 56%;
}

.orbit-scene__haze {
    z-index: 3;
    opacity: var(--haze-opacity);
    background:
        radial-gradient(ellipse at 50% 76%, rgba(255, 255, 255, 0.5), transparent 42%),
        linear-gradient(to bottom, rgba(209, 235, 245, 0.2), transparent 46%);
    mix-blend-mode: screen;
    will-change: opacity;
}

.orbit-scene__shade {
    z-index: 4;
    opacity: var(--shade-opacity);
    background:
        linear-gradient(90deg, rgba(3, 16, 27, 0.72) 0%, rgba(3, 16, 27, 0.2) 42%, rgba(3, 16, 27, 0.36) 100%),
        linear-gradient(to top, rgba(3, 16, 27, 0.45), transparent 55%);
    will-change: opacity;
}

.window-frame {
    z-index: 12;
    opacity: var(--frame-opacity);
    transform: translate3d(0, 0, 0) scale(var(--frame-scale));
    transform-origin: 50% 48%;
    backface-visibility: hidden;
    pointer-events: none;
    will-change: transform, opacity;
}

.window-frame img {
    object-fit: cover;
    object-position: center;
    filter: saturate(0.92) brightness(1.02);
}

.window-frame__reflection {
    position: absolute;
    top: 16.5%;
    left: 37%;
    width: 26%;
    height: 63%;
    border-radius: 44% / 18%;
    opacity: 0.38;
    background:
        linear-gradient(122deg, rgba(255, 255, 255, 0.34), transparent 28%),
        linear-gradient(165deg, transparent 52%, rgba(255, 255, 255, 0.16));
    mix-blend-mode: screen;
}

.hero-intro {
    position: absolute;
    top: clamp(165px, 23vh, 235px);
    left: clamp(28px, 5.1vw, 84px);
    z-index: 20;
    width: min(34vw, 470px);
    color: var(--ink);
    opacity: var(--intro-opacity);
    transform: translate3d(0, var(--intro-y), 0) scale(var(--intro-scale));
    transform-origin: 22% 42%;
    pointer-events: auto;
    will-change: transform, opacity;
}

.hero-eyebrow,
.section-kicker {
    margin: 0;
    font-family: "Manrope", "DM Sans", sans-serif;
    font-size: clamp(0.62rem, 0.68vw, 0.76rem);
    font-weight: 700;
    letter-spacing: 0.24em;
    line-height: 1.5;
}

.hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--sunrise-dark);
}

.hero-eyebrow::before {
    width: 34px;
    height: 1px;
    content: "";
    background: currentColor;
}

.hero-intro h1 {
    margin: 20px 0 0;
    font-family: "Manrope", "DM Sans", sans-serif;
    font-size: clamp(2.6rem, 4.7vw, 4.75rem);
    font-weight: 600;
    letter-spacing: -0.065em;
    line-height: 0.98;
}

.hero-intro h1 span,
.hero-intro h1 em {
    display: block;
}

.hero-intro h1 em {
    max-width: 430px;
    margin-top: 15px;
    color: var(--sunrise-dark);
    font-family: "DM Sans", sans-serif;
    font-size: clamp(1.15rem, 1.8vw, 1.82rem);
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.12;
}

.hero-description {
    max-width: 410px;
    margin: 22px 0 0;
    color: var(--ink-soft);
    font-size: clamp(0.84rem, 0.92vw, 1rem);
    line-height: 1.65;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 28px;
}

.button--primary {
    background: var(--ink);
    color: var(--white);
    box-shadow: 0 14px 34px rgba(7, 27, 45, 0.2);
}

.button--primary:hover {
    background: #102f45;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ink);
    font-size: 0.78rem;
    font-weight: 700;
    white-space: nowrap;
}

.hero-route {
    position: absolute;
    top: 42%;
    right: clamp(28px, 5.2vw, 84px);
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 0;
    color: var(--ink);
    opacity: var(--route-opacity);
    transform: translate3d(0, var(--intro-y), 0) scale(var(--intro-scale));
    transform-origin: 80% 50%;
    will-change: transform, opacity;
}

.hero-route span {
    margin-bottom: 10px;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.25em;
    opacity: 0.56;
}

.hero-route strong {
    font-family: "Manrope", "DM Sans", sans-serif;
    font-size: clamp(1.35rem, 2.2vw, 2.4rem);
    letter-spacing: -0.04em;
}

.scroll-cue {
    position: absolute;
    right: clamp(28px, 5.2vw, 84px);
    bottom: clamp(28px, 5vh, 54px);
    z-index: 22;
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--ink);
    opacity: var(--cue-opacity);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    will-change: opacity;
}

.scroll-cue__line {
    width: clamp(42px, 5vw, 78px);
    height: 1px;
    background: currentColor;
    opacity: 0.35;
}

.scroll-cue__mouse {
    position: relative;
    width: 20px;
    height: 31px;
    border: 1px solid currentColor;
    border-radius: 999px;
}

.scroll-cue__mouse i {
    position: absolute;
    top: 6px;
    left: 50%;
    width: 2px;
    height: 6px;
    border-radius: 999px;
    background: currentColor;
    transform: translateX(-50%);
    animation: scroll-dot 1.8s ease-in-out infinite;
}

@keyframes scroll-dot {
    0%, 100% { transform: translate(-50%, 0); opacity: 0.25; }
    45% { opacity: 1; }
    70% { transform: translate(-50%, 10px); opacity: 0; }
}

.journey-story {
    position: absolute;
    top: 50%;
    left: clamp(24px, 7vw, 112px);
    z-index: 18;
    width: min(780px, 68vw);
    color: var(--white);
    opacity: var(--story-opacity);
    filter: blur(var(--story-blur));
    transform: translate3d(0, calc(-50% + var(--story-y)), 0);
    pointer-events: none;
    will-change: transform, opacity, filter;
}

.section-kicker {
    color: #ffd2ad;
}

.journey-story h2 {
    max-width: 850px;
    margin: 20px 0 0;
    font-family: "Manrope", "DM Sans", sans-serif;
    font-size: clamp(3rem, 7vw, 7.6rem);
    font-weight: 600;
    letter-spacing: -0.075em;
    line-height: 0.91;
}

.journey-story > p:last-child {
    max-width: 570px;
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.83);
    font-size: clamp(0.92rem, 1.2vw, 1.18rem);
    line-height: 1.65;
}

.journey-complete {
    position: absolute;
    inset: 0;
    z-index: 19;
    display: grid;
    grid-template-columns: minmax(270px, 0.72fr) minmax(560px, 1.28fr);
    grid-template-rows: 1fr auto;
    align-content: center;
    align-items: end;
    gap: clamp(30px, 5vw, 80px);
    padding: 125px clamp(24px, 7vw, 112px) 70px;
    color: var(--white);
    opacity: var(--final-opacity);
    transform: translate3d(0, var(--final-y), 0);
    pointer-events: none;
    will-change: transform, opacity;
}

.journey-complete.is-interactive {
    pointer-events: auto;
}

.journey-complete__heading {
    align-self: center;
    max-width: 440px;
}

.journey-complete__heading h2 {
    margin: 16px 0 0;
    font-family: "Manrope", "DM Sans", sans-serif;
    font-size: clamp(2.5rem, 4.5vw, 5.4rem);
    font-weight: 600;
    letter-spacing: -0.07em;
    line-height: 0.95;
}

.journey-complete__heading > p:last-child {
    max-width: 390px;
    margin: 22px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.92rem;
    line-height: 1.65;
}

.journey-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-self: center;
    gap: 1px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 24px 80px rgba(1, 11, 19, 0.22);
    backdrop-filter: blur(18px);
}

.journey-card {
    min-height: 168px;
    padding: clamp(20px, 2.3vw, 34px);
    background: rgba(8, 30, 46, 0.54);
}

.journey-card__number {
    display: block;
    color: #ffd2ad;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.journey-card h3 {
    margin: 24px 0 0;
    font-family: "Manrope", "DM Sans", sans-serif;
    font-size: clamp(1rem, 1.35vw, 1.35rem);
    font-weight: 600;
    letter-spacing: -0.03em;
}

.journey-card p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(0.72rem, 0.82vw, 0.84rem);
    line-height: 1.55;
}

.button--light {
    grid-column: 1 / -1;
    justify-self: center;
    min-height: 50px;
    margin-top: -18px;
    background: var(--white);
    color: var(--ink);
}

.button--light:hover {
    background: #ffe7d3;
}

.journey-progress {
    position: absolute;
    top: 50%;
    right: clamp(10px, 2.1vw, 36px);
    z-index: 25;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.56rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    transform: translateY(-50%);
    mix-blend-mode: difference;
}

.journey-progress i {
    position: relative;
    display: block;
    width: 1px;
    height: clamp(80px, 17vh, 150px);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.3);
}

.journey-progress b {
    position: absolute;
    inset: 0;
    display: block;
    background: var(--white);
    transform: scaleY(0);
    transform-origin: top;
    will-change: transform;
}

@media (max-width: 1180px) {
    .site-header {
        grid-template-columns: 1fr auto;
    }

    .main-nav {
        display: none;
    }

    .hero-intro {
        width: min(39vw, 450px);
    }

    .journey-complete {
        grid-template-columns: minmax(240px, 0.6fr) minmax(500px, 1.4fr);
        gap: 32px;
    }
}

@media (max-width: 820px) {
    .site-header {
        min-height: 78px;
        padding: 12px 22px;
    }

    .brand__mark {
        width: 37px;
        height: 37px;
    }

    .brand__copy strong {
        font-size: 0.9rem;
    }

    .header-cta {
        min-height: 42px;
        padding: 0 17px;
    }

    .orbit-journey {
        height: 380vh;
        height: 380svh;
    }

    .hero-intro {
        top: auto;
        right: 58px;
        bottom: clamp(54px, 8vh, 84px);
        left: 24px;
        width: auto;
        max-width: 540px;
        color: var(--white);
        text-shadow: 0 2px 22px rgba(3, 19, 31, 0.34);
    }

    .hero-intro::before {
        position: absolute;
        inset: -34px -24px -30px;
        z-index: -1;
        content: "";
        background: linear-gradient(to top, rgba(3, 20, 32, 0.72), rgba(3, 20, 32, 0.38) 58%, transparent);
        pointer-events: none;
    }

    .hero-eyebrow,
    .hero-intro h1 em,
    .hero-description,
    .text-link {
        color: var(--white);
    }

    .hero-intro h1 {
        max-width: 550px;
        font-size: clamp(2.5rem, 9.8vw, 4.7rem);
    }

    .hero-description {
        max-width: 520px;
    }

    .button--primary {
        background: var(--sunrise);
        color: var(--ink);
    }

    .hero-route {
        top: 105px;
        right: 24px;
        color: var(--ink);
    }

    .scroll-cue {
        right: auto;
        bottom: 22px;
        left: 24px;
        color: var(--white);
        text-shadow: 0 1px 14px rgba(3, 19, 31, 0.42);
    }

    .journey-story {
        left: 28px;
        width: calc(100% - 76px);
    }

    .journey-story h2 {
        font-size: clamp(3.2rem, 12vw, 6rem);
    }

    .journey-complete {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        align-content: center;
        align-items: start;
        gap: 22px;
        padding: 100px 42px 34px 24px;
    }

    .journey-complete__heading {
        max-width: 600px;
    }

    .journey-complete__heading h2 {
        font-size: clamp(2.25rem, 9vw, 4rem);
    }

    .journey-complete__heading > p:last-child {
        margin-top: 14px;
    }

    .journey-card {
        min-height: 128px;
        padding: 18px;
    }

    .journey-card h3 {
        margin-top: 14px;
    }

    .button--light {
        grid-column: auto;
        justify-self: start;
        margin-top: 0;
    }
}

@media (max-width: 560px) {
    .brand__copy small {
        display: none;
    }

    .header-cta {
        min-height: 39px;
        padding: 0 14px;
        font-size: 0.7rem;
    }

    .hero-route {
        display: none;
    }

    .hero-intro {
        right: 42px;
        bottom: 66px;
    }

    .hero-intro h1 {
        font-size: clamp(2.35rem, 12.2vw, 3.8rem);
    }

    .hero-intro h1 em {
        max-width: 350px;
        font-size: 1.12rem;
    }

    .hero-description {
        display: -webkit-box;
        margin-top: 16px;
        overflow: hidden;
        font-size: 0.83rem;
        line-height: 1.5;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        margin-top: 20px;
    }

    .button {
        min-height: 45px;
        padding: 0 18px;
    }

    .scroll-cue__line,
    .scroll-cue__mouse {
        display: none;
    }

    .journey-story {
        left: 24px;
        width: calc(100% - 58px);
    }

    .journey-story h2 {
        font-size: clamp(3rem, 15.5vw, 4.7rem);
    }

    .journey-story > p:last-child {
        font-size: 0.86rem;
    }

    .journey-complete {
        gap: 15px;
        padding: 90px 38px 24px 20px;
    }

    .journey-complete__heading h2 {
        margin-top: 10px;
        font-size: clamp(2.05rem, 10.5vw, 3.1rem);
    }

    .journey-complete__heading > p:last-child {
        font-size: 0.78rem;
        line-height: 1.45;
    }

    .journey-grid {
        border-radius: 18px;
    }

    .journey-card {
        min-height: 112px;
        padding: 14px;
    }

    .journey-card h3 {
        margin-top: 11px;
        font-size: 0.88rem;
        line-height: 1.2;
    }

    .journey-card p {
        font-size: 0.66rem;
        line-height: 1.35;
    }
}

@media (max-height: 720px) and (max-width: 820px) {
    .hero-description {
        display: none;
    }

    .hero-actions {
        margin-top: 17px;
    }

    .journey-complete__heading > p:last-child,
    .journey-card p {
        display: none;
    }

    .journey-card {
        min-height: 80px;
    }

    .journey-complete {
        gap: 12px;
        padding-top: 82px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .orbit-journey {
        height: auto;
    }

    .orbit-hero {
        position: relative;
        display: block;
        height: auto;
        min-height: 100vh;
        min-height: 100svh;
        padding: 130px clamp(24px, 7vw, 112px) 60px;
    }

    .orbit-scene__sky,
    .orbit-scene__haze,
    .window-frame,
    .hero-route,
    .scroll-cue,
    .journey-story,
    .journey-progress {
        display: none;
    }

    .orbit-scene__makkah {
        opacity: 1;
        transform: none;
    }

    .orbit-scene__shade {
        opacity: 0.68;
    }

    .hero-intro,
    .journey-complete {
        position: relative;
        inset: auto;
        width: 100%;
        max-width: 1080px;
        margin: 0 auto;
        padding: 0;
        color: var(--white);
        opacity: 1;
        filter: none;
        transform: none;
        pointer-events: auto;
    }

    .hero-intro {
        max-width: 720px;
        margin-left: 0;
    }

    .hero-intro::before {
        display: none;
    }

    .hero-eyebrow,
    .hero-intro h1 em,
    .hero-description,
    .text-link {
        color: var(--white);
    }

    .button--primary {
        background: var(--sunrise);
        color: var(--ink);
    }

    .journey-complete {
        display: grid;
        grid-template-columns: 0.7fr 1.3fr;
        grid-template-rows: auto auto;
        gap: 34px;
        margin-top: 90px;
    }

    .button--light {
        grid-column: 1 / -1;
        justify-self: start;
        margin: 0;
    }
}

.no-js .orbit-journey {
    height: auto;
}

.no-js .orbit-hero {
    position: relative;
}
