.guide-intro,
.journal-intro {
    max-width: 700px;
    margin: 0 0 3rem;
    font-size: 1.5rem;
    line-height: 2;
}

.guide-list--six article {
    min-height: 230px;
}

.stay-card__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.stay-card__label {
    display: block;
    margin-bottom: .25rem;
    color: #036ec0;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .06em;
}

.stay-card__actions .text-link {
    margin-top: 0;
}

.stay-card__reserve {
    display: inline-flex;
    align-items: center;
    border: 1px solid #036ec0;
    border-radius: 999px;
    color: #036ec0;
    font-weight: 700;
    padding: .6rem .9rem;
}

.shooting-note {
    max-width: 760px;
    margin: 0 0 1.5rem;
    color: var(--color-text-gray);
    font-size: 1.35rem;
    line-height: 1.9;
}

.guide-feature--route {
    margin-top: 4rem;
}

.guide-feature--route h2 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.3;
}

.journal-grid--six article {
    display: flex;
    flex-direction: column;
}

.journal-status {
    display: inline-block;
    margin-top: auto;
    color: #888;
    font-size: 1.1rem;
}

.journal-article {
    width: min(100% - 40px, 760px);
    margin: 0 auto;
    padding: 4rem 0 6rem;
}

.journal-article__body p {
    margin: 0 0 2rem;
    color: var(--color-text-gray);
    font-size: 1.6rem;
    line-height: 2.1;
}

.journal-article .text-link {
    margin-top: 1rem;
}

/* Virtual consumer pages sit below the absolute logo and navigation. */
.consumer-page__hero {
    padding: clamp(11rem, 15vw, 14rem) 20px 5.5rem;
}

.consumer-page__hero > * {
    width: min(calc(100% - 40px), 1100px);
}

.consumer-page__hero h1 {
    max-width: 920px;
    font-size: clamp(3.8rem, 6.4vw, 6.8rem);
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.consumer-page__hero p:last-child {
    max-width: 720px;
    line-height: 1.8;
}

@media (min-width: 769px) {
    .consumer-page__hero > * {
        box-sizing: border-box;
        padding-left: 120px;
    }
}

.contact-routing {
    margin: 2rem 0 4rem;
    padding: 2rem 0 3rem;
    border-bottom: 1px solid #ddd;
}

.contact-routing h1 {
    margin: .4rem 0;
    color: #036ec0;
    font-size: clamp(3.4rem, 7vw, 6rem);
    line-height: 1.2;
}

.contact-routing > p:not(.consumer-kicker) {
    font-size: 1.45rem;
}

.contact-routing__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2rem;
}

.contact-routing__grid a {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    padding: 1.5rem;
    border: 1px solid #ddd;
    background: #f7f7f7;
    transition: .25s ease;
}

.contact-routing__grid a:hover {
    border-color: #036ec0;
    transform: translateY(-2px);
}

.contact-routing__grid strong {
    font-size: 1.45rem;
}

.contact-routing__grid span {
    color: #036ec0;
    font-size: 1.15rem;
}

.contact-stays {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #ddd;
}

.contact-stays h2 {
    margin: 0 0 1rem;
    color: #036ec0;
    font-size: 2rem;
}

.contact-stays__list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #ddd;
}

.contact-stays__list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .9rem 0;
    border-bottom: 1px solid #ddd;
}

.contact-stays__list a {
    color: #036ec0;
    font-weight: 700;
    white-space: nowrap;
}

.contact-fallback {
    margin-top: 3rem;
    padding: 2rem;
    background: #f3f8fc;
}

.contact-fallback h2 {
    margin: .4rem 0 1rem;
    color: #036ec0;
    font-size: 2.5rem;
}

.contact-fallback p:not(.consumer-kicker) {
    max-width: 640px;
    font-size: 1.35rem;
    line-height: 1.9;
}

