/* ============================================================
   ClearSite · รับทุบตึก รื้อถอนอาคาร เคลียริ่งพื้นที่
   Premium Yellow + Dark-Charcoal Theme
   ============================================================ */
:root{
  --page-bg:#FAFAF9; --ink:#18181B; --muted:#57534E; --line:#E7E5E4;
  --grey:#374151; --grey-deep:#1F2937; --grey-dark:#111827;
  --amber:#EAB308; --amber-deep:#CA8A04; --amber-dark:#A16207; --amber-light:#FACC15; --yellow:#F5C518;
}
*{ -webkit-tap-highlight-color:transparent; }
html{ scroll-behavior:smooth; }
body{
  background:#FAFAF9;
  font-family:'Sarabun','IBM Plex Sans Thai',sans-serif;
  color:#18181B; position:relative; overflow-x:hidden;
}
h1,h2,h3,.font-display{ font-family:'Kanit','Sarabun',sans-serif; }
body::before{
  content:""; position:fixed; inset:0; z-index:-1; pointer-events:none;
  background:
    radial-gradient(60rem 42rem at 85% -8%, rgba(234,179,8,.16), transparent 60%),
    radial-gradient(52rem 40rem at -10% 10%, rgba(31,41,55,.10), transparent 55%),
    radial-gradient(40rem 30rem at 50% 120%, rgba(250,204,21,.12), transparent 60%);
}
.gx{ background:linear-gradient(135deg,#374151 0%,#1F2937 45%,#111827 100%); }
.gx-text{
  background:linear-gradient(135deg,#CA8A04,#FACC15);
  -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
}
.sky-text{
  background:linear-gradient(135deg,#EAB308,#F59E0B);
  -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent;
}
.glass{
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(20px); -webkit-backdrop-filter:blur(20px);
  border:1px solid rgba(255,255,255,.6);
}
.text-balance{ text-wrap:balance; }
.sq{ aspect-ratio:1/1; object-fit:cover; }
.shadow-glow{ box-shadow:0 10px 40px -10px rgba(31,41,55,.42); }
.shadow-soft{ box-shadow:0 4px 30px rgba(24,24,27,.08); }
.shadow-card{ box-shadow:0 8px 40px rgba(24,24,27,.14); }
details>summary{ list-style:none; cursor:pointer; }
details>summary::-webkit-details-marker{ display:none; }
.ms{ font-family:'Material Symbols Outlined'; font-weight:normal; font-style:normal; line-height:1; -webkit-font-feature-settings:'liga'; vertical-align:middle; }
.eyebrow{ letter-spacing:.12em; }
.chip{ transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.chip:hover{ transform:translateY(-2px); background-image:linear-gradient(135deg,#EAB308,#CA8A04); color:#1F2937 !important; }
@keyframes rise{ from{ opacity:0; transform:translateY(18px);} to{ opacity:1; transform:none;} }
.reveal{ animation:rise .7s cubic-bezier(.22,.61,.36,1) both; }
.reveal.d1{ animation-delay:.08s; } .reveal.d2{ animation-delay:.16s; }
.reveal.d3{ animation-delay:.24s; } .reveal.d4{ animation-delay:.32s; }
img{ background:#E7E5E4; }
a{ text-decoration:none; }
iframe{ border:0; }
