/* =========================================================
   Kahun
   ========================================================= */
.sg-kahun {
    padding: 0 0 50px;
}

/* -------------------------
   Hero
------------------------- */
.sg-kahun .sgkh-hero {
    padding-bottom: 70px;
}

.sg-kahun .sgkh-hero-figure {
    overflow: hidden;
    padding-bottom: 50px;
}

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

.sg-kahun .sgkh-hero-text {
    text-align: center;
}

.sg-kahun .sgkh-hero-lead {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.6;
    letter-spacing: .08em;
    margin: 0 0 20px;
}

.sg-kahun .sgkh-hero-desc {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    line-height: 1.9;
    margin: 0 auto;
}

/* -------------------------
   Section title
------------------------- */
.sg-kahun .sgkh-sec-title {
    text-align: center;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    font-size: clamp(20px, 2.4vw, 25px);
    line-height: 1.4;
    letter-spacing: .02em;
    background: #ffff66;
    margin: 0 0 30px;
    padding: 10px 0;
}

.sg-kahun .sgkh-sub-title {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: .08em;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .35);
    margin: 0 0 40px;
    padding-bottom: 5px;
}

/* -------------------------
   Anchor
------------------------- */
.sg-kahun .sgkh-anchor {
    margin-bottom: 70px;
}

.sg-kahun .sgkh-anchor-header {
    text-align: center;
    margin: 0 auto 20px;
}

.sg-kahun .sgkh-anchor-title {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: .02em;
    margin: 0 0 20px;
}

.sg-kahun .sgkh-anchor-desc {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.9;
    margin: 20px 0;
}

.sg-kahun .sgkh-anchor-grid {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    margin: 0 auto;
}

.sg-kahun .sgkh-anchor-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    text-align: center;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    letter-spacing: .08em;
    color: #fff;
    background: #5d4328;
    padding: 10px 20px;
}

.sg-kahun .sgkh-anchor-card:hover,
.sg-kahun .sgkh-anchor-card:focus {
    opacity: 0.5;
}

.sg-kahun .sgkh-anchor-label {
    display: inline-block;
}

/* -------------------------
   Pickup
------------------------- */
.sg-kahun .sgkh-pickup {
    margin-bottom: 70px;
}

.sg-kahun .sgkh-sec-lead {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    text-align: center;
    line-height: 1.9;
    margin: 0 0 50px;
}

.sg-kahun .sgkh-pickup-list {
    display: grid;
    gap: 50px;
}

.sg-kahun .sgkh-pickup-item {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 30px;
    align-items: start;
}

.sg-kahun .sgkh-pickup-figure {
    margin: 0;
}

.sg-kahun .sgkh-pickup-figure img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.sg-kahun .sgkh-pickup-body {
    padding-top: 20px;
}

.sg-kahun .sgkh-pickup-tag {
    display: inline-block;
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    line-height: 1.2;
    letter-spacing: .08em;
    color: #fff;
    background: #7f5b38;
    margin: 0 0 20px;
    padding: 10px 20px;
}

.sg-kahun .sgkh-pickup-title {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.6;
    margin: 0 0 12px;
}

.sg-kahun .sgkh-pickup-text {
    line-height: 1.9;
    margin: 0;
}

/* -------------------------
   Gallery
------------------------- */

.sg-kahun .sgkh-gallery {
    margin-bottom: 70px;
}

.sg-kahun .sgkh-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.sg-kahun .sgkh-gallery-card figure {
    margin: 0 0 10px;
}

.sg-kahun .sgkh-gallery-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.sg-kahun .sgkh-gallery-link p{
  text-align: center;
  line-height: 1.7;
  color: #000;
  margin: 0;
}

/* -------------------------
   Products
------------------------- */
.sg-kahun .sgkh-products {
    margin-bottom: 100px;
}

.sg-kahun .sgkh-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px;
}

.sg-kahun .sgkh-product-card {
    text-align: center;
}

.sg-kahun .sgkh-product-figure {
    margin: 0 0 20px;
}

.sg-kahun .sgkh-product-figure img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    background: #fff;
}

.sg-kahun .sgkh-product-title {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.sg-kahun .sgkh-product-text {
    line-height: 1.8;
    margin: 0;
}

/* -------------------------
   Steps
------------------------- */
.sg-kahun .sgkh-steps {
    margin-bottom: 100px;
}

.sg-kahun .sgkh-herbs-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px;
    margin-bottom: 50px;
}

.sg-kahun .sgkh-herbs-card {
    text-align: center;
}

.sg-kahun .sgkh-herbs-figure {
    margin: 0 0 20px;
}

.sg-kahun .sgkh-herbs-figure img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    background: #fff;
}

