@font-face {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/cairo-ar.woff2") format("woff2");
    unicode-range:
        U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1,
        U+08E3-08FF, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
    font-family: "Cairo";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/cairo-latin.woff2") format("woff2");
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+2000-206F, U+20AC, U+2122, U+2212, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("../fonts/montserrat.woff2") format("woff2");
}

:root {
    --orange: #e87625;
    --gold: #f19d21;
    --blue: #0593cd;
    --gray: #9a9aa2;
    --ink: #141416;
    --asphalt: #1a1b1f;
    --asphalt-2: #23242a;
    --paper: #121316;
    --paper-2: #121316;
    --cream: #23242a;
    --line: rgba(226, 230, 234, 0.16);
    --line-on-dark: rgba(226, 230, 234, 0.24);
    --dash-line: rgba(226, 230, 234, 0.2);
    --white: #23242a;
    --shadow: 0 18px 50px rgba(20, 20, 22, 0.08);
    --radius: 18px;
    --header: 84px;
    --max: 1266px;
    --gutter: 24px;
    --wrap-pad: 18px;
    --rail-inset: max(var(--gutter), calc((100vw - var(--max)) / 2));
    --rail: var(--line-on-dark);
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
    --font-ar: "Cairo", "Segoe UI", sans-serif;
    --font-en: "Montserrat", "Segoe UI", sans-serif;
}

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

html {
    scroll-behavior: smooth;
    background: var(--paper-2);
    color-scheme: dark;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: clip;
}

body {
    font-family: var(--font-ar);
    background: var(--paper-2);
    color: #ececef;
    line-height: 1.75;
    font-size: 16px;
}

html[lang="en"] body {
    font-family: var(--font-en);
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.font-en,
.brand-copy span,
.station-row .code,
.stat b {
    font-family: var(--font-en);
}

.page-shell {
    position: relative;
    width: min(var(--max), calc(100vw - (2 * var(--rail-inset))));
    margin-inline: auto;
    min-height: 100vh;
    background: var(--paper);
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.page-rails {
    position: fixed;
    top: 0;
    bottom: 0;
    left: var(--rail-inset);
    right: var(--rail-inset);
    border-inline: 1px solid var(--line-on-dark);
    pointer-events: none;
    z-index: 2;
}

#main {
    flex: 1;
}

img,
svg {
    max-width: 100%;
    display: block;
}

img {
    opacity: 0;
}

img.is-ready {
    opacity: 1;
}

.page-hero-image img,
.about-pair-grid img,
.careers-point img,
.station-banner img,
.station-row-media img,
.station-show-hero img,
.station-show-thumb img,
.discover-visual img,
.contact-form-photo,
.careers-form-photo,
.service-field-art img,
.blog-feature-media img,
.blog-card-media img,
.fuel-card-art img,
.life-item-art img,
.sustain-item-art img {
    background-color: #000;
}

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

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
}

button {
    cursor: pointer;
    border: 0;
    background: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
}

.skip {
    position: absolute;
    right: 16px;
    top: -48px;
    background: var(--orange);
    color: #fff;
    padding: 8px 14px;
    z-index: 80;
}

.skip:focus {
    top: 16px;
}

.wrap {
    width: min(var(--max), calc(100vw - (2 * var(--rail-inset))));
    margin-inline: auto;
    padding-inline: var(--wrap-pad);
}

.kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--gray);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    background: linear-gradient(90deg, var(--orange), var(--gold));
}

.display {
    font-size: clamp(2.2rem, 6vw, 5.4rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    font-weight: 750;
}

.lead {
    font-size: 1.15rem;
    color: var(--gray);
    max-width: 42rem;
}

.section {
    padding: 128px 0;
}

.section-head {
    display: grid;
    gap: 18px;
    margin-bottom: 48px;
    max-width: 46rem;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    transition:
        transform 0.25s var(--ease),
        background 0.25s var(--ease),
        color 0.25s var(--ease);
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: var(--orange);
    color: #fff;
}

.btn-primary:hover {
    background: #d4681c;
}

.btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
}

.btn-ghost:hover {
    background: rgba(255, 255, 255, 0.08);
}

.btn-ink {
    background: #fff;
    color: var(--ink);
}

.btn-line {
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 40;
    height: var(--header);
    display: flex;
    align-items: center;
    background-color: transparent;
}

.site-header::before {
    content: "";
    position: absolute;
    inset: 8px 8px;
    border-radius: 6px;
    background: var(--paper);
    box-shadow:
        0 0 0 1px rgba(226, 230, 234, 0.1),
        0 8px 20px rgba(0, 0, 0, 0.18);
    opacity: 0;
    transition: opacity 0.45s linear 0.1s;
    pointer-events: none;
}

.site-header:hover::before {
    opacity: 1;
}

.site-header::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background: var(--rail);
    transform: translateX(-50%);
    pointer-events: none;
}

.header-bar {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-inline: var(--wrap-pad);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 160px;
}

.brand-mark {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.brand-wordmark {
    height: 36px;
    width: auto;
    object-fit: contain;
}

.brand-copy {
    display: grid;
    line-height: 1.15;
}

.brand-copy strong {
    font-size: 20px;
}

.brand-copy span {
    font-size: 10px;
    letter-spacing: 0.18em;
    color: var(--gray);
}

.site-header .brand-copy strong,
.site-header .nav-link,
.site-header .menu-toggle {
    color: #fff;
}

.site-header .brand-copy span {
    color: rgba(255, 255, 255, 0.62);
}

.nav-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 14px;
}

.nav-item {
    position: relative;
    padding-block: 14px;
}

.nav-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--ink);
    position: relative;
    white-space: nowrap;
}

button.nav-link {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.nav-caret {
    width: 16px;
    height: 16px;
    fill: currentColor;
    transition: transform 0.2s var(--ease);
}

.nav-item:hover .nav-caret,
.nav-item.is-open .nav-caret {
    transform: rotate(180deg);
}

.nav-link.is-active::after,
.nav-link:hover::after,
.nav-item.is-open .nav-parent::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -8px;
    height: 2px;
    background: var(--gold);
}

.nav-submenu {
    position: absolute;
    top: 100%;
    inset-inline-start: 0;
    min-width: 220px;
    display: none;
    padding: 8px;
    background: #121316;
    border: 1px solid rgba(226, 230, 234, 0.16);
    border-radius: 6px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
    z-index: 20;
}

.nav-item:hover .nav-submenu,
.nav-item.is-open .nav-submenu {
    display: grid;
}

.nav-submenu a {
    padding: 10px 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.82);
    border-radius: 4px;
    white-space: nowrap;
}

.nav-submenu a:hover,
.nav-submenu a.is-active {
    background: rgba(232, 118, 37, 0.14);
    color: #fff;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-header .btn {
    transform: none;
    min-height: 0;
    height: auto;
    padding: 6px 0;
    padding-inline-start: 18px;
    padding-inline-end: 12px;
    gap: 6px;
    font-size: 0.95rem;
    font-weight: 600;
}

.site-header .btn:hover {
    transform: none;
}

.site-header .lang-switch,
.site-header .header-console {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding-inline-end: 16px;
    white-space: nowrap;
}

.site-header .header-console {
    padding-inline: 16px;
}

.site-header .lang-switch:hover,
.site-header .header-console:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.lang-switch svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.lang-switch[data-to="en"] span {
    font-family: var(--font-en);
}

.lang-switch[data-to="ar"] span {
    font-family: var(--font-ar);
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    position: relative;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    position: absolute;
    left: 12px;
}

.menu-toggle span {
    top: 21px;
}

.menu-toggle span::before,
.menu-toggle span::after {
    content: "";
}

.menu-toggle span::before {
    top: -7px;
}

.menu-toggle span::after {
    top: 7px;
}

.nav-mobile {
    --nav-inset: calc(var(--rail-inset) + 8px);
    position: fixed;
    inset: 0;
    background: var(--paper);
    color: #fff;
    transform: translateY(-110%);
    transition: transform 0.4s var(--ease);
    z-index: 50;
    padding: 8px var(--nav-inset) 28px;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 8px;
    overflow: hidden;
}

.nav-mobile.is-open {
    transform: none;
}

.nav-mobile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: calc(var(--header) - 16px);
    padding-inline: var(--wrap-pad);
}

.nav-mobile-head .brand-wordmark {
    height: 30px;
}

.nav-mobile-links {
    display: grid;
    align-content: start;
    gap: 0;
    padding: 8px var(--wrap-pad) 16px;
    overflow-y: auto;
}

.nav-mobile-links > a,
.nav-mobile-group {
    border-bottom: 1px solid var(--line);
}

.nav-mobile-links > a {
    display: flex;
    align-items: center;
    min-height: 52px;
    font-size: 1.05rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}

.nav-mobile-links > a.is-active {
    color: var(--orange);
}

.nav-mobile-group {
    display: grid;
    gap: 0;
    padding-bottom: 10px;
}

.nav-mobile-group > span {
    display: block;
    padding-top: 16px;
    padding-bottom: 6px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--gray);
}

.nav-mobile-group a {
    display: flex;
    align-items: center;
    min-height: 42px;
    font-size: 1.02rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
}

.nav-mobile-group a.is-active {
    color: var(--orange);
}

.nav-mobile-lang {
    gap: 10px;
}

.nav-mobile-lang svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.nav-mobile .close-menu {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: #fff;
    border: 0;
    background: none;
    padding: 0;
}

.nav-mobile .close-menu svg {
    width: 22px;
    height: 22px;
}

.nav-mobile .close-menu:hover {
    color: var(--orange);
}

.hero,
.page-hero,
.site-footer,
.story-stats,
.offers,
.why,
.paths,
.discover,
.ksa-map,
.close,
.partners-bar {
    width: calc(100% + (2 * var(--rail-inset)));
    margin-inline: calc(-1 * var(--rail-inset));
    position: relative;
}

.hero,
.page-hero,
.site-footer,
.story-stats,
.offers,
.why,
.paths,
.discover,
.ksa-map,
.close,
.partners-bar {
    z-index: 3;
}

.hero::before,
.page-hero::before,
.site-footer::before,
.story-stats::before,
.offers::before,
.why::before,
.paths::before,
.discover::before,
.ksa-map::before,
.close::before,
.partners-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    left: var(--rail-inset);
    right: var(--rail-inset);
    border-inline: 1px solid var(--line-on-dark);
    pointer-events: none;
    z-index: 4;
}

.hero {
    min-height: 100vh;
    background: var(--asphalt);
    color: #fff;
    overflow: hidden;
    display: grid;
    align-items: end;
    padding: calc(var(--header) + 48px) 0 160px;
}

.hero-photo {
    position: absolute;
    inset: 0;
    background: url("../images/hero-bg.png") center / cover no-repeat;
    z-index: 0;
}

.hero-filter {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(12, 12, 14, 0.35) 0%,
            rgba(12, 12, 14, 0.55) 45%,
            rgba(12, 12, 14, 0.96) 100%
        ),
        linear-gradient(
            105deg,
            rgba(12, 12, 14, 0.75) 0%,
            rgba(12, 12, 14, 0.2) 55%,
            rgba(5, 147, 205, 0.12) 100%
        );
    z-index: 1;
}

.hero-grid {
    position: relative;
    z-index: 2;
    padding-block: 0;
    padding-inline: var(--wrap-pad);
}

