/* Akualuks prices: price boards, menus, rows and product options. */

.price-card caption,
.price-board caption,
.price-detail-card caption {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.prices {
    background:
    linear-gradient(180deg, var(--soft) 0%, white 16%, var(--soft) 100%);
}

.prices .container {
    width: min(1320px, calc(100% - 80px));
}

.price-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.price-card {
    padding: 26px;
    border-radius: var(--radius);
    background: white;
    border: 1px solid var(--line);
    box-shadow: 0 12px 28px rgba(21, 55, 146, .08);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.price-card.wide {
    grid-column: span 1;
}

.price-head {
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
}

.price-head h3 {
    margin: 0;
    color: var(--blue);
    font-size: 1.22rem;
    line-height: 1.25;
}

.price-head span,
.badge-row span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    color: var(--blue);
    background: var(--mint);
    font-size: .78rem;
    font-weight: 800;
    white-space: nowrap;
}

.price-card table {
    width: 100%;
    min-width: 320px;
    border-collapse: collapse;
}

.price-card th,
.price-card td {
    padding: 12px 0;
    border-top: 1px solid rgba(21, 55, 146, .1);
    text-align: left;
    vertical-align: top;
}

.price-card th:last-child,
.price-card td:last-child {
    text-align: right;
    color: var(--blue);
    font-weight: 800;
    white-space: nowrap;
}

.price-card th {
    color: var(--muted);
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.price-card td {
    color: var(--ink);
    line-height: 1.45;
}

.price-note {
    margin: 16px 0 0;
    padding: 14px;
    border-left: 4px solid var(--pink);
    color: var(--text);
    background: var(--soft);
    line-height: 1.55;
}

.price-board {
    padding: clamp(22px, 4vw, 46px);
    border-radius: 12px;
    color: white;
    background:
    linear-gradient(rgba(21, 55, 146, .97), rgba(21, 55, 146, .97)),
    url('../../img/pattern-blue.jpg');
    background-size: cover;
    box-shadow: var(--shadow);
}

.price-image-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    margin-top: 8px;
    padding: 0 16px;
    border-radius: 999px;
    color: var(--blue);
    background: white;
    border: 1px solid var(--line);
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(21, 55, 146, .08);
}

.price-image-link:hover {
    color: var(--pink);
}

.price-decision-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, .9fr));
    gap: 16px;
    margin-bottom: 18px;
}

.price-summary-card,
.price-detail-card {
    border-radius: var(--radius);
    border: 1px solid var(--line);
    background: white;
    box-shadow: 0 12px 28px rgba(21, 55, 146, .08);
}

