/* =========================================================
   ALASKA HOMEPAGE HERO
========================================================= */

.alaska-hero {
    min-height: 710px;
    padding: 38px 0 58px;
    color: #ffffff;
    background: #003453;
}

.hero-shell {
    width: min(1252px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    gap: 56px;
}

/* LEFT BOOKING PANEL */

.booking-panel {
    padding-top: 1px;
}

.hero-title {
    margin: 0 0 34px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: -1px;
}

.trip-type-row {
    height: 34px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.trip-type {
    position: relative;
    color: rgba(255,255,255,0.68);
    font-size: 16px;
}

.trip-type.active {
    color: #ffffff;
    font-weight: 600;
}

.trip-type.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    height: 2px;
    border-radius: 999px;
    background: #ffffff;
}

.route-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 36px minmax(0, 1fr);
    align-items: center;
}

.field {
    position: relative;
    display: block;
}

.field-label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    color: rgba(255,255,255,0.86);
    font-size: 18px;
}

.route-field input {
    width: 100%;
    height: 64px;
    padding: 0 20px;
    border: 0;
    outline: 0;
    border-radius: 999px;
    background: #315979;
    color: #ffffff;
    font: inherit;
    font-size: 17px;
    text-align: center;
    transition: background 180ms ease, box-shadow 180ms ease;
}

.route-field input::placeholder {
    color: transparent;
}

.route-field input:focus {
    background: #3a6587;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.72);
}

.route-field:focus-within .field-label,
.route-field:has(input:not(:placeholder-shown)) .field-label {
    opacity: 0;
}

.swap-button {
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    color: #ffffff;
    font-size: 25px;
    line-height: 1;
    cursor: pointer;
    transition: transform 180ms ease;
}

.swap-button:hover {
    transform: rotate(180deg);
}

.nearby-row {
    margin: 8px 34px 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 82px;
}

.checkbox-row {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}

.checkbox-row input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.fake-checkbox {
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    border: 1.3px solid rgba(255,255,255,0.95);
    border-radius: 6px;
    display: grid;
    place-items: center;
}

.checkbox-row input:checked + .fake-checkbox::after {
    content: "✓";
    color: #ffffff;
    font-size: 14px;
}

.wide-control,
.half-control {
    border: 0;
    outline: 0;
    color: #ffffff;
    background: #315979;
    font: inherit;
    transition: background 180ms ease, transform 180ms ease;
}

.wide-control:hover,
.half-control:hover {
    background: #3a6587;
}

.wide-control {
    position: relative;
    width: 100%;
    height: 64px;
    margin-bottom: 24px;
    padding: 0 22px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}

.wide-control svg {
    position: absolute;
    left: 22px;
    width: 21px;
    height: 21px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.passenger-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
}

.passenger-text small,
.half-control-text small {
    margin-bottom: 2px;
    color: rgba(255,255,255,0.75);
    font-size: 11px;
}

.control-chevron {
    position: absolute;
    right: 24px;
    width: 8px;
    height: 8px;
    border-right: 1.6px solid #ffffff;
    border-bottom: 1.6px solid #ffffff;
    transform: rotate(45deg) translateY(-2px);
}

.option-row {
    margin: 2px 10px 28px;
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: center;
    gap: 34px;
}

.search-options-button {
    padding: 0 0 4px;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.8);
    background: transparent;
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
}

.tiny-chevron {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 6px;
    border-left: 1.4px solid currentColor;
    border-top: 1.4px solid currentColor;
    transform: rotate(45deg) translateY(2px);
}