.hero .display {
    position: relative;
    font-size: clamp(2.8rem, 5.6vw, 4rem);
    font-weight: 500;
    max-width: none;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.hero .lead {
    color: rgba(236, 236, 239, 0.62);
    margin: 16px 0 0;
    max-width: none;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 400;
    line-height: 1.45;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero .btn {
    transform: none;
    min-height: 0;
    height: auto;
}

.hero .btn:hover {
    transform: none;
}

.hero .hero-doc {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding-inline-end: 16px;
}

.hero .hero-doc:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.hero-cta .cta-icons,
.paths-more .cta-icons,
.close-cta .cta-icons,
.close-link .cta-icons,
.discover-more .cta-icons {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.hero-cta .cta-icon,
.paths-more .cta-icon,
.close-cta .cta-icon,
.close-link .cta-icon,
.discover-more .cta-icon {
    position: absolute;
    inset: 0;
    width: 20px;
    height: 20px;
    fill: currentColor;
    transition:
        opacity 0.55s var(--ease),
        transform 0.55s var(--ease);
}

.hero-cta .cta-icon-rest,
.paths-more .cta-icon-rest,
.close-cta .cta-icon-rest,
.close-link .cta-icon-rest,
.discover-more .cta-icon-rest {
    opacity: 1;
    transform: translateX(0);
}

.hero-cta .cta-icon-hover,
.paths-more .cta-icon-hover,
.close-cta .cta-icon-hover,
.close-link .cta-icon-hover,
.discover-more .cta-icon-hover {
    opacity: 0;
    transform: translateX(6px);
}

.hero-cta:hover .cta-icon-rest,
.paths-more:hover .cta-icon-rest,
.close-cta:hover .cta-icon-rest,
.close-link:hover .cta-icon-rest,
.discover-more:hover .cta-icon-rest {
    opacity: 0;
    transform: translateX(-6px);
}

.hero-cta:hover .cta-icon-hover,
.paths-more:hover .cta-icon-hover,
.close-cta:hover .cta-icon-hover,
.close-link:hover .cta-icon-hover,
.discover-more:hover .cta-icon-hover {
    opacity: 1;
    transform: translateX(0);
}

html[lang="en"] .hero-cta .cta-icons,
html[lang="en"] .paths-more .cta-icons,
html[lang="en"] .close-cta .cta-icons,
html[lang="en"] .close-link .cta-icons,
html[lang="en"] .discover-more .cta-icons {
    transform: scaleX(-1);
}

.hero-doc .doc-icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    flex-shrink: 0;
}

.glow {
    position: absolute;
    width: 42vw;
    height: 42vw;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.16;
    pointer-events: none;
    z-index: 1;
}

.glow-orange {
    background: var(--orange);
    top: auto;
    bottom: -8vw;
    left: -6vw;
}

.glow-blue {
    background: var(--blue);
    bottom: -4vw;
    right: -8vw;
    opacity: 0.1;
}

.story-stats {
    background: linear-gradient(to top, #000 0%, var(--paper) 100%);
}

.story {
    padding: 108px 0 124px;
}

.story-card {
    display: grid;
    grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1.52fr);
    align-items: stretch;
    overflow: hidden;
    border-radius: 6px;
    aspect-ratio: 2.2 / 1;
    background: #000;
    border: 1px solid var(--line-on-dark);
}

.story-copy {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 28px 24px;
    background: #000;
}

.story-media {
    position: relative;
    min-height: 0;
    cursor: pointer;
}

.story-card.is-playing .story-media {
    cursor: default;
}

.story-media video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #000;
}

.story-play {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: center;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.18);
}

.story-play::before {
    content: "";
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.story-play::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 16px;
    border-color: transparent transparent transparent #111;
    transform: translateX(2px);
}

.story-card.is-previewing .story-play,
.story-card.is-playing .story-play {
    display: none;
}

.story-title {
    margin: 0 0 20px;
    max-width: 12ch;
    color: #fff;
    font-size: clamp(1.5rem, 2.6vw, 2.3rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 700;
}

.story-brand {
    position: absolute;
    inset-inline-end: 24px;
    bottom: 22px;
    width: 36px;
    height: 36px;
    object-fit: contain;
    z-index: 1;
}

.stats {
    padding: 104px 0 108px;
}

.stats-title {
    margin: 0 auto 56px;
    max-width: 14ch;
    text-align: center;
    font-size: clamp(2rem, 4.2vw, 3.25rem);
    line-height: 1.15;
    letter-spacing: -0.035em;
    font-weight: 300;
    color: #fff;
}

.stats-board {
    width: min(var(--max), calc(100vw - (2 * var(--rail-inset))));
    margin-inline: auto;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.stats-grid {
    --stats-pad: 44px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px 20px;
    padding: var(--stats-pad) 0;
}

.stats-glow {
    position: absolute;
    left: 0;
    width: 0;
    height: 1.5px;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(
        to left,
        transparent 0%,
        var(--gold) 28%,
        var(--orange) 50%,
        var(--gold) 72%,
        transparent 100%
    );
    transform: translate3d(0, 0, 0);
}

.stats-grid.is-ready .stats-glow {
    transition:
        transform 0.62s cubic-bezier(0.22, 1, 0.36, 1),
        width 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.stats-glow-top {
    top: -1px;
}

.stats-glow-bottom {
    bottom: -1px;
}

.stat {
    position: relative;
    padding: 0 12px;
    text-align: center;
    cursor: pointer;
}

.stat:focus-visible {
    outline: 2px solid var(--orange);
    outline-offset: 8px;
}

.stat b {
    display: block;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.42);
    transition: color 0.62s cubic-bezier(0.22, 1, 0.36, 1);
}

.stat.is-on b {
    color: #fff;
}

.stat > span {
    display: block;
    max-width: 18ch;
    margin: 12px auto 0;
    font-size: 0.92rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.52);
}

.stats-copy {
    position: relative;
    overflow: hidden;
    margin-top: 36px;
    min-height: 4.8em;
}

.stats-copy-panel {
    margin: 0 auto;
    max-width: 38rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.62);
    font-size: 1.05rem;
    line-height: 1.75;
    will-change: transform, opacity;
    transition:
        opacity 0.72s cubic-bezier(0.22, 0.8, 0.28, 1),
        transform 0.72s cubic-bezier(0.22, 0.8, 0.28, 1);
}

.stats-copy-panel:not(.is-active):not(.is-leave-end):not(.is-leave-start):not(
        .is-from-start
    ):not(.is-from-end) {
    position: absolute;
    inset-inline: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.stats-copy-panel.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.stats-copy-panel.is-leave-end,
.stats-copy-panel.is-leave-start {
    position: absolute;
    inset-inline: 0;
    top: 0;
    opacity: 0;
    visibility: visible;
    pointer-events: none;
}

.stats-copy-panel.is-leave-end {
    transform: translate3d(72px, 0, 0);
}

.stats-copy-panel.is-leave-start {
    transform: translate3d(-72px, 0, 0);
}

.stats-copy-panel.is-from-start {
    position: absolute;
    inset-inline: 0;
    top: 0;
    opacity: 0;
    visibility: visible;
    transform: translate3d(-72px, 0, 0);
}

.stats-copy-panel.is-from-end {
    position: absolute;
    inset-inline: 0;
    top: 0;
    opacity: 0;
    visibility: visible;
    transform: translate3d(72px, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
    .stats-copy-panel {
        transition: opacity 0.2s linear;
        transform: none !important;
    }
}

.offers {
    background: var(--paper);
}

.offers-head {
    display: grid;
    gap: 16px;
    margin-bottom: 36px;
    max-width: 40rem;
}

.offers-title {
    font-size: clamp(1.8rem, 3.4vw, 2.8rem);
}

.offers-grid {
    --offer-grow: 1.015;
    --offer-time: 0.7s;
    --offer-ease: cubic-bezier(0.45, 0.02, 0.12, 1);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.offer-wide {
    grid-column: span 2;
}

.offer-slot {
    position: relative;
    min-height: 500px;
}

.offer-card {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--cream);
    color: #fff;
    transform: scale(1);
    transform-origin: center center;
    transition:
        transform var(--offer-time) var(--offer-ease),
        border-color var(--offer-time) var(--offer-ease);
}

.offer-card:hover {
    z-index: 2;
    transform: scale(var(--offer-grow));
    border-color: rgba(232, 118, 37, 0.55);
}

.offer-card:focus-visible {
    outline: 2px solid var(--orange);
    outline-offset: 3px;
}

.offer-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 20px;
}

.offer-head h3 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.3;
}

.offer-go {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid var(--paper);
    background: var(--paper);
    color: var(--orange);
    transform: scale(1);
    transition:
        transform var(--offer-time) var(--offer-ease),
        background var(--offer-time) var(--offer-ease),
        color var(--offer-time) var(--offer-ease),
        border-color var(--offer-time) var(--offer-ease);
}

.offer-card:hover .offer-go {
    transform: scale(1.22);
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
}

.offer-go svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

html[dir="ltr"] .offer-go svg {
    transform: scaleX(-1);
}

.offer-visual {
    position: absolute;
    inset: calc((var(--offer-grow) - 1) / -2 * 100%);
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1);
    transform-origin: center center;
    transition: transform var(--offer-time) var(--offer-ease);
}

.offer-card:hover .offer-visual {
    transform: scale(calc(1 / var(--offer-grow)));
}

.offer-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(12, 12, 14, 0.35) 0%,
            rgba(12, 12, 14, 0.55) 45%,
            rgba(12, 12, 14, 0.96) 100%
        ),
        linear-gradient(
            105deg,
            rgba(12, 12, 14, 0.75) 0%,
            rgba(12, 12, 14, 0.2) 55%,
            rgba(5, 147, 205, 0.12) 100%
        );
    pointer-events: none;
}

.why {
    --why-col-pad: var(--wrap-pad);
    --why-line: var(--dash-line);
    background: #000;
    color: #fff;
}

.why-lines {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--rail-inset);
    right: var(--rail-inset);
    z-index: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: auto;
    margin-inline: 0;
    padding-inline: 0;
    pointer-events: none;
}

.why-lines span {
    border-inline-start: 1px dashed var(--why-line);
}

.why-lines span:first-child {
    border-inline-start: 0;
}

.why > .wrap:not(.why-lines) {
    position: relative;
    z-index: 1;
}

.why-head {
    display: grid;
    gap: 16px;
    margin-bottom: 56px;
}

.why-title {
    font-size: clamp(1.8rem, 3.4vw, 2.8rem);
}

.why-lead {
    max-width: 46rem;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-inline: calc(-1 * var(--wrap-pad));
    width: calc(100% + (2 * var(--wrap-pad)));
}

.why-col {
    position: relative;
    padding: 8px var(--why-col-pad) 12px;
}

.why-num {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    margin-bottom: 28px;
    border-radius: 50%;
    background: rgba(232, 118, 37, 0.2);
    color: var(--orange);
    font-size: 16px;
    font-weight: 700;
}

.why-col h3 {
    position: relative;
    margin: 0 0 12px;
    font-size: 1.12rem;
    font-weight: 600;
    line-height: 1.4;
}

.why-col h3::before {
    content: "";
    position: absolute;
    inset-inline-start: calc(var(--why-col-pad) * -1 - 1px);
    top: 0.35em;
    width: 3px;
    height: 0.9em;
    border-radius: 1px;
    background: var(--orange);
    z-index: 2;
}

.why-col p {
    margin: 0;
    color: var(--gray);
    font-size: 0.95rem;
    line-height: 1.7;
}

.paths {
    --paths-pad: var(--wrap-pad);
    --paths-cols: repeat(4, 1fr);
    background: #000;
    color: #fff;
    scroll-margin-top: var(--header);
}

.paths-lines,
.close-lines,
.discover-lines,
.ksa-map-lines,
.footer-lines,
.page-hero-lines {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--rail-inset);
    right: var(--rail-inset);
    z-index: 0;
    display: grid;
    grid-template-columns: var(--paths-cols);
    width: auto;
    margin-inline: 0;
    padding-inline: 0;
    pointer-events: none;
}

.paths-lines span,
.close-lines span,
.discover-lines span,
.ksa-map-lines span,
.footer-lines span,
.page-hero-lines span {
    border-inline-start: 1px dashed var(--dash-line);
}

.paths-lines span:first-child,
.close-lines span:first-child,
.discover-lines span:first-child,
.ksa-map-lines span:first-child,
.footer-lines span:first-child,
.page-hero-lines span:first-child {
    border-inline-start: 0;
}

.paths > .wrap:not(.paths-lines),
.close > .wrap:not(.close-lines),
.discover > .wrap:not(.discover-lines),
.ksa-map > .wrap:not(.ksa-map-lines),
.site-footer > .wrap:not(.footer-lines),
.page-hero > .wrap:not(.page-hero-lines) {
    position: relative;
    z-index: 1;
}

.paths-head {
    display: grid;
    gap: 16px;
    margin-bottom: 56px;
}

.paths-title {
    font-size: clamp(1.8rem, 3.4vw, 2.8rem);
}

.paths-lead {
    max-width: 46rem;
}

