.logistics-page {
    --logistics-blue: #164361;
    --logistics-ink: #173b50;
    --logistics-body: #385d72;
    --logistics-line: #d6e3e8;
    --logistics-mist: #f3f7f8;
    --logistics-green: #4d766d;
}

.logistics-page button,
.logistics-page a {
    font-family: "Avenir Next", sans-serif;
}

.logistics-page figure,
.logistics-page dl,
.logistics-page ol,
.logistics-page ul {
    margin: 0;
}

.logistics-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(7.4rem, 7vw, 10.8rem) 0 clamp(7.2rem, 7vw, 10rem);
    background:
        radial-gradient(circle at 91% 9%, rgba(143, 182, 212, 0.22), transparent 34%),
        linear-gradient(180deg, #f8fbfc 0%, #ffffff 84%);
}

.logistics-hero::before {
    position: absolute;
    top: 0;
    right: 0;
    width: min(41vw, 64rem);
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, var(--nhk-sea-green));
}

.logistics-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(40rem, 0.78fr);
    gap: clamp(5.2rem, 7vw, 10.8rem);
    align-items: center;
}

.logistics-hero__content {
    position: relative;
    z-index: 1;
}

.logistics-hero__lead {
    max-width: 66rem;
    margin-top: 3rem !important;
    font-size: 1.85rem;
    line-height: 1.72;
}

.logistics-hero__figure {
    position: relative;
    overflow: hidden;
    min-height: 58rem;
    border: 1px solid rgba(22, 67, 97, 0.14);
    border-radius: 1.8rem;
    background: #dfe9ec;
    box-shadow: 0 2.6rem 7rem rgba(16, 47, 67, 0.16);
}

.logistics-hero__figure picture,
.logistics-hero__figure img {
    display: block;
    width: 100%;
    height: 100%;
}

.logistics-hero__figure img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: 52% 57%;
}

.logistics-hero__figure figcaption,
.logistics-road__figure figcaption,
.logistics-container__figure figcaption {
    position: absolute;
    right: 1.6rem;
    bottom: 1.6rem;
    left: 1.6rem;
    padding: 1.1rem 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 0.8rem;
    color: #fff;
    background: rgba(14, 43, 59, 0.76);
    backdrop-filter: blur(8px);
    font-size: 1.18rem;
    line-height: 1.4;
}

.logistics-text-link {
    display: inline-flex;
    min-height: 5.2rem;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 0.5rem;
    border: 0;
    color: var(--logistics-blue);
    background: transparent;
    font-size: 1.45rem;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: #8eb7b4;
    text-underline-offset: 0.38em;
    cursor: pointer;
}

.logistics-text-link span {
    font-size: 1.8rem;
}

.logistics-facts {
    border-top: 1px solid var(--logistics-line);
    border-bottom: 1px solid var(--logistics-line);
    background: #fff;
}

.logistics-facts dl {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.logistics-facts dl > div {
    min-width: 0;
    padding: 3.2rem clamp(2rem, 2.8vw, 4rem);
    border-left: 1px solid var(--logistics-line);
}

.logistics-facts dl > div:first-child {
    border-left: 0;
}

.logistics-facts dt {
    color: var(--logistics-blue);
    font-size: clamp(2.6rem, 2.5vw, 3.6rem);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: -0.035em;
    white-space: nowrap;
}

.logistics-facts dd {
    margin: 0.8rem 0 0;
    color: #5a7685;
    font-size: 1.28rem;
    line-height: 1.45;
}

.logistics-road__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(48rem, 1.18fr);
    gap: clamp(5rem, 7vw, 10rem);
    align-items: center;
}

.logistics-road__copy h2,
.logistics-documents h2,
.logistics-container h2,
.logistics-video h2,
.logistics-partnerships h2 {
    margin-bottom: 2.8rem;
}

.logistics-road__copy p + p,
.logistics-container__copy p + p {
    margin-top: 2rem;
}

.logistics-road__figure {
    position: relative;
    overflow: hidden;
    min-height: 51rem;
    border-radius: 1.6rem;
    background: var(--logistics-mist);
}

.logistics-road__figure picture,
.logistics-road__figure img {
    display: block;
    width: 100%;
    height: 100%;
}

.logistics-road__figure img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: 50% 50%;
}

