/* ========================================
   Araya Wellness - CSS Styles
   Soft Pastel & Spa Theme
   ======================================== */

/* CSS Variables */
:root {
    --color-peach: #FFAB91;
    --color-peach-light: #FFCCBC;
    --color-peach-dark: #FF8A65;
    --color-seafoam: #B2DFDB;
    --color-seafoam-light: #E0F7FA;
    --color-seafoam-dark: #80CBC4;
    --color-white: #FFFFFF;
    --color-text: #4A4A4A;
    --color-text-light: #757575;
    --color-heading: #2D3436;
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.12);
    --shadow-xl: 0 12px 48px rgba(0, 0, 0, 0.15);
    --radius-sm: 8px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --radius-xl: 32px;
    --font-prompt: 'Prompt', sans-serif;
    --font-sarabun: 'Sarabun', sans-serif;
    --transition: all 0.3s ease;
}

/* Reset & Base */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-prompt);
    font-weight: 300;
    color: var(--color-text);
    background-color: var(--color-white);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-sarabun);
    font-weight: 600;
    color: var(--color-heading);
    line-height: 1.3;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

button {
    font-family: var(--font-prompt);
    cursor: pointer;
    border: none;
    outline: none;
    transition: var(--transition);
}

/* Container */
.gal2jmhj {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ========================================
   Header
   ======================================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 20px 0;
    background: transparent;
    transition: var(--transition);
}

.header[data-scrolled="true"] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-sm);
    padding: 12px 0;
}

.i3i5ewqf {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lz9xqj81 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.meld5rg0 {
    font-family: var(--font-sarabun);
    font-size: 28px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--color-peach) 0%, var(--color-peach-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.qsem46pc {
    font-family: var(--font-prompt);
    font-size: 12px;
    font-weight: 300;
    color: var(--color-text-light);
    letter-spacing: 2px;
    text-transform: uppercase;
}

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

.zwvhokqn {
    font-family: var(--font-prompt);
    font-size: 15px;
    font-weight: 400;
    color: var(--color-text);
    position: relative;
}

.zwvhokqn::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--color-peach) 0%, var(--color-seafoam-dark) 100%);
    transition: var(--transition);
}

.zwvhokqn:hover::after {
    width: 100%;
}

.zwvhokqn:hover {
    color: var(--color-peach-dark);
}

.kr2594nd {
    padding: 10px 24px;
    background: linear-gradient(135deg, var(--color-peach) 0%, var(--color-peach-dark) 100%);
    color: var(--color-white);
    border-radius: 50px;
    font-weight: 500;
    box-shadow: var(--shadow-md);
}

.kr2594nd:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.kr2594nd::after {
    display: none;
}

.eigy5dm9 {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    padding: 5px;
}

.eigy5dm9 span {
    width: 25px;
    height: 3px;
    background: var(--color-heading);
    border-radius: 2px;
    transition: var(--transition);
}

/* ========================================
   Hero Section
   ======================================== */
.iolkvlbe {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(180deg, var(--color-seafoam-light) 0%, var(--color-white) 50%, var(--color-peach-light) 100%);
}

.v36c1zw5 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../photo-1540555700478-4be289fbecef (2).jpeg') center/cover no-repeat;
    opacity: 0.15;
}

.xct8j3zn {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    padding: 120px 24px 80px;
}

.axn9l70i {
    font-size: 48px;
    font-weight: 700;
    color: var(--color-heading);
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
}

.av9vt6lp {
    font-size: 20px;
    font-weight: 300;
    color: var(--color-text-light);
    margin-bottom: 40px;
    line-height: 1.8;
}

.maktrcie {
    padding: 16px 48px;
    font-size: 18px;
    border-radius: 50px;
}

.chm2tejw {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.duskvqtu {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--color-peach) 0%, var(--color-peach-dark) 100%);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    animation: lotusFloat 3s ease-in-out infinite;
}

.duskvqtu::before,
.duskvqtu::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--color-seafoam) 0%, var(--color-seafoam-dark) 100%);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.duskvqtu::before {
    left: -20px;
}

.duskvqtu::after {
    right: -20px;
}

@keyframes lotusFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* ========================================
   Section Styles
   ======================================== */