.paths-row {
    position: relative;
    margin-inline: calc(-1 * var(--wrap-pad));
    width: calc(100% + (2 * var(--wrap-pad)));
    background: #000;
    border-top: 1px solid var(--line-on-dark);
    border-bottom: 1px solid var(--line-on-dark);
}

.paths-row::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        linear-gradient(var(--line-on-dark), var(--line-on-dark)),
        linear-gradient(var(--line-on-dark), var(--line-on-dark));
    background-size: 1px 100%;
    background-repeat: no-repeat;
    background-position:
        25% 0,
        75% 0;
}

.paths-row + .paths-row {
    margin-top: 40px;
}

.paths-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: var(--paths-cols);
    align-items: stretch;
}

.paths-id,
.paths-body,
.paths-aside {
    position: relative;
    z-index: 1;
    padding: 32px var(--paths-pad);
}

.paths-body {
    grid-column: span 2;
}

.paths-id {
    position: relative;
}

.paths-icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    margin-bottom: 22px;
    color: var(--orange);
}

.paths-icon svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.paths-label {
    margin: 0 0 8px;
    color: var(--orange);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.paths-id h3 {
    position: relative;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
}

.paths-id h3::before {
    content: "";
    position: absolute;
    inset-inline-start: calc(var(--paths-pad) * -1 - 1px);
    top: 0.35em;
    width: 3px;
    height: 0.9em;
    border-radius: 1px;
    background: var(--orange);
}

.paths-body h4 {
    margin: 0 0 18px;
    font-size: 0.95rem;
    font-weight: 600;
}

.paths-list {
    display: grid;
    gap: 12px;
}

.paths-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--gray);
    font-size: 0.95rem;
    line-height: 1.55;
}

.paths-list svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    fill: var(--orange);
}

.paths-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.paths-aside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    background: var(--asphalt-2);
    border-inline-start: 1.5px solid var(--orange);
}

.paths-aside p {
    margin: 0;
    color: var(--gray);
    font-size: 0.98rem;
    line-height: 1.75;
}

.discover {
    --paths-cols: repeat(4, 1fr);
    --discover-time: 0.9s;
    --discover-ease: cubic-bezier(0.45, 0.02, 0.12, 1);
    background: #000;
    color: #fff;
}

.discover-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px;
}

.discover-title {
    font-size: clamp(1.8rem, 3.4vw, 2.8rem);
    margin: 0;
}

.discover-lead {
    margin: 12px 0 0;
}

.discover-nav {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.discover-nav button {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: var(--paper);
    color: var(--orange);
    cursor: pointer;
    transition:
        background 0.25s var(--ease),
        color 0.25s var(--ease);
}

.discover-nav button:hover {
    background: var(--orange);
    color: #fff;
}

.discover-nav button:disabled {
    opacity: 0.35;
    cursor: default;
}

.discover-nav button:disabled:hover {
    background: var(--paper);
    color: var(--orange);
}

.discover-nav svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
}

html[dir="ltr"] .discover-nav [data-discover-next] svg,
html[dir="rtl"] .discover-nav [data-discover-prev] svg,
html[dir="ltr"] .discover-nav [data-rail-next] svg,
html[dir="rtl"] .discover-nav [data-rail-prev] svg {
    transform: scaleX(-1);
}

.discover-viewport {
    overflow: hidden;
    height: min(460px, 60vw);
}

.discover-track {
    display: flex;
    gap: 10px;
    height: 100%;
    transition: transform var(--discover-time) var(--discover-ease);
}

.discover-card.is-clone {
    pointer-events: none;
}

.discover-card {
    position: relative;
    z-index: 1;
    flex: 0.22 1 0;
    min-width: 0;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    transition: flex-basis var(--discover-time) var(--discover-ease);
}

.discover-card.is-open {
    flex: 2.6 1 0;
}

.discover-visual {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.discover-visual img {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: auto;
    max-width: none;
    transform: translateX(-50%);
}

.discover-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(12, 12, 14, 0.18);
}

.discover-detail {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 32px;
    align-items: center;
    margin-top: 32px;
}

.discover-detail-copies {
    position: relative;
    min-height: 6.5rem;
}

.discover-detail-copy {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--discover-time) var(--discover-ease);
}

.discover-detail-copy.is-active {
    opacity: 1;
    pointer-events: auto;
}

.discover-detail-copy h3 {
    margin: 0 0 10px;
    font-size: 1.2rem;
    font-weight: 700;
}

.discover-detail-copy p {
    margin: 0;
    max-width: 40rem;
    color: var(--gray);
    font-size: 1.02rem;
    line-height: 1.8;
}

.discover-more {
    white-space: nowrap;
    justify-self: start;
}

.ksa-map {
    --paths-cols: repeat(4, 1fr);
    background: var(--paper);
    color: #fff;
}

.ksa-map.is-bare {
    padding-top: 48px;
    padding-bottom: 48px;
}

.ksa-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 40px;
}

.ksa-title {
    font-size: clamp(1.8rem, 3.4vw, 2.8rem);
    margin: 0;
}

.ksa-lead {
    margin: 12px 0 0;
    max-width: 46rem;
}

.ksa-stage {
    position: relative;
    width: 100%;
    height: 500px;
    min-height: 500px;
    overflow: hidden;
    border: 2px solid var(--orange);
    border-radius: 6px;
    background: #121316;
}

.ksa-stage .leaflet-container {
    width: 100%;
    height: 100%;
    font-family: inherit;
    background: #121316;
}

.ksa-stage .leaflet-tile-pane {
    filter: invert(1) hue-rotate(180deg) brightness(0.92) contrast(1.08)
        saturate(0.45);
}

.ksa-stage img,
.leaflet-container img {
    opacity: 1;
}

.ksa-stage .leaflet-control-zoom a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #121316;
    color: #fff;
    border: 0;
}

.ksa-stage .leaflet-control-zoom a:hover {
    background: var(--orange);
    color: #fff;
}

.ksa-stage .leaflet-bar {
    border: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

.ksa-stage .leaflet-control-attribution {
    background: rgba(18, 19, 22, 0.72);
    color: rgba(255, 255, 255, 0.62);
    font-size: 11px;
}

.ksa-stage .leaflet-control-attribution a {
    color: #fff;
}

.ksa-marker {
    background: none !important;
    border: 0 !important;
    overflow: visible !important;
    cursor: pointer;
}

.ksa-marker img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    pointer-events: none;
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.4));
}

.ksa-pulse {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(232, 118, 37, 0.7);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    animation: ksa-pulse 2.6s ease-out infinite;
    pointer-events: none;
}

.leaflet-tooltip.ksa-tip {
    display: grid;
    gap: 2px;
    padding: 8px 12px;
    background: #0c0d10;
    border: 1px solid rgba(226, 230, 234, 0.16);
    border-radius: 6px;
    color: #fff;
    box-shadow: none;
    font-family: inherit;
}

.leaflet-tooltip.ksa-tip strong {
    font-size: 13px;
    font-weight: 700;
}

.leaflet-tooltip.ksa-tip span {
    display: block;
    font-size: 12px;
    color: var(--gray);
}

.leaflet-tooltip-top.ksa-tip::before {
    border-top-color: #0c0d10;
}

@keyframes ksa-pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.7);
        opacity: 0.55;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.85);
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ksa-pulse {
        animation: none;
        opacity: 0;
    }
}

.close {
    --paths-cols: repeat(4, 1fr);
    background: var(--paper);
}

.close-copy {
    max-width: 50rem;
}

.close-title {
    font-size: clamp(2.1rem, 4.4vw, 3.5rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin: 0;
}

.close-lead {
    margin: 20px 0 0;
    max-width: none;
    font-size: 1.12rem;
    line-height: 1.85;
}

.close-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 28px;
    margin-top: 36px;
}

.close-cta {
    transform: none;
    min-height: 0;
    padding: 6px 0;
    padding-inline-start: 18px;
    padding-inline-end: 12px;
    gap: 6px;
    font-size: 0.95rem;
    font-weight: 600;
}

.close-cta:hover {
    transform: none;
}

.close-cta .cta-icons,
.close-link .cta-icons {
    width: 16px;
    height: 16px;
}

.close-cta .cta-icon,
.close-link .cta-icon {
    width: 16px;
    height: 16px;
}

.close-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 0;
    color: var(--orange);
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
}

.close-link:hover {
    color: #f19d21;
}

.paths-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--orange);
    font-weight: 600;
    width: fit-content;
}

.corridor-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 56px;
    align-items: center;
}

.schematic {
    background: #121316;
    color: #fff;
    border: 1px solid var(--line);
    border-radius: 28px;
    min-height: 420px;
    padding: 36px;
    position: relative;
    overflow: hidden;
}

.schematic svg {
    width: 100%;
    height: auto;
}

.corridor-list {
    display: grid;
    gap: 18px;
}

.corridor-item {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    gap: 16px;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.corridor-item b {
    color: var(--blue);
    font-size: 1.6rem;
}

.layers {
    display: grid;
    gap: 14px;
}

.layer {
    display: grid;
    grid-template-columns: 140px 1fr 88px;
    gap: 24px;
    align-items: center;
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 28px 32px;
    transition:
        transform 0.3s var(--ease),
        border-color 0.3s var(--ease);
}

.layer:hover {
    transform: translateX(-6px);
    border-color: var(--orange);
}

html[lang="en"] .layer:hover {
    transform: translateX(6px);
}

.layer small {
    color: var(--gold);
    font-weight: 700;
    letter-spacing: 0.08em;
}

.layer h3 {
    font-size: 2rem;
    margin-bottom: 8px;
}

.layer p {
    color: var(--gray);
}

.layer .num {
    font-size: 2.4rem;
    color: var(--orange);
    text-align: center;
}

.gates {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.gate {
    background: #121316;
    color: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 32px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gate:nth-child(2) {
    background: linear-gradient(160deg, #e87625, #f19d21);
}

.gate:nth-child(3) {
    background: #0593cd;
}

.gate h3 {
    font-size: 1.7rem;
    margin: 12px 0;
}

.gate p,
.gate span {
    color: rgba(255, 255, 255, 0.82);
}

.page-hero {
    --paths-cols: repeat(4, 1fr);
    padding: calc(var(--header) + 72px) 0 80px;
    background: #000;
    color: #fff;
}

.page-hero::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 5;
    width: 100vw;
    height: 1px;
    background: var(--rail);
    transform: translateX(-50%);
    pointer-events: none;
}

.page-hero-title {
    max-width: none;
    margin: 14px 0 0;
    font-size: clamp(2.1rem, 4.2vw, 3.4rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.3;
}

.page-hero-lead {
    color: rgba(255, 255, 255, 0.72);
    margin-top: 20px;
    max-width: 44rem;
    font-size: 1.15rem;
    line-height: 1.85;
}

.page-hero-image {
    position: relative;
    padding: 0;
    margin: 0;
    line-height: 0;
    width: 100%;
    background: #000;
}

.page-hero-image::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    width: 100vw;
    height: 1px;
    background: var(--rail);
    transform: translateX(-50%);
    pointer-events: none;
}

.page-hero-image img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

body.is-blog .page-hero-lines,
body.is-blog .close-lines,
body.is-blog .footer-lines,
body.is-blog .why-lines,
body.is-contact .page-hero-lines,
body.is-contact .close-lines,
body.is-contact .footer-lines,
body.is-contact .why-lines {
    display: none;
}

.blog-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 36px;
}

.blog-tabs a,
.faq-tabs button {
    padding: 8px 16px;
    border: 1px solid rgba(226, 230, 234, 0.16);
    border-radius: 999px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.72);
}

.faq-tabs button {
    background: none;
    font: inherit;
    cursor: pointer;
}

.blog-tabs a:hover,
.blog-tabs a.is-active,
.faq-tabs button:hover,
.faq-tabs button.is-active {
    background: rgba(232, 118, 37, 0.16);
    border-color: rgba(232, 118, 37, 0.45);
    color: #fff;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin: 0 0 14px;
    color: var(--gray);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.blog-type {
    color: var(--gold);
}

.blog-feature {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    overflow: hidden;
    margin-bottom: 16px;
    background: #0c0d10;
    border: 1px solid var(--line);
    border-radius: 6px;
    transition: border-color 0.3s var(--ease);
}

.blog-feature:hover {
    border-color: rgba(232, 118, 37, 0.55);
}

.blog-feature-media,
.blog-card-media {
    min-height: 240px;
    overflow: hidden;
}

.blog-feature-media img,
.blog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-feature-copy,
.blog-card-copy {
    padding: 32px 28px;
}

.blog-feature-copy h2,
.blog-card-copy h3 {
    margin: 0 0 12px;
    font-size: clamp(1.25rem, 2vw, 1.85rem);
    line-height: 1.35;
}

.blog-feature-copy p,
.blog-card-copy p {
    margin: 0;
    color: var(--gray);
    line-height: 1.75;
}

.blog-read {
    display: inline-block;
    margin-top: 22px;
    color: var(--orange);
    font-weight: 700;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.blog-card {
    display: grid;
    overflow: hidden;
    background: #0c0d10;
    border: 1px solid var(--line);
    border-radius: 6px;
    transition: border-color 0.3s var(--ease);
}

.blog-card:hover {
    border-color: rgba(232, 118, 37, 0.55);
}

.blog-card-media {
    min-height: 190px;
    height: 190px;
}

.blog-article {
    max-width: 46rem;
}

.blog-article > p {
    margin: 0 0 22px;
    color: var(--gray);
    font-size: 1.05rem;
    line-height: 1.9;
}

.blog-back {
    margin-top: 8px;
}

.blog-related {
    position: relative;
    margin-top: 72px;
    padding-top: 72px;
}

.blog-related::before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline: calc(-1 * var(--wrap-pad));
    height: 1px;
    background: var(--rail);
    pointer-events: none;
}

.blog-related .why-title {
    margin-bottom: 28px;
}

.policy-layout {
    display: grid;
    grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.8fr);
    gap: 24px;
    align-items: start;
}

.policy-index {
    position: sticky;
    top: calc(var(--header) + 24px);
    padding: 24px 22px;
    background: #0c0d10;
    border: 1px solid var(--line);
    border-radius: 6px;
}

.policy-index h2 {
    margin: 10px 0 18px;
    font-size: 1.15rem;
    font-weight: 600;
}

.policy-index ol {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
    list-style: none;
}

.policy-index a {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    padding: 8px 0;
    color: rgba(236, 236, 239, 0.78);
    font-size: 0.95rem;
    line-height: 1.45;
}

.policy-index a span {
    color: var(--orange);
    font-weight: 700;
}

.policy-index a:hover {
    color: #fff;
}

.policy-doc {
    display: grid;
    gap: 16px;
}

.policy-block {
    display: grid;
    gap: 14px;
    padding: 28px 24px;
    background: #0c0d10;
    border: 1px solid var(--line);
    border-radius: 6px;
    scroll-margin-top: calc(var(--header) + 24px);
}

.policy-block:target {
    border-color: rgba(232, 118, 37, 0.55);
    background: #101114;
}

.policy-block-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 14px;
}

