.weather-page {
    --weather-ink: #07161b;
    --weather-deep: #0d2528;
    --weather-panel: #123337;
    --weather-light: #edf2eb;
    --weather-paper: #f8faf5;
    --weather-muted: #667875;
    --weather-line: rgba(237, 242, 235, 0.18);
    --weather-accent: #b8d96b;
    --weather-signal: #f4a340;
    margin: 0;
    background: var(--weather-ink);
    color: var(--weather-paper);
    font-family: "Barlow", Arial, sans-serif;
}

.weather-page a {
    color: inherit;
}

.weather-skip {
    position: absolute;
    left: 16px;
    top: -80px;
    z-index: 20;
    padding: 10px 14px;
    background: var(--weather-accent);
    color: var(--weather-ink) !important;
    font-weight: 800;
}

.weather-skip:focus {
    top: 16px;
}

.weather-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.weather-header {
    position: absolute;
    z-index: 10;
    width: 100%;
    border-bottom: 1px solid rgba(237, 242, 235, 0.16);
}

.weather-header__inner {
    display: flex;
    min-height: 92px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.weather-header .brand {
    flex: 0 0 auto;
    color: var(--weather-paper);
}

.weather-header__nav {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: 28px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.weather-header__nav a,
.weather-footer nav a {
    text-decoration: none;
    opacity: 0.78;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.weather-header__nav a:hover,
.weather-footer nav a:hover {
    color: var(--weather-accent);
    opacity: 1;
}

.weather-header__cta,
.weather-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid transparent;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.weather-header__cta:hover,
.weather-button:hover {
    transform: translateY(-2px);
}

.weather-header__cta {
    background: var(--weather-accent);
    color: var(--weather-ink) !important;
}

.weather-mobile-menu {
    display: none;
}

.weather-hero {
    position: relative;
    min-height: 720px;
    padding: 176px 0 104px;
    background: var(--weather-ink) url("../images/roadbook-coming-soon-bg.webp") 72% center / cover no-repeat;
}

.weather-hero::before {
    position: absolute;
    inset: 0;
    background: rgba(7, 22, 27, 0.78);
    content: "";
}

.weather-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.76fr);
    align-items: center;
    gap: 82px;
}

.weather-kicker {
    margin: 0;
    color: var(--weather-accent);
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.weather-kicker--dark {
    color: #687c3d;
}

.weather-hero h1,
.weather-section h2,
.weather-included h2,
.weather-purchase h2 {
    margin: 18px 0 0;
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 5.8rem;
    font-weight: 400;
    line-height: 0.86;
    text-transform: uppercase;
}

.weather-hero h1 strong {
    display: block;
    color: var(--weather-accent);
    font-weight: 400;
}

.weather-hero__claim {
    max-width: 560px;
    margin: 28px 0 0;
    color: var(--weather-signal);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 2.15rem;
    line-height: 0.96;
    text-transform: uppercase;
}

.weather-hero__intro {
    max-width: 600px;
    margin: 24px 0 0;
    color: rgba(248, 250, 245, 0.76);
    font-size: 1.12rem;
    line-height: 1.55;
}

.weather-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
}

.weather-button--bright {
    background: var(--weather-accent);
    color: var(--weather-ink) !important;
}

.weather-button--outline {
    border-color: var(--weather-accent);
    color: var(--weather-accent) !important;
}

.weather-button--outline:hover {
    background: var(--weather-accent);
    color: var(--weather-ink) !important;
}

.weather-text-link {
    color: var(--weather-paper) !important;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.weather-text-link span,
.weather-reading__links em {
    margin-left: 8px;
    color: var(--weather-accent);
    font-style: normal;
}

.weather-text-link--dark {
    color: var(--weather-ink) !important;
}

.weather-text-link--dark span {
    color: #687c3d;
}

.weather-hero__boundary {
    max-width: 550px;
    margin: 32px 0 0;
    padding-left: 16px;
    border-left: 2px solid var(--weather-signal);
    color: rgba(248, 250, 245, 0.62);
    font-size: 0.89rem;
    line-height: 1.5;
}

.weather-hero__boundary strong {
    color: var(--weather-paper);
}

.weather-preview {
    padding: 24px;
    border: 1px solid rgba(184, 217, 107, 0.5);
    background: rgba(13, 37, 40, 0.88);
    box-shadow: 16px 16px 0 rgba(184, 217, 107, 0.12);
}

.weather-preview__head,
.weather-preview__route,
.weather-preview__readout,
.weather-preview__timeline > div {
    display: flex;
    align-items: center;
}

.weather-preview__head {
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--weather-line);
    color: rgba(248, 250, 245, 0.62);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.15em;
}

.weather-preview__head strong {
    color: var(--weather-accent);
    font-size: 1.2rem;
    letter-spacing: 0;
}

.weather-preview__route {
    gap: 10px;
    padding: 27px 0 23px;
}

.weather-preview__route i {
    flex: 1 1 auto;
    height: 1px;
    background: rgba(184, 217, 107, 0.5);
}

.weather-preview__point {
    position: relative;
    width: 52px;
    height: 52px;
    padding-top: 61px;
    color: rgba(248, 250, 245, 0.52);
    font-size: 0.55rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-align: center;
}

.weather-preview__point::before {
    position: absolute;
    top: 11px;
    left: 50%;
    width: 14px;
    height: 14px;
    border: 2px solid var(--weather-accent);
    border-radius: 50%;
    background: var(--weather-deep);
    content: "";
    transform: translateX(-50%);
}

.weather-preview__point--active::after {
    position: absolute;
    top: 17px;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--weather-signal);
    content: "";
    transform: translateX(-50%);
}