.edhkxcn8 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 12px;
    background: linear-gradient(135deg, var(--color-peach-dark) 0%, var(--color-seafoam-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ierv748e {
    font-size: 18px;
    text-align: center;
    color: var(--color-text-light);
    margin-bottom: 48px;
}

/* ========================================
   Services Section
   ======================================== */
.eqxmi3tx {
    padding: 100px 0;
    background: var(--color-white);
}

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

.uzevcemr {
    background: var(--color-white);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
}

.uzevcemr:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
}

.l8m7b5uc {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.umfwx4cv {
    padding: 28px;
}

.a4a22531 {
    font-size: 22px;
    margin-bottom: 4px;
    color: var(--color-heading);
}

.jewn9o4u {
    font-size: 14px;
    color: var(--color-peach-dark);
    font-weight: 500;
    margin-bottom: 12px;
}

.ulebkvvr {
    font-size: 14px;
    color: var(--color-text-light);
    line-height: 1.7;
    margin-bottom: 20px;
}

/* ========================================
   About Section
   ======================================== */
.qbkr4g64 {
    padding: 100px 0;
    background: linear-gradient(180deg, var(--color-seafoam-light) 0%, var(--color-white) 100%);
}

.cjr4mw66 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.wjbalyve {
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.wjbalyve img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.e89wnnpo {
    padding: 20px;
}

.d55dkrri {
    font-size: 16px;
    color: var(--color-text-light);
    line-height: 1.8;
    margin-bottom: 20px;
}

.s9sa92bq {
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.oqr4pel4 {
    text-align: center;
}

.m05x2c8a {
    display: block;
    font-size: 36px;
    font-weight: 700;
    font-family: var(--font-sarabun);
    background: linear-gradient(135deg, var(--color-peach) 0%, var(--color-peach-dark) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.trgy8a8l {
    display: block;
    font-size: 14px;
    color: var(--color-text-light);
    margin-top: 4px;
}

/* ========================================
   Products Section
   ======================================== */
.aczsp1ib {
    padding: 100px 0;
    background: var(--color-white);
}

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

.r4a2wevf {
    background: var(--color-white);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
}

.r4a2wevf:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-xl);
}

.z2wju9mp {
    height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wdqt2eap {
    padding: 20px;
    text-align: center;
}

.z5h4ca0h {
    font-size: 16px;
    margin-bottom: 4px;
}

.z0t4qoei {
    font-size: 13px;
    color: var(--color-text-light);
    margin-bottom: 12px;
}

.vuubr3vq {
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-sarabun);
    color: var(--color-peach-dark);
    margin-bottom: 16px;
}

/* ========================================
   Buttons
   ======================================== */
.jmh6qxo5 {
    display: inline-block;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
    transition: var(--transition);
    text-align: center;
}

.gue4maov {
    background: linear-gradient(135deg, var(--color-peach) 0%, var(--color-peach-dark) 100%);
    color: var(--color-white);
    box-shadow: var(--shadow-md);
}

.gue4maov:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.le4ehxj2 {
    background: linear-gradient(135deg, var(--color-seafoam) 0%, var(--color-seafoam-dark) 100%);
    color: var(--color-white);
    box-shadow: var(--shadow-md);
}

.le4ehxj2:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.cxp5582q {
    background: linear-gradient(135deg, var(--color-peach-light) 0%, var(--color-peach) 100%);
    color: var(--color-heading);
    padding: 10px 20px;
    font-size: 14px;
    box-shadow: var(--shadow-sm);
}

.cxp5582q:hover {
    background: linear-gradient(135deg, var(--color-peach) 0%, var(--color-peach-dark) 100%);
    color: var(--color-white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.bt7do2mv {
    width: 100%;
}

/* ========================================
   Reviews Section
   ======================================== */
.hcwqp430 {
    padding: 100px 0;
    background: linear-gradient(180deg, var(--color-white) 0%, var(--color-seafoam-light) 100%);
}

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

.q9qsf5cq {
    background: var(--color-white);
    padding: 32px;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
    transition: var(--transition);
}

.q9qsf5cq:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-xl);
}

.cxusvvgy {
    color: #FFB74D;
    font-size: 20px;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.itvzk0wj {
    font-size: 15px;
    color: var(--color-text-light);
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
}

.j6av66oa {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.n2wxpgs3 {
    font-weight: 600;
    color: var(--color-heading);
}

.nym7kf21 {
    font-size: 13px;
    color: var(--color-text-light);
}

/* ========================================
   Booking Section
   ======================================== */
.s4kcu643 {
    padding: 100px 0;
    background: var(--color-white);
}

.ezr2hncs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.e3yi70fh {
    padding: 20px;
}

.ur23hc4n {
    font-size: 18px;
    color: var(--color-text-light);
    text-align: center;
    margin-bottom: 40px;
}

.mbti1g9u {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.akpncbkj {
    position: relative;
}

.akpncbkj input,
.akpncbkj select,
.akpncbkj textarea {
    width: 100%;
    padding: 16px 20px;
    font-family: var(--font-prompt);
    font-size: 15px;
    color: var(--color-text);
    background: var(--color-white);
    border: 2px solid var(--color-seafoam);
    border-radius: var(--radius-lg);
    transition: var(--transition);
}

.akpncbkj input::placeholder,
.akpncbkj textarea::placeholder {
    color: var(--color-text-light);
}

.akpncbkj input:focus,
.akpncbkj select:focus,
.akpncbkj textarea:focus {
    outline: none;
    border-color: var(--color-peach);
    box-shadow: 0 0 0 4px rgba(255, 171, 145, 0.2);
}

.akpncbkj textarea {
    resize: vertical;
    min-height: 120px;
}

.h0v9zslw {
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.h0v9zslw img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ========================================
   Footer
   ======================================== */
.footer {
    background: linear-gradient(180deg, var(--color-seafoam-light) 0%, var(--color-seafoam) 100%);
    padding: 80px 0 40px;
}

.p5gl0jqr {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.h3y2upyw .lz9xqj81 {
    margin-bottom: 20px;
}

.l1n3ea8y {
    font-size: 14px;
    color: var(--color-text-light);
    line-height: 1.7;
}

.c5hbnjbi h4,
.fdny33rp h4,
.g92iqs3h h4 {
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--color-heading);
}

.c5hbnjbi p {
    font-size: 14px;
    color: var(--color-text-light);
    margin-bottom: 12px;
    line-height: 1.7;
}

.fdny33rp a {
    display: block;
    font-size: 14px;
    color: var(--color-text-light);
    margin-bottom: 12px;
    transition: var(--transition);
}

.fdny33rp a:hover {
    color: var(--color-peach-dark);
    padding-left: 8px;
}

.nn7fr0ko {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cq0hcxuo {
    font-size: 14px;
    color: var(--color-text-light);
    padding: 8px 16px;
    background: var(--color-white);
    border-radius: 25px;
    text-align: center;
    transition: var(--transition);
}

.cq0hcxuo:hover {
    background: var(--color-peach);
    color: var(--color-white);
}

.ly6dc2g8 {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ly6dc2g8 p {
    font-size: 14px;
    color: var(--color-text-light);
}

/* ========================================
   Modal
   ======================================== */
#wellness-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

#wellness-modal[data-state="open"] {
    opacity: 1;
    visibility: visible;
}

#modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

#wellness-modal .ys9g4v9i {
    position: relative;
    background: var(--color-white);
    border-radius: var(--radius-xl);
    padding: 48px;
    max-width: 480px;
    width: 90%;
    text-align: center;
    box-shadow: var(--shadow-xl);
    transform: scale(0.9) translateY(20px);
    transition: var(--transition);
}

#wellness-modal[data-state="open"] .ys9g4v9i {
    transform: scale(1) translateY(0);
}

.rh2tqeev {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    background: var(--color-seafoam-light);
    border-radius: 50%;
    font-size: 24px;
    color: var(--color-text-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.rh2tqeev:hover {
    background: var(--color-peach-light);
    color: var(--color-heading);
}

/* Body when modal is open */
body[data-modal-open="true"] {
    overflow: hidden;
}

.oajortmy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.vzc78al5 {
    font-size: 64px;
    margin-bottom: 8px;
}

.hodci5cn {
    font-size: 26px;
    color: var(--color-heading);
}

.j7vqj5tv {
    font-size: 16px;
    color: var(--color-text-light);
    line-height: 1.7;
}

/* ========================================
   Responsive Design
   ======================================== */
@media (max-width: 1024px) {
    .ph4qqojg {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .fwrowurc {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .tygzod7u {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .p5gl0jqr {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .eigy5dm9 {
        display: flex;
    }
    
    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: var(--color-white);
        flex-direction: column;
        padding: 80px 32px 32px;
        box-shadow: var(--shadow-xl);
        transition: var(--transition);
    }

    .nav[data-active="true"] {
        right: 0;
    }

    .eigy5dm9[data-active="true"] span:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .eigy5dm9[data-active="true"] span:nth-child(2) {
        opacity: 0;
    }

    .eigy5dm9[data-active="true"] span:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }
    
    .axn9l70i {
        font-size: 32px;
    }
    
    .av9vt6lp {
        font-size: 16px;
    }
    
    .ph4qqojg,
    .tygzod7u {
        grid-template-columns: 1fr;
    }
    
    .fwrowurc {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .cjr4mw66,
    .ezr2hncs {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .wjbalyve {
        order: -1;
    }
    
    .s9sa92bq {
        justify-content: center;
    }
    
    .p5gl0jqr {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .h3y2upyw .lz9xqj81 {
        align-items: center;
    }
    
    .edhkxcn8 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .fwrowurc {
        grid-template-columns: 1fr;
    }
    
    .axn9l70i {
        font-size: 26px;
    }
    
    .maktrcie {
        padding: 14px 36px;
        font-size: 16px;
    }
    
    .ys9g4v9i {
        padding: 32px 24px;
    }
}
