:root{--navy:#07111f;--navy2:#0d1b2d;--gold:#d8b26e;--cream:#f6f2e9;--white:#fff;--muted:#aeb8c6;--ink:#142033;--line:rgba(255,255,255,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"Noto Sans Thai","Manrope",sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}.topbar{height:80px;padding:0 clamp(20px,5vw,84px);display:flex;align-items:center;gap:40px;justify-content:space-between;background:var(--navy);color:#fff;position:absolute;z-index:5;width:100%;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;font-family:Manrope,sans-serif;font-size:13px;letter-spacing:.12em;line-height:1.15}.brand b{color:var(--gold)}.brand small{display:block;font-size:9px;letter-spacing:.34em;margin-top:5px;color:var(--muted)}.brand-mark{width:38px;height:38px;border:1px solid var(--gold);display:grid;place-items:center;color:var(--gold);font:600 20px Georgia;border-radius:50%}.topbar nav{display:flex;gap:32px;font-size:14px}.topbar nav a:hover{color:var(--gold)}.nav-cta{border:1px solid rgba(216,178,110,.65);padding:10px 18px;font-size:14px;border-radius:2px}.hero{min-height:780px;height:92vh;position:relative;background:var(--navy);overflow:hidden;color:white;display:flex;align-items:center}.hero-image,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{background:linear-gradient(90deg,rgba(4,10,18,.92) 0%,rgba(4,10,18,.66) 38%,rgba(4,10,18,.08) 75%),linear-gradient(0deg,rgba(4,10,18,.65),transparent 42%)}.hero-content{position:relative;z-index:1;max-width:760px;padding:110px clamp(24px,8vw,140px) 40px}.eyebrow{font:600 12px Manrope,sans-serif;letter-spacing:.22em;color:var(--gold);margin:0 0 22px}.eyebrow.dark{color:#89662b}.hero h1,.intro h2,.experience h2,.booking h2{font-size:clamp(44px,6vw,84px);font-weight:500;line-height:1.12;letter-spacing:-.035em;margin:0}.hero h1 em{color:var(--gold);font-style:normal}.lead{font-size:clamp(17px,2vw,21px);max-width:600px;color:#dde3eb;margin:28px 0 34px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{min-height:50px;padding:13px 22px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:2px;font:600 15px "Noto Sans Thai",sans-serif;cursor:pointer}.primary{background:var(--gold);color:#101722}.primary:hover{background:#ebc884}.ghost{border:1px solid rgba(255,255,255,.4);color:#fff}.quick-trust{display:flex;flex-wrap:wrap;gap:22px;margin-top:54px;color:#d8dee7;font-size:14px}.quick-trust span:before{content:"✓";color:var(--gold);margin-right:8px}.intro{padding:110px clamp(24px,8vw,140px) 72px;display:grid;grid-template-columns:1.2fr .8fr;gap:10vw;align-items:end}.intro h2,.booking h2{font-size:clamp(38px,5vw,65px)}.intro>p{font-size:18px;color:#596273;max-width:560px;margin:0}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#d7d5cf;margin:0 clamp(24px,5vw,84px) 110px;border:1px solid #d7d5cf}.service-grid article{background:var(--cream);padding:36px 30px;min-height:270px}.service-grid span{font:500 13px Manrope;color:#a07a39}.service-grid h3{font-size:21px;margin:35px 0 12px}.service-grid p{color:#687080;margin:0;font-size:15px}.experience{background:var(--navy);color:#fff;min-height:650px;display:grid;grid-template-columns:1.15fr .85fr}.experience-card{padding:100px clamp(24px,8vw,140px)}.experience h2{font-size:clamp(40px,5vw,68px)}.experience-card>p:not(.eyebrow){max-width:560px;color:#c5ccd6;font-size:17px;margin:28px 0}.experience ul{list-style:none;padding:0;margin:30px 0 0;display:grid;grid-template-columns:1fr 1fr;gap:14px 30px}.experience li{border-top:1px solid var(--line);padding-top:12px;color:#e4e8ed}.experience li:before{content:"•";color:var(--gold);margin-right:10px}.experience blockquote{margin:0;background:linear-gradient(145deg,#172944,#0d1929);display:flex;flex-direction:column;justify-content:center;padding:60px;font-size:clamp(24px,3vw,42px);line-height:1.45}.experience blockquote span{color:var(--gold);font:100px Georgia;line-height:.5}.experience blockquote strong{color:var(--gold);font-weight:500}.booking{padding:110px clamp(24px,8vw,140px);display:grid;grid-template-columns:.9fr 1.1fr;gap:10vw}.booking-copy p:last-child{max-width:520px;color:#687080}.booking form{background:#fff;padding:36px;display:grid;grid-template-columns:1fr 1fr;gap:20px;box-shadow:0 20px 70px rgba(13,27,45,.08)}label{font-size:14px;font-weight:600}input,select,textarea{width:100%;font:400 16px "Noto Sans Thai";color:var(--ink);background:#f8f7f4;border:1px solid #d9d7d0;padding:13px;margin-top:7px;border-radius:2px}textarea,label:nth-of-type(4),form .button,.form-note{grid-column:1/-1}.form-note{margin:0;font-size:13px;color:#717986}.form-note.success{color:#41765a}footer{background:#050c16;color:#d9dfe7;padding:45px clamp(24px,5vw,84px);display:flex;align-items:center;justify-content:space-between;gap:24px}footer p,footer a{font-size:14px;color:#aeb8c6}.mobile-contact{display:none}@media(max-width:900px){.topbar nav,.nav-cta{display:none}.topbar{height:68px}.hero{min-height:720px;height:90vh;align-items:flex-end}.hero-image{object-position:66% center}.hero-shade{background:linear-gradient(0deg,rgba(4,10,18,.97) 5%,rgba(4,10,18,.68) 60%,rgba(4,10,18,.2))}.hero-content{padding:110px 24px 65px}.hero h1{font-size:46px}.quick-trust{margin-top:36px;gap:8px 18px}.intro,.booking{grid-template-columns:1fr;gap:34px;padding:80px 24px 48px}.service-grid{grid-template-columns:1fr 1fr;margin:0 24px 80px}.experience{grid-template-columns:1fr}.experience-card{padding:80px 24px}.experience blockquote{padding:70px 24px;min-height:350px}.booking form{padding:24px}footer{padding-bottom:90px;align-items:flex-start;flex-direction:column}.mobile-contact{position:fixed;display:flex;z-index:20;bottom:14px;left:14px;right:14px;height:54px;background:var(--gold);color:#111a27;align-items:center;justify-content:center;font-weight:700;border-radius:3px;box-shadow:0 10px 30px rgba(0,0,0,.25)}}@media(max-width:560px){.service-grid{grid-template-columns:1fr}.service-grid article{min-height:auto}.experience ul{grid-template-columns:1fr}.booking form{grid-template-columns:1fr}.hero-actions .button{width:100%}}
.header-actions{display:flex;align-items:center;gap:14px}.language-switcher{display:flex;border:1px solid rgba(255,255,255,.28);border-radius:3px;overflow:hidden;flex-shrink:0}.language-switcher button{border:0;border-right:1px solid rgba(255,255,255,.18);background:transparent;color:#cbd3df;min-width:38px;height:34px;padding:0 8px;font:600 12px Manrope,"Noto Sans Thai",sans-serif;cursor:pointer}.language-switcher button:last-child{border-right:0;min-width:46px}.language-switcher button:hover,.language-switcher button.active{background:var(--gold);color:#101722}.header-actions .nav-cta{white-space:nowrap}.experience blockquote>span:first-child{color:var(--gold);font:100px Georgia;line-height:.5}.experience blockquote .quote-text{color:#fff;font:inherit;line-height:1.45}@media(max-width:900px){.header-actions{margin-left:auto}.language-switcher button{height:32px;min-width:36px}}
.hero-actions .text-link{padding-left:4px;padding-right:4px;color:var(--gold);font-weight:600}.guide{padding:110px clamp(24px,8vw,140px);background:#fff}.guide-heading{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:end;margin-bottom:48px}.guide-heading h2{font-size:clamp(38px,5vw,64px);font-weight:500;line-height:1.15;letter-spacing:-.035em;margin:0}.guide-heading>p{margin:0;color:#687080;font-size:17px;max-width:560px}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #ddd9d0}.guide-grid>a{min-height:285px;padding:34px 30px;display:flex;flex-direction:column;border-right:1px solid #ddd9d0;transition:background .2s,color .2s}.guide-grid>a:last-child{border-right:0}.guide-grid>a:hover{background:var(--navy);color:#fff}.guide-grid small{font:600 12px Manrope,sans-serif;letter-spacing:.12em;color:#9b7435}.guide-grid h3{font-size:22px;line-height:1.45;font-weight:600;margin:32px 0}.guide-grid span{margin-top:auto;color:#9b7435;font-weight:700}.guide-all{display:inline-flex;margin-top:28px;border-bottom:1px solid #9b7435;padding-bottom:4px;color:#76561f;font-weight:700}@media(max-width:900px){.guide{padding:78px 24px}.guide-heading{grid-template-columns:1fr;gap:22px;margin-bottom:32px}.guide-grid{grid-template-columns:1fr}.guide-grid>a{min-height:210px;border-right:0;border-bottom:1px solid #ddd9d0}.guide-grid>a:last-child{border-bottom:0}.hero-actions .text-link{width:100%;min-height:40px;justify-content:flex-start}}
.gallery-section{padding:110px clamp(24px,5vw,84px);background:var(--navy);color:#fff}.gallery-heading{max-width:760px;margin:0 0 46px}.gallery-heading h2{font-size:clamp(38px,5vw,68px);font-weight:500;line-height:1.15;letter-spacing:-.035em;margin:0 0 20px}.gallery-heading>p:last-child{color:#c5ccd6;font-size:17px;max-width:640px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:250px;gap:10px}.gallery-item{border:0;padding:0;background:#111;overflow:hidden;cursor:zoom-in}.gallery-item.featured{grid-column:span 2;grid-row:span 2}.gallery-item.tall{grid-row:span 2}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease,opacity .35s ease}.gallery-item:hover img,.gallery-item:focus-visible img{transform:scale(1.035);opacity:.9}.gallery-item:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.gallery-note{color:#aeb8c6;margin:22px 0 0}.lightbox{width:min(1100px,94vw);height:min(850px,90vh);padding:0;border:0;background:#02060c;color:#fff}.lightbox::backdrop{background:rgba(0,0,0,.88)}.lightbox figure{margin:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 70px}.lightbox figure img{max-width:100%;max-height:calc(100% - 42px);object-fit:contain}.lightbox figcaption{padding-top:12px;color:#d4dae2;text-align:center}.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;z-index:2;border:0;border-radius:50%;background:rgba(7,17,31,.78);color:#fff;cursor:pointer}.lightbox-close{right:14px;top:14px;width:44px;height:44px;font-size:30px}.lightbox-prev,.lightbox-next{top:50%;width:48px;height:48px;font-size:42px;line-height:1}.lightbox-prev{left:12px}.lightbox-next{right:12px}@media(max-width:900px){.gallery-section{padding:78px 24px}.gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:190px}.gallery-item.featured{grid-column:span 2;grid-row:span 2}.gallery-item.tall{grid-row:span 2}.lightbox figure{padding:55px 10px}.lightbox-prev,.lightbox-next{top:auto;bottom:14px}.lightbox figcaption{padding:8px 55px 54px}}
.trust-section{padding:105px clamp(24px,8vw,140px);background:#e9e2d4;display:grid;grid-template-columns:.85fr 1.15fr;gap:9vw;align-items:start}.trust-copy h2,.faq-heading h2{font-size:clamp(36px,4.5vw,62px);font-weight:500;line-height:1.18;letter-spacing:-.03em;margin:0 0 24px}.trust-copy>p:not(.eyebrow){color:#586171;max-width:560px}.trust-copy>a{display:inline-block;color:#75551f;font-weight:700;margin-top:20px;border-bottom:1px solid #9b7435}.booking-steps{list-style:none;margin:0;padding:0;border-top:1px solid #bbb3a5}.booking-steps li{display:grid;grid-template-columns:62px 1fr;gap:18px;padding:26px 0;border-bottom:1px solid #bbb3a5;align-items:start}.booking-steps b{font:600 13px Manrope,sans-serif;color:#89662b}.booking-steps span{font-size:19px;line-height:1.55}.faq-section{padding:105px clamp(24px,8vw,140px);background:#fff;display:grid;grid-template-columns:.72fr 1.28fr;gap:9vw}.faq-list{border-top:1px solid #d7d3cb}.faq-list details{border-bottom:1px solid #d7d3cb;padding:22px 0}.faq-list summary{font-size:18px;font-weight:700;cursor:pointer;padding-right:40px;position:relative;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";position:absolute;right:4px;top:-5px;color:#9b7435;font-size:28px;font-weight:400}.faq-list details[open] summary:after{content:"−"}.faq-list p{color:#606978;max-width:720px;margin:15px 40px 2px 0}@media(max-width:900px){.trust-section,.faq-section{grid-template-columns:1fr;gap:42px;padding:76px 24px}.booking-steps span{font-size:17px}}