.policy-block-head h2 {
    margin: 0;
    padding-top: 8px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
}

.policy-block p,
.policy-block li {
    margin: 0;
    color: var(--gray);
    font-size: 0.98rem;
    line-height: 1.8;
}

.policy-block ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
    list-style: none;
}

.policy-block li {
    position: relative;
    padding-inline-start: 16px;
}

.policy-block li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0.7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--orange);
}

.faq-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
}

.faq-item {
    padding: 0;
    background: #0c0d10;
    border: 1px solid var(--line);
    border-radius: 6px;
    overflow: hidden;
}

.faq-item[open] {
    border-color: rgba(232, 118, 37, 0.55);
    background: #101114;
}

.faq-item.is-hidden {
    display: none;
}

.faq-q {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 18px;
    align-items: center;
    gap: 14px;
    padding: 22px 24px;
    cursor: pointer;
    list-style: none;
}

.faq-q::-webkit-details-marker {
    display: none;
}

.faq-q h2 {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.45;
}

.faq-toggle {
    position: relative;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.faq-toggle::before,
.faq-toggle::after {
    content: "";
    position: absolute;
    inset: 50% auto auto 50%;
    background: var(--orange);
    border-radius: 1px;
    transform: translate(-50%, -50%);
}

.faq-toggle::before {
    width: 14px;
    height: 2px;
}

.faq-toggle::after {
    width: 2px;
    height: 14px;
    transition:
        transform 0.2s var(--ease),
        opacity 0.2s var(--ease);
}

.faq-item[open] .faq-toggle::after {
    opacity: 0;
    transform: translate(-50%, -50%) scaleY(0);
}

.faq-a {
    margin: 0;
    padding: 0 24px 24px;
    color: var(--gray);
    font-size: 0.98rem;
    line-height: 1.8;
}

.about-story-title {
    font-size: clamp(1.8rem, 3.4vw, 2.8rem);
    margin: 0;
}

.about-story-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-inline: calc(-1 * var(--wrap-pad));
    width: calc(100% + (2 * var(--wrap-pad)));
    margin-bottom: 72px;
}

.about-story-grid > * {
    padding-inline: var(--wrap-pad);
}

.about-story-grid > :last-child {
    grid-column: span 3;
}

.about-story-lead {
    max-width: none;
}

.about-pair-grid,
.about-core-grid,
.about-values-grid {
    display: grid;
    margin-inline: calc(-1 * var(--wrap-pad));
    width: calc(100% + (2 * var(--wrap-pad)));
}

.about-pair-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--wrap-pad);
    margin-bottom: 56px;
}

.about-pair-grid figure {
    margin: 0;
    padding: 0;
    padding-inline-start: var(--wrap-pad);
    line-height: 0;
}

.about-pair-grid figure:last-child {
    padding-inline-start: 0;
    padding-inline-end: var(--wrap-pad);
}

.about-pair-grid img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
}

.about-core-grid {
    grid-template-columns: repeat(2, 1fr);
}

.about-values-grid {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 40px;
}

.about-core .why-col h3 {
    margin-top: 16px;
    font-size: 1.7rem;
}

.about-core .why-col p {
    font-size: 1.02rem;
}

.about-values::after,
.careers-culture::after,
.sustain-priorities::after,
.franchise-package::after,
.franchise-offer::after,
.franchise-stages::after,
.partnership-why::after,
.spaces-package::after,
.spaces-offer::after,
.property-package::after,
.property-offer::after {
    content: "";
    position: absolute;
    top: 0;
    left: var(--rail-inset);
    right: var(--rail-inset);
    z-index: 5;
    height: 1px;
    background: var(--rail);
    pointer-events: none;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 40px;
    margin-inline: calc(-1 * var(--wrap-pad));
    width: calc(100% + (2 * var(--wrap-pad)));
}

.service-fields {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.service-field {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    overflow: hidden;
    border-radius: 6px;
    background: var(--paper);
    box-shadow: inset 0 0 0 1px rgba(226, 230, 234, 0.12);
}

.service-field-copy {
    display: grid;
    align-content: center;
    gap: 12px;
    padding: 18px 28px;
}

.service-field-copy h3 {
    margin: 0;
    color: #fff;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.4;
}

.service-field-copy p {
    margin: 0;
    color: rgba(236, 236, 239, 0.72);
    font-size: 0.95rem;
    line-height: 1.7;
}

.service-field-art {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 22% 100%);
}

.service-field:nth-child(n + 3) .service-field-art {
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
}

html[dir="rtl"] .service-field-art {
    clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
}

html[dir="rtl"] .service-field:nth-child(n + 3) .service-field-art {
    clip-path: polygon(0 0, 78% 0, 100% 100%, 0 100%);
}

.service-field-art img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.services-block + .services-block::after {
    content: "";
    position: absolute;
    top: 0;
    left: var(--rail-inset);
    right: var(--rail-inset);
    z-index: 5;
    height: 1px;
    background: var(--rail);
    pointer-events: none;
}

.franchise-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.franchise-choose-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.partnership-paths-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.partnership-why-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.partnership-paths-list .franchise-point {
    grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
    grid-template-rows: 1fr;
    align-items: stretch;
    gap: 0;
    padding: 0;
    overflow: hidden;
    min-height: 280px;
}

html[dir="rtl"] .partnership-paths-list .franchise-point {
    grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
}

html[dir="rtl"] .partner-path-art {
    order: -1;
}

.partner-path-copy {
    display: grid;
    align-content: start;
    gap: 14px;
    min-width: 0;
    padding: 28px 24px;
}

.partnership-paths-list .paths-more {
    margin-top: 10px;
}

.partner-path-art {
    position: relative;
    margin: 0;
    min-height: 100%;
    overflow: hidden;
}

.partner-path-art img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.partnership-path-points {
    grid-template-columns: repeat(3, 1fr);
}

.franchise-offer-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.spaces-offer .franchise-point,
.property-offer .franchise-point {
    grid-template-columns: minmax(0, 1.2fr) minmax(160px, 0.8fr);
    grid-template-rows: 1fr;
    align-items: stretch;
    gap: 0;
    padding: 0;
    overflow: hidden;
    min-height: 220px;
}

html[dir="rtl"] .spaces-offer .franchise-point,
html[dir="rtl"] .property-offer .franchise-point {
    grid-template-columns: minmax(160px, 0.8fr) minmax(0, 1.2fr);
}

html[dir="rtl"] .spaces-offer .partner-path-art,
html[dir="rtl"] .property-offer .partner-path-art {
    order: -1;
}

.franchise-package-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.franchise-stages-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    margin: 0;
    padding: 0;
    counter-reset: none;
    list-style: none;
}

.franchise-package-list li,
.franchise-stages-list li {
    position: relative;
    display: grid;
    align-items: start;
    gap: 14px;
    margin: 0;
    min-width: 0;
    background: #0c0d10;
    border: 1px solid var(--line);
    border-radius: 6px;
    transition:
        border-color 0.3s var(--ease),
        background 0.3s var(--ease);
}

.franchise-package-list li {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 100%;
    padding: 20px 18px;
    padding-inline-start: 22px;
}

.franchise-package-list li::before {
    content: "";
    position: absolute;
    inset-block: 10px;
    inset-inline-start: 0;
    width: 3px;
    border-radius: 0 2px 2px 0;
    background: var(--orange);
}

html[dir="rtl"] .franchise-package-list li::before {
    border-radius: 2px 0 0 2px;
}

.franchise-stages-list li {
    grid-template-columns: 1fr;
    min-height: 100%;
    padding: 24px 16px 26px;
}

.franchise-stages-list li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 45px;
    inset-inline-start: 100%;
    inset-inline-end: -16px;
    width: auto;
    height: 1px;
    background: rgba(232, 118, 37, 0.55);
    pointer-events: none;
}

.franchise-package-list li:hover,
.franchise-stages-list li:hover {
    border-color: rgba(232, 118, 37, 0.55);
    background: #101114;
}

.franchise-check {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: 50%;
    background: rgba(232, 118, 37, 0.16);
}

.franchise-check svg {
    width: 14px;
    height: 14px;
    fill: var(--orange);
}

.franchise-package-list span,
.franchise-checks span {
    color: var(--gray);
    font-size: 0.95rem;
    line-height: 1.7;
}

.franchise-stages-list p {
    margin: 0;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.65;
}

.franchise-checks {
    display: grid;
    gap: 12px;
    margin: 4px 0 0;
    padding: 16px;
    background: rgba(232, 118, 37, 0.06);
    border: 1px solid rgba(232, 118, 37, 0.16);
    border-radius: 6px;
    list-style: none;
}

.franchise-checks li {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    margin: 0;
    min-width: 0;
}

.franchise-checks span {
    color: #ececef;
}

.careers-culture-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.sustain-list {
    display: grid;
    gap: 16px;
}

.sustain-foundations .sustain-list {
    grid-template-columns: 1fr 1fr;
}

.sustain-priorities .sustain-list {
    grid-template-columns: repeat(4, 1fr);
}

.careers-culture-item,
.sustain-item,
.franchise-point {
    display: grid;
    align-content: start;
    gap: 14px;
    min-width: 0;
    min-height: 100%;
    padding: 28px 24px;
    background: #0c0d10;
    border: 1px solid var(--line);
    border-radius: 6px;
    transition:
        border-color 0.3s var(--ease),
        background 0.3s var(--ease);
}

.careers-culture-item:hover,
.sustain-item:hover,
.franchise-point:hover {
    border-color: rgba(232, 118, 37, 0.55);
    background: #101114;
}

.franchise-point-head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
    gap: 14px;
    min-width: 0;
}