.weather-preview__point--active {
    color: var(--weather-accent);
}

.weather-preview__readout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 16px 0;
    border-top: 1px solid var(--weather-line);
    border-bottom: 1px solid var(--weather-line);
}

.weather-preview__readout div {
    min-width: 0;
}

.weather-preview__readout span,
.weather-preview__readout small {
    display: block;
    color: rgba(248, 250, 245, 0.5);
    font-size: 0.62rem;
    font-weight: 700;
}

.weather-preview__readout strong {
    display: block;
    margin-top: 7px;
    color: var(--weather-paper);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 1.65rem;
    font-weight: 400;
    line-height: 1;
}

.weather-preview__readout strong span {
    display: inline;
    color: inherit;
    font-family: "Barlow", Arial, sans-serif;
    font-size: 0.58rem;
}

.weather-preview__readout .weather-preview__safe {
    color: var(--weather-accent);
    font-family: "Barlow", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 800;
}

.weather-preview__timeline {
    display: grid;
    gap: 0;
    margin-top: 8px;
}

.weather-preview__timeline > div {
    display: grid;
    grid-template-columns: 68px 1fr auto;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(237, 242, 235, 0.11);
}

.weather-preview__timeline span,
.weather-preview__timeline em {
    color: rgba(248, 250, 245, 0.48);
    font-size: 0.62rem;
    font-style: normal;
    font-weight: 700;
}

.weather-preview__timeline strong {
    color: var(--weather-paper);
    font-size: 0.76rem;
}

.weather-preview__timeline em {
    color: var(--weather-signal);
    text-align: right;
}

.weather-preview__caption {
    margin: 18px 0 0;
    color: rgba(248, 250, 245, 0.5);
    font-size: 0.72rem;
    line-height: 1.45;
}

.weather-proof {
    background: var(--weather-accent);
    color: var(--weather-ink);
}

.weather-proof__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.weather-proof__grid > div {
    padding: 32px 34px 34px 0;
    border-right: 1px solid rgba(7, 22, 27, 0.22);
}

.weather-proof__grid > div + div {
    padding-left: 34px;
}

.weather-proof__grid > div:last-child {
    border-right: 0;
}

