/*
Theme Name: My Paradise Complete 3
Theme URI: https://myparadisechiangrai.com
Author: OpenAI for My Paradise Boutique Eco Resort
Description: Custom boutique eco resort theme with direct booking requests, 12-hour holds and iCal synchronization.
Version: 3.0.0
Requires at least: 6.2
Requires PHP: 8.0
Text Domain: myparadise
*/
:root{
 --forest:#173c35;--forest2:#0d2b27;--cream:#f6f0e4;--sand:#d9c49a;
 --gold:#b7924a;--ink:#18201d;--white:#fff;--muted:#68736f;--radius:22px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.65}
a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:min(1180px,92vw);margin:auto}
.site-header{position:fixed;z-index:50;top:0;left:0;right:0;background:rgba(13,43,39,.88);backdrop-filter:blur(14px);color:white;border-bottom:1px solid rgba(255,255,255,.12)}
.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{font-family:Georgia,serif;font-size:22px;letter-spacing:.03em}.brand small{display:block;font-family:Arial;font-size:10px;letter-spacing:.2em;color:#e9dcc0}
.menu{display:flex;gap:23px;align-items:center;font-size:14px}.menu a:hover{color:#f3d998}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:13px 22px;font-weight:700;border:1px solid transparent;cursor:pointer}
.btn-gold{background:var(--gold);color:white}.btn-ghost{border-color:rgba(255,255,255,.7);color:white}.btn-dark{background:var(--forest);color:white}
.hero{height:min(880px,100vh);min-height:680px;position:relative;color:white;display:flex;align-items:end;overflow:hidden;background:#173c35}
.hero video,.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,26,23,.78) 0%,rgba(4,26,23,.42) 55%,rgba(4,26,23,.18)),linear-gradient(0deg,rgba(4,20,18,.72),transparent 55%)}
.hero-inner{position:relative;z-index:2;padding:0 0 90px;max-width:760px}.eyebrow{text-transform:uppercase;letter-spacing:.24em;font-size:12px;font-weight:700;color:#f3d998}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.12;margin:0 0 18px}h1{font-size:clamp(50px,7vw,92px)}h2{font-size:clamp(34px,4.5vw,58px)}h3{font-size:27px}.lead{font-size:clamp(18px,2vw,24px);max-width:690px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.section{padding:100px 0}.cream{background:var(--cream)}.dark{background:var(--forest2);color:white}.center{text-align:center}.section-head{max-width:760px;margin:0 auto 55px}.section-head p{color:var(--muted);font-size:18px}.dark .section-head p{color:#cad6d2}
.grid{display:grid;gap:25px}.g2{grid-template-columns:repeat(2,1fr)}.g3{grid-template-columns:repeat(3,1fr)}.g4{grid-template-columns:repeat(4,1fr)}
.card{background:white;border-radius:var(--radius);overflow:hidden;box-shadow:0 18px 45px rgba(20,42,35,.1);height:100%}.card-body{padding:27px}.card img{width:100%;height:270px;object-fit:cover}.feature{padding:30px;border:1px solid rgba(183,146,74,.3);border-radius:var(--radius);background:rgba(255,255,255,.05)}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}.split img{border-radius:30px;width:100%;height:600px;object-fit:cover}.quote{font-family:Georgia,serif;font-size:30px;color:var(--forest);border-left:4px solid var(--gold);padding-left:24px}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:45px}.stat{border-top:1px solid #d8d5cd;padding-top:16px}.stat strong{font-family:Georgia,serif;font-size:35px;display:block;color:var(--forest)}
.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:300px 300px;gap:14px}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:18px}.gallery img:first-child{grid-row:1/3}
.booking-box{background:white;color:var(--ink);padding:35px;border-radius:28px;box-shadow:0 24px 70px rgba(0,0,0,.22)}.booking-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.booking-grid .full{grid-column:1/-1}
label{display:block;font-weight:700;font-size:13px;margin-bottom:6px}input,select,textarea{width:100%;padding:13px 14px;border:1px solid #d8ddd9;border-radius:10px;background:#fff;font:inherit}textarea{min-height:110px}
.notice{padding:14px;border-radius:10px;margin-bottom:18px}.success{background:#e8f6ed;color:#1f6034}.error{background:#fff0ef;color:#8d3028}
.review{background:white;color:var(--ink);border-radius:22px;padding:28px}.stars{color:#d4a83e;letter-spacing:.12em}.review small{color:var(--muted)}
.footer{background:#081d1a;color:#dce7e3;padding:65px 0 30px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer a{display:block;margin:7px 0;color:#dce7e3}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:40px;padding-top:20px;color:#8fa29c;font-size:13px}
.mobile-toggle{display:none;background:none;border:0;color:white;font-size:28px}
.reveal{opacity:0;transform:translateY(20px);transition:.7s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.menu{display:none;position:absolute;top:74px;left:0;right:0;background:var(--forest2);padding:24px;flex-direction:column}.menu.open{display:flex}.mobile-toggle{display:block}.g4,.g3{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr}.split img{height:430px}.gallery{grid-template-columns:1fr 1fr;grid-template-rows:280px 220px 220px}.gallery img:first-child{grid-column:1/-1;grid-row:auto}.stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.section{padding:72px 0}.hero-inner{padding-bottom:55px}.g4,.g3,.g2,.booking-grid,.footer-grid{grid-template-columns:1fr}.booking-grid .full{grid-column:auto}.gallery{display:block}.gallery img{height:260px;margin-bottom:12px}.stats{grid-template-columns:1fr 1fr}.hero{min-height:720px}}
