/* ============================================
   TANY MASSAGE STUDIO — Relaxing & Clean
   Palette: Gold #C5A55A, Teal #6B8F8A, Cream #F5F0EB
   ============================================ */

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 76px;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    background: #FDFBF9;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: color .3s; }
ul { list-style: none; }

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
}

.center { text-align: center; }

/* ---- Typography ---- */
h2, h3, h4 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    color: #6B8F8A;
}

.section-title {
    font-size: 2.4rem;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
}

.section-line {
    width: 40px;
    height: 1px;
    background: #C5A55A;
    margin: 16px auto 56px;
}

/* ---- Buttons ---- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 30px;
    border-radius: 40px;
    font-family: 'Lato', sans-serif;
    font-size: .9rem;
    font-weight: 400;
    letter-spacing: .5px;
    cursor: pointer;
    transition: all .3s ease;
    border: 1px solid transparent;
}

.btn-primary {
    background: #C5A55A;
    color: #fff;
    border-color: #C5A55A;
}
.btn-primary:hover {
    background: #b8993f;
    border-color: #b8993f;
    box-shadow: 0 6px 24px rgba(197,165,90,.3);
}

.btn-outline {
    background: transparent;
    color: #6B8F8A;
    border-color: #c4ccc9;
}
.btn-outline:hover {
    border-color: #6B8F8A;
    color: #5a7d78;
}

.btn-whatsapp {
    background: #25D366;
    color: #fff;
    border-color: #25D366;
}
.btn-whatsapp:hover {
    background: #20c05c;
    box-shadow: 0 6px 24px rgba(37,211,102,.3);
}

/* ============================================
   NAVIGATION
   ============================================ */
.navbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: rgba(253,251,249,.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(197,165,90,.1);
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
}

.nav-logo-img {
    height: 48px;
    width: auto;
    mix-blend-mode: multiply;
}

.nav-links {
    display: flex;
    gap: 32px;
}

.nav-links a {
    font-size: .82rem;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #666;
    transition: color .3s;
}
.nav-links a:hover { color: #C5A55A; }

.nav-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.lang-switcher {
    display: flex;
    gap: 2px;
}

.lang-btn {
    border: none;
    background: none;
    padding: 5px 10px;
    font-size: .75rem;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
    color: #999;
    transition: all .3s;
    border-radius: 4px;
}
.lang-btn.active {
    color: #6B8F8A;
    font-weight: 700;
}
.lang-btn:hover:not(.active) { color: #666; }

/* Hamburger */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}
.hamburger span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: #666;
    transition: all .3s;
}
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(4.5px, 4.5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(4.5px, -4.5px); }

/* ============================================
   HERO — gradient + text
   ============================================ */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(
        165deg,
        #FDFBF9 0%,
        #F5F0EB 35%,
        #ede4d8 70%,
        #e8ddd0 100%
    );
    padding: 120px 24px 80px;
}

.hero-content { max-width: 520px; }

.hero-logo {
    width: 180px;
    margin: 0 auto 32px;
    mix-blend-mode: multiply;
}

.hero-tagline {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 300;
    font-style: italic;
    color: #6B8F8A;
    line-height: 1.6;
    margin-bottom: 28px;
}

.hero-line {
    width: 32px;
    height: 1px;
    background: #C5A55A;
    margin: 0 auto 32px;
}

/* ============================================
   SECTIONS
   ============================================ */
.section {
    padding: 88px 0;
}

.section-alt {
    background: #F5F0EB;
}

/* ============================================
   ABOUT
   ============================================ */
.about-content {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.about-content p {
    margin-bottom: 20px;
    font-size: 1.02rem;
}

.about-content strong {
    font-weight: 400;
    color: #6B8F8A;
}

/* ============================================
   PRICES
   ============================================ */
.price-category {
    margin-bottom: 56px;
}

.price-heading {
    font-size: 1.6rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 28px;
    color: #C5A55A;
    letter-spacing: 1px;
}

.price-block {
    max-width: 380px;
    margin: 0 auto 20px;
}

.price-sub {
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 12px;
    color: #6B8F8A;
    letter-spacing: .5px;
}

.price-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-size: .95rem;
}

.price-row > span:first-child {
    font-weight: 400;
    color: #555;
    min-width: 55px;
}

.dots {
    flex: 1;
    border-bottom: 1px dotted #d4cabb;
    margin-bottom: 4px;
}

.price {
    font-weight: 400;
    color: #C5A55A;
    white-space: nowrap;
}