@media (max-width: 768px) {
    .consumer-page__hero {
        padding: 8.5rem 15px 3.5rem;
    }

    .consumer-page__hero > * {
        width: 100%;
    }

    .consumer-page__hero h1 {
        font-size: clamp(3rem, 11vw, 4.6rem);
    }

    .main-visual__catchcopy {
        width: min(420px, calc(100% - 30px));
    }

    .main-visual__catchcopy .top-lead {
        max-width: 100%;
    }

    .main-visual__catchcopy .top-actions {
        gap: .5rem;
    }

    .main-visual__catchcopy .consumer-button {
        padding: .65rem 1rem;
        font-size: 1.2rem;
    }

    .guide-list--six,
    .journal-grid--six {
        grid-template-columns: 1fr;
    }

    .contact-routing__grid {
        grid-template-columns: 1fr;
    }

    .contact-stays__list li {
        align-items: flex-start;
        flex-direction: column;
        gap: .35rem;
    }
}

/* Matsumoto guide: the content follows slow, open currents instead of cards. */
.matsumoto-page {
    --matsumoto-blue: #5797eb;
    --matsumoto-deep: #134f9f;
    --matsumoto-ink: #20252a;
    --matsumoto-paper: #fdfbf6;
    position: relative;
    padding-bottom: 0;
    overflow: clip;
    background: var(--matsumoto-paper);
    color: var(--matsumoto-ink);
}

.matsumoto-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .84fr) minmax(460px, 1.16fr);
    align-items: center;
    gap: clamp(3rem, 7vw, 8rem);
    width: min(calc(100% - 64px), 1240px);
    min-height: 760px;
    margin-inline: auto;
    padding: clamp(12rem, 15vw, 16rem) 0 9rem;
}

.matsumoto-hero::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: -22vw;
    bottom: 0;
    width: 130vw;
    height: 110px;
    background: url('../img/wave_top.svg') center / 135% 100% repeat-x;
    opacity: .055;
    animation: matsumoto-current 26s ease-in-out infinite alternate;
    pointer-events: none;
}

.matsumoto-hero__copy,
.matsumoto-hero__visual {
    position: relative;
    z-index: 1;
}

.matsumoto-hero h1 {
    margin: .7rem 0 1.6rem;
    color: var(--matsumoto-deep);
    font-size: clamp(5.2rem, 8vw, 9rem);
    line-height: .98;
    letter-spacing: -.04em;
}

.matsumoto-hero__tagline {
    margin: 0 0 1.4rem;
    font-size: clamp(1.6rem, 2vw, 2.1rem);
    font-weight: 700;
}

.matsumoto-hero__lead {
    max-width: 510px;
    margin: 0;
    color: #4d555c;
    font-size: 1.45rem;
    line-height: 2;
}

.matsumoto-jump {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem 1.5rem;
    margin-top: 2.4rem;
}

.matsumoto-jump a {
    padding-bottom: .35rem;
    border-bottom: 1px solid rgba(19, 79, 159, .42);
    color: var(--matsumoto-deep);
    font-size: 1.2rem;
    font-weight: 700;
}

.matsumoto-hero__visual {
    margin: 0;
}

.matsumoto-hero__visual::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -20px -26px 24px 18px;
    border: 1px solid rgba(87, 151, 235, .55);
    border-radius: 50% 50% 40% 60% / 23% 19% 81% 77%;
    transform: rotate(1.4deg);
}

.matsumoto-hero__visual img {
    display: block;
    width: 100%;
    height: clamp(460px, 52vw, 650px);
    object-fit: cover;
    object-position: 52% center;
    border-radius: 50% 50% 39% 61% / 22% 18% 82% 78%;
    animation: matsumoto-photo-float 15s ease-in-out infinite;
}

.matsumoto-hero__visual figcaption {
    position: absolute;
    right: 3rem;
    bottom: 2.5rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .35);
}

.matsumoto-page__body {
    position: relative;
}

.matsumoto-routes,
.matsumoto-places,
.matsumoto-stay-cta {
    position: relative;
    width: min(calc(100% - 64px), 1120px);
    margin-inline: auto;
}

.matsumoto-routes {
    padding: clamp(8rem, 12vw, 13rem) 0;
}

.matsumoto-section-heading {
    max-width: 760px;
    margin-bottom: clamp(5rem, 8vw, 9rem);
}

