/* Readable footer for massage-in-phuket.html */
.phuket-footer {
    padding: 52px 20px 110px;
    color: #f5eee7;
    background: linear-gradient(180deg, #17100c 0%, #070605 100%);
    font-size: 16px;
    line-height: 1.7;
}

.phuket-footer__inner {
    width: min(960px, 100%);
    margin: 0 auto;
}

.phuket-footer__summary {
    margin: 0 auto 22px;
    color: #fffaf5;
    font-size: clamp(17px, 2vw, 20px);
    font-weight: 600;
    letter-spacing: .01em;
}

.phuket-footer__dbd {
    display: inline-flex;
    margin-bottom: 36px;
    padding: 10px;
    border: 1px solid rgba(218, 178, 120, .45);
    border-radius: 10px;
    background: #fff;
}

.phuket-footer__dbd img {
    display: block;
    width: min(220px, 65vw);
    height: auto;
}

.phuket-footer__locations {
    padding: 34px 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.phuket-footer__locations h2 {
    margin: 0 0 24px;
    color: #ffd9a3;
    font-size: clamp(24px, 3.5vw, 34px);
    line-height: 1.25;
}

.phuket-footer .location-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.phuket-footer .location-grid a {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 11px 14px;
    border: 1px solid rgba(255, 217, 163, .48);
    border-radius: 10px;
    color: #fffaf5;
    background: rgba(255, 255, 255, .07);
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.phuket-footer .location-grid a:hover,
.phuket-footer .location-grid a:focus-visible {
    border-color: #ffd9a3;
    color: #1c110a;
    background: #ffd9a3;
    transform: translateY(-2px);
}

.phuket-footer__legal {
    margin: 28px auto 0;
    color: #ddd2c8;
    font-size: 15px;
}

.phuket-footer__policy {
    display: block;
    margin-top: 8px;
    color: #cbbeb3;
}

@media (max-width: 680px) {
    .phuket-footer {
        padding: 40px 16px 100px;
        font-size: 15px;
    }

    .phuket-footer__locations {
        padding: 28px 0;
    }

    .phuket-footer .location-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .phuket-footer .location-grid a {
        min-height: 48px;
    }
}
/* Shared legacy-footer structures used across the project */
.phuket-footer a:not(.location-grid a) {
    color: #ffd9a3;
    text-underline-offset: 3px;
}

.phuket-footer a:not(.location-grid a):hover,
.phuket-footer a:not(.location-grid a):focus-visible {
    color: #ffffff;
}

.phuket-footer h2,
.phuket-footer h3,
.phuket-footer h4 {
    color: #ffd9a3;
    line-height: 1.3;
}

.phuket-footer p {
    line-height: 1.7;
}

.phuket-footer .footer-inner {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.phuket-footer .footer-logo {
    margin-bottom: 30px;
}

.phuket-footer .footer-logo img {
    width: auto;
    max-width: 170px;
    height: auto;
}

.phuket-footer .tagline {
    margin: 12px auto 0;
    color: #f5eee7;
    font-size: 17px;
    font-weight: 600;
}

.phuket-footer .footer-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 28px;
    margin-top: 28px;
    text-align: left;
}

.phuket-footer .footer-col h2,
.phuket-footer .footer-col h3,
.phuket-footer .footer-col h4,
.phuket-footer .footer-title,
.phuket-footer .footer-heading {
    margin: 0 0 14px;
    font-size: 20px;
}

.phuket-footer .footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.phuket-footer .footer-col li + li {
    margin-top: 9px;
}

.phuket-footer .footer-col a {
    color: #f5eee7;
    line-height: 1.5;
    text-decoration: none;
}

.phuket-footer .footer-col a:hover,
.phuket-footer .footer-col a:focus-visible {
    color: #ffd9a3;
    text-decoration: underline;
}

.phuket-footer .footer-bottom,
.phuket-footer .footer-copy,
.phuket-footer .copyright {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    color: #ddd2c8;
}

.phuket-footer .footer-location-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 24px auto;
}

.phuket-footer .footer-location-links a {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border: 1px solid rgba(255, 217, 163, .48);
    border-radius: 10px;
    color: #fffaf5;
    background: rgba(255, 255, 255, .07);
    font-weight: 600;
    text-decoration: none;
}

.phuket-footer .footer-location-links a:hover,
.phuket-footer .footer-location-links a:focus-visible {
    border-color: #ffd9a3;
    color: #1c110a;
    background: #ffd9a3;
}

.phuket-footer a[href*="dbdregistered"] {
    display: inline-flex;
    margin: 18px auto;
    padding: 10px;
    border: 1px solid rgba(218, 178, 120, .45);
    border-radius: 10px;
    background: #ffffff;
}

.phuket-footer a[href*="dbdregistered"] img {
    display: block;
    width: min(220px, 65vw) !important;
    height: auto !important;
}

@media (max-width: 680px) {
    .phuket-footer .footer-columns {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }

    .phuket-footer .footer-location-links {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
/* Unified Phuket-page footer frame */
.phuket-footer--phuket > .phuket-footer__inner {
    width: min(1120px, 100%);
    margin-inline: auto;
}

.phuket-footer--phuket > .phuket-footer__inner > p {
    max-width: 900px;
    margin-inline: auto;
}