.price-page {
    background: #fffaf8;
    color: #231f24;
    overflow-x: hidden;
}

.price-hero {
    align-items: center;
    background: url("../image/price-list-banner.png");
    background-position: center;
    background-size: cover;
    border-bottom: 1px solid #f1e4df;
    display: grid;
    min-height: 356px;
    padding: 54px 20px;
}

.price-hero__copy {
    margin: 0 auto;
    max-width: 1180px;
    width: 100%;
}

.price-hero__copy p,
.price-heading p {
    color: #d96574;
    font-weight: 800;
    letter-spacing: .06em;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.price-hero__copy h1,
.price-heading h2 {
    font-family: "PT Serif", serif;
    line-height: 1.05;
    margin: 0;
}

.price-hero__copy h1 {
    font-size: clamp(48px, 6vw, 68px);
    max-width: 720px;
}

.price-hero__lead {
    color: #4f484d;
    display: grid;
    font-size: clamp(17px, 1.7vw, 21px);
    gap: 8px;
    line-height: 1.35;
    margin-top: 32px;
    max-width: 640px;
}

.price-content {
    padding: clamp(34px, 5vw, 66px) 20px 82px;
}

.price-shell {
    margin: 0 auto;
    max-width: 1180px;
}

.price-tabs {
    align-items: center;
    background: rgba(255, 255, 255, .9);
    border: 1px solid #eadbd5;
    border-radius: 14px;
    box-shadow: 0 16px 44px rgba(123, 83, 70, .09);
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
    margin: -70px auto 44px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.price-tabs a {
    color: #6e5f61;
    font-family: "PT Serif", serif;
    font-size: 20px;
    font-weight: 700;
    padding: 18px 28px;
    text-decoration: none;
}

.price-tabs a:hover {
    background: #df7b86;
    color: #fff;
}

.price-heading {
    margin-bottom: 26px;
    text-align: center;
}

.price-heading h2 {
    font-size: clamp(38px, 5vw, 58px);
}

.price-card-grid {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
}

.price-card {
    background: rgba(255, 255, 255, .96);
    border: 1px solid #eadbd5;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(96, 68, 61, .08);
    max-width: 100%;
    min-height: 320px;
    overflow-x: auto;
    padding: 28px 28px 30px;
    width: max-content;
}

.price-card__header {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-bottom: 22px;
}

.price-card__header span {
    align-items: center;
    border: 1px solid #e5b99f;
    border-radius: 999px;
    color: #d96574;
    display: inline-flex;
    flex: 0 0 44px;
    font-size: 22px;
    height: 44px;
    justify-content: center;
    width: 44px;
}

.price-card h3 {
    color: #d96574;
    font-family: "PT Serif", serif;
    font-size: clamp(25px, 2.6vw, 32px);
    line-height: 1.08;
    margin: 0;
    white-space: nowrap;
}

.price-card__table {
    display: grid;
    min-width: max-content;
}

.price-card__row {
    align-items: start;
    border-top: 1px solid #eee1dc;
    column-gap: 48px;
    display: grid;
    grid-template-columns: max-content max-content max-content;
    padding: 13px 0;
}

.price-card__row--head {
    border-top: 0;
    color: #2c272b;
    font-size: 14px;
    font-weight: 800;
    padding-top: 0;
}

.price-card__row span,
.price-card__row strong {
    white-space: nowrap;
}

.price-card__row strong {
    font-weight: 800;
    text-align: right;
}

.price-card__empty,
.price-empty {
    color: #756d74;
    line-height: 1.7;
}

.price-empty {
    background: #fff;
    border: 1px solid #eadbd5;
    border-radius: 14px;
    padding: 28px;
    text-align: center;
}

.price-empty h3 {
    font-family: "PT Serif", serif;
    font-size: 30px;
    margin: 0 0 8px;
}

.price-notices {
    display: grid;
    gap: 24px;
    margin-top: 36px;
}

.price-notice {
    background:
        linear-gradient(100deg, rgba(255, 255, 255, .97), rgba(255, 243, 240, .94)),
        radial-gradient(circle at right bottom, rgba(217, 176, 118, .16), transparent 32%);
    border: 1px solid #eadbd5;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(96, 68, 61, .07);
    overflow: hidden;
}

.price-notice--with-image {
    display: grid;
    grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
}

.price-notice__image img {
    display: block;
    height: 100%;
    min-height: 230px;
    object-fit: cover;
    width: 100%;
}

.price-notice__body {
    align-items: center;
    display: flex;
    gap: 24px;
    padding: 30px 36px;
}

.price-notice__body > span {
    align-items: center;
    border: 2px solid #d8ad73;
    border-radius: 999px;
    color: #c99653;
    display: inline-flex;
    flex: 0 0 58px;
    font-family: "PT Serif", serif;
    font-size: 32px;
    font-style: italic;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.price-notice h3 {
    font-family: "PT Serif", serif;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.1;
    margin: 0 0 10px;
}

.price-notice p {
    color: #5f565d;
    font-size: 18px;
    line-height: 1.65;
    margin: 0;
}

.price-notice a {
    background: #d96574;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-weight: 800;
    margin-top: 18px;
    padding: 13px 22px;
    text-decoration: none;
}

@media (max-width: 760px) {
    .price-hero {
        background-position: center top;
        min-height: 250px;
        padding: 34px 18px;
    }

    .price-hero__copy h1 {
        font-size: 34px;
    }

    .price-hero__lead {
        font-size: 13px;
        gap: 5px;
        margin-top: 18px;
        max-width: 245px;
    }

    .price-tabs {
        align-items: stretch;
        flex-direction: column;
        margin-top: -46px;
    }

    .price-tabs a {
        padding: 14px 18px;
        text-align: center;
    }

    .price-notice--with-image {
        grid-template-columns: 1fr;
    }

    .price-card {
        min-height: 0;
        padding: 18px;
        width: 100%;
    }

    .price-card__header {
        gap: 8px;
        margin-bottom: 16px;
    }

    .price-card__header span {
        flex-basis: 34px;
        font-size: 16px;
        height: 34px;
        width: 34px;
    }

    .price-card h3 {
        font-size: 16px;
    }

    .price-card__row {
        column-gap: 22px;
        font-size: 14px;
    }

    .price-card__row--head {
        font-size: 12px;
    }

    .price-notice__body {
        align-items: flex-start;
        padding: 24px;
    }
}

@media (max-width: 520px) {
    .price-card {
        padding: 16px;
    }

    .price-card__row {
        column-gap: 14px;
        font-size: 12px;
    }

    .price-card__row--head {
        font-size: 11px;
    }

    .price-card h3 {
        font-size: 15px;
    }

    .price-notice__body {
        flex-direction: column;
    }
}
