:root{
  --green:#062f25;
  --green2:#0b4536;
  --gold:#d8a93a;
  --gold2:#f2d687;
  --cream:#f4eddf;
  --cream2:#fffaf0;
  --ink:#17201d;
  --muted:#626d68;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--cream2);color:var(--ink);line-height:1.5}
a{color:inherit}
img{display:block;max-width:100%}

.topbar{
  min-height:78px;
  display:flex;
  align-items:center;
  gap:28px;
  padding:0 4vw;
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(4,42,32,.99);
  color:#fff;
  border-bottom:1px solid rgba(216,169,58,.45);
}
.round-logo{
  width:112px;height:112px;border-radius:50%;
  border:3px solid var(--gold);background:#073728;color:#fff;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  text-decoration:none;line-height:1;box-shadow:0 8px 20px rgba(0,0,0,.25);
  margin-top:25px;z-index:3;flex:0 0 auto;
}
.round-logo .plane{font-size:1.25rem;color:var(--gold2);margin-bottom:3px}
.round-logo .logo-khao{font-size:.72rem;letter-spacing:.08em}
.round-logo strong{font-family:Georgia,serif;color:var(--gold);font-size:2rem;margin:3px 0}
.round-logo .logo-small{font-size:.56rem;text-align:center;letter-spacing:.05em}
nav{display:flex;gap:32px;align-items:center;margin-left:auto}
nav a{text-decoration:none;font-weight:700;font-size:.9rem;position:relative}
nav a.active{color:var(--gold2)}
nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-19px;height:2px;background:var(--gold)}
.top-whatsapp{border:1px solid var(--gold);color:var(--gold2);padding:10px 16px;border-radius:10px;text-decoration:none;font-weight:800;white-space:nowrap}
.menu-button{display:none;border:0;background:none;color:#fff;font-size:1.8rem}

.hero{
  min-height:610px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  position:relative;
  overflow:hidden;
  background:linear-gradient(120deg,#0a4c39,#0d654d);
}
.hero:before{
  content:"";position:absolute;inset:0;
  background:url('assets/hero.jpg') left center/cover no-repeat;
  opacity:.8;
}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,32,24,.78) 0%,rgba(3,32,24,.50) 45%,rgba(3,32,24,.08) 100%)}
.hero-copy{position:relative;z-index:2;padding:88px 5vw 70px 7vw;align-self:center;color:#fff}
.eyebrow{color:var(--gold);font-weight:900;letter-spacing:.15em;font-size:.78rem}
.hero h1,.heading h2,.contact h2{font-family:Georgia,"Times New Roman",serif;font-weight:500;line-height:1.02}
.hero h1{font-size:clamp(3.5rem,6.6vw,6.8rem);margin:10px 0 22px}
.hero h1 span{color:var(--gold)}
.hero-lead{font-size:1.2rem;max-width:600px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.button{min-height:50px;padding:0 22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800}
.button-gold{background:var(--gold);color:#102018}
.button-ghost{border:1px solid rgba(255,255,255,.8);color:#fff;background:rgba(4,42,32,.5)}
.button-outline{border:1px solid var(--gold);color:var(--green);background:#fff}
.button-large{min-height:60px;padding:0 30px}
.button.compact{min-height:44px;padding:0 17px;font-size:.85rem}

.hero-visual{
  position:relative;z-index:2;
  background:url('assets/hero-tuktuk.jpg') center/cover no-repeat;
  min-height:610px;
}
.hero-location-sign{
  position:absolute;right:4%;bottom:8%;width:170px;
  background:#073728;border:3px solid var(--gold);border-radius:8px;
  color:var(--gold2);text-align:center;padding:18px 14px 12px;
  box-shadow:0 12px 30px rgba(0,0,0,.35);
}
.sign-big{font-family:Georgia,serif;font-size:2.15rem;font-weight:700;color:var(--gold);line-height:1}
.sign-line{font-weight:800;font-size:.9rem;line-height:1.15;letter-spacing:.035em}
.sign-divider{width:65%;height:1px;background:var(--gold);margin:10px auto}
.sign-arrow{font-size:2.1rem;line-height:1;margin-top:8px;color:var(--gold);font-weight:900}

.trustbar{
  max-width:1180px;margin:-34px auto 0;position:relative;z-index:6;
  display:grid;grid-template-columns:repeat(4,1fr);
  background:var(--green);border:1px solid var(--gold);border-radius:14px;color:#fff;
  box-shadow:0 15px 35px rgba(0,0,0,.16)
}
.trustbar div{padding:21px 26px;border-right:1px solid rgba(216,169,58,.22)}
.trustbar div:last-child{border-right:0}
.trust-icon{display:block;color:var(--gold);font-size:1.3rem;margin-bottom:5px}
.trustbar b,.trustbar span{display:block}
.trustbar b{color:#fff;font-size:.84rem}
.trustbar span:last-child{color:#e0e8e4;font-size:.9rem;margin-top:3px}

.section{padding:78px 5vw}
.heading{text-align:center;margin-bottom:34px}
.heading h2{font-size:clamp(2rem,3vw,3rem);color:var(--green);margin:0}
.heading h2:after{content:"";display:block;width:80px;height:2px;background:var(--gold);margin:10px auto 0}

.tour-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.card{background:#fff;border:1px solid #e5d8c0;border-radius:14px;overflow:hidden;box-shadow:0 9px 24px rgba(0,0,0,.05)}
.card img{width:100%;aspect-ratio:16/9;object-fit:cover}
.card-body{padding:15px 16px 17px}
.tag{float:right;background:var(--gold);color:#122018;border-radius:999px;padding:5px 9px;font-size:.62rem;font-weight:900;margin-left:8px}
.card h3{font-family:Georgia,serif;font-size:1.28rem;margin:0 0 8px}
.card p{color:var(--muted);font-size:.92rem;margin:0 0 10px}
.card a{color:#9a6f08;text-decoration:none;font-weight:700;font-size:.9rem}
.card:nth-child(5){grid-column:2}
.card:nth-child(7){grid-column:auto}

.services{background:var(--cream2);padding-top:28px}
.service-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.service-card{position:relative;background:#fff;border:1px solid #e4d6bf;border-radius:14px;overflow:visible;text-align:center}
.service-badge{
  position:absolute;top:-20px;left:50%;transform:translateX(-50%);
  width:48px;height:48px;border-radius:50%;display:grid;place-items:center;
  background:var(--green);border:3px solid var(--cream2);color:#fff;font-size:1.2rem;z-index:2
}
.service-card img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:14px 14px 0 0}
.service-copy{padding:14px 13px 17px}
.service-copy h3{font-size:1rem;margin:0 0 7px}
.service-copy p{font-size:.82rem;color:#444;margin:0}

.location{padding-top:30px}
.location-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:.8fr 1.45fr 1fr;gap:0;background:#f7f0e4;border:1px solid #e4d4bb;border-radius:16px;overflow:hidden}
.visit-card,.location-card{padding:28px;display:flex;flex-direction:column;justify-content:center;text-align:center}
.visit-card h3,.location-card h3{font-family:Georgia,serif;font-size:1.4rem;margin:0 0 18px;color:var(--green)}
.visit-card h3:after,.location-card h3:after{content:"";display:block;width:62px;height:2px;background:var(--gold);margin:8px auto 0}
.visit-card p,.location-card p{margin:0 0 18px}
.cafe-photo img{width:100%;height:100%;object-fit:cover;min-height:330px}

.contact{padding:58px 7vw;background:linear-gradient(110deg,#063426,#0a4c39);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px}
.contact h2{color:#fff;font-size:clamp(2rem,3.2vw,3.3rem);margin:8px 0}
.contact p{margin:0;color:#d8e5df}
.contact .eyebrow{color:var(--gold2)}

footer{
  background:#031c16;color:#d7e1dd;padding:28px 4vw 22px;
  display:grid;grid-template-columns:auto 1.2fr .8fr 1fr auto;gap:25px;align-items:start
}
.round-logo.small{width:82px;height:82px;margin:0}
.round-logo.small strong{font-size:1.4rem}
.round-logo.small .logo-khao{font-size:.56rem}
.round-logo.small .logo-small{font-size:.46rem}
.footer-copy p{font-size:.82rem;margin:0}
.footer-links,.footer-contact{display:flex;flex-direction:column;gap:4px;font-size:.8rem}
.footer-links a,.footer-contact a{text-decoration:none}
.footer-links strong,.footer-contact strong{color:#fff;margin-bottom:4px}
.license-box{border:1px solid var(--gold);border-radius:8px;padding:10px 14px;color:var(--gold2);font-size:.74rem;text-align:center}
footer>small{grid-column:1/-1;text-align:center;border-top:1px solid rgba(255,255,255,.08);padding-top:12px;color:#90a39a}

@media(max-width:1000px){
  .top-whatsapp{display:none}
  .tour-grid{grid-template-columns:repeat(2,1fr)}
  .card:nth-child(5){grid-column:auto}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .location-grid{grid-template-columns:1fr}
  footer{grid-template-columns:1fr 1fr}
  .footer-logo,.license-box{justify-self:start}
}
@media(max-width:720px){
  .topbar{min-height:80px;padding:0 5vw}
  .round-logo{display:none}
  .menu-button{display:block;margin-left:auto}
  nav{display:none;position:absolute;top:80px;left:0;right:0;padding:20px 6vw;background:var(--green);flex-direction:column;gap:18px}
  nav.open{display:flex}
  nav a.active:after{display:none}
  .hero{grid-template-columns:1fr}
  .hero:before{display:none}
  .hero-copy{padding:60px 6vw 36px;background:linear-gradient(120deg,#063426,#0b503c)}
  .hero h1{font-size:3.3rem}
  .hero-visual{min-height:420px;background-position:center}
  .hero-location-sign{width:135px;right:4%;bottom:5%;padding:12px 10px;border-width:2px}
  .sign-big{font-size:1.55rem}.sign-line{font-size:.68rem}.sign-divider{margin:7px auto}.sign-arrow{font-size:1.5rem;margin-top:6px}
  .trustbar{margin:0;border-radius:0;border-left:0;border-right:0;grid-template-columns:1fr}
  .trustbar div{border-right:0;border-bottom:1px solid rgba(216,169,58,.16)}
  .section{padding:58px 6vw}
  .tour-grid,.service-grid{grid-template-columns:1fr}
  .card:nth-child(5){grid-column:auto}
  .location-grid{grid-template-columns:1fr}
  .cafe-photo img{min-height:280px}
  .contact{padding:50px 6vw;align-items:flex-start;flex-direction:column}
  footer{grid-template-columns:1fr}
  .footer-logo{display:none}
}

/* V10: clean, crisp hero location sign */
.hero-visual{position:relative}
.hero-location-sign{
  position:absolute !important;
  z-index:9 !important;
  right:4% !important;
  top:12% !important;
  bottom:auto !important;
  width:170px !important;
  padding:17px 13px 13px !important;
  background:#063426 !important;
  border:3px solid #d8a93a !important;
  border-radius:8px !important;
  color:#f2d687 !important;
  text-align:center !important;
  box-shadow:0 12px 30px rgba(0,0,0,.42) !important;
}
.hero-location-sign .sign-big{
  font-family:Georgia,"Times New Roman",serif;
  font-size:2.15rem;
  font-weight:700;
  line-height:1;
  color:#d8a93a;
  margin-bottom:6px;
}
.hero-location-sign .sign-line{font-size:.88rem;font-weight:800;line-height:1.18;letter-spacing:.035em}
.hero-location-sign .sign-divider{height:1px;width:65%;background:#d8a93a;margin:9px auto}
.hero-location-sign .sign-arrow{font-size:2rem;line-height:1;color:#d8a93a;font-weight:900;margin-top:8px}

/* V10: service symbols live in their own clean badge, never inside the photos */
.service-card img{object-position:center}
.service-badge{overflow:hidden}
footer a{color:inherit}

@media(max-width:720px){
  .hero-location-sign{
    top:7% !important;
    right:4% !important;
    width:132px !important;
    padding:11px 9px 9px !important;
    border-width:2px !important;
  }
  .hero-location-sign .sign-big{font-size:1.5rem}
  .hero-location-sign .sign-line{font-size:.66rem}
  .hero-location-sign .sign-divider{margin:6px auto}
  .hero-location-sign .sign-arrow{font-size:1.45rem;margin-top:5px}
}

/* FINAL RESPONSIVE FIX – laptop/tablet landscape */
@media (min-width:721px) and (max-width:1280px){
  .hero{
    min-height:560px;
    grid-template-columns:minmax(360px,46%) minmax(0,54%);
    background:#063426;
  }
  .hero:before,.hero-overlay{display:none !important}
  .hero-copy{
    min-width:0;
    padding:64px 4.5vw 58px 5vw;
    background:linear-gradient(120deg,#063426 0%,#0b503c 100%);
  }
  .hero h1{font-size:clamp(3.2rem,5.2vw,5.4rem)}
  .hero-lead{font-size:1.08rem}
  .hero-visual{
    min-width:0;
    min-height:560px;
    background-image:url('assets/hero-tuktuk.jpg') !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    background-position:center center !important;
  }
  .hero-location-sign{top:9% !important;right:4% !important}
}
@media (min-width:1281px){
  .hero:before{width:55%;right:auto}
  .hero-visual{background-position:center center !important}
}