.franchise-point-head h3 {
    min-width: 0;
    padding-top: 8px;
}

.careers-culture-num,
.sustain-num,
.franchise-num {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(232, 118, 37, 0.16);
    color: var(--orange);
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1;
}

.careers-culture-item h3,
.sustain-item h3,
.franchise-point h3 {
    margin: 0;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.35;
}

.careers-culture-item h3 {
    font-size: 1.15rem;
}

.franchise-offer-list .franchise-point h3,
.partnership-why-list .franchise-point h3 {
    font-size: 1.15rem;
}

.careers-culture-item p,
.sustain-item p,
.franchise-point p {
    margin: 0;
    color: var(--gray);
    font-size: 0.98rem;
    line-height: 1.75;
}

.sustain-item-copy {
    display: grid;
    align-content: start;
    gap: 14px;
    min-width: 0;
}

.sustain-foundations .sustain-item {
    grid-template-columns: minmax(0, 1.15fr) minmax(150px, 0.85fr);
    align-items: stretch;
    gap: 0;
    padding: 0;
    overflow: hidden;
    min-height: 220px;
}

html[dir="rtl"] .sustain-foundations .sustain-item {
    grid-template-columns: minmax(150px, 0.85fr) minmax(0, 1.15fr);
}

html[dir="rtl"] .sustain-foundations .sustain-item-art {
    order: -1;
}

.sustain-foundations .sustain-item-copy {
    padding: 28px 24px;
}

.sustain-priorities .sustain-item {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    overflow: hidden;
}

.sustain-priorities .sustain-item-art {
    height: 160px;
    min-height: 160px;
}

.sustain-priorities .sustain-item-copy {
    padding: 20px 18px 22px;
}

.sustain-priorities .sustain-item h3 {
    font-size: 1.15rem;
}

.sustain-item-art {
    position: relative;
    margin: 0;
    min-height: 100%;
    overflow: hidden;
}

.sustain-item-art img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.careers-points {
    display: grid;
    gap: 56px;
}

.careers-point {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    margin-inline: calc(-1 * var(--wrap-pad));
    width: calc(100% + (2 * var(--wrap-pad)));
}

.careers-point figure,
.careers-point-copy {
    grid-column: span 2;
}

.careers-point figure {
    margin: 0;
    padding-inline: var(--wrap-pad);
    line-height: 0;
}

.careers-point img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
}

.careers-point.is-flip figure {
    order: 2;
}

.careers-point.is-flip .careers-point-copy {
    order: 1;
}

.careers-point-copy h3 {
    font-size: 1.7rem;
}

.careers-apply.section {
    padding-top: 0;
    padding-bottom: 0;
    scroll-margin-top: var(--header);
}

.careers-form-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-inline: calc(-1 * var(--wrap-pad));
    width: calc(100% + (2 * var(--wrap-pad)));
    position: relative;
    isolation: isolate;
}

.careers-form-grid::before {
    content: "";
    position: absolute;
    inset-block: 0;
    left: 50%;
    z-index: 5;
    width: 100vw;
    transform: translateX(-50%);
    pointer-events: none;
    box-shadow:
        inset 0 1px 0 var(--rail),
        inset 0 -1px 0 var(--rail);
}

.careers-form-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    pointer-events: none;
}

.careers-form-grid::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.46) 0%,
        rgba(0, 0, 0, 0.64) 100%
    );
    pointer-events: none;
}

body:has(.careers-apply) .partners-bar {
    border-top: 0;
}

.careers-form-copy,
.careers-form {
    position: relative;
    z-index: 1;
    grid-column: span 2;
    grid-row: 1;
    align-self: stretch;
    padding-inline: var(--wrap-pad);
    padding-block: 72px;
}

.careers-form {
    display: flex;
    flex-direction: column;
    padding-bottom: 28px;
    background: rgba(12, 12, 14, 0.34);
    backdrop-filter: blur(22px) saturate(0.7);
    -webkit-backdrop-filter: blur(22px) saturate(0.7);
}

.career-wizard {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.career-progress {
    height: 2px;
    background: rgba(226, 230, 234, 0.12);
    overflow: hidden;
}

.career-progress i {
    display: block;
    height: 100%;
    width: 25%;
    background: linear-gradient(90deg, var(--orange), var(--gold));
    transition: width 0.35s var(--ease);
}

.career-steps {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 36px 0 0;
    padding: 0;
}

.career-step {
    position: relative;
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 16px;
    align-items: center;
    min-height: 72px;
    padding: 12px 14px;
    color: rgba(255, 255, 255, 0.42);
    cursor: pointer;
    border-radius: 14px;
    transition:
        color 0.25s var(--ease),
        background 0.25s var(--ease);
}

.career-step b {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: inherit;
    font-size: 15px;
    font-weight: 700;
    box-shadow: inset 0 0 0 1px rgba(226, 230, 234, 0.12);
}

.career-step b em,
.career-step b svg {
    grid-area: 1 / 1;
}

.career-step b svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    opacity: 0;
    transform: scale(0.7);
    transition:
        opacity 0.25s var(--ease),
        transform 0.25s var(--ease);
}

.career-step span {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.4;
}

.career-step:not(:last-child)::after {
    content: "";
    position: absolute;
    inset-inline-start: 33px;
    top: 58px;
    bottom: -10px;
    width: 1px;
    background: rgba(226, 230, 234, 0.14);
}

.career-step.is-done,
.career-step.is-on {
    color: #fff;
}

.career-step.is-on {
    background: rgba(232, 118, 37, 0.12);
}

.career-step.is-done b,
.career-step.is-on b {
    background: rgba(232, 118, 37, 0.2);
    color: var(--orange);
    box-shadow: inset 0 0 0 1px rgba(232, 118, 37, 0.4);
}

.career-step.is-done b em {
    opacity: 0;
}

.career-step.is-done b svg {
    opacity: 1;
    transform: none;
}

.career-step.is-done:not(:last-child)::after,
.career-step.is-on:not(:last-child)::after {
    background: var(--orange);
}

.career-pane {
    display: grid;
    gap: 18px;
    margin: 0;
    padding: 0;
    border: 0;
    min-inline-size: 0;
}

.career-pane[hidden] {
    display: none;
}

.career-pane-head {
    display: grid;
    gap: 10px;
    padding-bottom: 6px;
}

.career-pane-head h3 {
    margin: 0;
    color: #fff;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.3;
}

.career-pane-upload {
    min-height: 0;
}

.career-upload {
    display: block;
    cursor: pointer;
}

.career-upload input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.career-upload-box {
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 10px;
    min-height: 120px;
    padding: 18px 20px;
    border: 1px dashed rgba(226, 230, 234, 0.28);
    border-radius: 16px;
    background: rgba(18, 19, 22, 0.28);
    text-align: center;
    transition:
        border-color 0.25s var(--ease),
        background 0.25s var(--ease);
}

.career-upload-box svg {
    width: 36px;
    height: 36px;
    fill: none;
    stroke: var(--orange);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.career-upload-box strong {
    color: #ececef;
    font-size: 1rem;
    font-weight: 600;
}

.career-upload:hover .career-upload-box,
.career-upload:focus-within .career-upload-box,
.career-upload.is-ready .career-upload-box {
    border-color: rgba(232, 118, 37, 0.55);
    background: rgba(232, 118, 37, 0.08);
}

.career-step-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(226, 230, 234, 0.12);
}

.career-actions-start,
.career-actions-end {
    display: flex;
    align-items: center;
    min-height: 44px;
}

.career-actions-end {
    margin-inline-start: auto;
}

.career-step-actions [hidden] {
    display: none !important;
}

.career-step-actions .close-cta {
    min-height: 44px;
    padding: 0 16px 0 20px;
    border-radius: 999px;
}

.career-back {
    color: #fff;
    background: transparent;
    box-shadow: inset 0 0 0 1px rgba(226, 230, 234, 0.22);
}

.career-back:hover {
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 0 0 1px rgba(226, 230, 234, 0.4);
}

.career-back .cta-icons {
    transform: scaleX(-1);
}

html[lang="en"] .career-back.close-cta .cta-icons {
    transform: none;
}

.careers-apply [aria-invalid="true"] {
    border-color: #f0a3a0;
}

.career-upload [aria-invalid="true"] + .career-upload-box {
    border-color: #f0a3a0;
}

.why-head.fuel-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.fuel-head .why-lead {
    margin: 12px 0 0;
}

.fuel-viewport,
.auto-viewport {
    position: relative;
    z-index: 1;
    width: min(var(--max), calc(100vw - (2 * var(--rail-inset))));
    margin-inline: auto;
    overflow: hidden;
    padding-inline-start: var(--wrap-pad);
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
}

.fuel-viewport.is-dragging,
.auto-viewport.is-dragging {
    cursor: grabbing;
}

.fuel-track,
.auto-track {
    display: flex;
    gap: 16px;
    transition: transform 0.7s cubic-bezier(0.45, 0.02, 0.12, 1);
    will-change: transform;
}

.auto-track {
    gap: 16px;
    align-items: stretch;
}

.auto-card {
    flex: 0 0 min(340px, calc(100vw - 72px));
}

.auto-card img {
    pointer-events: none;
    -webkit-user-drag: none;
}

.auto-card .blog-card-media {
    height: 280px;
    min-height: 280px;
}

.auto-card .blog-card-copy {
    padding: 20px 20px 22px;
}

.auto-card .blog-card-copy h3 {
    margin: 0 0 8px;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.4;
}

.auto-card .blog-card-copy p {
    font-size: 0.9rem;
    line-height: 1.7;
}

.life-board {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.life-item {
    display: grid;
    grid-template-rows: 160px 1fr;
    overflow: hidden;
    background: #0c0d10;
    border: 1px solid var(--line);
    border-radius: 6px;
    transition: border-color 0.3s var(--ease);
}

.life-item:hover {
    border-color: rgba(232, 118, 37, 0.55);
}

.life-item-art {
    overflow: hidden;
    background: #000;
}

.life-item-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.life-item-copy {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 20px 18px 22px;
}

.life-item h3 {
    margin: 0;
    color: #fff;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.4;
}

.life-item p {
    margin: 0;
    color: var(--gray);
    font-size: 0.92rem;
    line-height: 1.7;
}

.fuel-card {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    flex: 0 0 min(420px, calc(100vw - 72px));
    min-height: 128px;
    overflow: hidden;
    border-radius: 6px;
    background: var(--paper);
    box-shadow: inset 0 0 0 1px rgba(226, 230, 234, 0.12);
}

.fuel-card-copy {
    display: grid;
    align-content: center;
    gap: 6px;
    padding: 14px 18px;
}

.fuel-code {
    display: block;
    margin: 0;
    color: var(--gold);
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
}

.fuel-card h3 {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
}

.fuel-card p {
    margin: 0;
    color: rgba(236, 236, 239, 0.72);
    font-size: 0.85rem;
    line-height: 1.5;
}

.fuel-card-art {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.fuel-card-art img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    -webkit-user-drag: none;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.card,
.panel {
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px;
}

.value-grid,
.auto-grid,
.life-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.value-card,
.life-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 24px;
}

.value-card h3,
.life-card h3 {
    margin-bottom: 10px;
}

.value-card p,
.life-card p {
    color: var(--gray);
}

.fuel-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.fuel {
    background: var(--asphalt);
    color: #fff;
    border-radius: 24px;
    padding: 32px;
    min-height: 220px;
}

.fuel .code {
    font-size: 3rem;
    color: var(--gold);
}

.fuel p {
    color: rgba(255, 255, 255, 0.72);
    margin-top: 12px;
}

.ticker {
    display: flex;
    gap: 28px;
    overflow: hidden;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 18px 0;
    color: var(--gray);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 0;
}

.chip {
    border: 1px solid var(--line-on-dark);
    background: transparent;
    color: rgba(236, 236, 239, 0.78);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 14px;
}

.chip.is-on,
.chip:hover {
    background: var(--orange);
    color: #fff;
    border-color: var(--orange);
}

.stations-page.section {
    padding-top: 0;
    padding-bottom: 0;
}

.stations-page::after {
    content: "";
    position: absolute;
    top: 0;
    left: var(--rail-inset);
    right: var(--rail-inset);
    z-index: 8;
    height: 1px;
    background: var(--rail);
    pointer-events: none;
}

.stations-page + .close::after {
    content: "";
    position: absolute;
    top: 0;
    left: var(--rail-inset);
    right: var(--rail-inset);
    z-index: 5;
    height: 1px;
    background: var(--rail);
    pointer-events: none;
}

.station-board {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: start;
    margin-inline: calc(-1 * var(--wrap-pad));
    width: calc(100% + (2 * var(--wrap-pad)));
}

.station-board::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    inset-inline-start: 25%;
    z-index: 8;
    width: 1px;
    background: var(--rail);
    pointer-events: none;
}