.packages {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 32px;
}

.packages .price-block {
    background: #fff;
    border-radius: 12px;
    padding: 24px 20px;
    margin: 0;
    max-width: none;
}

.note {
    text-align: center;
    color: #999;
    font-size: .9rem;
    margin: 32px 0 16px;
}

/* ============================================
   REVIEWS
   ============================================ */
.rating-badge {
    text-align: center;
    margin-bottom: 48px;
}

.stars {
    font-size: 1.4rem;
    color: #C5A55A;
    letter-spacing: 3px;
}

.rating-label {
    display: block;
    margin-top: 6px;
    font-size: .85rem;
    color: #999;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.review {
    background: #F5F0EB;
    border-radius: 12px;
    padding: 32px 28px;
    border: none;
    margin: 0;
}

.review p {
    font-style: italic;
    color: #666;
    font-size: .95rem;
    line-height: 1.7;
    margin-bottom: 16px;
}

.review cite {
    font-style: normal;
    font-weight: 400;
    font-size: .82rem;
    color: #6B8F8A;
    letter-spacing: .3px;
}

/* ============================================
   HOURS & LOCATION
   ============================================ */
.hours-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

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

.hours-table td {
    padding: 10px 0;
    border-bottom: 1px solid rgba(197,165,90,.1);
    font-size: .95rem;
}

.hours-table td:first-child {
    font-weight: 400;
    color: #6B8F8A;
}

.hours-table td:last-child {
    text-align: right;
    color: #888;
    font-variant-numeric: tabular-nums;
}

.address {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    font-size: .9rem;
    color: #6B8F8A;
}

.map-wrap iframe {
    width: 100%;
    min-height: 360px;
    border-radius: 12px;
}

/* ============================================
   CONTACT
   ============================================ */
.contact {
    text-align: center;
    background: #6B8F8A !important;
    color: #fff;
}

.contact .section-title { color: #fff; }
.contact .section-line { background: rgba(255,255,255,.3); }

.contact-text {
    font-size: 1rem;
    margin-bottom: 32px;
    opacity: .85;
}

.contact-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.contact .btn-outline {
    color: #fff;
    border-color: rgba(255,255,255,.35);
}
.contact .btn-outline:hover {
    background: rgba(255,255,255,.15);
    border-color: rgba(255,255,255,.6);
    color: #fff;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    background: #2D2D2D;
    color: #888;
    padding: 48px 0 28px;
    text-align: center;
}

.footer-logo {
    height: 48px;
    margin: 0 auto 20px;
    opacity: .7;
    mix-blend-mode: lighten;
}

.footer-nav {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-bottom: 20px;
}

.footer-nav a {
    font-size: .8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color .3s;
}
.footer-nav a:hover { color: #C5A55A; }

.footer-social {
    display: inline-block;
    color: #888;
    margin-bottom: 20px;
    transition: color .3s;
}
.footer-social:hover { color: #C5A55A; }

.copyright {
    font-size: .78rem;
    opacity: .5;
}

/* ============================================
   WHATSAPP FLOAT
   ============================================ */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37,211,102,.35);
    transition: transform .3s, box-shadow .3s;
}
.whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 24px rgba(37,211,102,.45);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 992px) {
    .reviews-grid { grid-template-columns: 1fr 1fr; }
    .packages { grid-template-columns: 1fr 1fr; }
    .hours-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        position: absolute;
        top: 68px; left: 0; right: 0;
        background: rgba(253,251,249,.98);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        flex-direction: column;
        padding: 16px 24px;
        gap: 0;
        border-bottom: 1px solid rgba(197,165,90,.1);
    }
    .nav-links.open { display: flex; }
    .nav-links a { padding: 14px 0; border-bottom: 1px solid rgba(0,0,0,.04); }
    .hamburger { display: flex; }

    .section-title { font-size: 2rem; }
    .hero-tagline { font-size: 1.3rem; }
    .hero-logo { width: 140px; }

    .reviews-grid { grid-template-columns: 1fr; }
    .packages { grid-template-columns: 1fr; }

    .contact-actions { flex-direction: column; align-items: center; }
    .contact-actions .btn { width: 100%; max-width: 300px; justify-content: center; }

    .footer-nav { flex-direction: column; gap: 10px; }
}

@media (max-width: 480px) {
    .section { padding: 64px 0; }
    .section-title { font-size: 1.7rem; }
    .nav-logo-img { height: 38px; }
    .lang-btn { padding: 4px 7px; font-size: .7rem; }
}