.logistics-route {
    scroll-margin-top: 9rem;
    border-top: 1px solid #dbe7e9;
    border-bottom: 1px solid #dbe7e9;
    background:
        linear-gradient(135deg, rgba(143, 182, 212, 0.13), transparent 43%),
        #eef5f4;
}

.logistics-route__heading {
    max-width: 88rem;
}

.logistics-route__journey {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5.2rem clamp(3rem, 4.2vw, 6.4rem);
    padding: 0;
    list-style: none;
}

.logistics-route__journey::before {
    display: none;
}

.logistics-route__journey li {
    position: relative;
    min-width: 0;
    padding: 7.2rem 0 0;
    border-top: 1px solid #a9c5c7;
}

.logistics-route__number {
    position: absolute;
    top: -2.7rem;
    left: 0;
    display: grid;
    width: 5.4rem;
    height: 5.4rem;
    place-items: center;
    border: 1px solid #8fb6b3;
    border-radius: 50%;
    color: #fff;
    background: var(--logistics-blue);
    box-shadow: 0 0 0 0.8rem #eef5f4;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.logistics-route__journey h3 {
    margin-bottom: 1.35rem;
    font-size: 2rem;
    line-height: 1.24;
    letter-spacing: -0.025em;
}

.logistics-route__location {
    display: block;
    margin: -0.5rem 0 1.25rem;
    color: #52737a;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.logistics-route__journey p {
    font-size: 1.43rem;
    line-height: 1.62;
}

.logistics-route__note {
    margin-top: 4.8rem !important;
    padding-top: 2.2rem;
    border-top: 1px solid rgba(90, 126, 127, 0.24);
    color: #43676f;
    font-size: 1.35rem;
}

.logistics-route__responsibility {
    max-width: 94rem;
    margin-top: 1.6rem !important;
    color: #43676f;
    font-size: 1.35rem;
    line-height: 1.65;
}

.logistics-documents__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(42rem, 1.14fr);
    gap: clamp(6rem, 9vw, 13rem);
    align-items: start;
}

.logistics-documents__list {
    padding: 0;
    border-top: 1px solid var(--logistics-line);
    list-style: none;
}

.logistics-documents__list li {
    display: grid;
    grid-template-columns: 4.4rem 1fr;
    align-items: center;
    min-height: 6.5rem;
    padding: 1.4rem 0;
    border-bottom: 1px solid var(--logistics-line);
    color: var(--logistics-ink);
    font-size: 1.52rem;
    line-height: 1.45;
}

.logistics-documents__list span {
    color: #78929f;
    font-size: 1.08rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.logistics-container {
    color: #dfe9ed;
    background:
        radial-gradient(circle at 80% 20%, rgba(143, 182, 212, 0.2), transparent 38%),
        #143c55;
}

.logistics-container h2,
.logistics-container .nhk-eyebrow {
    color: #fff;
}

.logistics-container .nhk-eyebrow {
    opacity: 0.78;
}

.logistics-container__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(42rem, 1.14fr);
    gap: 4rem clamp(6rem, 9vw, 13rem);
    align-items: start;
}

.logistics-container__copy {
    font-size: 1.72rem;
    line-height: 1.7;
}

.logistics-container__figure {
    position: relative;
    overflow: hidden;
    min-height: 48rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 1.6rem;
    background: #0f3045;
}

.logistics-container__figure picture,
.logistics-container__figure img {
    display: block;
    width: 100%;
    height: 100%;
}

.logistics-container__figure img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: 50% 52%;
}

