@charset "utf-8";

/* =========================================================
   IASO PHOTO GALLERY | TB 768px-1180px
   Gallery List / Gallery Detail shared module.
   STEP 2: Gallery List TB.
========================================================= */
:root {
    --gallery-navy:#183247;
    --gallery-blue:#6e9db8;
    --gallery-text:#334652;
    --gallery-muted:#74858e;
    --gallery-line:#dbe4e9;
    --gallery-ivory:#f8f7f3;
    --gallery-sky:#f3f8fb;
    --gallery-white:#ffffff;
}

.GalleryListPage {
    color:var(--gallery-text);
    background:#fff;
    overflow:hidden;
}

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

.GalleryInner {
    width:calc(100% - 72px);
    max-width:1040px;
    margin:0 auto;
}

.GalleryEyebrow {
    margin:0 0 16px;
    color:var(--gallery-blue);
    font-size:10px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.19em;
}

/* HERO -------------------------------------------------- */
.GalleryHero {
    position:relative;
    min-height:590px;
    overflow:hidden;
    background:
        radial-gradient(circle at 84% 14%,rgba(110,157,184,.09),transparent 30%),
        linear-gradient(118deg,#fbfaf7 0%,#f7fafc 48%,#eef5f8 100%);
}

.GalleryHero::before {
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(24,50,71,.024) 1px,transparent 1px),
        linear-gradient(rgba(24,50,71,.02) 1px,transparent 1px);
    background-size:72px 72px;
    mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.68) 52%,#000 100%);
    pointer-events:none;
}

.GalleryHero::after {
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:1px;
    background:rgba(110,157,184,.17);
}

.GalleryHero__inner {
    position:relative;
    z-index:1;
    min-height:590px;
    display:grid;
    grid-template-columns:minmax(0,.92fr) minmax(390px,1.08fr);
    gap:48px;
    align-items:center;
    padding:58px 0 52px;
}

.GalleryHero__copy {
    position:relative;
    min-width:0;
    padding:5px 0 5px 23px;
}

.GalleryHero__copy::before {
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:1px;
    height:66px;
    background:linear-gradient(180deg,var(--gallery-blue),rgba(110,157,184,.12));
}