.extra-row {
    margin-bottom: 26px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.half-control {
    position: relative;
    height: 63px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.half-control-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
}

.discount-control input {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    border: 0;
    outline: 0;
    border-radius: inherit;
    background: transparent;
    color: #ffffff;
    font: inherit;
    font-size: 17px;
    text-align: center;
}

.discount-control input::placeholder {
    color: rgba(255,255,255,0.86);
}

.search-flights-button {
    width: 100%;
    height: 62px;
    border: 1.5px solid rgba(255,255,255,0.96);
    border-radius: 999px;
    background: transparent;
    color: #ffffff;
    font: inherit;
    font-size: 17px;
    cursor: pointer;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.search-flights-button:hover {
    background: #ffffff;
    color: #003453;
    transform: translateY(-1px);
}

.baggage-link {
    width: fit-content;
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
}

.bag-icon {
    font-size: 18px;
}

/* RIGHT PROMOS */

.hero-promos {
    min-width: 0;
}

.quick-links {
    height: 39px;
    margin-bottom: 22px;
    padding-right: 3px;
    display: flex;
    align-items: start;
    justify-content: flex-end;
    gap: 44px;
}

.quick-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
}

.quick-links a:hover {
    text-decoration: underline;
}

.destination-promo {
    position: relative;
    min-height: 438px;
    overflow: hidden;
    border-radius: 24px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    background: #001d34;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.10);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.destination-promo:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(0,0,0,0.22);
}

.destination-promo-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.destination-promo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,11,50,0.75) 0%, rgba(0,11,50,0.08) 52%, transparent 100%);
    transition: opacity 180ms ease;
}

.destination-promo-default {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 26px;
    z-index: 2;
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.1;
    transition: opacity 180ms ease, transform 180ms ease;
}

.destination-promo-hover {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 24px;
    z-index: 3;
    padding: 26px 30px;
    border-radius: 24px;
    background: rgba(0, 11, 50, 0.96);
    color: #ffffff;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 220ms ease, transform 220ms ease;
}

.destination-promo-hover h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 27px;
    font-weight: 400;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
}

.destination-promo-hover p {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.55;
}

.destination-promo-hover .promo-disclaimer {
    margin-top: 10px;
}

.destination-promo:hover .destination-promo-default {
    opacity: 0;
    transform: translateY(10px);
}

.destination-promo:hover .destination-promo-hover {
    opacity: 1;
    transform: translateY(0);
}

/* ATMOS */

.atmos-promo {
    min-height: 116px;
    margin-top: 24px;
    padding: 0 26px 0 0;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) 40px;
    align-items: center;
    gap: 22px;
    color: #121212;
    text-decoration: none;
    background: #ffffff;
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.atmos-promo:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.18);
}

.atmos-image-wrap {
    align-self: stretch;
    overflow: hidden;
    border-radius: 24px 0 0 24px;
    border-right: 1px solid #ececf2;
    background: #f0f3f6;
}

.atmos-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.atmos-copy h3 {
    margin: 0 0 6px;
    color: #131313;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.atmos-copy p {
    margin: 0;
    color: #353535;
    font-size: 14px;
    line-height: 1.4;
}

.atmos-arrow {
    justify-self: center;
    font-size: 34px;
    font-weight: 300;
}

/* animation */