.station-rail {
    position: sticky;
    top: 0;
    z-index: 6;
    align-self: start;
    display: flex;
    flex-direction: column;
    max-height: 100vh;
    background: var(--paper);
}

.station-stream {
    min-width: 0;
}

.station-count {
    position: sticky;
    top: 0;
    z-index: 6;
    display: grid;
    flex-shrink: 0;
    align-content: center;
    gap: 6px;
    padding: 28px var(--wrap-pad) 24px;
    border-bottom: 1px solid var(--rail);
    background: var(--paper);
}

.station-aside {
    min-height: 0;
    padding: 28px var(--wrap-pad) 0;
    overflow-x: visible;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.station-aside::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.station-banner {
    position: sticky;
    top: 0;
    z-index: 5;
    height: var(--station-head-h, 160px);
    overflow: hidden;
    border-bottom: 1px solid var(--rail);
    background: #000;
}

.station-banner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.station-toolbar {
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 0;
    padding: 8px var(--wrap-pad);
    background: rgba(12, 12, 14, 0.28);
    backdrop-filter: blur(22px) saturate(0.7);
    -webkit-backdrop-filter: blur(22px) saturate(0.7);
}

.station-toolbar-search,
.station-toolbar-sort select {
    box-sizing: border-box;
    height: 36px;
    min-height: 36px;
    max-height: 36px;
    padding: 6px 10px;
    border: 1px solid var(--rail);
    border-radius: 10px;
    background: #1a1b1f;
    color: #ececef;
    font-family: inherit;
    font-size: 0.92rem;
    line-height: 1.2;
    color-scheme: dark;
    appearance: none;
    -webkit-appearance: none;
}

.station-toolbar-search {
    flex: 1;
    min-width: 0;
    width: auto;
}

.station-toolbar-sort {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    width: auto;
    margin: 0;
    color: rgba(236, 236, 239, 0.78);
    font-size: 0.85rem;
}

.station-toolbar-sort select {
    width: auto;
    min-width: 132px;
    padding-inline-end: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath fill='%23ececef' d='M480-360 280-560h400L480-360Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 8px center;
    background-size: 16px;
}

html[lang="en"] .station-toolbar-sort select {
    background-position: right 8px center;
}

.station-toolbar-search::-webkit-search-decoration,
.station-toolbar-search::-webkit-search-cancel-button,
.station-toolbar-search::-webkit-search-results-button,
.station-toolbar-search::-webkit-search-results-decoration {
    display: none;
}

.station-toolbar-search:focus,
.station-toolbar-sort select:focus {
    outline: none;
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(232, 118, 37, 0.16);
}

.station-main {
    position: relative;
    padding: 0;
}

.stations-page .why-lines span:nth-child(2) {
    border-inline-start: 0;
}

.station-count b {
    color: var(--orange);
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    font-family: var(--font-en);
}

.station-count span {
    color: var(--gray);
    font-size: 0.85rem;
}

.station-filters {
    display: grid;
    gap: 0;
}

.station-filter + .station-filter {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid var(--rail);
}

.station-filter .kicker {
    margin-bottom: 14px;
}

.station-city {
    position: relative;
}

.station-city-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    min-height: 36px;
    padding: 6px 10px;
    border: 1px solid var(--rail);
    border-radius: 10px;
    background: #1a1b1f;
    color: #ececef;
    font-size: 0.92rem;
    line-height: 1.2;
    text-align: start;
}

.station-city-btn:hover,
.station-city-btn.is-open {
    border-color: var(--orange);
}

.station-city-btn span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.station-city-caret {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    fill: currentColor;
    opacity: 0.7;
    transition: transform 0.2s var(--ease);
}

.station-city-btn.is-open .station-city-caret {
    transform: rotate(180deg);
}

.station-city-panel {
    position: fixed;
    z-index: 20;
    max-height: 260px;
    overflow: auto;
    padding: 6px 0;
    border: 1px solid var(--rail);
    border-radius: 10px;
    background: #16171b;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.station-check-option {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 10px 14px;
    color: rgba(236, 236, 239, 0.86);
    font-size: 0.95rem;
    cursor: pointer;
}

.station-check-option:hover {
    background: rgba(255, 255, 255, 0.05);
}

.station-check-option input {
    position: absolute;
    width: 1px;
    height: 1px;
    min-height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
}

.station-check {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border: 1px solid rgba(226, 230, 234, 0.32);
    border-radius: 6px;
    background: #121316;
    transition:
        background 0.2s var(--ease),
        border-color 0.2s var(--ease);
}

.station-check::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 7px;
    width: 5px;
    height: 9px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transform: rotate(45deg) scale(0.7);
    transition:
        opacity 0.2s var(--ease),
        transform 0.2s var(--ease);
}

.station-check-option:hover .station-check {
    border-color: var(--orange);
}

.station-check-option input:checked + .station-check {
    background: var(--orange);
    border-color: var(--orange);
}

.station-check-option input:checked + .station-check::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.station-check-option input:focus-visible + .station-check {
    box-shadow: 0 0 0 3px rgba(232, 118, 37, 0.28);
}

.station-aside .filters {
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
}

.station-aside .filters .station-check-option {
    padding: 7px 0;
}

.station-aside .filters .station-check-option:hover {
    background: transparent;
    color: #fff;
}

.station-aside .chip {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    min-height: 38px;
    padding: 7px 12px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: rgba(236, 236, 239, 0.72);
}

.station-aside .chip:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border-color: transparent;
}

.station-aside .chip.is-on {
    background: rgba(232, 118, 37, 0.16);
    color: #fff;
    border-color: transparent;
}

.station-table {
    display: grid;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.station-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    align-items: stretch;
    padding: 0;
    border-top: 1px solid var(--rail);
    border-bottom: 1px solid var(--rail);
    background: transparent;
}

.station-row-media {
    position: relative;
    min-height: 180px;
    margin: 0;
    overflow: hidden;
    background: #000;
}

.station-row-media img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.station-row-identity,
.station-row-meta {
    padding: 22px var(--wrap-pad);
}

.station-row-identity {
    display: grid;
    align-content: start;
    gap: 8px;
}

.station-row-identity .code {
    color: var(--orange);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.station-row-identity strong {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.45;
}

.station-row-identity .close-link {
    justify-self: start;
}

.station-row-status {
    color: var(--orange);
    font-size: 0.92rem;
}

.station-row-address {
    color: var(--gray);
    font-size: 0.92rem;
}

.station-row-meta {
    display: grid;
    align-content: start;
    gap: 8px;
    font-size: 0.92rem;
    line-height: 1.6;
}

.station-row-meta p {
    margin: 0;
}

.station-row-meta b {
    font-weight: 600;
    color: #ececef;
}

.station-row-meta span {
    color: rgba(236, 236, 239, 0.72);
}

.station-show.section {
    padding-top: 0;
    padding-bottom: 0;
}

.station-show-board {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
    margin-inline: calc(-1 * var(--wrap-pad));
    width: calc(100% + (2 * var(--wrap-pad)));
}

.station-show-visual {
    grid-column: 1 / -1;
    padding: 40px 0 0;
}

.station-show-visual .kicker {
    margin-bottom: 14px;
    padding-inline: var(--wrap-pad);
}

.station-show-hero {
    position: relative;
    margin: 0;
    min-height: 500px;
    overflow: hidden;
    background: #000;
}

.station-show-hero img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.station-show-thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 10px;
}

.station-show-thumb {
    display: block;
    width: 100%;
    padding: 0;
    border: 1px solid transparent;
    background: #000;
    overflow: hidden;
    cursor: pointer;
}

.station-show-thumb img {
    display: block;
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.station-show-thumb.is-on,
.station-show-thumb:hover {
    border-color: var(--orange);
}

.station-show-reach {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 28px var(--wrap-pad) 0;
}

.station-show-reach .kicker {
    margin-bottom: 14px;
}

.station-reach-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 10px;
    flex: 1;
    min-height: 0;
}

.station-reach {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 92px;
    padding: 16px 18px;
    border: 1px solid var(--line-on-dark);
    background: rgba(255, 255, 255, 0.03);
    color: inherit;
    text-decoration: none;
}

.station-reach-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 50%;
    color: var(--orange);
    background: rgba(232, 118, 37, 0.16);
}

.station-reach svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.station-reach span:last-child {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.station-reach strong {
    font-weight: 500;
    font-size: 0.82rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.52);
}

.station-reach em {
    font-style: normal;
    font-size: 0.98rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 0.01em;
    direction: ltr;
    unicode-bidi: isolate;
    overflow-wrap: anywhere;
}

a.station-reach:hover {
    border-color: rgba(232, 118, 37, 0.55);
}

a.station-reach:hover em {
    color: var(--gold);
}

.station-show-map {
    grid-column: 1 / -1;
    padding: 0;
    margin: 0;
    line-height: 0;
}

.station-show-map-box {
    position: relative;
    overflow: hidden;
    background: #000;
}

.station-show-map-box iframe {
    display: block;
    width: 100%;
    height: 500px;
    border: 0;
    filter: invert(90%) hue-rotate(180deg) brightness(0.85) contrast(1.15);
}

.station-show-facts {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid var(--rail);
}

.station-show-fact,
.station-show-meta {
    padding: 28px var(--wrap-pad) 0;
}

.station-show-fact {
    grid-column: 1 / 3;
    display: grid;
    align-content: start;
    gap: 8px;
}

.station-show-fact .code {
    color: var(--orange);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.station-show-fact strong {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.45;
}

.station-show-meta {
    grid-column: 3 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    gap: 18px 16px;
}

.station-service h3 {
    margin: 0 0 12px;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.5);
}

.station-service ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.station-service li {
    padding: 7px 12px;
    border: 1px solid rgba(232, 118, 37, 0.32);
    background: rgba(232, 118, 37, 0.1);
    color: #ececef;
    font-size: 0.85rem;
    line-height: 1.4;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tag {
    font-size: 12px;
    border: 1px solid var(--line-on-dark);
    border-radius: 999px;
    padding: 2px 8px;
    color: rgba(236, 236, 239, 0.7);
}

.empty-state {
    padding: 48px;
    text-align: center;
    color: var(--gray);
}

.form {
    display: grid;
    gap: 16px;
    min-width: 0;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    min-width: 0;
}

label {
    display: grid;
    gap: 8px;
    min-width: 0;
    max-width: 100%;
    font-size: 14px;
    color: var(--gray);
}

input,
select,
textarea {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    border: 1px solid var(--line);
    background: var(--white);
    border-radius: 12px;
    padding: 12px 14px;
    outline: none;
}

input[type="date"],
input[type="datetime-local"],
input[type="time"] {
    display: block;
    box-sizing: border-box;
    direction: ltr;
    text-align: start;
    -webkit-appearance: none;
    appearance: none;
}

input[type="date"]::-webkit-datetime-edit,
input[type="date"]::-webkit-date-and-time-value {
    min-width: 0;
    max-width: 100%;
    width: 100%;
}

textarea {
    min-height: 140px;
    resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(5, 147, 205, 0.12);
}

.field-error,
.error-list {
    color: #b42318;
    font-size: 13px;
}

.flash {
    background: #e8f6ee;
    color: #146c43;
    border: 1px solid #b7e4c7;
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.contact-form-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-inline: calc(-1 * var(--wrap-pad));
    width: calc(100% + (2 * var(--wrap-pad)));
    position: relative;
    isolation: isolate;
}

.contact-form-grid::before {
    content: "";
    position: absolute;
    inset-block: 0;
    left: 50%;
    z-index: 5;
    width: 100vw;
    transform: translateX(-50%);
    pointer-events: none;
    box-shadow:
        inset 0 1px 0 var(--rail),
        inset 0 -1px 0 var(--rail);
}

body:has(.contact-page) .partners-bar {
    border-top: 0;
}

.contact-form-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    pointer-events: none;
}