.weather-proof span {
    display: block;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.weather-proof strong {
    display: block;
    margin-top: 14px;
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.weather-proof p {
    max-width: 220px;
    margin: 8px 0 0;
    font-size: 0.9rem;
    line-height: 1.45;
}

.weather-section {
    padding: 110px 0;
}

.weather-section--light {
    background: var(--weather-light);
    color: var(--weather-ink);
}

.weather-section--deep,
.weather-reading {
    background: var(--weather-deep);
}

.weather-two-column {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 96px;
}

.weather-two-column h2,
.weather-section__heading h2,
.weather-included h2,
.weather-purchase h2 {
    max-width: 680px;
    font-size: 4.7rem;
}

.weather-copy {
    max-width: 610px;
    padding-top: 54px;
}

.weather-copy p {
    margin: 0;
    font-size: 1.12rem;
    line-height: 1.65;
}

.weather-copy p + p {
    margin-top: 24px;
}

.weather-section__heading {
    max-width: 760px;
}

.weather-section--deep h2,
.weather-reading h2 {
    color: var(--weather-paper);
}

.weather-source-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 66px;
}

.weather-source-list article {
    padding-top: 18px;
    border-top: 2px solid var(--weather-accent);
}

.weather-source-list span {
    color: var(--weather-accent);
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
}

.weather-source-list p {
    margin: 14px 0 0;
    color: rgba(248, 250, 245, 0.68);
    font-size: 0.98rem;
    line-height: 1.55;
}

.weather-disclaimer {
    max-width: 820px;
    margin: 54px 0 0;
    padding: 18px 20px;
    border-left: 3px solid var(--weather-signal);
    background: rgba(7, 22, 27, 0.35);
    color: rgba(248, 250, 245, 0.68);
    font-size: 0.85rem;
    line-height: 1.5;
}

.weather-two-column--process {
    gap: 80px;
}

.weather-process-list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.weather-process-list li {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(7, 22, 27, 0.18);
}

.weather-process-list li:first-child {
    padding-top: 0;
}

.weather-process-list > li > span {
    color: #687c3d;
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 1.8rem;
}

.weather-process-list strong {
    display: block;
    font-size: 1.02rem;
}

.weather-process-list p {
    margin: 5px 0 0;
    color: var(--weather-muted);
    font-size: 0.94rem;
    line-height: 1.45;
}

.weather-included {
    padding: 76px 0;
    background: var(--weather-signal);
    color: var(--weather-ink);
}

.weather-included__inner {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr) auto;
    align-items: center;
    gap: 46px;
}

.weather-included .weather-kicker {
    color: var(--weather-ink);
}

.weather-included h2 {
    margin-top: 12px;
    font-size: 3.5rem;
}

.weather-included p:not(.weather-kicker) {
    margin: 0;
    font-size: 1rem;
    line-height: 1.55;
}

.weather-included .weather-button--outline {
    border-color: var(--weather-ink);
    color: var(--weather-ink) !important;
    white-space: nowrap;
}

.weather-included .weather-button--outline:hover {
    background: var(--weather-ink);
    color: var(--weather-signal) !important;
}

.weather-purchase {
    padding: 110px 0;
    background: var(--weather-paper);
    color: var(--weather-ink);
}

.weather-purchase__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(380px, 0.8fr);
    justify-content: space-between;
    gap: 100px;
}

.weather-purchase__copy {
    max-width: 600px;
    padding-top: 30px;
}

.weather-purchase__copy h2 {
    font-size: 4.7rem;
}

.weather-purchase__copy > p:not(.weather-kicker) {
    margin: 28px 0 0;
    color: var(--weather-muted);
    font-size: 1.1rem;
    line-height: 1.6;
}

.weather-purchase__copy ul {
    display: grid;
    gap: 13px;
    margin: 32px 0 0;
    padding: 0;
    list-style: none;
}

.weather-purchase__copy li {
    padding-left: 20px;
    border-left: 2px solid var(--weather-signal);
    font-size: 0.95rem;
    line-height: 1.45;
}

.weather-purchase__form {
    padding: 34px;
    background: #e2ebe3;
    color: var(--weather-ink);
}

.weather-form__eyebrow {
    margin: 0;
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 2.2rem;
    line-height: 1;
    text-transform: uppercase;
}

.weather-form__note,
.weather-form__unavailable {
    margin: 12px 0 0;
    color: var(--weather-muted);
    font-size: 0.85rem;
    line-height: 1.45;
}

.weather-purchase__form .rb-checkout-form {
    width: 100%;
    margin-top: 24px;
}

.weather-purchase__form .rb-checkout-form label > span,
.weather-purchase__form .rb-checkout-form > p,
.weather-purchase__form .rb-checkout-form__secure {
    color: var(--weather-ink);
}

.weather-purchase__form .rb-checkout-form input[type="text"],
.weather-purchase__form .rb-checkout-form input[type="email"],
.weather-purchase__form .rb-checkout-form input[type="date"],
.weather-purchase__form .rb-checkout-form select {
    width: 100%;
    min-height: 47px;
    border: 1px solid rgba(7, 22, 27, 0.25);
    border-radius: 0;
    background: var(--weather-paper);
    color: var(--weather-ink);
    padding: 11px 12px;
    font: 700 1rem/1.2 "Barlow", Arial, sans-serif;
}