.GalleryHero h1 {
    margin:0;
    color:var(--gallery-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:40px;
    font-weight:500;
    line-height:1.5;
    letter-spacing:.04em;
}

.GalleryHero__lead {
    margin:24px 0 0;
    color:var(--gallery-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:17px;
    font-weight:500;
    line-height:1.9;
}

.GalleryHero__text {
    max-width:470px;
    margin:16px 0 0;
    color:#566b76;
    font-size:13px;
    line-height:2;
}

.GalleryHero__meta {
    display:flex;
    flex-wrap:wrap;
    gap:10px 20px;
    margin-top:26px;
    padding-top:16px;
    border-top:1px solid rgba(110,157,184,.2);
    color:#7c8d96;
    font-size:6.8px;
    line-height:1.4;
    letter-spacing:.15em;
}

/* HERO ART --------------------------------------------- */
.GalleryHeroArt {
    position:relative;
    height:420px;
}

.GalleryHeroArt__frame {
    position:absolute;
    border:1px solid rgba(110,157,184,.22);
}

.GalleryHeroArt__frame--back {
    top:24px;
    right:0;
    width:82%;
    height:82%;
    background:rgba(255,255,255,.28);
}

.GalleryHeroArt__frame--front {
    left:0;
    top:0;
    z-index:2;
    width:88%;
    height:88%;
    padding:34px 34px 28px;
    overflow:hidden;
    background:
        linear-gradient(150deg,rgba(255,255,255,.78),rgba(241,248,251,.56));
    border-color:rgba(255,255,255,.78);
    box-shadow:0 20px 44px rgba(24,50,71,.085);
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(10px);
}

.GalleryHeroArt__frame--front::before {
    content:"";
    position:absolute;
    right:-52px;
    top:-52px;
    width:176px;
    height:176px;
    border:1px solid rgba(110,157,184,.18);
    border-radius:50%;
}

.GalleryHeroArt__frame--front::after {
    content:"";
    position:absolute;
    right:28px;
    bottom:28px;
    width:70px;
    height:70px;
    border:1px solid rgba(110,157,184,.17);
}

.GalleryHeroArt__kicker {
    position:relative;
    z-index:2;
    display:block;
    color:var(--gallery-blue);
    font-size:7px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.19em;
}

.GalleryHeroArt__word {
    position:absolute;
    left:28px;
    top:78px;
    z-index:1;
    color:rgba(24,50,71,.11);
    font-family:Georgia,"Times New Roman",serif;
    font-size:82px;
    font-weight:400;
    line-height:.9;
    letter-spacing:.01em;
    white-space:nowrap;
}

.GalleryHeroArt__axis {
    position:absolute;
    right:31px;
    top:39px;
    z-index:2;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:6px;
    color:#718690;
    font-size:6.5px;
    font-weight:600;
    line-height:1.3;
    letter-spacing:.16em;
}

.GalleryHeroArt__line {
    position:absolute;
    z-index:2;
    height:1px;
    background:linear-gradient(90deg,rgba(110,157,184,.22),rgba(110,157,184,.78));
}

.GalleryHeroArt__line--01 {
    left:34px;
    right:34px;
    top:196px;
}

.GalleryHeroArt__line--02 {
    left:34px;
    width:36%;
    top:214px;
    opacity:.55;
}

.GalleryHeroArt__edition {
    position:absolute;
    left:34px;
    right:34px;
    bottom:29px;
    z-index:2;
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:18px;
}

.GalleryHeroArt__edition small {
    color:#6f838d;
    font-size:6.5px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.14em;
}

.GalleryHeroArt__edition b {
    color:rgba(110,157,184,.58);
    font-family:Georgia,"Times New Roman",serif;
    font-size:44px;
    font-weight:400;
    line-height:.85;
}

.GalleryHeroArt__caption {
    position:absolute;
    left:0;
    bottom:0;
    color:#778b95;
    font-size:6px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.16em;
}

/* CATEGORY NAV ----------------------------------------- */
.GalleryCategoryNav {
    border-top:1px solid var(--gallery-line);
    border-bottom:1px solid var(--gallery-line);
    background:#fff;
}

.GalleryCategoryNav__inner {
    width:100%;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
    gap:1px;
    background:var(--gallery-line);
}

.GalleryCategoryNav__link {
    position:relative;
    min-height:72px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:16px 14px;
    color:var(--gallery-navy);
    background:#fff;
    text-decoration:none;
}

.GalleryCategoryNav__link span {
    color:var(--gallery-blue);
    font-family:Georgia,"Times New Roman",serif;
    font-size:10px;
    line-height:1;
}

.GalleryCategoryNav__link strong {
    font-size:10.5px;
    font-weight:500;
    line-height:1.5;
}

.GalleryCategoryNav__link::after {
    content:"";
    position:absolute;
    left:18%;
    right:18%;
    bottom:0;
    height:1px;
    background:transparent;
}

.GalleryCategoryNav__link.is-active {
    background:#fafdfe;
}

.GalleryCategoryNav__link.is-active span {
    color:#4f859f;
}

.GalleryCategoryNav__link.is-active::after {
    background:var(--gallery-blue);
}

/* ARCHIVE ---------------------------------------------- */
.GalleryArchive {
    padding:96px 0 112px;
    background:#fff;
}

.GalleryArchive__head {
    margin-bottom:48px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(240px,.66fr);
    gap:48px;
    align-items:end;
}

.GalleryArchive__head h2 {
    margin:0;
    color:var(--gallery-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:34px;
    font-weight:500;
    line-height:1.65;
    letter-spacing:.035em;
}

.GalleryArchive__head > p {
    margin:0;
    padding-bottom:4px;
    color:var(--gallery-muted);
    font-size:13px;
    line-height:1.95;
}

/* GRID -------------------------------------------------- */
.GalleryGrid {
    display:grid;
    gap:54px 22px;
    align-items:start;
}

.GalleryGrid--single {
    grid-template-columns:minmax(0,620px);
    justify-content:center;
}

.GalleryGrid--double {
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:900px;
    margin:0 auto;
}

.GalleryGrid--triple {
    grid-template-columns:repeat(3,minmax(0,1fr));
}

.GalleryGrid--editorial {
    grid-template-columns:repeat(12,minmax(0,1fr));
}

.GalleryGrid--editorial .GalleryCard {
    grid-column:span 4;
}

.GalleryGrid--editorial .GalleryCard--featured {
    grid-column:span 7;
}

.GalleryGrid--editorial .GalleryCard--wide {
    grid-column:span 8;
}

/* CARD -------------------------------------------------- */
.GalleryCard {
    min-width:0;
}

.GalleryCard__link {
    display:block;
    color:inherit;
    text-decoration:none;
}

.GalleryCard__figure {
    margin:0;
}

.GalleryCard__image {
    position:relative;
    overflow:hidden;
    background:#eef4f6;
}

.GalleryCard__image::after {
    content:"";
    position:absolute;
    inset:0;
    border:1px solid rgba(24,50,71,.055);
    pointer-events:none;
}

.GalleryCard__image img {
    display:block;
    width:100%;
    aspect-ratio:4/5;
    object-fit:cover;
}

.GalleryGrid--single .GalleryCard__image img,
.GalleryGrid--double .GalleryCard__image img,
.GalleryCard--featured .GalleryCard__image img,
.GalleryCard--wide .GalleryCard__image img {
    aspect-ratio:16/10;
}

.GalleryCard__index {
    position:absolute;
    left:12px;
    top:12px;
    min-width:30px;
    height:30px;
    display:grid;
    place-items:center;
    border:1px solid rgba(255,255,255,.78);
    border-radius:50%;
    color:#fff;
    background:rgba(24,50,71,.24);
    -webkit-backdrop-filter:blur(6px);
    backdrop-filter:blur(6px);
    font-family:Georgia,"Times New Roman",serif;
    font-size:8.5px;
    line-height:1;
}

.GalleryCard__hover {
    display:none;
}

.GalleryCard__caption {
    padding-top:17px;
}

.GalleryCard__category {
    display:block;
    color:var(--gallery-blue);
    font-size:7.5px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.13em;
}

.GalleryCard h3 {
    margin:9px 0 0;
    color:var(--gallery-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:17px;
    font-weight:500;
    line-height:1.68;
    letter-spacing:.02em;
}

.GalleryCard--featured h3,
.GalleryCard--wide h3 {
    font-size:19px;
}

.GalleryCard__view {
    display:inline-block;
    margin-top:10px;
    color:#8a9aa2;
    font-size:6.8px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.15em;
}

/* EMPTY ------------------------------------------------- */
.GalleryArchive__empty {
    padding:58px 0;
    border-top:1px solid var(--gallery-line);
    border-bottom:1px solid var(--gallery-line);
    text-align:center;
}

.GalleryArchive__empty p {
    margin:0;
    color:var(--gallery-muted);
    font-size:13px;
    line-height:1.95;
}

.GalleryArchive__empty a {
    display:inline-block;
    margin-top:18px;
    color:var(--gallery-navy);
    font-size:11px;
    text-underline-offset:4px;
}

/* CLOSING ---------------------------------------------- */
.GalleryClosing {
    padding:108px 0 116px;
    background:var(--gallery-navy);
    text-align:center;
}

.GalleryClosing__inner {
    max-width:820px;
}

.GalleryClosing .GalleryEyebrow {
    color:#9bc1d4;
}

.GalleryClosing h2 {
    margin:0;
    color:#fff;
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:34px;
    font-weight:500;
    line-height:1.7;
    letter-spacing:.04em;
}

.GalleryClosing__inner > p:not(.GalleryEyebrow) {
    max-width:660px;
    margin:25px auto 0;
    color:#cbd8df;
    font-size:13px;
    line-height:2;
}

.GalleryClosing__actions {
    display:flex;
    justify-content:center;
    gap:12px;
    margin-top:34px;
}

/* NARROW TABLET ---------------------------------------- */
@media screen and (max-width:900px) {
    .GalleryInner {
        width:calc(100% - 56px);
    }

    .GalleryHero {
        min-height:0;
    }

    .GalleryHero::before {
        mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.45) 58%,#000 100%);
    }

    .GalleryHero__inner {
        min-height:0;
        grid-template-columns:1fr;
        gap:36px;
        padding:68px 0 50px;
    }

    .GalleryHero__copy {
        width:min(680px,94%);
    }

    .GalleryHero h1 {
        font-size:40px;
    }

    .GalleryHero__text {
        max-width:620px;
    }

    .GalleryHeroArt {
        width:min(700px,100%);
        height:390px;
        margin:0 auto;
    }

    .GalleryHeroArt__frame--front {
        width:90%;
        height:88%;
    }

    .GalleryHeroArt__frame--back {
        width:84%;
    }

    .GalleryCategoryNav__inner {
        grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    }

    .GalleryArchive {
        padding:88px 0 98px;
    }

    .GalleryArchive__head {
        grid-template-columns:1fr;
        gap:16px;
        margin-bottom:42px;
    }

    .GalleryArchive__head > p {
        max-width:560px;
    }

    .GalleryGrid {
        gap:48px 20px;
    }

    .GalleryGrid--single {
        grid-template-columns:minmax(0,580px);
    }

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

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

    .GalleryGrid--editorial .GalleryCard,
    .GalleryGrid--editorial .GalleryCard--featured,
    .GalleryGrid--editorial .GalleryCard--wide {
        grid-column:auto;
    }

    .GalleryGrid--editorial .GalleryCard__image img {
        aspect-ratio:16/11;
    }

    .GalleryCard h3,
    .GalleryCard--featured h3,
    .GalleryCard--wide h3 {
        font-size:18px;
    }
}

/* =========================================================
   GALLERY DETAIL | TB 768px-1180px
   PC FIX design translated for tablet.
========================================================= */
.GalleryDetailPage {
    color:var(--gallery-text);
    background:#fff;
    overflow:hidden;
}

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

/* DETAIL HERO ------------------------------------------ */
.GalleryDetailHero {
    position:relative;
    min-height:590px;
    overflow:hidden;
    background:
        radial-gradient(circle at 10% 8%,rgba(110,157,184,.07),transparent 30%),
        linear-gradient(118deg,#fbfaf7 0%,#f8fafb 48%,#edf4f7 100%);
}

.GalleryDetailHero::before {
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,rgba(24,50,71,.024) 1px,transparent 1px),
        linear-gradient(rgba(24,50,71,.018) 1px,transparent 1px);
    background-size:72px 72px;
    mask-image:linear-gradient(90deg,#000 0%,rgba(0,0,0,.4) 50%,transparent 100%);
    pointer-events:none;
}

.GalleryDetailHero__inner {
    position:relative;
    z-index:1;
    min-height:590px;
    display:grid;
    grid-template-columns:minmax(290px,.82fr) minmax(390px,1.18fr);
    gap:46px;
    align-items:center;
    padding:66px 0 58px;
}

.GalleryDetailHero__copy {
    position:relative;
    min-width:0;
    padding-left:23px;
}

.GalleryDetailHero__copy::before {
    content:"";
    position:absolute;
    left:0;
    top:1px;
    width:1px;
    height:72px;
    background:linear-gradient(180deg,var(--gallery-blue),rgba(110,157,184,.1));
}

.GalleryDetailHero__category {
    margin:0 0 13px;
    color:#7b8d96;
    font-size:7.5px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.17em;
}

.GalleryDetailHero h1 {
    margin:0;
    color:var(--gallery-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:40px;
    font-weight:500;
    line-height:1.5;
    letter-spacing:.04em;
}

.GalleryDetailHero__text {
    max-width:430px;
    margin:23px 0 0;
    color:#566b76;
    font-size:13px;
    line-height:2.1;
}

.GalleryDetailHero__meta {
    display:flex;
    flex-wrap:wrap;
    gap:10px 20px;
    margin-top:25px;
    padding-top:16px;
    border-top:1px solid rgba(110,157,184,.2);
    color:#7c8d96;
    font-size:6.8px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.15em;
}

.GalleryDetailHero__visual {
    position:relative;
    min-width:0;
    padding:18px 22px 0 0;
}

.GalleryDetailHero__visual::before {
    content:"";
    position:absolute;
    right:0;
    top:0;
    width:82%;
    height:86%;
    border:1px solid rgba(110,157,184,.2);
    background:rgba(255,255,255,.24);
}

.GalleryDetailHero__figure {
    position:relative;
    z-index:1;
    margin:0;
    overflow:hidden;
    background:#eaf1f4;
    box-shadow:0 22px 48px rgba(24,50,71,.10);
}

.GalleryDetailHero__figure::after {
    content:"";
    position:absolute;
    inset:0;
    border:1px solid rgba(255,255,255,.54);
    pointer-events:none;
}

.GalleryDetailHero__figure img {
    display:block;
    width:100%;
    height:410px;
    object-fit:cover;
}

.GalleryDetailHero__figure figcaption {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    padding:42px 20px 17px;
    color:#fff;
    background:linear-gradient(180deg,transparent,rgba(12,32,46,.44));
}

.GalleryDetailHero__figure figcaption span {
    font-size:6.5px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.17em;
}

.GalleryDetailHero__figure figcaption b {
    font-family:Georgia,"Times New Roman",serif;
    font-size:30px;
    font-weight:400;
    line-height:.8;
}

.GalleryDetailHero__placeholder {
    position:relative;
    z-index:1;
    height:410px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    padding:34px;
    border:1px solid rgba(110,157,184,.2);
    background:rgba(255,255,255,.5);
}

.GalleryDetailHero__placeholder span {
    color:var(--gallery-blue);
    font-size:7.5px;
    font-weight:600;
    letter-spacing:.19em;
}

.GalleryDetailHero__placeholder strong {
    color:rgba(24,50,71,.13);
    font-family:Georgia,"Times New Roman",serif;
    font-size:66px;
    font-weight:400;
    line-height:.88;
}

/* VISUAL STORY ----------------------------------------- */
.GalleryDetailStory {
    padding:96px 0 108px;
    background:#fff;
}

.GalleryDetailStory__head {
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(230px,.62fr);
    gap:48px;
    align-items:end;
    margin-bottom:54px;
}

.GalleryDetailStory__head h2 {
    margin:0;
    color:var(--gallery-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:34px;
    font-weight:500;
    line-height:1.65;
    letter-spacing:.035em;
}

.GalleryDetailStory__head > p {
    margin:0;
    padding-bottom:4px;
    color:var(--gallery-muted);
    font-size:13px;
    line-height:1.95;
}

.GalleryDetailStory__grid {
    display:grid;
    grid-template-columns:repeat(12,minmax(0,1fr));
    gap:52px 24px;
    align-items:start;
}

.GalleryDetailMedia {
    grid-column:span 6;
    margin:0;
}

.GalleryDetailMedia--wide {
    grid-column:2 / span 10;
}

.GalleryDetailMedia--offset {
    grid-column:5 / span 8;
}

.GalleryDetailMedia__image {
    position:relative;
    overflow:hidden;
    background:#eef4f6;
}

.GalleryDetailMedia__image::after {
    content:"";
    position:absolute;
    inset:0;
    border:1px solid rgba(24,50,71,.055);
    pointer-events:none;
}

.GalleryDetailMedia__image img {
    display:block;
    width:100%;
    height:auto;
    max-height:700px;
    object-fit:cover;
}

.GalleryDetailMedia:not(.GalleryDetailMedia--wide):not(.GalleryDetailMedia--offset) .GalleryDetailMedia__image img {
    aspect-ratio:4/5;
}

.GalleryDetailMedia--wide .GalleryDetailMedia__image img {
    aspect-ratio:16/10;
}

.GalleryDetailMedia--offset .GalleryDetailMedia__image img {
    aspect-ratio:5/4;
}

.GalleryDetailMedia figcaption {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding-top:11px;
    color:#87979f;
}

.GalleryDetailMedia figcaption span {
    color:var(--gallery-blue);
    font-family:Georgia,"Times New Roman",serif;
    font-size:9.5px;
}

.GalleryDetailMedia figcaption small {
    font-size:6.3px;
    font-weight:600;
    line-height:1.4;
    letter-spacing:.15em;
}

/* DETAIL NAVIGATION ------------------------------------ */
.GalleryDetailNavigation {
    padding:82px 0 96px;
    border-top:1px solid #d5e0e6;
    background:linear-gradient(180deg,#faf9f6 0%,#f7f7f3 100%);
}

.GalleryDetailNavigation__top {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    margin-bottom:24px;
    padding-bottom:19px;
    border-bottom:1px solid rgba(24,50,71,.11);
}

.GalleryDetailNavigation__top .GalleryEyebrow {
    margin:0;
}

.GalleryDetailNavigation__back {
    display:inline-flex;
    min-height:40px;
    align-items:center;
    gap:10px;
    padding:0 16px;
    border:1px solid rgba(24,50,71,.20);
    border-radius:999px;
    color:var(--gallery-navy);
    background:#fff;
    text-decoration:none;
    box-shadow:0 7px 18px rgba(24,50,71,.04);
}

.GalleryDetailNavigation__back span {
    color:#5e91ac;
    font-size:14px;
    font-weight:600;
}

.GalleryDetailNavigation__back strong {
    color:var(--gallery-navy);
    font-size:7.5px;
    font-weight:700;
    letter-spacing:.14em;
}

.GalleryDetailNavigation__grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:1px;
    overflow:hidden;
    background:#cedbe2;
    border:1px solid #cedbe2;
    box-shadow:0 12px 28px rgba(24,50,71,.045);
}

.GalleryDetailNavigation__item {
    position:relative;
    min-height:158px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:30px 68px 30px 30px;
    color:var(--gallery-navy);
    background:#fff;
    text-decoration:none;
}

.GalleryDetailNavigation__item--next {
    align-items:flex-end;
    padding:30px 30px 30px 68px;
    text-align:right;
}

.GalleryDetailNavigation__item small {
    margin-bottom:11px;
    color:#5f91ad;
    font-size:6.7px;
    font-weight:700;
    line-height:1.4;
    letter-spacing:.16em;
}

.GalleryDetailNavigation__item strong {
    max-width:330px;
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:17px;
    font-weight:500;
    line-height:1.65;
    letter-spacing:.02em;
}

.GalleryDetailNavigation__item > span {
    position:absolute;
    right:26px;
    top:50%;
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border:1px solid rgba(110,157,184,.30);
    border-radius:50%;
    color:#4f819c;
    background:#f5fafc;
    font-size:16px;
    font-weight:600;
    transform:translateY(-50%);
}

.GalleryDetailNavigation__item--next > span {
    left:26px;
    right:auto;
}

.GalleryDetailNavigation__item--empty {
    background:rgba(255,255,255,.54);
}

/* EMPTY ------------------------------------------------- */
.GalleryDetailEmpty {
    min-height:590px;
    display:flex;
    align-items:center;
    background:
        radial-gradient(circle at 82% 18%,rgba(110,157,184,.09),transparent 30%),
        linear-gradient(135deg,#fbfaf7,#eef5f8);
}

.GalleryDetailEmpty__inner {
    padding:96px 0;
    text-align:center;
}

.GalleryDetailEmpty h1 {
    margin:0;
    color:var(--gallery-navy);
    font-family:"Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
    font-size:38px;
    font-weight:500;
    line-height:1.65;
    letter-spacing:.035em;
}

.GalleryDetailEmpty__inner > p:not(.GalleryEyebrow) {
    margin:22px 0 30px;
    color:var(--gallery-muted);
    font-size:13px;
    line-height:2;
}

/* Closing buttons: preserve contrast on dark background. */
.GalleryClosing__actions .iaso-button {
    min-width:180px;
}

.GalleryClosing__actions .iaso-button--primary,
.GalleryClosing__actions .iaso-button--primary:visited {
    color:#fff;
    background:#6e9db8;
    border-color:#6e9db8;
    box-shadow:0 10px 26px rgba(0,0,0,.09);
}

.GalleryClosing__actions .iaso-button--secondary,
.GalleryClosing__actions .iaso-button--secondary:visited {
    color:#fff;
    background:transparent;
    border-color:rgba(255,255,255,.56);
}

/* NARROW TABLET DETAIL --------------------------------- */
@media screen and (max-width:900px) {
    .GalleryDetailHero {
        min-height:0;
    }

    .GalleryDetailHero::before {
        mask-image:linear-gradient(180deg,#000 0%,rgba(0,0,0,.28) 48%,transparent 100%);
    }

    .GalleryDetailHero__inner {
        min-height:0;
        grid-template-columns:1fr;
        gap:38px;
        padding:68px 0 52px;
    }

    .GalleryDetailHero__copy {
        width:min(680px,96%);
    }

    .GalleryDetailHero h1 {
        font-size:40px;
    }

    .GalleryDetailHero__text {
        max-width:620px;
    }

    .GalleryDetailHero__visual {
        width:min(720px,100%);
        margin:0 auto;
        padding:18px 22px 0 0;
    }

    .GalleryDetailHero__figure img,
    .GalleryDetailHero__placeholder {
        height:460px;
    }

    .GalleryDetailStory {
        padding:88px 0 96px;
    }

    .GalleryDetailStory__head {
        grid-template-columns:1fr;
        gap:14px;
        margin-bottom:44px;
    }

    .GalleryDetailStory__head > p {
        max-width:560px;
    }

    .GalleryDetailStory__grid {
        gap:44px 20px;
    }

    .GalleryDetailMedia--wide {
        grid-column:1 / -1;
    }

    .GalleryDetailMedia--offset {
        grid-column:4 / span 9;
    }

    .GalleryDetailNavigation {
        padding:74px 0 86px;
    }

    .GalleryDetailNavigation__item {
        min-height:146px;
        padding:26px 58px 26px 24px;
    }

    .GalleryDetailNavigation__item--next {
        padding:26px 24px 26px 58px;
    }

    .GalleryDetailNavigation__item strong {
        font-size:16px;
    }

    .GalleryDetailNavigation__item > span {
        right:20px;
        width:34px;
        height:34px;
        font-size:15px;
    }

    .GalleryDetailNavigation__item--next > span {
        left:20px;
        right:auto;
    }
}