.price-summary-card {
    min-height: 250px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.price-summary-card.highlight {
    color: white;
    background:
    linear-gradient(145deg, rgba(21, 55, 146, .98), rgba(11, 31, 95, .96)),
    url('../../img/pattern-blue.jpg');
    background-size: cover;
}

.price-kicker {
    margin: 0 0 8px;
    color: var(--pink);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.price-summary-card.highlight .price-kicker {
    color: rgba(255, 255, 255, .82);
}

.price-summary-card h3 {
    margin: 0;
    color: var(--blue);
    font-size: 1.35rem;
    line-height: 1.2;
}

.price-summary-card.highlight h3 {
    color: white;
}

.price-summary-card p {
    margin: auto 0 0;
    color: var(--text);
    line-height: 1.6;
}

.price-summary-card.highlight p {
    color: rgba(255, 255, 255, .84);
}

.price-pairs {
    display: grid;
    gap: 10px;
}

.price-pairs span {
    min-height: 42px;
    padding: 8px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: var(--radius);
    background: var(--soft);
}

.price-summary-card.highlight .price-pairs span {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .16);
}

.price-pairs strong {
    color: var(--ink);
    line-height: 1.2;
}

.price-summary-card.highlight .price-pairs strong {
    color: white;
}

.price-pairs em {
    min-width: 76px;
    padding: 8px 10px;
    border-radius: 7px;
    color: white;
    background: var(--pink);
    font-style: normal;
    font-weight: 800;
    text-align: center;
    white-space: nowrap;
}

.price-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.price-detail-card {
    overflow: hidden;
}

.price-detail-card summary {
    min-height: 58px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: var(--blue);
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

.price-detail-card summary::-webkit-details-marker {
    display: none;
}

.price-detail-card summary::after {
    content: "+";
    color: var(--pink);
    font-size: 1.25rem;
}

.price-detail-card[open] summary::after {
    content: "-";
}

.price-detail-card table {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
    border-collapse: collapse;
}

.price-detail-card th,
.price-detail-card td {
    padding: 11px 0;
    border-top: 1px solid rgba(21, 55, 146, .1);
    color: var(--text);
    text-align: left;
    vertical-align: top;
}

.price-detail-card th {
    color: var(--muted);
    font-size: .74rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.price-detail-card td:last-child {
    color: var(--blue);
    font-weight: 800;
    text-align: right;
    white-space: nowrap;
}

.price-board-brand {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.price-board-brand img {
    width: min(560px, 92%);
}

.price-panel {
    padding: 20px 0;
    border-top: 2px solid rgba(255, 255, 255, .72);
}

.price-panel-full:first-of-type {
    border-top: 0;
}

.price-panel h3 {
    margin: 0 0 14px;
    color: white;
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}

.price-days {
    margin: 0 0 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    font-size: clamp(1rem, 1.8vw, 1.3rem);
    line-height: 1.35;
}

.price-days strong {
    font-weight: 800;
}

.price-days.regular {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .55);
}

.price-board table {
    width: 100%;
    border-collapse: collapse;
}

.price-board th {
    height: 1px;
    padding: 0;
    overflow: hidden;
    color: transparent;
    font-size: 0;
}

.price-board td {
    padding: 8px 0;
    color: white;
    font-size: clamp(1.02rem, 2vw, 1.45rem);
    line-height: 1.25;
    vertical-align: top;
}

.price-board td:last-child {
    width: 126px;
    padding-left: 14px;
    text-align: right;
}

.price-panel-full table tbody {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 34px;
}

.price-dry table tbody {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-panel-full tr {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.price-board-columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .95fr);
    gap: 28px;
    border-top: 2px solid rgba(255, 255, 255, .72);
}

.price-stack {
    min-width: 0;
}

.price-board-columns .price-panel:first-child {
    border-top: 0;
}

.price-board-columns .price-panel {
    border-top-width: 1px;
}

.price-pill {
    min-width: 84px;
    min-height: 42px;
    padding: 8px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: white;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 5px 12px rgba(11, 31, 95, .18);
}

.price-pill.pink {
    background: var(--pink);
}

.price-pill.cyan {
    background: var(--cyan);
}

.price-pill.coral {
    background: #ff6f68;
}

.price-board td:nth-child(2):not(:last-child) {
    color: var(--cyan);
    font-weight: 800;
}

.price-note-board {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(.92rem, 1.6vw, 1.1rem);
    line-height: 1.55;
}

.price-products table tbody {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px 32px;
}

.price-products tr {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.price-inline {
    color: white;
    font-weight: 800;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .price-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .price-decision-grid,
    .price-details-grid {
        grid-template-columns: 1fr;
    }

    .price-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .price-board-columns,
    .price-products table tbody {
        grid-template-columns: 1fr;
    }

    .price-board-columns .price-panel {
        border-top: 1px solid rgba(255, 255, 255, .55);
    }

}

@media (max-width: 760px) {
    .price-grid {
        grid-template-columns: 1fr;
    }

    .price-card {
        min-height: auto;
        padding: 22px;
    }

    .price-card table {
        min-width: 0;
    }

    .price-summary-card {
        min-height: auto;
        padding: 20px;
    }

    .price-detail-card table {
        display: block;
        width: auto;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .price-panel-full table tbody,
    .price-dry table tbody {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .price-board td {
        font-size: 1rem;
    }

    .price-board td:last-child {
        width: auto;
    }

    .price-pill {
        min-width: 72px;
        min-height: 36px;
        padding: 7px 10px;
    }

    .price-card th,
    .price-card td {
        padding: 10px 0;
    }

}

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

}

.prices {
    background: white;
}

.prices {
    padding-top: 72px;
}

.price-snapshot-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.price-snapshot-card {
    min-height: 360px;
    padding: 24px;
    border-radius: 12px;
    background: linear-gradient(180deg, #fff 0%, #fbfcff 100%);
    border: 1px solid rgba(21, 55, 146, .12);
    box-shadow: 0 14px 30px rgba(21, 55, 146, .07);
}

.price-snapshot-card h3 {
    margin: 0 0 18px;
    color: var(--blue);
    font-size: 1.12rem;
}

.price-subtitle {
    margin: 0 0 10px;
    color: var(--blue);
    font-weight: 700;
    line-height: 1.42;
}

.price-subtitle.regular {
    margin-top: 20px;
}

.price-line {
    margin-top: 8px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    color: var(--ink);
    line-height: 1.45;
}

.price-line span {
    flex: 1 1 auto;
}

.price-line strong {
    flex: 0 0 auto;
    min-width: 48px;
    padding: 4px 8px;
    border-radius: 7px;
    background: var(--pink);
    color: white;
    text-align: center;
    font-size: .92rem;
}

.price-line.single {
    justify-content: flex-start;
}

.price-center-action {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.prices .section-head {
    max-width: none;
    margin-bottom: 34px;
}

.prices .section-head .eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    color: var(--pink);
    font-size: clamp(.92rem, 1.8vw, 1.18rem);
    letter-spacing: .09em;
}

.prices .section-head .eyebrow::before,
.prices .section-head .eyebrow::after {
    content: "✤";
    font-size: .78em;
    line-height: 1;
}

.prices .section-head h2 {
    position: relative;
    display: block;
    width: max-content;
    max-width: 100%;
    font-size: clamp(3rem, 7vw, 5.6rem);
    line-height: .95;
}

.prices .section-head h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 62px;
    height: 5px;
    border-radius: 999px;
    background: var(--pink);
    transform: translateX(-50%);
}

.price-menu-board {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 1.16fr) minmax(0, 1.04fr);
    gap: 18px;
    align-items: stretch;
}

.price-menu-stack {
    display: grid;
    gap: 18px;
}

.price-menu-card {
    padding: 26px;
    border-radius: 12px;
    background:
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
    border: 1px solid rgba(21, 55, 146, .13);
    box-shadow: 0 14px 30px rgba(21, 55, 146, .08);
}

.price-autoservice {
    display: grid;
    gap: 18px;
}

.price-menu-title {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.price-autoservice .price-menu-title {
    margin-bottom: 0;
}

.price-menu-title h3,
.price-extra-card h3 {
    margin: 0;
    color: var(--blue);
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    line-height: 1.08;
    text-transform: uppercase;
}

.price-menu-icon {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    display: inline-grid;
    place-items: center;
    color: currentColor;
}

.price-menu-icon.small {
    width: 42px;
    height: 42px;
}

.price-menu-icon.pink {
    color: var(--pink);
}

.price-menu-icon.cyan {
    color: #0aa7db;
}

.price-menu-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.price-rate-box {
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(10, 167, 219, .24);
    background: white;
}

.price-rate-head {
    padding: 18px 18px 14px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(180deg, #f2fbff 0%, #edf8ff 100%);
    border-bottom: 1px solid rgba(10, 167, 219, .14);
}

.price-rate-head strong {
    display: block;
    color: #0aa7db;
    font-size: 1.05rem;
    line-height: 1.2;
}

.price-rate-head span {
    display: block;
    margin-top: 4px;
    color: var(--blue-dark);
    font-size: .94rem;
}

.price-row {
    min-height: 38px;
    display: grid;
    grid-template-columns: minmax(0, auto) minmax(24px, 1fr) auto;
    align-items: baseline;
    gap: 12px;
    color: var(--blue-dark);
    font-size: clamp(.98rem, 1.45vw, 1.16rem);
    line-height: 1.25;
}

.price-rate-box .price-row {
    padding: 12px 18px;
}

.price-menu-card > .price-row + .price-row {
    margin-top: 8px;
}

.price-row::before {
    content: "";
    grid-column: 2;
    align-self: center;
    border-bottom: 2px dotted rgba(21, 55, 146, .26);
}

.price-row span {
    grid-column: 1;
    min-width: 0;
}

.price-row strong {
    grid-column: 3;
    font-size: clamp(1.12rem, 2vw, 1.56rem);
    line-height: 1;
    white-space: nowrap;
}

.price-row strong.pink {
    color: var(--pink);
}

.price-row strong.cyan {
    color: #0aa7db;
}

.price-row.with-note {
    align-items: start;
}

.price-row.with-note em {
    display: block;
    margin-top: 3px;
    color: #61708c;
    font-size: .78rem;
    font-style: normal;
    line-height: 1.35;
}

.price-card-note {
    margin: 8px 0 0;
    color: #61708c;
    font-size: .9rem;
    font-weight: 600;
}

.price-extras-strip {
    margin-top: 18px;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, .9fr) minmax(0, 1.2fr) minmax(0, 1.45fr);
    overflow: hidden;
    border-radius: 12px;
    background: white;
    border: 1px solid rgba(21, 55, 146, .13);
    box-shadow: 0 14px 30px rgba(21, 55, 146, .08);
}

.price-extra-card {
    min-height: 132px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    border-right: 1px solid rgba(21, 55, 146, .12);
}

.price-extra-card:last-child {
    border-right: 0;
}

.price-extra-card h3 {
    margin-bottom: 12px;
    font-size: clamp(.9rem, 1.3vw, 1.05rem);
    line-height: 1.2;
}

.price-extra-pill {
    min-width: 82px;
    min-height: 34px;
    padding: 6px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: white;
    font-size: 1.02rem;
    line-height: 1;
    box-shadow: 0 8px 16px rgba(242, 98, 149, .24);
}

.price-extra-pill-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.price-extra-pill-group > span {
    color: #61708c;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.35;
}

.price-extra-pill-group > span strong {
    color: var(--blue);
}

.price-extra-pill.pink,
.price-care-card h3 strong {
    background: var(--pink);
}

.soap-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.soap-options span {
    min-width: 82px;
    padding: 10px 12px;
    display: grid;
    gap: 4px;
    justify-items: center;
    border-radius: 8px;
    color: var(--blue);
    background: #fbfdff;
    border: 1px solid rgba(21, 55, 146, .14);
    font-weight: 600;
}

.soap-options strong {
    color: #0aa7db;
    font-size: 1.18rem;
}

.price-care-card h3 {
    margin-bottom: 8px;
}

.price-care-card h3 strong {
    margin-left: 10px;
    padding: 7px 12px;
    display: inline-flex;
    border-radius: 6px;
    color: white;
    font-size: .95rem;
    line-height: 1;
}

.price-care-card p {
    margin: 0;
    color: #61708c;
    font-size: .92rem;
    line-height: 1.55;
}

.price-cafe-menu {
    margin-top: 18px;
}

.price-cafe-menu-head {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.price-cafe-menu-head h3 {
    margin: 0 0 4px;
    color: var(--blue);
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    line-height: 1.08;
    text-transform: uppercase;
}

.price-cafe-menu-head p {
    margin: 0;
    color: #61708c;
    font-size: .98rem;
    font-weight: 600;
    line-height: 1.45;
}

.price-cafe-menu .cafe-menu-grid {
    margin-top: 0;
}

.price-menu-footnote {
    margin: 18px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #7b8aa6;
    font-size: .94rem;
    font-weight: 600;
    text-align: center;
}

.price-menu-footnote .material-symbols-outlined {
    color: #a5b1c8;
    font-size: 22px;
}

@media (max-width: 1120px) {
    .price-snapshot-grid,
    .price-menu-board {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .price-autoservice {
        grid-row: span 2;
    }

    .price-extras-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .price-extra-card:nth-child(2n) {
        border-right: 0;
    }

    .price-extra-card:nth-child(n + 3) {
        border-top: 1px solid rgba(21, 55, 146, .12);
    }

}

@media (max-width: 760px) {
    .prices .container {
        width: min(1120px, calc(100% - 40px));
    }

    .price-snapshot-grid,
    .price-menu-board,
    .price-extras-strip {
        grid-template-columns: 1fr;
    }

    .price-snapshot-card,
    .price-menu-card {
        min-height: auto;
    }

    .prices .section-head h2 {
        font-size: 3rem;
    }

    .price-autoservice {
        grid-row: auto;
    }

    .price-menu-card {
        padding: 22px;
    }

    .price-menu-title {
        align-items: flex-start;
    }

    .price-row {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
    }

    .price-row::before {
        display: none;
    }

    .price-row span {
        grid-column: 1;
    }

    .price-row strong {
        grid-column: 2;
    }

    .price-rate-box .price-row {
        padding: 12px 16px;
    }

    .price-extra-card,
    .price-extra-card:nth-child(2n) {
        border-right: 0;
    }

    .price-extra-card {
        border-top: 1px solid rgba(21, 55, 146, .12);
    }

    .price-extra-card:first-child {
        border-top: 0;
    }

    .price-soap-card,
    .price-care-card {
        align-items: flex-start;
        flex-direction: column;
    }

}