.matsumoto-section-heading h2 {
    margin: .7rem 0 1.2rem;
    color: var(--matsumoto-deep);
    font-size: clamp(3.6rem, 6.5vw, 7rem);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.matsumoto-section-heading > p:last-child {
    margin: 0;
    color: #606870;
    font-size: 1.45rem;
    line-height: 1.9;
}

.matsumoto-route-list {
    position: relative;
    display: grid;
    gap: clamp(7rem, 10vw, 11rem);
}

.matsumoto-route-list::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 5%;
    left: 42%;
    width: 2px;
    height: 88%;
    background: linear-gradient(180deg, transparent, rgba(87, 151, 235, .55) 15%, rgba(87, 151, 235, .18) 85%, transparent);
    transform: rotate(7deg);
}

.matsumoto-route {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: clamp(2rem, 4vw, 5rem);
    width: min(82%, 880px);
    padding: 3.5rem clamp(1rem, 4vw, 4rem);
}

.matsumoto-route:nth-child(even) {
    margin-left: auto;
}

.matsumoto-route::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 4% -4% -2% -6%;
    border-radius: 51% 49% 44% 56% / 18% 15% 85% 82%;
    background: rgba(87, 151, 235, .065);
    transform: rotate(-1.2deg);
}

.matsumoto-route:nth-child(even)::before {
    inset: -3% -6% 3% -4%;
    border-radius: 45% 55% 53% 47% / 14% 19% 81% 86%;
    background: rgba(86, 190, 235, .075);
    transform: rotate(1.4deg);
}

.matsumoto-route__number {
    color: rgba(87, 151, 235, .6);
    font-size: clamp(5rem, 8vw, 8.5rem);
    font-weight: 700;
    line-height: .85;
    letter-spacing: -.08em;
}

.matsumoto-route__meta,
.matsumoto-place__index {
    margin: 0;
    color: var(--matsumoto-blue);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .14em;
}

.matsumoto-route h3 {
    margin: .7rem 0 1.4rem;
    font-size: clamp(3rem, 5vw, 5.6rem);
    line-height: 1.15;
    letter-spacing: -.035em;
}

.matsumoto-route__content > p:not(.matsumoto-route__meta) {
    max-width: 640px;
    margin: 0;
    color: #4e565d;
    font-size: 1.4rem;
    line-height: 2;
}

.matsumoto-route__stops {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem .9rem;
    margin: 1.8rem 0 0;
    padding: 0;
    list-style: none;
}

.matsumoto-route__stops li {
    display: inline-flex;
    align-items: center;
    color: #2e3740;
    font-size: 1.15rem;
    font-weight: 700;
}

.matsumoto-route__stops li:not(:last-child)::after {
    content: "";
    width: 25px;
    height: 1px;
    margin-left: .9rem;
    background: var(--matsumoto-blue);
    transform: rotate(-6deg);
}

.matsumoto-places {
    padding: clamp(6rem, 10vw, 11rem) 0 clamp(10rem, 14vw, 15rem);
}

.matsumoto-places::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -3rem;
    left: -35vw;
    width: 150vw;
    height: 180px;
    background: url('../img/wave_intro_bottom.svg') center / 115% 100% repeat-x;
    opacity: .05;
    animation: matsumoto-current 31s ease-in-out infinite alternate-reverse;
    pointer-events: none;
}

.matsumoto-section-heading--inline {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 4rem;
    max-width: none;
}

.matsumoto-section-heading--inline h2 {
    margin-bottom: 0;
}

.matsumoto-section-heading--inline > p {
    max-width: 360px;
    padding-bottom: .8rem;
}

.matsumoto-place-list {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(4rem, 8vw, 8rem) clamp(3rem, 7vw, 7rem);
}

.matsumoto-place {
    padding-top: 1.8rem;
    border-top: 1px solid rgba(19, 79, 159, .28);
}

.matsumoto-place:nth-child(even) {
    transform: translateY(4rem);
}