.logistics-container__specs {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.logistics-container__specs div {
    padding: 2.6rem 2.8rem;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.logistics-container__specs div:first-child {
    border-left: 0;
}

.logistics-container__specs dt {
    color: #afc6d0;
    font-size: 1.12rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.logistics-container__specs dd {
    margin: 0.7rem 0 0;
    color: #fff;
    font-size: 1.68rem;
    font-weight: 600;
    line-height: 1.32;
}

.logistics-video {
    border-top: 1px solid var(--logistics-line);
    background: var(--logistics-mist);
}

.logistics-video__grid {
    display: grid;
    grid-template-columns: minmax(28rem, 38rem) minmax(0, 1fr);
    gap: clamp(6rem, 10vw, 15rem);
    align-items: center;
}

.logistics-video-card {
    width: min(100%, 36rem);
    justify-self: center;
}

.logistics-video-card__frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 9 / 16;
    border: 1px solid rgba(22, 67, 97, 0.15);
    border-radius: 1.7rem;
    background: #163c52;
    box-shadow: 0 2.4rem 6rem rgba(16, 47, 67, 0.16);
}

.logistics-video-card__frame picture,
.logistics-video-card__frame img,
.logistics-video-card__frame iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.logistics-video-card__frame img {
    object-fit: cover;
    object-position: 51% 54%;
}

.logistics-video-card__frame iframe {
    border: 0;
}

.logistics-video-card__frame::after {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: linear-gradient(180deg, transparent 48%, rgba(10, 33, 46, 0.72) 100%);
}

.logistics-video-card__frame:has(iframe)::after {
    display: none;
}

.logistics-video-card__frame button {
    position: absolute;
    z-index: 1;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
    font-size: 1.35rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}

.logistics-video-card__play {
    display: grid;
    width: 4.8rem;
    height: 4.8rem;
    flex: 0 0 auto;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 50%;
    color: var(--logistics-blue);
    background: #fff;
}

.logistics-video-card figcaption {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem 1.6rem;
    margin-top: 1.5rem;
    color: #587684;
    font-size: 1.18rem;
    line-height: 1.45;
}

.logistics-video-card figcaption a {
    color: var(--logistics-blue);
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.logistics-video__copy {
    max-width: 67rem;
}

.logistics-video__copy > p {
    max-width: 64rem;
}

.logistics-video__copy ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem 3rem;
    margin-top: 3.4rem;
    padding: 2.8rem 0 0;
    border-top: 1px solid var(--logistics-line);
    list-style: none;
}

.logistics-video__copy li {
    position: relative;
    padding-left: 1.8rem;
    color: var(--logistics-ink);
    font-size: 1.42rem;
    line-height: 1.5;
}

.logistics-video__copy li::before {
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    content: "";
    background: #78a6a2;
}

.logistics-partnerships {
    background: #fff;
}

.logistics-partnerships__intro {
    max-width: 82rem;
}

.logistics-partnerships__principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 5.6rem;
    border-top: 1px solid var(--logistics-line);
    border-bottom: 1px solid var(--logistics-line);
}

.logistics-partnerships__principles p {
    display: grid;
    gap: 1.1rem;
    padding: 3.2rem clamp(2.5rem, 3.5vw, 4.8rem);
    border-left: 1px solid var(--logistics-line);
}

.logistics-partnerships__principles p:first-child {
    border-left: 0;
}

.logistics-partnerships__principles strong {
    color: var(--logistics-blue);
    font-size: 1.65rem;
    font-weight: 600;
}

.logistics-partnerships__principles span {
    font-size: 1.4rem;
    line-height: 1.6;
}

.logistics-related {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 4rem;
}

.logistics-related a {
    display: inline-flex;
    min-height: 4.4rem;
    align-items: center;
    padding: 0.9rem 1.6rem;
    border: 1px solid #cbdadd;
    border-radius: 999px;
    color: var(--logistics-blue);
    background: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    transition: border-color var(--motion-duration-fast) var(--motion-ease-out), background var(--motion-duration-fast) var(--motion-ease-out);
}

.logistics-related a:hover {
    border-color: #8fb6b3;
    background: #eef5f4;
}

.logistics-inquiry {
    scroll-margin-top: 9rem;
}

.logistics-inquiry__topline {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
    align-items: flex-end;
}

.logistics-inquiry__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1rem;
    margin-bottom: 5.2rem;
}

.logistics-inquiry__actions button {
    min-height: 4.6rem;
    padding: 1rem 1.8rem;
    border: 1px solid #b9d0cf;
    border-radius: 999px;
    color: var(--logistics-blue);
    background: rgba(255, 255, 255, 0.62);
    font-size: 1.3rem;
    font-weight: 600;
    cursor: pointer;
}

.logistics-page :is(a, button):focus-visible {
    outline: 3px solid #f0a53a;
    outline-offset: 3px;
}