@media (prefers-reduced-motion: no-preference) {
    .booking-panel,
    .hero-promos {
        animation: heroEnter 520ms ease both;
    }

    .hero-promos {
        animation-delay: 80ms;
    }

    @keyframes heroEnter {
        from {
            opacity: 0;
            transform: translateY(10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

/* responsive */

@media (max-width: 1050px) {
    .hero-shell {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .booking-panel,
    .hero-promos {
        max-width: 680px;
    }

    .quick-links {
        justify-content: flex-start;
    }
}

@media (max-width: 760px) {
    .alaska-hero {
        padding: 30px 0 45px;
    }

    .hero-shell {
        width: calc(100% - 28px);
    }

    .hero-title {
        font-size: 36px;
    }

    .route-row {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .swap-button {
        margin: -5px auto;
        transform: rotate(90deg);
    }

    .swap-button:hover {
        transform: rotate(270deg);
    }

    .nearby-row {
        margin: 8px 8px 26px;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .option-row {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .search-options-button {
        width: fit-content;
    }

    .extra-row {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .quick-links {
        gap: 22px;
        overflow-x: auto;
    }

    .destination-promo {
        min-height: 340px;
    }

    .destination-promo-default {
        left: 20px;
        right: 20px;
        bottom: 18px;
        font-size: 22px;
    }

    .destination-promo-hover {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 18px 20px;
    }

    .destination-promo-hover h3 {
        font-size: 22px;
    }

    .atmos-promo {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 0 0 18px;
    }

    .atmos-image-wrap {
        min-height: 110px;
        border-radius: 24px 24px 0 0;
        border-right: 0;
        border-bottom: 1px solid #ececf2;
    }

    .atmos-copy {
        padding: 18px 20px 8px;
    }

    .atmos-arrow {
        justify-self: start;
        padding: 0 20px;
    }
}
/* =========================================================
   ALASKA CAREERS BANNER
========================================================= */

.alaska-careers-section {
    padding: 30px 0 46px;
    background: #eaf8fc;
}

.alaska-careers-banner {
    position: relative;
    isolation: isolate;

    width: min(1252px, calc(100% - 40px));
    aspect-ratio: 3.65 / 1;
    min-height: 0;
    margin: 0 auto;

    overflow: hidden;
    border-radius: 30px;

    background: #003453;
    box-shadow: 0 14px 34px rgba(0, 39, 63, 0.14);
}

.alaska-careers-bg {
    position: absolute;
    z-index: 0;
    inset: 0;

    width: 100%;
    height: 100%;

    display: block;
    object-fit: cover;
    max-width: none;
    max-height: none;
    object-position: center center;

    pointer-events: none;
}

.alaska-careers-overlay {
    position: absolute;
    z-index: 1;
    inset: 0;

    background:
        linear-gradient(
            to right,
            rgba(0, 11, 50, 0.88) 0%,
            rgba(0, 36, 68, 0.78) 32%,
            rgba(0, 52, 83, 0.56) 56%,
            rgba(0, 52, 83, 0.26) 78%,
            rgba(0, 52, 83, 0.16) 100%
        );

    pointer-events: none;
}

.alaska-careers-copy {
    position: relative;
    z-index: 2;

    width: min(520px, 52%);
    height: 100%;
    min-height: 0;
    padding: 34px 0 34px 42px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    color: #ffffff;
}

.alaska-careers-copy h2 {
    margin: 0 0 18px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 300;
    letter-spacing: -0.8px;
}

/* One-line viewport. The phrases slide vertically through it. */
.alaska-careers-rotator {
    height: 52px;
    overflow: hidden;

    margin-bottom: 13px;

    font-size: 44px;
    line-height: 52px;
    font-weight: 300;
    letter-spacing: -1.1px;
}

.alaska-careers-rotator-track {
    display: flex;
    flex-direction: column;

    animation: alaskaCareersWords 10s cubic-bezier(.76, 0, .24, 1) infinite;
}

.alaska-careers-rotator-track span {
    height: 52px;
    flex: 0 0 52px;
    white-space: nowrap;
}

@keyframes alaskaCareersWords {
    0%, 22% {
        transform: translateY(0);
    }

    27%, 49% {
        transform: translateY(-52px);
    }

    54%, 76% {
        transform: translateY(-104px);
    }

    81%, 100% {
        transform: translateY(-156px);
    }
}

.alaska-careers-start {
    margin: 0 0 24px;

    font-size: 27px;
    line-height: 1.1;
    font-weight: 300;
}

.alaska-careers-button {
    width: fit-content;
    min-height: 48px;
    padding: 0 20px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: #ffffff;
    color: #0074c8;

    text-decoration: none;
    font-size: 17px;
    font-weight: 600;

    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background 180ms ease;
}

.alaska-careers-button:hover {
    transform: translateY(-2px);
    background: #f5fbff;
    box-shadow: 0 10px 24px rgba(0, 20, 48, 0.22);
}

@media (prefers-reduced-motion: reduce) {
    .alaska-careers-rotator-track {
        animation: none;
        transform: translateY(0);
    }
}

@media (max-width: 1050px) {
    .alaska-careers-banner {
        aspect-ratio: auto;
        min-height: 360px;
    }

    .alaska-careers-copy {
        width: 58%;
        min-height: 360px;
        padding: 32px 30px;
    }
}

@media (max-width: 760px) {
    .alaska-careers-section {
        padding: 22px 0 36px;
    }

    .alaska-careers-banner {
        width: calc(100% - 28px);
        min-height: 520px;
        border-radius: 24px;
    }

    .alaska-careers-overlay {
        background:
            linear-gradient(
                to right,
                rgba(0, 11, 50, 0.90) 0%,
                rgba(0, 36, 68, 0.78) 60%,
                rgba(0, 52, 83, 0.44) 100%
            );
    }

    .alaska-careers-copy {
        width: 100%;
        min-height: 520px;
        padding: 255px 22px 24px;
        justify-content: flex-end;
    }

    .alaska-careers-copy h2 {
        font-size: 29px;
    }

    .alaska-careers-rotator {
        height: 44px;
        font-size: 36px;
        line-height: 44px;
    }

    .alaska-careers-rotator-track span {
        height: 44px;
        flex-basis: 44px;
    }

    @keyframes alaskaCareersWords {
        0%, 22% { transform: translateY(0); }
        27%, 49% { transform: translateY(-44px); }
        54%, 76% { transform: translateY(-88px); }
        81%, 100% { transform: translateY(-132px); }
    }

    .alaska-careers-start {
        font-size: 23px;
    }
}


/* =========================================================
   ALASKA ATMOS FEATURE
========================================================= */

.alaska-atmos-section {
    padding: 0 0 52px;
    background: #eaf8fc;
}

.alaska-atmos-card {
    width: min(1252px, calc(100% - 40px));
    aspect-ratio: 3.65 / 1;
    min-height: 0;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;

    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(0, 39, 63, 0.08);
}

.alaska-atmos-media {
    position: relative;
    min-height: 0;
    background: #d8e5ef;
}

.alaska-atmos-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;

    display: block;
    object-fit: cover;
    object-position: center;
}

.alaska-atmos-copy {
    padding: 38px 46px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff;
}

.alaska-atmos-copy h3 {
    max-width: none;
    margin: 0 0 22px;

    color: #005487;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 300;
    letter-spacing: -0.15px;
    white-space: nowrap;
}

.alaska-atmos-body {
    max-width: 560px;
    margin: 0 0 28px;

    color: #202020;
    font-size: 16px;
    line-height: 1.62;
    font-weight: 400;
}

.alaska-atmos-button {
    width: fit-content;
    min-height: 48px;
    padding: 0 22px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 999px;
    background: #005487;
    color: #ffffff;

    text-decoration: none;
    font-size: 16px;
    font-weight: 600;

    transition:
        transform 180ms ease,
        background 180ms ease,
        box-shadow 180ms ease;
}

.alaska-atmos-button:hover {
    transform: translateY(-2px);
    background: #004973;
    box-shadow: 0 10px 24px rgba(0, 39, 63, 0.14);
}

@media (max-width: 1050px) {
    .alaska-atmos-card {
        aspect-ratio: auto;
        min-height: 360px;
    }

    .alaska-atmos-copy {
        padding: 32px 30px;
    }
}

@media (max-width: 760px) {
    .alaska-atmos-section {
        padding: 0 0 38px;
    }

    .alaska-atmos-card {
        width: calc(100% - 28px);
        aspect-ratio: auto;
        min-height: 520px;
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .alaska-atmos-media {
        min-height: 220px;
    }

    .alaska-atmos-copy {
        min-height: 300px;
        padding: 24px 22px 26px;
    }

    .alaska-atmos-copy h3 {
        font-size: 24px;
        line-height: 1.28;
        margin-bottom: 16px;
        white-space: normal;
    }

    .alaska-atmos-body {
        font-size: 14px;
        margin-bottom: 20px;
    }
}


/* =========================================================
   GLOBAL AIRPORTS
========================================================= */

.global-airports-section {
    padding: 0 0 58px;
    background: #eaf8fc;
}

.global-airports-inner {
    width: min(1252px, calc(100% - 40px));
    margin: 0 auto;
}

.global-airports-title {
    margin: 0 0 24px;

    color: #17232b;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 300;
    letter-spacing: -0.7px;
}

.global-airports-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.global-airport-card {
    position: relative;

    width: 100%;
    aspect-ratio: 1.2 / 1;

    margin: 0;
    padding: 0;

    overflow: hidden;

    border: 0;
    border-radius: 26px;
    background: #003453;

    color: #ffffff;
    text-align: left;
    font: inherit;

    cursor: pointer;

    box-shadow: 0 12px 28px rgba(0, 39, 63, 0.08);

    transition:
        transform 220ms ease,
        box-shadow 220ms ease;
}

.global-airport-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(0, 39, 63, 0.15);
}

.global-airport-image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    display: block;
    object-fit: cover;
    object-position: center;

    transition: transform 360ms ease;
}

.global-airport-card:hover .global-airport-image {
    transform: scale(1.025);
}

.global-airport-shade {
    position: absolute;
    z-index: 1;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0, 11, 50, 0.72) 0%,
            rgba(0, 11, 50, 0.22) 30%,
            rgba(0, 11, 50, 0) 58%
        );
}

.global-airport-label {
    position: absolute;
    z-index: 2;

    left: 34px;
    right: 34px;
    bottom: 30px;

    color: #ffffff;
    font-size: 29px;
    line-height: 1.1;
    font-weight: 300;

    transition:
        opacity 190ms ease,
        transform 190ms ease;
}

.global-airport-hover {
    position: absolute;
    z-index: 3;

    left: 24px;
    right: 24px;
    bottom: 24px;

    padding: 24px 28px 23px;

    border-radius: 20px;
    background: rgba(0, 11, 50, 0.96);

    opacity: 0;
    transform: translateY(14px);

    transition:
        opacity 220ms ease,
        transform 220ms ease;
}

.global-airport-hover h3 {
    margin: 0 0 10px;

    color: #ffffff;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 300;

    text-decoration: underline;
    text-decoration-thickness: 1.4px;
    text-underline-offset: 4px;
}

.global-airport-hover p {
    margin: 0 0 14px;

    color: rgba(255, 255, 255, 0.93);
    font-size: 15px;
    line-height: 1.5;
}

.global-airport-action {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.global-airport-card:hover .global-airport-label,
.global-airport-card:focus-visible .global-airport-label {
    opacity: 0;
    transform: translateY(8px);
}

.global-airport-card:hover .global-airport-hover,
.global-airport-card:focus-visible .global-airport-hover {
    opacity: 1;
    transform: translateY(0);
}

.global-airport-card:focus-visible {
    outline: 3px solid #0074c8;
    outline-offset: 4px;
}


@media (max-width: 900px) {

    .global-airports-grid {
        grid-template-columns: 1fr;
    }

    .global-airport-card {
        aspect-ratio: 1.65 / 1;
    }

}


@media (max-width: 760px) {

    .global-airports-section {
        padding: 0 0 42px;
    }

    .global-airports-inner {
        width: calc(100% - 28px);
    }

    .global-airports-title {
        margin-bottom: 18px;
        font-size: 31px;
    }

    .global-airports-grid {
        gap: 18px;
    }

    .global-airport-card {
        aspect-ratio: 1 / 1;
        border-radius: 22px;
    }

    .global-airport-label {
        left: 22px;
        right: 22px;
        bottom: 22px;
        font-size: 24px;
    }

    .global-airport-hover {
        left: 14px;
        right: 14px;
        bottom: 14px;
        padding: 20px;
        border-radius: 18px;
    }

    .global-airport-hover h3 {
        font-size: 22px;
    }

}


/* =========================================================
   ALASKA BOTTOM SECTION HEADINGS
========================================================= */

.alaska-bottom-heading {
    margin: 0 0 28px;

    color: #252525;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 42px;
    line-height: 1.08;
    font-weight: 300;
    letter-spacing: -0.8px;
}


/* =========================================================
   TRAVEL THAT INSPIRES
========================================================= */

.alaska-inspires-section {
    padding: 4px 0 62px;
    background: #eaf8fc;
}

.alaska-inspires-inner {
    width: min(1252px, calc(100% - 40px));
    margin: 0 auto;
}

.alaska-inspires-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.alaska-inspire-card {
    position: relative;

    width: 100%;
    aspect-ratio: 0.80 / 1;

    overflow: hidden;
    border-radius: 26px;

    display: block;

    background: #003453;

    color: #ffffff;
    text-decoration: none;

    box-shadow: 0 12px 28px rgba(0, 52, 83, 0.08);

    transition:
        transform 220ms ease,
        box-shadow 220ms ease;
}

.alaska-inspire-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(0, 52, 83, 0.15);
}

.alaska-inspire-image {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    display: block;
    object-fit: cover;
    object-position: center;

    transition: transform 360ms ease;
}

.alaska-inspire-card:hover .alaska-inspire-image {
    transform: scale(1.025);
}

.alaska-inspire-shade {
    position: absolute;
    z-index: 1;
    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0, 27, 52, 0.94) 0%,
            rgba(0, 27, 52, 0.50) 28%,
            rgba(0, 27, 52, 0.08) 54%,
            rgba(0, 27, 52, 0) 74%
        );
}

.alaska-inspire-default {
    position: absolute;
    z-index: 2;

    left: 30px;
    right: 30px;
    bottom: 30px;

    color: #ffffff;
    font-size: 27px;
    line-height: 1.28;
    font-weight: 300;

    transition:
        opacity 190ms ease,
        transform 190ms ease;
}

.alaska-inspire-hover {
    position: absolute;
    z-index: 3;

    left: 24px;
    right: 24px;
    bottom: 24px;

    padding: 26px 28px 27px;

    border-radius: 20px;
    background: #003453;

    opacity: 0;
    transform: translateY(14px);

    transition:
        opacity 220ms ease,
        transform 220ms ease;
}

.alaska-inspire-hover h3 {
    margin: 0 0 12px;

    color: #ffffff;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 300;

    text-decoration: underline;
    text-decoration-thickness: 1.4px;
    text-underline-offset: 4px;
}

.alaska-inspire-hover p {
    margin: 0;

    color: rgba(255,255,255,0.96);
    font-size: 15px;
    line-height: 1.55;
}

.alaska-inspire-card:hover .alaska-inspire-default,
.alaska-inspire-card:focus-visible .alaska-inspire-default {
    opacity: 0;
    transform: translateY(10px);
}

.alaska-inspire-card:hover .alaska-inspire-hover,
.alaska-inspire-card:focus-visible .alaska-inspire-hover {
    opacity: 1;
    transform: translateY(0);
}

.alaska-inspire-card:focus-visible {
    outline: 3px solid #59d8f5;
    outline-offset: 4px;
}


/* =========================================================
   ELEVATE YOUR JOURNEY
========================================================= */

.alaska-elevate-section {
    padding: 0 0 64px;
    background: #eaf8fc;
}

.alaska-elevate-inner {
    width: min(1252px, calc(100% - 40px));
    margin: 0 auto;
}

.alaska-elevate-panel {
    padding: 32px;

    border-radius: 28px;
    background: #a7edf7;
}

.alaska-elevate-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.alaska-elevate-card {
    position: relative;

    min-height: 144px;

    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px 36%;

    overflow: hidden;

    border-radius: 20px;
    background: #ffffff;

    color: #1b1b1b;
    text-decoration: none;

    box-shadow: 0 8px 18px rgba(0, 52, 83, 0.05);

    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.alaska-elevate-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 52, 83, 0.10);
}

.alaska-elevate-copy {
    padding: 28px 10px 28px 28px;

    display: flex;
    align-items: flex-start;

    font-size: 22px;
    line-height: 1.25;
    font-weight: 300;
}

.alaska-elevate-icon {
    display: flex;
    align-items: flex-end;
    justify-content: center;

    padding-bottom: 26px;
    color: #111111;
}

.alaska-elevate-icon svg {
    width: 22px;
    height: 22px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.alaska-elevate-chevron {
    width: 10px;
    height: 10px;

    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;

    transform: rotate(45deg);
}

.alaska-elevate-image {
    width: 100%;
    height: 100%;

    display: block;
    object-fit: cover;
    object-position: center;
}


/* =========================================================
   ALASKA FOOTER
========================================================= */

.alaska-footer {
    padding: 36px 0 42px;
    background: #00547c;
}

.alaska-footer-inner {
    width: min(1252px, calc(100% - 40px));
    margin: 0 auto;
}


/* TOP FOOTER PROMOS */

.alaska-footer-promos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;

    margin-bottom: 46px;
}

.alaska-footer-promo {
    height: 144px;
    min-height: 144px;

    display: grid;
    grid-template-columns: 38% minmax(0, 1fr) 32px;
    overflow: hidden;

    border-radius: 20px;
    background: #ffffff;

    color: #111111;
    text-decoration: none;

    box-shadow: 0 12px 26px rgba(0, 31, 52, 0.14);

    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.alaska-footer-promo:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(0, 31, 52, 0.20);
}

.alaska-footer-promo-image {
    width: 100%;
    height: 100%;

    display: block;
    object-fit: cover;
    object-position: center;
}

.alaska-footer-promo-copy {
    padding: 20px 18px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.alaska-footer-promo-copy strong {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
}

.alaska-footer-promo-copy span {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 1.4;
}

.alaska-footer-promo-arrow,
.alaska-footer-external {
    display: flex;
    align-items: flex-end;
    justify-content: center;

    padding-bottom: 18px;

    font-size: 27px;
}

.alaska-footer-external svg {
    width: 21px;
    height: 21px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* MAIN NAVY FOOTER */

.alaska-footer-panel {
    position: relative;

    min-height: 520px;
    padding: 48px 54px 38px;
    overflow: hidden;

    display: flex;
    flex-direction: column;

    border-radius: 24px;

    background-color: #002f4f;
}

.alaska-footer-panel::before {
    content: "";

    position: absolute;
    z-index: 0;
    inset: 0;

    background-image: url("/assets/alaska/images/footer-background.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    opacity: 0.55;
    pointer-events: none;
}

.alaska-footer-links,
.alaska-footer-brand-row {
    position: relative;
    z-index: 1;
}

.alaska-footer-links {
    display: grid;
    grid-template-columns: 0.8fr 1fr 1.2fr 1fr 1fr;
    gap: 34px;

    flex: 0 0 auto;
}

.alaska-footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.alaska-footer-column h3 {
    margin: 0 0 16px;

    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

.alaska-footer-column a {
    margin-bottom: 10px;

    color: rgba(255,255,255,0.92);
    text-decoration: none;

    font-size: 13px;
    line-height: 1.3;
}

.alaska-footer-column a:hover {
    text-decoration: underline;
}

.alaska-footer-icon-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.alaska-footer-icon-link svg {
    width: 17px;
    height: 17px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.alaska-footer-follow-heading {
    margin-top: 18px !important;
}

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

.alaska-footer-socials a {
    margin: 0;

    width: 28px;
    height: 28px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #ffffff;
    text-decoration: none;

    font-size: 24px;
    line-height: 1;

    opacity: 0.96;

    transition:
        opacity 160ms ease,
        transform 160ms ease;
}

.alaska-footer-socials a:hover {
    opacity: 0.72;
    transform: translateY(-1px);
    text-decoration: none;
}

.alaska-footer-socials i {
    font-size: 24px;
    line-height: 1;
}

.alaska-footer-socials .roblox-social-icon svg {
    width: 25px;
    height: 25px;
    display: block;
}

.alaska-footer-brand-row {
    margin-top: auto;

    display: grid;
    grid-template-columns: 1fr auto;
    gap: 36px;
    align-items: end;
}

.alaska-footer-notices p {
    margin: 0 0 8px;

    color: rgba(255,255,255,0.80);
    font-size: 10px;
    line-height: 1.45;
}

.alaska-footer-copyright {
    margin-top: 24px !important;
}

.alaska-footer-brand {
    display: flex;
    align-items: center;
    gap: 18px;
}

.alaska-footer-logo {
    width: 156px;
    height: auto;
    object-fit: contain;
}

.alaska-footer-oneworld {
    width: 38px;
    height: 38px;
    object-fit: contain;
}


/* RESPONSIVE */

@media (max-width: 1000px) {

    .alaska-inspires-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .alaska-elevate-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 900px) {

    .alaska-footer-panel {
        min-height: 0;
    }

    .alaska-footer-promos {
        grid-template-columns: 1fr;
    }

    .alaska-footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .alaska-footer-brand-row {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 700px) {

    .alaska-inspires-section,
    .alaska-elevate-section {
        padding-bottom: 44px;
    }

    .alaska-inspires-inner,
    .alaska-elevate-inner {
        width: calc(100% - 28px);
    }

    .alaska-bottom-heading {
        margin-bottom: 20px;
        font-size: 34px;
    }

    .alaska-inspires-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .alaska-inspire-card {
        aspect-ratio: 0.92 / 1;
        border-radius: 22px;
    }

    .alaska-inspire-default {
        left: 22px;
        right: 22px;
        bottom: 22px;
        font-size: 24px;
    }

    .alaska-inspire-hover {
        left: 14px;
        right: 14px;
        bottom: 14px;

        padding: 21px;
        border-radius: 18px;
    }

    .alaska-elevate-panel {
        padding: 18px;
        border-radius: 22px;
    }

    .alaska-elevate-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .alaska-elevate-card {
        min-height: 125px;
        grid-template-columns: minmax(0, 1fr) 30px 34%;
    }

    .alaska-elevate-copy {
        padding: 22px 8px 22px 22px;
        font-size: 19px;
    }

    .alaska-elevate-icon {
        padding-bottom: 21px;
    }

}

@media (max-width: 600px) {

    .alaska-footer {
        padding: 28px 0 30px;
    }

    .alaska-footer-inner {
        width: calc(100% - 28px);
    }

    .alaska-footer-promos {
        gap: 16px;
        margin-bottom: 28px;
    }

    .alaska-footer-promo {
        height: 112px;
        min-height: 112px;

        grid-template-columns: 34% minmax(0, 1fr) 28px;

        border-radius: 18px;
    }

    .alaska-footer-promo-copy {
        padding: 20px 14px;
    }

    .alaska-footer-promo-copy strong {
        font-size: 15px;
    }

    .alaska-footer-panel {
        min-height: 0;

        padding: 30px 24px 24px;

        border-radius: 22px;
    }

    .alaska-footer-links {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .alaska-footer-brand-row {
        margin-top: 36px;
    }

    .alaska-footer-logo {
        width: 138px;
    }

}