.matsumoto-place h3 {
    margin: 1rem 0 1.2rem;
    font-size: clamp(2.3rem, 3.4vw, 3.7rem);
    line-height: 1.28;
    letter-spacing: -.025em;
}

.matsumoto-place > p:not(.matsumoto-place__index) {
    margin: 0;
    color: #525b62;
    font-size: 1.3rem;
    line-height: 1.95;
}

.matsumoto-place > a,
.matsumoto-place__links a {
    display: inline-block;
    margin-top: 1.4rem;
    color: var(--matsumoto-deep);
    font-size: 1.15rem;
    font-weight: 700;
}

.matsumoto-place__links {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.5rem;
}

.matsumoto-weather {
    position: relative;
    width: min(calc(100% - 28px), 1360px);
    margin: 0 auto;
    padding: clamp(9rem, 12vw, 13rem) max(24px, calc((100% - 1080px) / 2));
    overflow: hidden;
    border-radius: 48% 52% 46% 54% / 8% 7% 9% 10%;
    background:
        radial-gradient(ellipse at 12% 30%, rgba(126, 187, 255, .28), transparent 35%),
        linear-gradient(155deg, #3573c5 0%, #1e629f 50%, #134f7d 100%);
    color: #fff;
}

.matsumoto-weather::before,
.matsumoto-weather::after {
    content: "";
    position: absolute;
    width: 125%;
    height: 100px;
    left: -12%;
    background: url('../img/wave_footer.svg') center / 100% 100% repeat-x;
    opacity: .07;
    animation: matsumoto-current 28s ease-in-out infinite alternate;
    pointer-events: none;
}

.matsumoto-weather::before {
    top: 12%;
}

.matsumoto-weather::after {
    right: -12%;
    bottom: 9%;
    left: auto;
    animation-direction: alternate-reverse;
}

.matsumoto-weather__heading,
.matsumoto-weather__list,
.matsumoto-weather__note {
    position: relative;
    z-index: 1;
}

.matsumoto-weather .consumer-kicker {
    color: rgba(255, 255, 255, .65);
}

.matsumoto-weather h2 {
    margin: .7rem 0 4rem;
    font-size: clamp(3.8rem, 6vw, 6.5rem);
    line-height: 1.12;
    letter-spacing: -.035em;
}

.matsumoto-weather__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 clamp(3rem, 7vw, 7rem);
}

.matsumoto-weather__list article {
    padding: 2rem 0 2.3rem;
    border-top: 1px solid rgba(255, 255, 255, .28);
}

.matsumoto-weather__list p {
    margin: 0 0 .5rem;
    color: rgba(255, 255, 255, .68);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: .12em;
}

.matsumoto-weather__list h3 {
    margin: 0 0 .8rem;
    font-size: 2rem;
}

.matsumoto-weather__list span {
    color: rgba(255, 255, 255, .82);
    font-size: 1.2rem;
    line-height: 1.8;
}

.matsumoto-weather__note {
    max-width: 720px;
    margin: 3rem 0 0;
    color: rgba(255, 255, 255, .68);
    font-size: 1.05rem;
    line-height: 1.8;
}

.matsumoto-stay-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(240px, .75fr);
    gap: clamp(3rem, 8vw, 9rem);
    align-items: end;
    padding: clamp(10rem, 14vw, 15rem) 0 clamp(9rem, 12vw, 13rem);
}

.matsumoto-stay-cta h2 {
    margin: .7rem 0 1.3rem;
    color: var(--matsumoto-deep);
    font-size: clamp(3.8rem, 6vw, 6.5rem);
    line-height: 1.14;
    letter-spacing: -.035em;
}

.matsumoto-stay-cta > div > p:not(.consumer-kicker) {
    max-width: 590px;
    margin: 0 0 2rem;
    color: #525b62;
    font-size: 1.4rem;
    line-height: 2;
}

.matsumoto-stay-cta__aside {
    margin: 0 0 .5rem;
    padding: 2rem 0 0;
    border-top: 1px solid rgba(19, 79, 159, .3);
    color: #606970;
    font-size: 1.2rem;
    line-height: 1.9;
}