.contact-form-grid::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.42) 0%,
        rgba(0, 0, 0, 0.58) 100%
    );
    pointer-events: none;
}

.contact-form-copy,
.contact-form {
    position: relative;
    z-index: 1;
    grid-column: span 2;
    grid-row: 1;
    align-self: stretch;
    padding-inline: var(--wrap-pad);
    padding-block: 72px;
}

.contact-form {
    height: 100%;
    min-width: 0;
    overflow-x: clip;
    background: rgba(12, 12, 14, 0.28);
    backdrop-filter: blur(22px) saturate(0.7);
    -webkit-backdrop-filter: blur(22px) saturate(0.7);
}

.contact-reach-list {
    display: grid;
    gap: 4px;
    margin-top: 32px;
}

.contact-form-copy .footer-reach {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 0;
    text-decoration: none;
    color: inherit;
}

.contact-form-copy .footer-reach-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(232, 118, 37, 0.16);
}

.contact-form-copy .footer-reach strong {
    color: rgba(255, 255, 255, 0.58);
}

.contact-form-copy .footer-reach em {
    font-size: 1.02rem;
}

.contact-socials {
    gap: 10px;
    margin-top: 18px;
}

.contact-socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 0 0 1px rgba(226, 230, 234, 0.16);
}

.contact-socials a:hover {
    color: #fff;
    background: rgba(232, 118, 37, 0.2);
    box-shadow: inset 0 0 0 1px rgba(232, 118, 37, 0.45);
}

.contact-page.section {
    padding-top: 0;
    padding-bottom: 0;
}

.contact-page .why-title,
.careers-apply .why-title {
    margin: 0;
}

.contact-form-copy .kicker {
    margin-bottom: 16px;
}

.contact-page .why-lead {
    margin-top: 16px;
}

.contact-form-head {
    display: grid;
    gap: 8px;
    margin-bottom: 4px;
}

.contact-form-head h3 {
    margin: 0;
    color: #fff;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.3;
}

.contact-form-head p {
    margin: 0;
    color: rgba(236, 236, 239, 0.72);
    font-size: 0.98rem;
    line-height: 1.7;
}

.contact-page label,
.careers-apply label {
    color: rgba(236, 236, 239, 0.62);
}

.contact-page input,
.contact-page select,
.contact-page textarea,
.careers-apply input,
.careers-apply select,
.careers-apply textarea {
    background: rgba(18, 19, 22, 0.4);
    border: 1px solid rgba(226, 230, 234, 0.22);
    border-radius: 8px;
    color: #ececef;
    color-scheme: dark;
    min-height: 48px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.contact-page select option,
.careers-apply select option {
    background: #1a1b1f;
    color: #ececef;
}

.contact-page input:focus,
.contact-page select:focus,
.contact-page textarea:focus,
.careers-apply input:focus,
.careers-apply select:focus,
.careers-apply textarea:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(232, 118, 37, 0.16);
}

.contact-page .flash,
.careers-apply .flash {
    background: rgba(20, 108, 67, 0.18);
    color: #9be4b8;
    border-color: rgba(155, 228, 184, 0.28);
}

.contact-page .error-list,
.contact-page .field-error,
.careers-apply .error-list,
.careers-apply .field-error {
    color: #f0a3a0;
}

.contact-page .close-cta,
.careers-apply .close-cta {
    justify-self: start;
}

.careers-apply .career-wizard input,
.careers-apply .career-wizard select,
.careers-apply .career-wizard textarea {
    border-radius: 10px;
    min-height: 52px;
}

.careers-apply .career-wizard textarea {
    min-height: 140px;
}

.contact-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.contact-card {
    background: var(--asphalt);
    color: #fff;
    border-radius: 20px;
    padding: 24px;
}

.contact-card span {
    color: var(--gold);
    font-size: 13px;
}

.contact-card a,
.contact-card strong {
    display: block;
    margin-top: 10px;
    font-size: 1.25rem;
}