.weather-purchase__form .rb-checkout-form__terms span {
    color: var(--weather-muted);
}

.weather-purchase__form .rb-checkout-form__terms a {
    color: var(--weather-ink);
}

.weather-errors {
    padding-top: 28px;
    padding-bottom: 28px;
    color: #8b241f;
}

.weather-errors p {
    margin: 4px 0;
}

.weather-reading {
    padding-bottom: 120px;
}

.weather-reading__links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 56px;
}

.weather-reading__links a {
    display: grid;
    min-height: 154px;
    align-content: space-between;
    padding: 20px;
    border: 1px solid var(--weather-line);
    text-decoration: none;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.weather-reading__links a:hover {
    border-color: var(--weather-accent);
    transform: translateY(-2px);
}

.weather-reading__links span {
    color: var(--weather-accent);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.weather-reading__links strong {
    font-family: "Bebas Neue", Impact, sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.weather-reading__links em {
    justify-self: end;
}

.weather-footer {
    padding: 48px 0 32px;
    background: var(--weather-ink);
}

.weather-footer__top {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    padding-bottom: 38px;
    border-bottom: 1px solid var(--weather-line);
}

.weather-footer .brand {
    color: var(--weather-paper);
}

.weather-footer p {
    max-width: 360px;
    margin: 18px 0 0;
    color: rgba(248, 250, 245, 0.58);
    font-size: 0.85rem;
    line-height: 1.5;
}

.weather-footer nav {
    display: grid;
    align-content: start;
    gap: 12px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-align: right;
    text-transform: uppercase;
}

.weather-footer .legal-links {
    margin-top: 24px;
}

@media (max-width: 980px) {
    .weather-header__nav,
    .weather-header__cta {
        display: none;
    }

    .weather-mobile-menu {
        display: block;
        margin-left: auto;
    }

    .weather-header__inner {
        min-height: 78px;
    }

    .weather-hero {
        min-height: 0;
        padding: 142px 0 82px;
    }

    .weather-hero__grid,
    .weather-two-column,
    .weather-purchase__grid {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .weather-hero h1 {
        font-size: 4.9rem;
    }

    .weather-copy {
        padding-top: 0;
    }

    .weather-included__inner {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .weather-included .weather-button {
        justify-self: start;
    }

    .weather-purchase__copy {
        padding-top: 0;
    }
}

@media (max-width: 640px) {
    .weather-shell {
        width: min(100% - 32px, 1180px);
    }

    .weather-header .brand__mark {
        width: 48px;
        height: 48px;
    }

    .weather-header .brand__name {
        font-size: 1.18rem;
    }

    .weather-hero h1,
    .weather-section h2,
    .weather-two-column h2,
    .weather-section__heading h2,
    .weather-purchase__copy h2 {
        font-size: 3.7rem;
    }

    .weather-hero__claim {
        font-size: 1.7rem;
    }

    .weather-hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .weather-hero__actions .weather-button,
    .weather-hero__actions .weather-text-link {
        width: 100%;
        text-align: center;
    }

    .weather-preview {
        padding: 18px;
        box-shadow: 8px 8px 0 rgba(184, 217, 107, 0.12);
    }

    .weather-preview__timeline > div {
        grid-template-columns: 56px 1fr;
    }

    .weather-preview__timeline em {
        grid-column: 2;
        text-align: left;
    }

    .weather-proof__grid,
    .weather-source-list,
    .weather-reading__links {
        grid-template-columns: 1fr;
    }

    .weather-proof__grid > div,
    .weather-proof__grid > div + div {
        padding: 24px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(7, 22, 27, 0.22);
    }

    .weather-proof__grid > div:last-child {
        border-bottom: 0;
    }

    .weather-proof p {
        max-width: 100%;
    }

    .weather-section,
    .weather-purchase {
        padding: 76px 0;
    }

    .weather-source-list {
        gap: 28px;
        margin-top: 42px;
    }

    .weather-purchase__form {
        padding: 22px;
    }

    .weather-reading__links {
        gap: 12px;
        margin-top: 38px;
    }

    .weather-footer__top {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .weather-footer nav {
        text-align: left;
    }
}
