/* =========================================================
   MENU CSS
   TEH MAYANG
   Theme: Tosca + White + Soft Lime
========================================================= */


/* ================= ROOT ================= */

:root {
    --tosca: #153081;
    --tosca-dark: #102564;
    --tosca-light: #e0e6f4;
    --lime: #c9f52b;
    --lime-soft: #efffc9;
    --white: #ffffff;
    --cream: #f8fbf7;
    --dark: #171c25;
    --text: #525864;
    --muted: #7a7f89;
    --border: #d5dce8;
    --shadow: 0 20px 50px rgba(15, 35, 94, 0.10);
}


/* ================= RESET ================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--dark);
    background: linear-gradient( 180deg, #ffffff 0%, #f4f7fb 50%, #ffffff 100%);
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    font-family: inherit;
}


/* ================= CONTAINER ================= */

.container {
    width: min( 1180px, calc(100% - 48px));
    margin: auto;
}


/* =========================================================
   HEADER
========================================================= */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(21, 48, 129, 0.10);
}

.nav-container {
    width: min( 1180px, calc(100% - 48px));
    min-height: 82px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}


/* LOGO */

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: white;
    font-family: Georgia, serif;
    font-weight: bold;
    background: linear-gradient( 145deg, var(--tosca), var(--tosca-dark));
    box-shadow: 0 8px 20px rgba(21, 48, 129, 0.20);
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-text strong {
    font-family: Georgia, serif;
    font-size: 20px;
}

.logo-text small {
    font-size: 9px;
    letter-spacing: 3px;
    color: var(--muted);
}


/* NAV */

.main-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.main-nav a {
    position: relative;
    color: #424751;
    font-size: 14px;
    transition: .25s ease;
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--tosca);
}

.main-nav a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    height: 2px;
    background: var(--lime);
}


/* BOOKING */

.nav-booking {
    padding: 12px 22px;
    border-radius: 50px;
    color: white;
    background: var(--tosca);
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 10px 25px rgba(21, 48, 129, .18);
    transition: .25s ease;
}

.nav-booking:hover {
    background: var(--tosca-dark);
    transform: translateY(-2px);
}

.nav-toggle {
    display: none;
    border: 1px solid var(--border);
    background: white;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    font-size: 20px;
    color: var(--tosca);
}


/* =========================================================
   HERO
========================================================= */

.menu-hero {
    position: relative;
    overflow: hidden;
    min-height: 390px;
    display: flex;
    align-items: center;
    background: radial-gradient( circle at 85% 20%, rgba(201, 245, 43, .22), transparent 30%), radial-gradient( circle at 10% 80%, rgba(21, 48, 129, .10), transparent 35%), linear-gradient( 135deg, #ffffff, #eff3fa);
    border-bottom: 1px solid var(--border);
}

.menu-hero::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(21, 48, 129, .14);
    border-radius: 50%;
    right: -180px;
    top: -280px;
}

.menu-hero::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border: 1px solid rgba(201, 245, 43, .35);
    border-radius: 50%;
    right: -100px;
    top: -150px;
}

.hero-decoration {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero-circle {
    width: 12px;
    height: 12px;
    background: var(--lime);
    right: 18%;
    bottom: 20%;
    box-shadow: 0 0 0 10px rgba(201, 245, 43, .12);
}

.hero-circle-2 {
    width: 7px;
    height: 7px;
    background: var(--tosca);
    right: 28%;
    top: 25%;
}


/* HERO TEXT */

.eyebrow,
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--tosca);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 4px;
}

.eyebrow::before {
    content: "";
    width: 38px;
    height: 2px;
    background: var(--lime);
}

.menu-hero h1 {
    max-width: 760px;
    margin-top: 22px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp( 48px, 7vw, 84px);
    line-height: .98;
    letter-spacing: -3px;
}

.menu-hero h1 em {
    color: var(--tosca);
    font-style: italic;
}

.menu-hero p {
    max-width: 650px;
    margin-top: 25px;
    font-size: 18px;
    color: var(--text);
}


/* =========================================================
   MENU SECTION
========================================================= */

.menu-section {
    padding: 100px 0 120px;
    background: radial-gradient( circle at 90% 20%, rgba(201, 245, 43, .13), transparent 25%);
}

.menu-heading {
    max-width: 700px;
    margin-bottom: 40px;
}

.menu-heading h2 {
    margin-top: 12px;
    font-family: Georgia, serif;
    font-size: clamp( 36px, 5vw, 56px);
    line-height: 1.05;
}

.menu-heading p {
    margin-top: 14px;
    color: var(--text);
    font-size: 17px;
}


/* =========================================================
   FILTER
========================================================= */

.menu-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 45px;
}

.filter-btn {
    border: 1px solid var(--border);
    background: white;
    color: var(--dark);
    padding: 11px 22px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 14px;
    transition: .25s ease;
}

.filter-btn:hover {
    border-color: var(--tosca);
    color: var(--tosca);
    transform: translateY(-2px);
}

.filter-btn.active {
    background: var(--tosca);
    color: white;
    border-color: var(--tosca);
    box-shadow: 0 10px 25px rgba(21, 48, 129, .20);
}


/* =========================================================
   TREATMENT GRID
========================================================= */

.treatment-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
}