.partners-bar {
    background: var(--paper);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.partners-bar .wrap {
    padding-inline: 0;
}

.partners-strip + .partners-strip {
    border-top: 1px solid var(--line);
}

.partners-strip,
.partners-marquee,
.partners-track {
    height: 72px;
}

.partners-marquee {
    overflow: hidden;
    padding: 0;
    direction: ltr;
    cursor: grab;
    touch-action: pan-y;
    user-select: none;
}

.partners-marquee.is-dragging {
    cursor: grabbing;
}

.partners-track {
    display: flex;
    width: max-content;
    will-change: transform;
}

.partners-logos {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 0;
    padding: 0;
    margin: 0;
}

.partner-logo {
    flex-shrink: 0;
    width: 152px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.15s linear;
}

.partner-logo img {
    max-width: 140px;
    max-height: 40px;
    width: auto;
    height: auto;
    object-fit: contain;
    pointer-events: none;
    -webkit-user-drag: none;
}

.site-footer {
    --paths-cols: repeat(4, 1fr);
    background: #000;
    color: #fff;
    padding: 0;
}

.footer-frame {
    padding-bottom: 0;
}

.footer-columns {
    padding-top: 72px;
    padding-bottom: 48px;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-inline: calc(-1 * var(--wrap-pad));
    width: calc(100% + (2 * var(--wrap-pad)));
}

.footer-col {
    padding-inline: var(--wrap-pad);
}

.footer-grid p {
    color: rgba(255, 255, 255, 0.66);
    margin: 0;
}

.footer-grid h3 {
    margin: 0 0 18px;
    font-size: 16px;
}

.footer-brands {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.footer-mark {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.footer-wordmark {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.footer-grid a {
    display: block;
    width: fit-content;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 8px;
}

.footer-grid a:hover {
    color: var(--gold);
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
}

.footer-socials a {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
}

.footer-socials svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.footer-socials a:hover {
    color: var(--orange);
}

.footer-grid a.footer-reach {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-bottom: 18px;
    text-decoration: none;
    color: inherit;
}

.footer-reach-icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    color: var(--orange);
}

.footer-reach svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-reach svg.is-fill {
    fill: currentColor;
    stroke: none;
}

.footer-reach span {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.footer-reach strong {
    font-weight: 500;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.48);
}

.footer-reach em {
    font-style: normal;
    font-size: 0.92rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    letter-spacing: 0.01em;
    direction: ltr;
    unicode-bidi: isolate;
}

.footer-reach:hover em {
    color: var(--gold);
}

.footer-end {
    position: relative;
    z-index: 2;
    margin-top: 0;
    margin-inline: calc(-1 * var(--wrap-pad));
    padding: 18px var(--wrap-pad) 28px;
    border-top: 1px solid var(--rail);
    display: flex;
    justify-content: space-between;
    gap: 16px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    background: #000;
}

.footer-credit {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
}

.footer-credit:hover {
    color: var(--gold);
}

.socials {
    display: flex;
    gap: 14px;
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    animation: rise 0.8s var(--ease) forwards;
}

.reveal-delay-1 {
    animation-delay: 0.1s;
}
.reveal-delay-2 {
    animation-delay: 0.2s;
}
.reveal-delay-3 {
    animation-delay: 0.3s;
}

@keyframes rise {
    to {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1266px) {
    .station-row {
        grid-template-columns: 1fr 1fr;
    }

    .station-row-media {
        grid-column: 1 / -1;
        min-height: 200px;
    }
}

@media (max-width: 1180px) {
    .nav-desktop {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .header-actions .lang-switch {
        display: none;
    }

    .header-bar {
        gap: 12px;
    }

    .brand {
        min-width: 0;
        flex: 1 1 auto;
    }

    .brand-wordmark {
        height: 30px;
    }

    .header-actions {
        gap: 8px;
        flex-shrink: 0;
    }

    .site-header .btn,
    .site-header .lang-switch {
        padding-inline-start: 12px;
        padding-inline-end: 12px;
    }

    .life-board,
    .franchise-points,
    .franchise-choose-list,
    .franchise-offer-list,
    .franchise-package-list,
    .partnership-why-list,
    .sustain-priorities .sustain-list,
    .careers-culture-list {
        grid-template-columns: 1fr 1fr;
    }

    .franchise-stages-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .franchise-stages-list li:nth-child(3n)::after {
        display: none;
    }
}

@media (max-width: 980px) {
    :root {
        --rail-inset: var(--gutter);
    }

    html,
    body {
        width: 100%;
        max-width: 100%;
    }

    .page-shell {
        width: 100%;
        margin-inline: 0;
    }

    .hero,
    .page-hero,
    .site-footer,
    .story-stats,
    .offers,
    .why,
    .paths,
    .discover,
    .ksa-map,
    .close,
    .partners-bar {
        width: 100%;
        margin-inline: 0;
    }

    .wrap {
        width: auto;
        max-width: none;
        margin-inline: var(--rail-inset);
        padding-inline: var(--wrap-pad);
    }

    .header-bar {
        width: auto;
        max-width: none;
        flex: 1 1 auto;
        min-width: 0;
        margin-inline: calc(var(--rail-inset) + 8px);
        padding-inline: var(--wrap-pad);
    }

    .site-header::before {
        inset: 8px calc(var(--rail-inset) + 8px);
    }

    .stats-board,
    .fuel-viewport,
    .auto-viewport {
        width: auto;
        max-width: none;
        margin-inline: var(--rail-inset);
    }

    .stats-board .wrap {
        margin-inline: 0;
    }

    .page-hero-image {
        width: auto;
        margin-inline: var(--rail-inset);
    }

    .site-header::after,
    .page-hero::after,
    .page-hero-image::after,
    .careers-form-grid::before,
    .contact-form-grid::before {
        left: 0;
        width: 100%;
        transform: none;
    }

    .corridor-grid,
    .offers-grid,
    .why-grid,
    .about-core-grid,
    .about-values-grid,
    .about-story-grid,
    .about-pair-grid,
    .services-grid,
    .service-fields,
    .careers-culture-list,
    .sustain-list,
    .franchise-points,
    .franchise-choose-list,
    .franchise-offer-list,
    .franchise-package-list,
    .franchise-stages-list,
    .partnership-paths-list,
    .partnership-why-list,
    .partnership-path-points,
    .careers-form-grid,
    .careers-point,
    .paths-grid,
    .paths-split,
    .split,
    .gates,
    .fuel-row,
    .value-grid,
    .auto-grid,
    .life-grid,
    .life-board,
    .form-row,
    .contact-band,
    .contact-form-grid,
    .footer-grid,
    .station-board,
    .station-show-board,
    .station-show-facts,
    .station-show-meta,
    .station-reach-list,
    .station-row,
    .blog-feature,
    .blog-grid,
    .policy-layout,
    .faq-list {
        grid-template-columns: 1fr;
    }

    .policy-index {
        position: static;
    }

    .faq-q {
        padding: 18px;
    }

    .faq-a {
        padding: 0 18px 18px;
    }

    .offer-wide {
        grid-column: auto;
    }

    .franchise-stages-list li {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
        padding: 20px 18px;
    }

    .franchise-stages-list li:nth-child(3n)::after {
        display: block;
    }

    .franchise-stages-list li:not(:last-child)::after {
        top: calc(20px + 42px + 6px);
        bottom: -16px;
        inset-inline-start: calc(18px + 21px);
        inset-inline-end: auto;
        width: 1px;
        height: auto;
    }

    .franchise-stages-list li:last-child::after {
        display: none;
    }

    .franchise-point:not(.partner-path) {
        padding: 22px 18px;
    }

    .partnership-paths-list .franchise-point,
    html[dir="rtl"] .partnership-paths-list .franchise-point,
    .spaces-offer .franchise-point,
    .property-offer .franchise-point,
    html[dir="rtl"] .spaces-offer .franchise-point,
    html[dir="rtl"] .property-offer .franchise-point {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    html[dir="rtl"] .partner-path-art {
        order: -1;
    }

    .partner-path-copy {
        padding: 22px 18px;
    }

    .partner-path-art {
        height: 180px;
        min-height: 180px;
    }

    .sustain-foundations .sustain-list {
        grid-template-columns: 1fr;
    }

    .sustain-foundations .sustain-item,
    html[dir="rtl"] .sustain-foundations .sustain-item {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .sustain-foundations .sustain-item-art,
    html[dir="rtl"] .sustain-foundations .sustain-item-art {
        order: -1;
        height: min(180px, 48vw);
        min-height: min(180px, 48vw);
    }

    .sustain-foundations .sustain-item-copy {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
        gap: 12px 14px;
        padding: 22px 20px 24px;
    }

    .sustain-foundations .sustain-item-copy h3 {
        padding-top: 8px;
        font-size: 1.2rem;
    }

    .sustain-foundations .sustain-item-copy p {
        grid-column: 1 / -1;
    }

    .franchise-point-head {
        gap: 12px;
    }

    .franchise-num {
        width: 36px;
        height: 36px;
        font-size: 0.95rem;
    }

    .why-lines,
    .paths-lines,
    .close-lines,
    .discover-lines,
    .ksa-map-lines,
    .footer-lines,
    .page-hero-lines,
    .paths-row::before {
        display: none;
    }

    .contact-form-grid,
    .services-grid,
    .service-fields,
    .careers-form-grid,
    .careers-point,
    .station-board,
    .station-show-board,
    .station-show-facts {
        border-inline: 0;
        margin-inline: 0;
        width: auto;
    }

    .station-show-board {
        margin-inline: calc(-1 * var(--wrap-pad));
        width: calc(100% + (2 * var(--wrap-pad)));
    }

    .contact-form-grid,
    .careers-form-grid {
        margin-inline: calc(-1 * var(--wrap-pad));
        width: calc(100% + (2 * var(--wrap-pad)));
    }

    .why-grid,
    .paths-row,
    .about-story-grid,
    .about-pair-grid,
    .about-core-grid,
    .about-values-grid {
        margin-inline: calc(-1 * var(--wrap-pad));
        width: calc(100% + (2 * var(--wrap-pad)));
    }

    .service-field {
        grid-column: auto;
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .service-field-art,
    html[dir="rtl"] .service-field-art {
        min-height: 120px;
        clip-path: polygon(0 0, 100% 22%, 100% 100%, 0 100%);
    }

    .service-field:nth-child(n + 3) .service-field-art,
    html[dir="rtl"] .service-field:nth-child(n + 3) .service-field-art {
        clip-path: polygon(0 22%, 100% 0, 100% 100%, 0 100%);
    }

    .why-head.fuel-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .fuel-card {
        flex-basis: min(320px, 100%);
        min-height: 112px;
    }

    .fuel-card-copy {
        padding: 12px 14px;
    }

    .auto-card {
        flex-basis: min(260px, 100%);
    }

    .auto-card .blog-card-copy {
        padding: 16px 16px 18px;
    }

    .station-board {
        display: flex;
        flex-direction: column;
        grid-template-columns: none;
        margin-inline: calc(-1 * var(--wrap-pad));
        width: calc(100% + (2 * var(--wrap-pad)));
    }

    .station-board::before {
        display: none;
    }

    .station-rail,
    .station-stream {
        display: contents;
    }

    .station-count,
    .station-banner,
    .station-aside,
    .station-main {
        position: static;
        align-self: stretch;
        width: 100%;
        max-width: 100%;
        max-height: none;
        height: auto;
        overflow: visible;
        box-sizing: border-box;
    }

    .station-count {
        order: 1;
        display: grid;
        justify-items: start;
        align-content: center;
        gap: 4px;
        min-width: 0;
        padding: 20px var(--wrap-pad);
        border-bottom: 1px solid var(--rail);
        background: var(--paper);
    }

    .station-count b {
        font-size: 1.8rem;
    }

    .station-banner {
        order: 2;
        height: auto;
        border-bottom: 1px solid var(--rail);
        background: var(--paper);
    }

    .station-banner img {
        display: none;
    }

    .station-toolbar {
        position: static;
        display: grid;
        grid-template-columns: 1fr;
        align-items: stretch;
        min-height: 0;
        gap: 10px;
        padding: 12px var(--wrap-pad) 14px;
        background: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .station-toolbar-search {
        width: 100%;
        min-width: 0;
    }

    .station-toolbar-sort {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        min-width: 0;
    }

    .station-toolbar-sort select {
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        max-width: none;
    }

    .station-aside {
        order: 3;
        padding: 18px var(--wrap-pad) 8px;
    }

    .station-filters {
        gap: 14px;
    }

    .station-filter + .station-filter {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }

    .station-filter .kicker {
        margin-bottom: 8px;
    }

    .station-aside .filters {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
    }

    .station-aside .filters .station-check-option {
        width: auto;
        flex: 0 0 auto;
        padding: 7px 12px;
        border: 1px solid var(--line);
        border-radius: 999px;
        background: #0c0d10;
    }

    .station-aside .filters .station-check {
        display: none;
    }

    .station-aside .filters .station-check-option:hover,
    .station-aside .filters .station-check-option:has(input:checked) {
        border-color: rgba(232, 118, 37, 0.55);
        background: rgba(232, 118, 37, 0.12);
        color: #fff;
    }

    .station-main {
        order: 4;
        padding: 0;
    }

    .station-main::before {
        display: none;
    }

    .station-table {
        gap: 16px;
        margin-top: 8px;
        margin-bottom: 24px;
        padding-inline: 0;
    }

    .station-row {
        overflow: hidden;
        background: #0c0d10;
        border-bottom: 1px solid var(--line);
        border-top: 1px solid var(--line);
    }

    .station-row-media {
        height: 180px;
        min-height: 180px;
    }

    .station-row-identity {
        padding: 18px 18px 10px;
    }

    .station-row-meta {
        padding: 0 18px 18px;
    }

    .station-show-visual,
    .station-show-reach,
    .station-show-fact,
    .station-show-meta {
        grid-column: auto;
        padding-inline: var(--wrap-pad);
    }

    .station-show-visual {
        padding-inline: 0;
    }

    .station-show-visual .kicker {
        padding-inline: var(--wrap-pad);
    }

    .station-show-map {
        grid-column: auto;
        padding: 0;
    }

    .station-show-hero,
    .station-show-hero img {
        min-height: 240px;
        height: 240px;
    }

    .station-show-thumb img {
        height: 72px;
    }

    .station-show-map-box iframe {
        height: 500px;
    }

    .station-reach-list {
        grid-template-columns: 1fr 1fr;
    }

    .station-show-meta {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .station-aside .chip {
        width: auto;
        min-height: 0;
        border: 1px solid var(--line-on-dark);
        border-radius: 999px;
    }

    .about-story-grid > * {
        padding-inline: var(--wrap-pad);
    }

    .about-story-grid > :last-child {
        grid-column: auto;
    }

    .about-pair-grid figure,
    .about-pair-grid figure:last-child,
    .careers-point figure,
    .careers-point-copy {
        padding-inline: 0;
    }

    .careers-point figure,
    .careers-point-copy {
        grid-column: auto;
    }

    .careers-point.is-flip figure,
    .careers-point.is-flip .careers-point-copy {
        order: 0;
    }

    .careers-point img {
        height: 240px;
    }

    .contact-form-copy,
    .contact-form,
    .careers-form-copy,
    .careers-form {
        padding-inline: var(--wrap-pad);
        padding-block: 48px;
        grid-column: auto;
        grid-row: auto;
    }

    .careers-form-grid {
        min-height: 0;
    }

    .career-pane-upload,
    .career-upload-box {
        min-height: 100px;
    }

    .career-steps {
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
        margin-top: 28px;
        margin-bottom: 8px;
    }

    .career-step {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        min-height: 0;
        padding: 10px 4px;
        gap: 8px;
    }

    .career-step:not(:last-child)::after {
        display: none;
    }

    .career-step span {
        font-size: 0.72rem;
    }

    .why-col {
        padding-inline: var(--wrap-pad);
    }

    .why-col h3 {
        padding-inline-start: 14px;
    }

    .why-col h3::before {
        inset-inline-start: calc(var(--why-col-pad) * -1 - 1px);
    }

    .why-col + .why-col {
        border-inline-start: 0;
        border-top: 1px dashed var(--why-line);
        margin-top: 8px;
        padding-top: 28px;
    }

    .paths-body {
        grid-column: auto;
    }

    .paths-id,
    .paths-body,
    .paths-aside {
        padding-inline: var(--paths-pad);
    }

    .paths-id h3::before {
        inset-inline-start: calc(var(--paths-pad) * -1 - 1px);
    }

    .paths-id h3 {
        padding-inline-start: 14px;
    }

    .paths-aside {
        border-inline-start: 0;
        border-top: 2px solid var(--orange);
    }

    .paths-row + .paths-row {
        margin-top: 40px;
    }

    .discover-head,
    .ksa-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .discover-head .discover-nav {
        align-self: flex-end;
    }

    .discover-viewport,
    .discover-track {
        flex-direction: column;
    }

    .discover-viewport {
        display: flex;
        height: calc(
            (
                    (100vw - (2 * var(--gutter)) - (2 * var(--wrap-pad))) *
                        460 / 871
                ) +
                270px
        );
    }

    .discover-track {
        gap: 6px;
        width: 100%;
        height: 100%;
    }

    .discover-card,
    .discover-card.is-open {
        width: 100%;
        min-width: 0;
        min-height: 0;
        height: auto;
    }

    .discover-visual img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: none;
    }

    html[dir] .discover-nav [data-discover-prev] svg {
        transform: rotate(-90deg);
    }

    html[dir] .discover-nav [data-discover-next] svg {
        transform: rotate(90deg);
    }

    .discover-detail {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .discover-detail-copies {
        min-height: 7.5rem;
    }

    .ksa-stage {
        height: 500px;
        min-height: 500px;
    }

    .blog-feature-media {
        height: 220px;
        min-height: 220px;
    }

    .blog-feature-copy,
    .blog-card-copy {
        padding: 24px 20px;
    }

    .ksa-marker img,
    .ksa-pulse {
        width: 32px;
        height: 32px;
    }

    .footer-columns {
        padding-bottom: 0;
    }

    .footer-grid {
        margin-inline: 0;
        width: auto;
    }

    .footer-col {
        padding-inline: 0;
        padding-block: 20px;
    }

    .footer-col + .footer-col {
        border-top: 1px solid var(--rail);
    }

    .layer {
        grid-template-columns: 1fr;
    }

    .wrap,
    .header-bar {
        --wrap-pad: 18px;
        padding-inline: var(--wrap-pad);
    }

    .hero {
        align-items: end;
        padding: calc(var(--header) + 48px) 0 110px;
    }

    .hero-grid {
        padding-block: 0;
        padding-inline: var(--wrap-pad);
    }

    .section {
        padding: 72px 0;
    }

    .contact-page.section,
    .careers-apply.section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .stations-page.section {
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer-end {
        flex-direction: column;
    }

    .story {
        padding: 36px 0 48px;
    }

    .story-card {
        grid-template-columns: 1fr;
        aspect-ratio: auto;
        overflow: visible;
        border: 0;
        border-radius: 12px;
        background: transparent;
    }

    .story-copy {
        padding: 28px 24px 24px;
        border: 1px solid var(--line-on-dark);
        border-bottom: 0;
        border-radius: 12px 12px 0 0;
    }

    .story-media {
        aspect-ratio: auto;
        min-height: 0;
        overflow: visible;
        background: #000;
        border: 1px solid var(--line-on-dark);
        border-top: 0;
        border-radius: 0 0 12px 12px;
    }

    .story-media video {
        position: relative;
        inset: auto;
        width: 100%;
        height: auto;
        min-width: 0;
        min-height: 0;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        border-radius: 0 0 11px 11px;
    }

    .story-brand {
        inset-inline-end: 20px;
        bottom: 18px;
    }

    .stats {
        padding: 80px 0 72px;
    }

    .stats-title {
        max-width: 11ch;
        margin-bottom: 40px;
    }

    .stats-grid {
        --stats-pad: 36px;
        grid-template-columns: 1fr 1fr;
        gap: 36px 16px;
    }
}

@media (max-width: 560px) {
    .station-reach-list {
        grid-template-columns: 1fr;
    }

    .station-reach {
        min-height: 78px;
    }

    .franchise-point-head {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .franchise-point-head h3 {
        padding-top: 0;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .sustain-priorities .sustain-list {
        grid-template-columns: 1fr;
    }

    .sustain-item-art {
        min-height: 160px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }
}
