/* =========================================================
   New Zealand
   ========================================================= */
.sg-newzealand {
    padding: 0 0 50px;
}

/* -------------------------
   hero
------------------------- */
.sg-newzealand .sgnz-hero {
    padding-bottom: 50px;
}

.sg-newzealand .sgnz-hero-figure {
    max-width: 100%;
    overflow: hidden;
}

.sg-newzealand .sgnz-hero-img {
    display: block;
    width: 100%;
    height: auto;
}

/* -------------------------
   intro
------------------------- */
.sg-newzealand .sgnz-intro {
    max-width: 100%;
    text-align: center;
    margin: 0 auto 50px;
}

.sg-newzealand .sgnz-intro-title {
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 500;
    letter-spacing: .08em;
    line-height: 1.6;
    margin: 0 0 20px;
}

.sg-newzealand .sgnz-intro-text {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    line-height: 1.9;
    margin: 0;
    padding-bottom: 20px;
}

/* -------------------------
   section
------------------------- */
.sg-newzealand .sgnz-section {
    margin-top: 70px;
}

.sg-newzealand .sgnz-bar {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    font-size: clamp(20px, 2.4vw, 25px);
    letter-spacing: .2em;
    line-height: 1.4;
    color: #fff;
    text-align: center;
    background: #0f6a3a;
    margin: 0 0 50px;
    padding: 10px 0;
}

/* -------------------------
   gallery
------------------------- */
.sg-newzealand .sgnz-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
}

.sg-newzealand .sgnz-card {
    overflow: hidden;
    background: #f7f7f7;
    margin: 0;
}

.sg-newzealand .sgnz-card img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.sgnz-card.sgnz-card--text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    padding: 20px;
}

.sg-newzealand .sgnz-card-title {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 30px;
}

.sg-newzealand .sgnz-card-text {
    line-height: 1.9;
    margin: 0;
}

/* -------------------------
   closing
------------------------- */
.sg-newzealand .sgnz-closing {
    margin-top: 35px;
}

.sg-newzealand .sgnz-closing-body {
    max-width: 100%;
    margin: 18px auto 0;
    text-align: center;
}

.sg-newzealand .sgnz-closing-body p {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    line-height: 2;
    margin: 0 0 14px;
}

.sg-newzealand .sgnz-closing-body p:last-child {
    margin-bottom: 0;
}

/* -------------------------
   responsive
------------------------- */
@media (max-width: 900px) {
    .sg-newzealand .sgnz-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .sg-newzealand .sgnz-intro,
    .sg-newzealand .sgnz-closing-body {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .sg-newzealand {
        padding-bottom: 44px;
    }

    .sg-newzealand .sgnz-pagehead {
        padding-top: 28px;
        padding-bottom: 20px;
    }

    .sg-newzealand .sgnz-hero {
        padding-bottom: 22px;
    }

    .sg-newzealand .sgnz-hero-figure {
        max-width: 100%;
    }

    .sg-newzealand .sgnz-intro-title {
        font-size: 18px;
        line-height: 1.7;
    }

    .sg-newzealand .sgnz-intro-text,
    .sg-newzealand .sgnz-closing-body p {
        font-size: 14px;
        line-height: 1.9;
    }

    .sg-newzealand .sgnz-gallery {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .sg-newzealand .sgnz-bar {
        font-size: 15px;
        letter-spacing: .12em;
    }
}