/* =========================================================
   TREATMENT CARD
========================================================= */

.treatment-card {
    position: relative;
    overflow: hidden;
    min-height: 390px;
    padding: 40px;
    border-radius: 30px;
    border: 1px solid var(--border);
    background: radial-gradient( circle at 100% 0%, rgba(201, 245, 43, .22), transparent 32%), linear-gradient( 145deg, #ffffff, #f1f5fa);
    box-shadow: 0 15px 40px rgba(21, 48, 129, .06);
    transition: transform .3s ease, box-shadow .3s ease;
}

.treatment-card::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid rgba(21, 48, 129, .12);
    bottom: -70px;
    left: -60px;
}

.treatment-card::after {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(201, 245, 43, .15);
    right: -25px;
    top: -25px;
}

.treatment-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 55px rgba(21, 48, 129, .13);
}


/* CARD NUMBER */

.card-number {
    position: relative;
    z-index: 2;
    color: var(--tosca);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
}

.treatment-type {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: bold;
}


/* TITLE */

.treatment-card h3 {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    font-family: Georgia, serif;
    font-size: 38px;
    line-height: 1.05;
    letter-spacing: -1px;
}

.treatment-card h3 em {
    color: var(--tosca);
    font-style: italic;
}


/* DESCRIPTION */

.treatment-desc {
    position: relative;
    z-index: 2;
    max-width: 520px;
    margin-top: 18px;
    color: var(--text);
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   PRICE
========================================================= */

.price-list {
    position: relative;
    z-index: 2;
    margin-top: 25px;
    padding-top: 18px;
    border-top: 1px solid rgba(21, 48, 129, .13);
}

.price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 6px 0;
    font-size: 14px;
}

.price-row span {
    color: var(--text);
}

.price-row strong {
    color: var(--dark);
    font-size: 16px;
}


/* =========================================================
   BUTTON
========================================================= */

.choose-btn {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    padding: 13px 20px;
    border-radius: 50px;
    color: white;
    background: var(--tosca);
    font-size: 14px;
    font-weight: bold;
    transition: .25s ease;
}

.choose-btn span {
    font-size: 18px;
}

.choose-btn:hover {
    background: var(--tosca-dark);
    transform: translateX(3px);
}


/* =========================================================
   CTA
========================================================= */

.menu-cta {
    padding: 0 0 100px;
}

.cta-card {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 50px 60px;
    border-radius: 30px;
    color: white;
    background: radial-gradient( circle at 90% 0%, rgba(201, 245, 43, .25), transparent 30%), linear-gradient( 135deg, var(--tosca-dark), var(--tosca));
    box-shadow: 0 25px 60px rgba(21, 48, 129, .18);
}

.cta-card span {
    color: var(--lime);
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: bold;
}

.cta-card h2 {
    max-width: 650px;
    margin-top: 10px;
    font-family: Georgia, serif;
    font-size: 38px;
    line-height: 1.15;
}

.cta-card h2 em {
    color: var(--lime);
    font-style: italic;
}

.cta-card>a {
    flex-shrink: 0;
    padding: 15px 24px;
    border-radius: 50px;
    color: var(--dark);
    background: white;
    font-weight: bold;
    transition: .25s ease;
}

.cta-card>a:hover {
    background: var(--lime);
    transform: translateY(-3px);
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {
    padding: 50px 0;
    background: #eef2f7;
    border-top: 1px solid var(--border);
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.footer-inner strong {
    font-family: Georgia, serif;
    font-size: 22px;
}

.footer-inner p {
    margin-top: 5px;
    color: var(--muted);
    font-size: 14px;
}


/* =========================================================
   RESPONSIVE TABLET
========================================================= */

@media (max-width: 900px) {
    .main-nav {
        display: none;
    }
    .nav-booking {
        display: none;
    }
    .nav-toggle {
        display: grid;
        place-items: center;
    }
    .treatment-grid {
        grid-template-columns: 1fr;
    }
    .menu-hero {
        min-height: 350px;
    }
    .cta-card {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* =========================================================
   RESPONSIVE MOBILE
========================================================= */

@media (max-width: 600px) {
    .container,
    .nav-container {
        width: min( 100% - 32px, 1180px);
    }
    .nav-container {
        min-height: 72px;
    }
    .logo-icon {
        width: 42px;
        height: 42px;
    }
    .logo-text strong {
        font-size: 18px;
    }
    .menu-hero {
        min-height: 330px;
    }
    .menu-hero h1 {
        font-size: 52px;
        letter-spacing: -2px;
    }
    .menu-hero p {
        font-size: 15px;
    }
    .menu-section {
        padding: 70px 0 80px;
    }
    .menu-heading h2 {
        font-size: 40px;
    }
    .treatment-card {
        min-height: auto;
        padding: 30px;
        border-radius: 25px;
    }
    .treatment-card h3 {
        font-size: 32px;
    }
    .treatment-desc {
        font-size: 14px;
    }
    .price-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 2px;
    }
    .choose-btn {
        width: 100%;
        justify-content: center;
    }
    .cta-card {
        padding: 35px 28px;
        border-radius: 25px;
    }
    .cta-card h2 {
        font-size: 30px;
    }
    .cta-card>a {
        width: 100%;
        text-align: center;
    }
    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}