.sg-kahun .sgkh-herbs-title {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.sg-kahun .sgkh-herbs-text {
    line-height: 1.8;
    margin: 0;
}

.sg-kahun .sgkh-step-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 50px 0 50px;
}

.sg-kahun .sgkh-step-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    color: #fff;
    background: #9fb2a4;
    line-height: 1.2;
    padding: 10px 20px;
}

.sg-kahun .sgkh-step-list {
    display: grid;
    gap: 50px;
}

.sg-kahun .sgkh-step-item {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 30px;
    align-items: start;
}

.sg-kahun .sgkh-step-figure {
    margin: 0;
}

.sg-kahun .sgkh-step-figure img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.sg-kahun .sgkh-step-title {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.6;
    color: #1f6a3a;
    margin: 0 0 10px;    
    padding-top: 20px;
}

.sg-kahun .sgkh-step-text {
    line-height: 1.9;
    margin: 0;
}

/* -------------------------
   Herb
------------------------- */
.sg-kahun .sgkh-herb {
    margin-bottom: 100px;
}

.sg-kahun .sgkh-herb-list {
    display: grid;
    gap: 50px;
}

.sg-kahun .sgkh-herb-item {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 30px;
    align-items: start;
}

.sg-kahun .sgkh-herb-figure {
    margin: 0;
}

.sg-kahun .sgkh-herb-figure img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.sg-kahun .sgkh-herb-title {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.6;
    color: #1f6a3a;
    margin: 0 0 10px;
    padding-top: 20px;
}

.sg-kahun .sgkh-herb-text {
    margin: 0;
    line-height: 1.9;
}

/* -------------------------
   Exterior
------------------------- */
.sg-kahun .sgkh-exterior {
    margin-bottom: 70px;
}

.sg-kahun .sgkh-exterior-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px;
}

.sg-kahun .sgkh-exterior-card {
    text-align: center;
}

.sg-kahun .sgkh-exterior-card figure {
    margin: 0 0 10px;
}

.sg-kahun .sgkh-exterior-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.sg-kahun .sgkh-exterior-card h3 {
    font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.5;
    margin: 0 0 10px;
}

.sg-kahun .sgkh-exterior-card p {
    line-height: 1.8;
    text-align: center;
    margin: 0 0 20px;
}

.sg-kahun .sgkh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    min-height: 50px;
    background: #5d4328;
    color: #fff;
    line-height: 1.2;
    letter-spacing: .08em;
    padding: 10px 20px;
}

.sg-kahun .sgkh-btn:hover,
.sg-kahun .sgkh-btn:focus {
    opacity: .5;
}

/* -------------------------
   Responsive
------------------------- */
@media (max-width: 900px) {

    .sg-kahun .sgkh-anchor-grid,
    .sg-kahun .sgkh-links-grid,
    .sg-kahun .sgkh-gallery-grid,
    .sg-kahun .sgkh-products-grid,
    .sg-kahun .sgkh-exterior-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sg-kahun .sgkh-pickup-item,
    .sg-kahun .sgkh-step-item,
    .sg-kahun .sgkh-herb-item {
        grid-template-columns: 1fr;
    }

    .sg-kahun .sgkh-pickup-figure img,
    .sg-kahun .sgkh-step-figure img,
    .sg-kahun .sgkh-herb-figure img {
        aspect-ratio: 16 / 10;
    }
}

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

    .sg-kahun .sgkh-hero,
    .sg-kahun .sgkh-anchor,
    .sg-kahun .sgkh-pickup,
    .sg-kahun .sgkh-links,
    .sg-kahun .sgkh-gallery,
    .sg-kahun .sgkh-products,
    .sg-kahun .sgkh-steps,
    .sg-kahun .sgkh-herb {
        margin-bottom: 48px;
    }

    .sg-kahun .sgkh-anchor-grid,
    .sg-kahun .sgkh-links-grid,
    .sg-kahun .sgkh-gallery-grid,
    .sg-kahun .sgkh-products-grid,
    .sg-kahun .sgkh-exterior-grid {
        grid-template-columns: 1fr;
    }

    .sg-kahun .sgkh-anchor-card,
    .sg-kahun .sgkh-linkbtn {
        min-height: 54px;
        font-size: 14px;
    }

    .sg-kahun .sgkh-step-nav {
        justify-content: flex-start;
    }

    .sg-kahun .sgkh-step-chip {
        font-size: 13px;
    }

    .sg-kahun .sgkh-hero-desc,
    .sg-kahun .sgkh-pickup-text,
    .sg-kahun .sgkh-step-text,
    .sg-kahun .sgkh-herb-text,
    .sg-kahun .sgkh-exterior-lead {
        font-size: 14px;
    }
}