@media (max-width: 1199px) {
    .logistics-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(35rem, 0.78fr);
        gap: 5rem;
    }

    .logistics-hero__figure {
        min-height: 52rem;
    }

    .logistics-road__grid {
        grid-template-columns: minmax(0, 0.9fr) minmax(40rem, 1.1fr);
        gap: 5rem;
    }

    .logistics-route__journey {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 5rem 3.4rem;
    }

    .logistics-route__journey h3 {
        font-size: 1.8rem;
    }

    .logistics-route__journey p {
        font-size: 1.34rem;
    }
}

@media (max-width: 899px) {
    .logistics-hero__grid,
    .logistics-road__grid,
    .logistics-documents__grid,
    .logistics-container__grid,
    .logistics-video__grid {
        grid-template-columns: 1fr;
    }

    .logistics-hero__figure {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .logistics-hero__figure img {
        object-position: 50% 58%;
    }

    .logistics-road__figure {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .logistics-route__journey {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .logistics-route__journey::before {
        display: block;
        position: absolute;
        top: 2.7rem;
        bottom: 2.7rem;
        left: 2.7rem;
        width: 1px;
        height: auto;
        content: "";
        background: #a9c5c7;
    }

    .logistics-route__journey li {
        min-height: 13rem;
        padding: 0 0 4.6rem 9rem;
        border-top: 0;
    }

    .logistics-route__number {
        top: 0;
        left: 0;
    }

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

    .logistics-container__specs div:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.18);
    }

    .logistics-container__specs div:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, 0.18);
    }

    .logistics-container__figure {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .logistics-video-card {
        width: min(76vw, 35rem);
    }

    .logistics-video__copy {
        max-width: none;
    }

    .logistics-partnerships__principles {
        grid-template-columns: 1fr;
    }

    .logistics-partnerships__principles p,
    .logistics-partnerships__principles p:first-child {
        border-left: 0;
        border-top: 1px solid var(--logistics-line);
    }

    .logistics-partnerships__principles p:first-child {
        border-top: 0;
    }

    .logistics-inquiry__topline {
        display: block;
    }

    .logistics-inquiry__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .logistics-hero {
        padding: 5.6rem 0 6.4rem;
    }

    .logistics-hero__grid {
        gap: 4.4rem;
    }

    .logistics-hero__lead {
        font-size: 1.65rem;
    }

    .logistics-hero__actions,
    .logistics-hero__actions .nhk-button,
    .logistics-text-link {
        width: 100%;
    }

    .logistics-text-link {
        justify-content: center;
    }

    .logistics-facts dl {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .logistics-facts dl > div {
        padding: 2.4rem 1.8rem;
    }

    .logistics-facts dl > div:nth-child(3) {
        border-top: 1px solid var(--logistics-line);
        border-left: 0;
    }

    .logistics-facts dl > div:nth-child(4) {
        border-top: 1px solid var(--logistics-line);
    }

    .logistics-facts dt {
        font-size: 2.45rem;
    }

    .logistics-facts dd {
        font-size: 1.15rem;
    }

    .logistics-road__figure,
    .logistics-container__figure {
        aspect-ratio: 4 / 5;
    }

    .logistics-route__journey li {
        padding-left: 8rem;
    }

    .logistics-documents__list li {
        grid-template-columns: 3.8rem 1fr;
        font-size: 1.42rem;
    }

    .logistics-container__specs {
        grid-template-columns: 1fr;
    }

    .logistics-container__specs div,
    .logistics-container__specs div:first-child,
    .logistics-container__specs div:nth-child(3),
    .logistics-container__specs div:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        border-left: 0;
    }

    .logistics-container__specs div:first-child {
        border-top: 0;
    }

    .logistics-video__copy ul {
        grid-template-columns: 1fr;
    }

    .logistics-related a {
        flex: 1 1 calc(50% - 0.5rem);
        justify-content: center;
        text-align: center;
    }

    .logistics-inquiry__actions,
    .logistics-inquiry__actions button {
        width: 100%;
    }
}

@media (max-width: 370px) {
    .logistics-facts dl {
        grid-template-columns: 1fr;
    }

    .logistics-facts dl > div,
    .logistics-facts dl > div:nth-child(3),
    .logistics-facts dl > div:nth-child(4) {
        border-top: 1px solid var(--logistics-line);
        border-left: 0;
    }

    .logistics-facts dl > div:first-child {
        border-top: 0;
    }

    .logistics-related a {
        flex-basis: 100%;
    }
}

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