@keyframes matsumoto-current {
    from { transform: translate3d(-2.5%, 0, 0); }
    to { transform: translate3d(2.5%, 3px, 0); }
}

@keyframes matsumoto-photo-float {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(0, -6px, 0) scale(1.008); }
}

@media (max-width: 900px) {
    .matsumoto-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-top: 11rem;
    }

    .matsumoto-hero__copy {
        max-width: 680px;
    }

    .matsumoto-hero__visual {
        width: min(94%, 720px);
        margin-left: auto;
    }

    .matsumoto-route {
        width: 94%;
    }
}

@media (max-width: 768px) {
    .matsumoto-hero,
    .matsumoto-routes,
    .matsumoto-places,
    .matsumoto-stay-cta {
        width: min(calc(100% - 36px), 1120px);
    }

    .matsumoto-hero {
        gap: 4.5rem;
        padding: 9rem 0 6rem;
    }

    .matsumoto-hero h1 {
        font-size: clamp(4.5rem, 18vw, 7rem);
    }

    .matsumoto-hero__lead {
        font-size: 1.3rem;
    }

    .matsumoto-jump {
        gap: .7rem 1.2rem;
    }

    .matsumoto-hero__visual,
    .matsumoto-hero__visual img {
        width: 100%;
    }

    .matsumoto-hero__visual img {
        height: min(104vw, 520px);
        border-radius: 48% 52% 43% 57% / 16% 15% 85% 84%;
    }

    .matsumoto-hero__visual::before {
        inset: -10px -10px 16px 8px;
    }

    .matsumoto-hero__visual figcaption {
        right: 1.5rem;
        bottom: 1.5rem;
    }

    .matsumoto-routes {
        padding: 7rem 0 9rem;
    }

    .matsumoto-section-heading {
        margin-bottom: 5rem;
    }

    .matsumoto-section-heading h2 {
        font-size: clamp(3.5rem, 13vw, 5rem);
    }

    .matsumoto-route-list {
        gap: 5.5rem;
    }

    .matsumoto-route-list::before {
        display: none;
    }

    .matsumoto-route,
    .matsumoto-route:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 1.4rem;
        width: 100%;
        margin-left: 0;
        padding: 2.5rem .8rem 3rem;
    }

    .matsumoto-route__number {
        font-size: 5.2rem;
    }

    .matsumoto-route h3 {
        font-size: clamp(3rem, 11vw, 4.4rem);
    }

    .matsumoto-route__content > p:not(.matsumoto-route__meta) {
        font-size: 1.3rem;
    }

    .matsumoto-route__stops {
        align-items: flex-start;
        flex-direction: column;
        gap: .5rem;
    }

    .matsumoto-route__stops li:not(:last-child)::after {
        width: 1px;
        height: 14px;
        margin: .45rem 0 0 .35rem;
        transform: rotate(5deg);
    }

    .matsumoto-section-heading--inline {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.5rem;
    }

    .matsumoto-section-heading--inline > p {
        padding-bottom: 0;
    }

    .matsumoto-place-list {
        grid-template-columns: 1fr;
        gap: 4rem;
    }

    .matsumoto-place:nth-child(even) {
        transform: none;
    }

    .matsumoto-weather {
        width: calc(100% - 12px);
        padding: 7rem 24px;
        border-radius: 47% 53% 46% 54% / 3% 3% 4% 4%;
    }

    .matsumoto-weather h2 {
        font-size: clamp(3.4rem, 12vw, 4.8rem);
    }

    .matsumoto-weather__list {
        grid-template-columns: 1fr;
    }

    .matsumoto-stay-cta {
        grid-template-columns: 1fr;
        padding-top: 8rem;
    }

    .matsumoto-stay-cta h2 {
        font-size: clamp(3.4rem, 12vw, 4.8rem);
    }
}

@media (prefers-reduced-motion: reduce) {
    .matsumoto-hero::after,
    .matsumoto-hero__visual img,
    .matsumoto-places::before,
    .matsumoto-weather::before,
    .matsumoto-weather::after {
        animation: none;
    }
}
