/* SUNSHIELD FILM — สไตล์หลัก
   โทน ส้ม ขาว ดำ ตามสีแบรนด์ลูกค้า เสริมทองเล็กน้อยให้ดูพรีเมียม
   ฟอนต์ Anuphan รองรับสระไทยครบ ไม่ใช้ฟอนต์อังกฤษล้วนแล้วปล่อยไทย fallback */

:root {
  --orange-600: #d9560a;
  --orange-500: #ef7f1a;
  --orange-400: #f59b45;
  --orange-050: #fff4e9;
  --gold: #b8892f;

  --ink-900: #0e0f12;
  --ink-800: #17191d;
  --ink-700: #2a2d33;
  --ink-500: #565a63;
  --ink-400: #767b85;

  --line: #e6e8ec;
  --line-soft: #f0f2f5;
  --bg: #ffffff;
  --bg-soft: #f7f8fa;

  --line-green: #06c755;

  --r-sm: 10px;
  --r-md: 14px;
  --r-lg: 20px;

  --sh-1: 0 1px 2px rgba(14, 15, 18, .05), 0 2px 8px rgba(14, 15, 18, .04);
  --sh-2: 0 2px 4px rgba(14, 15, 18, .06), 0 12px 28px rgba(14, 15, 18, .08);

  --gut: 16px;
  --maxw: 1180px;

  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ── พื้นฐาน ── */

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: 'Anuphan', system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: var(--ink-800);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.32; font-weight: 700; color: var(--ink-900); letter-spacing: -.01em; }
h1 { font-size: clamp(30px, 6vw, 52px); }
h2 { font-size: clamp(25px, 4vw, 38px); }
h3 { font-size: clamp(19px, 2.4vw, 22px); }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--orange-600); text-decoration: none; }
a:hover { text-decoration: underline; }

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

ul, ol { margin: 0; padding: 0; list-style: none; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--ink-900); color: #fff; padding: 12px 18px; border-radius: var(--r-sm);
  transition: top .2s var(--ease);
}
.skip:focus { top: 12px; }

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--orange-500);
  outline-offset: 2px;
  border-radius: 4px;
}

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gut); }
.wrap.narrow { max-width: 760px; }
.center { text-align: center; }

.ic { width: 20px; height: 20px; flex: 0 0 auto; }

/* ── ปุ่ม ── */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 48px; padding: 11px 20px;
  border: 1px solid transparent; border-radius: 999px;
  font: inherit; font-weight: 600; font-size: 16px; line-height: 1.2;
  cursor: pointer; text-decoration: none; white-space: nowrap;
  transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease), transform .2s var(--ease), box-shadow .2s var(--ease);
}
.btn:hover { text-decoration: none; }
.btn:active { transform: translateY(1px); }

.btn-brand { background: var(--orange-600); color: #fff; box-shadow: var(--sh-1); }
.btn-brand:hover { background: var(--orange-500); box-shadow: var(--sh-2); }

.btn-line { background: var(--line-green); color: #fff; }
.btn-line:hover { background: #05b34c; }

.btn-outline { background: transparent; color: var(--ink-900); border-color: var(--line); }
.btn-outline:hover { border-color: var(--ink-900); background: var(--bg-soft); }

.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .45); }
.btn-outline-light:hover { border-color: #fff; background: rgba(255, 255, 255, .1); }

.btn-ghost { background: var(--bg-soft); color: var(--ink-900); border-color: var(--line); }
.btn-ghost:hover { background: #eef0f3; }

.btn-sm { min-height: 42px; padding: 8px 15px; font-size: 15px; }
.btn-lg { min-height: 54px; padding: 14px 26px; font-size: 17px; }
.btn-block { display: flex; width: 100%; }

/* ── หัวเว็บ ── */

.hdr {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.hdr-in { display: flex; align-items: center; gap: 16px; min-height: 68px; }

.brand { display: flex; align-items: center; gap: 10px; color: inherit; margin-right: auto; }
.brand:hover { text-decoration: none; }
.brand-logo { width: 42px; height: 42px; border-radius: 50%; object-fit: contain; }
.brand-tx { display: flex; flex-direction: column; line-height: 1.25; }
.brand-tx strong { font-size: 17px; letter-spacing: .01em; color: var(--ink-900); }
.brand-tx small { font-size: 14px; color: var(--ink-400); }

.nav { display: none; }
.nav ul { display: flex; gap: 4px; }
.nav a {
  display: block; padding: 8px 13px; border-radius: 999px;
  color: var(--ink-700); font-weight: 500; font-size: 16px;
}
.nav a:hover { background: var(--bg-soft); color: var(--ink-900); text-decoration: none; }
.nav a[aria-current="page"] { color: var(--orange-600); font-weight: 600; }

.hdr-cta { display: none; gap: 8px; }

.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; padding: 0;
  background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-sm);
  color: var(--ink-900); cursor: pointer;
}
.nav-toggle .ic { width: 22px; height: 22px; }

.m-nav { border-top: 1px solid var(--line); background: #fff; padding: 8px var(--gut) 18px; }
.m-nav[hidden] { display: none; }
.m-nav ul { display: flex; flex-direction: column; }
.m-nav a {
  display: block; padding: 13px 4px; font-size: 17px; font-weight: 500;
  color: var(--ink-800); border-bottom: 1px solid var(--line-soft);
}
.m-nav a[aria-current="page"] { color: var(--orange-600); font-weight: 600; }
.m-nav-cta { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }

@media (min-width: 900px) {
  .nav, .hdr-cta { display: flex; }
  .nav-toggle { display: none; }
  .m-nav { display: none !important; }
}

/* ── แบนเนอร์หน้าแรก ── */

.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--ink-900); }
.hero-track { position: absolute; inset: 0; }

.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .9s var(--ease); }
.hero-slide.is-on { opacity: 1; }
.hero-img {
  width: 100%; height: 100%;
  object-fit: cover;
  /* รูปทั้งหมดเป็นแนวตั้ง จุดสำคัญคือแถวช่างที่อยู่กลางภาพค่อนไปบน
     ตรึงไว้ที่ 46% เพื่อไม่ให้หัวช่างโดนตัดตอนจอกว้าง */
  object-position: 50% 46%;
}

.hero-scrim {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(14, 15, 18, .55) 0%, rgba(14, 15, 18, .35) 35%, rgba(14, 15, 18, .88) 100%),
    linear-gradient(90deg, rgba(14, 15, 18, .6) 0%, rgba(14, 15, 18, .1) 70%);
}

.hero-in {
  position: relative;
  display: flex; flex-direction: column; align-items: flex-start;
  min-height: 70vh;
  padding-top: 56px; padding-bottom: 72px;
  justify-content: flex-end;
  color: #fff;
}
.hero-kicker {
  font-size: 14px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--orange-400); margin-bottom: 10px;
}
.hero-in h1 { color: #fff; max-width: 16ch; margin-bottom: .35em; text-shadow: 0 2px 20px rgba(0, 0, 0, .35); }
.hero-sub { max-width: 46ch; font-size: clamp(16px, 2.1vw, 19px); color: rgba(255, 255, 255, .92); margin-bottom: 26px; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 24px; }
.hero-chips li { display: flex; align-items: center; gap: 7px; font-size: 15px; color: rgba(255, 255, 255, .9); }
.hero-chips .ic { width: 17px; height: 17px; color: var(--orange-400); }

.hero-dots { position: absolute; left: 0; right: 0; bottom: 4px; display: flex; justify-content: center; gap: 4px; z-index: 2; }
/* ปุ่มสูง 40px เพื่อให้นิ้วกดโดนง่าย แต่แถบที่เห็นหนาแค่ 4px
   ทำได้ด้วย background-clip: content-box คือให้สีอยู่แค่ในกล่องเนื้อหา */
.hero-dots button {
  width: 40px; height: 40px; padding: 18px 5px; border: 0; border-radius: 99px;
  background: rgba(255, 255, 255, .38); background-clip: content-box;
  cursor: pointer; transition: background-color .3s var(--ease);
}
/* ต้องใช้ background-color ไม่ใช่ background แบบย่อ
   เพราะ background แบบย่อจะรีเซ็ต background-clip ที่ตั้งไว้ข้างบน แล้วจุดจะกลายเป็นวงกลมใหญ่ */
.hero-dots button.is-on { background-color: var(--orange-500); }

@media (min-width: 900px) {
  .hero-in { min-height: 76vh; padding-top: 100px; padding-bottom: 96px; }
}

/* ── แถบความน่าเชื่อถือ ── */

.trust { background: var(--ink-900); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 12px; padding-top: 28px; padding-bottom: 28px; }
.trust-item { display: flex; gap: 10px; align-items: flex-start; }
.trust-item .ic { width: 24px; height: 24px; color: var(--orange-400); margin-top: 2px; }
.trust-item strong { display: block; font-size: 15px; color: #fff; }
.trust-item span { display: block; font-size: 14px; color: rgba(255, 255, 255, .62); line-height: 1.5; }

@media (min-width: 768px) { .trust-grid { grid-template-columns: repeat(4, 1fr); gap: 24px; } }

/* ── โครงส่วน ── */

.sec { padding: 56px 0; }
.sec-tight { padding: 28px 0; }
.sec-soft { background: var(--bg-soft); }
.sec-dark { background: var(--ink-900); color: rgba(255, 255, 255, .78); }
.sec-dark h2, .sec-dark h3 { color: #fff; }
.sec-dark .kicker { color: var(--orange-400); }
.sec-dark .sec-lead { color: rgba(255, 255, 255, .7); }

@media (min-width: 900px) { .sec { padding: 84px 0; } .sec-tight { padding: 40px 0; } }

.sec-head { max-width: 640px; margin-bottom: 32px; }
.kicker {
  font-size: 14px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--orange-600); margin-bottom: 8px;
}
.sec-lead { color: var(--ink-500); font-size: 17px; }
.sec-more { margin-top: 28px; }

.intro-h { max-width: 20ch; }
.intro-p, .body-p, .lead { color: var(--ink-700); }
.lead { font-size: clamp(17px, 2.2vw, 19px); color: var(--ink-500); }

.page-head { padding: 36px 0 20px; }
.page-head h1 { margin-bottom: .4em; }
@media (min-width: 900px) { .page-head { padding: 52px 0 28px; } }

.page-cover { margin: 0 0 8px; border-radius: var(--r-lg); overflow: hidden; }
.cover-img { width: 100%; height: 100%; object-fit: cover; }

.muted { color: var(--ink-500); }

/* ── เส้นทางหน้า ── */

.crumb { padding-top: 14px; font-size: 14px; }
.crumb ol { display: flex; flex-wrap: wrap; gap: 6px; color: var(--ink-400); }
.crumb li + li::before { content: '/'; margin-right: 6px; color: var(--line); }
.crumb a { color: var(--ink-500); }
.crumb [aria-current] { color: var(--ink-800); }

/* ── การ์ดบริการ ── */
/* มือถือ 2 คอลัมน์ / 480+ 2 / 768+ 3 / 1024+ 3 ตามระบบคอลัมน์มาตรฐาน */

.cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
@media (min-width: 480px) { .cards { gap: 14px; } }
@media (min-width: 768px) { .cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; } }

.card {
  min-width: 0;
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
  overflow: hidden; box-shadow: var(--sh-1);
  transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.card:hover { transform: translateY(-3px); box-shadow: var(--sh-2); }
/* การ์ดใช้สัดส่วนจริงของไฟล์ แต่จำกัดความสูงไว้ไม่ให้การ์ดยาวเกินไปตอนรูปเป็นแนวตั้ง
   ส่วนที่ถูกตัดคือขอบบนล่างเท่านั้น และรูปเต็มไม่ถูกตัดยังอยู่ในหน้ารายละเอียดบริการ */
.card-media { display: block; overflow: hidden; background: var(--bg-soft); max-height: 300px; }
@media (min-width: 768px) { .card-media { max-height: 360px; } }
.card-img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; transition: transform .45s var(--ease); }
.card:hover .card-img { transform: scale(1.03); }
.card-body { display: flex; flex-direction: column; flex: 1; padding: 14px; }
.card-cat { font-size: 14px; color: var(--orange-600); font-weight: 600; margin-bottom: 4px; }
.card h3 { font-size: 17px; margin-bottom: 6px; }
.card h3 a { color: var(--ink-900); }
.card h3 a:hover { color: var(--orange-600); text-decoration: none; }
.card-sum { font-size: 14.5px; color: var(--ink-500); line-height: 1.6; margin-bottom: 12px; }
.card-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; flex-wrap: wrap; }
.price-chip {
  background: var(--orange-050); color: var(--orange-600);
  font-size: 14px; font-weight: 600; padding: 4px 10px; border-radius: 999px;
}
.card-more { display: inline-flex; align-items: center; gap: 4px; font-size: 14px; color: var(--ink-400); }
.card-more .ic { width: 15px; height: 15px; transition: transform .2s var(--ease); }
.card:hover .card-more .ic { transform: translateX(3px); }

@media (min-width: 768px) {
  .card-body { padding: 18px; }
  .card h3 { font-size: 19px; }
  .card-sum { font-size: 15px; }
}

.cat-block + .cat-block { margin-top: 48px; }
.cat-head { margin-bottom: 20px; }
.cat-head h2 { font-size: clamp(22px, 3vw, 30px); margin-bottom: .25em; }
.cat-head p { color: var(--ink-500); font-size: 16px; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips a {
  display: inline-block; padding: 8px 15px; border-radius: 999px;
  background: var(--bg-soft); border: 1px solid var(--line);
  color: var(--ink-700); font-size: 14.5px; font-weight: 500;
}
.chips a:hover { border-color: var(--orange-500); color: var(--orange-600); text-decoration: none; }

/* ── ขั้นตอน ── */

.steps { display: grid; gap: 14px; counter-reset: s; }
@media (min-width: 768px) { .steps { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
@media (min-width: 1024px) { .steps { grid-template-columns: repeat(4, 1fr); } }

.step { display: flex; gap: 14px; align-items: flex-start; padding: 18px; background: var(--bg-soft); border-radius: var(--r-md); }
.step-n {
  flex: 0 0 auto; display: grid; place-items: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--orange-600); color: #fff; font-weight: 700; font-size: 16px;
}
.step h3 { font-size: 17px; margin-bottom: 4px; }
.step p { font-size: 14.5px; color: var(--ink-500); line-height: 1.6; }

/* ── ตารางราคา ── */

.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
@media (min-width: 640px) { .price-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; } }
@media (min-width: 1024px) { .price-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); } }

/* min-width: 0 กับปุ่มที่ตัดคำได้ กันการ์ดดันหน้าเว็บให้กว้างเกินจอที่ 360px */
.price-card {
  min-width: 0;
  position: relative; display: flex; flex-direction: column;
  padding: 20px 16px; border-radius: var(--r-md);
  background: var(--ink-800); border: 1px solid rgba(255, 255, 255, .1);
}
.price-card.is-hot { background: linear-gradient(180deg, #221a12, #17191d); border-color: var(--gold); }
.price-flag {
  position: absolute; top: -10px; left: 16px;
  background: var(--gold); color: #fff; font-size: 14px; font-weight: 600;
  padding: 3px 10px; border-radius: 999px;
}
.price-card h3 { font-size: 15.5px; color: #fff; margin-bottom: 10px; min-height: 2.6em; }
.price-num { display: flex; align-items: baseline; flex-wrap: wrap; gap: 4px; margin-bottom: 8px; }
.price-pre { font-size: 14px; color: rgba(255, 255, 255, .55); }
.price-num strong { font-size: clamp(26px, 4vw, 32px); color: var(--orange-400); line-height: 1.1; }
.price-unit { font-size: 14px; color: rgba(255, 255, 255, .55); }
.price-detail { font-size: 14px; color: rgba(255, 255, 255, .62); line-height: 1.55; margin-bottom: 16px; }
.price-card .btn { margin-top: auto; white-space: normal; }
.price-card .btn-outline { color: #fff; border-color: rgba(255, 255, 255, .28); }
.price-card .btn-outline:hover { background: rgba(255, 255, 255, .08); border-color: #fff; }
.price-note { margin-top: 24px; max-width: 70ch; font-size: 15px; color: rgba(255, 255, 255, .65); }

/* ── ตารางสเปคฟิล์ม ── */

.films { display: grid; gap: 18px; grid-template-columns: minmax(0, 1fr); }
@media (min-width: 900px) { .films { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; } }

/* min-width: 0 จำเป็น ไม่งั้นตารางสเปคที่กว้างกว่าจอจะดันการ์ดให้กว้างตาม
   แล้วทั้งหน้าจะเลื่อนซ้ายขวาได้บนมือถือ */
.film { min-width: 0; padding: 20px; border: 1px solid var(--line); border-radius: var(--r-md); background: #fff; }
.film-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; flex-wrap: wrap; margin-bottom: 14px; }
.film-head h3 { margin-bottom: 4px; }
.film-blurb { font-size: 14.5px; color: var(--ink-500); line-height: 1.6; max-width: 46ch; }
.film-warranty {
  display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto;
  background: var(--orange-050); color: var(--orange-600);
  font-size: 14px; font-weight: 600; padding: 6px 12px; border-radius: 999px; margin: 0;
}
.film-warranty .ic { width: 16px; height: 16px; }

.table-scroll { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 -20px; padding: 0 20px; }
.spec-table { width: 100%; min-width: 460px; border-collapse: collapse; font-size: 14px; }
.spec-table th, .spec-table td { padding: 9px 10px; text-align: right; white-space: nowrap; }
.spec-table thead th { font-size: 14px; color: var(--ink-400); font-weight: 600; border-bottom: 1px solid var(--line); }
.spec-table tbody th { text-align: left; font-weight: 600; color: var(--ink-800); }
.spec-table tbody tr + tr th, .spec-table tbody tr + tr td { border-top: 1px solid var(--line-soft); }
.spec-table .td-hot { color: var(--orange-600); font-weight: 700; }
.film-foot { margin-top: 12px; font-size: 14px; color: var(--ink-400); }
.films-note { margin-top: 24px; font-size: 15px; color: var(--ink-500); max-width: 72ch; }

/* ── แกลเลอรีผลงาน ──
   ห้ามครอป ใช้ aspect-ratio ตามไฟล์จริง ความสูงจึงไม่เท่ากัน
   2 คอลัมน์บนมือถือ / 3 ที่ 480+ / 4 ที่ 1024+ ระยะห่าง 8-12px บนมือถือ */

.gallery { columns: 2; column-gap: 10px; }
@media (min-width: 480px) { .gallery { columns: 3; column-gap: 12px; } }
@media (min-width: 1024px) { .gallery { columns: 4; column-gap: 18px; } }

.shot { margin: 0 0 10px; break-inside: avoid; }
@media (min-width: 480px) { .shot { margin-bottom: 12px; } }
@media (min-width: 1024px) { .shot { margin-bottom: 18px; } }

.shot-media { border-radius: var(--r-sm); overflow: hidden; background: var(--line-soft); }
.shot-img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.shot:hover .shot-img { transform: scale(1.04); }
.shot figcaption { display: flex; flex-direction: column; gap: 2px; padding: 8px 2px 0; }
.shot-type { display: inline-flex; align-items: center; gap: 5px; font-size: 14px; color: var(--orange-600); font-weight: 600; }
.shot-type .ic { width: 14px; height: 14px; }
.shot-title { font-size: 14px; color: var(--ink-800); font-weight: 500; line-height: 1.45; }
.shot-film, .shot-note { font-size: 14px; color: var(--ink-400); line-height: 1.5; }

.filters { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  padding: 8px 15px; border-radius: 999px; border: 1px solid var(--line);
  background: #fff; color: var(--ink-700); font: inherit; font-size: 14.5px; font-weight: 500;
  cursor: pointer; transition: all .2s var(--ease);
}
.chip:hover { border-color: var(--ink-400); }
.chip.is-on { background: var(--ink-900); border-color: var(--ink-900); color: #fff; }
.empty { padding: 32px 0; text-align: center; color: var(--ink-400); }

/* ── รีวิว ── */

.reviews { columns: 1; column-gap: 16px; }
@media (min-width: 700px) { .reviews { columns: 2; } }
@media (min-width: 1024px) { .reviews { columns: 3; column-gap: 20px; } }

.review {
  break-inside: avoid; margin: 0 0 16px;
  padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
}
@media (min-width: 1024px) { .review { margin-bottom: 20px; } }
.stars { display: flex; gap: 2px; margin-bottom: 10px; }
.star-on { width: 16px; height: 16px; color: var(--orange-500); fill: var(--orange-500); }
.review blockquote { margin: 0 0 14px; font-size: 15px; color: var(--ink-700); line-height: 1.7; }
.review blockquote p + p { margin-top: .8em; }
.review figcaption { display: flex; flex-direction: column; gap: 1px; padding-top: 12px; border-top: 1px solid var(--line-soft); }
.review-name { font-weight: 600; font-size: 15px; color: var(--ink-900); }
.review-meta { font-size: 14px; color: var(--ink-400); }

/* ── วิดีโอ ── */
/* คงสัดส่วนเดิมของไฟล์ ไม่ครอป ไม่ใส่กรอบ */

.videos { display: grid; gap: 18px; justify-items: center; }
@media (min-width: 700px) { .videos { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
.vid { margin: 0; width: 100%; max-width: 340px; }
.vid video { width: 100%; border-radius: var(--r-md); background: #000; }
.vid figcaption { margin-top: 10px; font-size: 14px; color: var(--ink-500); line-height: 1.55; text-align: center; }

/* ── คำถามที่พบบ่อย ── */

.faq { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 18px 2px; cursor: pointer; list-style: none;
  font-weight: 600; font-size: 17px; color: var(--ink-900);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-ic { color: var(--orange-600); transition: transform .25s var(--ease); }
.faq-item[open] .faq-ic { transform: rotate(45deg); }
.faq-a { padding: 0 2px 20px; color: var(--ink-600, var(--ink-500)); font-size: 16px; line-height: 1.75; max-width: 72ch; }
.faq-a p + p { margin-top: .9em; }

/* ── คำมั่นสัญญา / ทีมงาน ── */

.promises { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 768px) { .promises { grid-template-columns: repeat(4, 1fr); gap: 20px; } }
.promise { padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); }
.promise .ic { width: 26px; height: 26px; color: var(--orange-600); margin-bottom: 10px; }
.promise h3 { font-size: 16px; margin-bottom: 6px; }
.promise p { font-size: 14px; color: var(--ink-500); line-height: 1.6; }

.team { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 768px) { .team { grid-template-columns: repeat(3, 1fr); gap: 22px; } }
.member { margin: 0; }
.member-media { border-radius: var(--r-md); overflow: hidden; background: var(--line-soft); margin-bottom: 12px; }
.member-img { width: 100%; height: 100%; object-fit: cover; }
.member figcaption { display: flex; flex-direction: column; gap: 2px; }
.member strong { font-size: 16px; color: var(--ink-900); }
.member-role { font-size: 14px; color: var(--orange-600); font-weight: 600; }
.member p { font-size: 14px; color: var(--ink-500); line-height: 1.6; margin-top: 4px; }

/* ── หน้ารายละเอียดบริการ ── */

.detail { display: grid; gap: 32px; align-items: start; }
@media (min-width: 900px) { .detail { grid-template-columns: minmax(0, 1fr) 360px; gap: 44px; } }

.detail-main h1 { margin-bottom: .3em; }
.detail-price { display: flex; align-items: center; gap: 8px; margin: 18px 0; color: var(--orange-600); font-size: 20px; }
.detail-btns { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 28px; }
.center-btns { justify-content: center; }
.detail-cover { margin: 0 0 28px; border-radius: var(--r-lg); overflow: hidden; }
.detail-body { max-width: 72ch; }

.bullets { display: grid; gap: 10px; margin: 26px 0; }
.bullets li { display: flex; gap: 10px; align-items: flex-start; font-size: 16px; color: var(--ink-700); }
.bullets .ic { width: 18px; height: 18px; color: var(--orange-600); margin-top: 5px; }

.detail-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 28px; }
@media (min-width: 768px) { .detail-gallery { grid-template-columns: repeat(3, 1fr); gap: 14px; } }

.detail-side { position: static; }
@media (min-width: 900px) { .detail-side { position: sticky; top: 92px; } }
.side-card { padding: 22px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-lg); }
.side-card h2 { font-size: 21px; margin-bottom: 6px; }
.side-card > p { font-size: 14.5px; color: var(--ink-500); margin-bottom: 16px; }

/* ── ฟอร์ม ── */

.form-wrap { max-width: 720px; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-1); }

.lead-form { display: grid; gap: 14px; }
.f-row { display: grid; gap: 14px; }
@media (min-width: 560px) { .lead-form:not(.is-compact) .f-row { grid-template-columns: 1fr 1fr; } }

.field { display: flex; flex-direction: column; gap: 6px; }
.f-label { font-size: 14.5px; font-weight: 600; color: var(--ink-700); }
.f-label em { color: var(--orange-600); font-style: normal; }

.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px;
  /* ห้ามต่ำกว่า 16px ไม่งั้น iOS ซูมเข้าเองตอนกดช่องกรอก */
  font: inherit; font-size: 16px; line-height: 1.5;
  color: var(--ink-900); background: #fff;
  border: 1px solid var(--line); border-radius: var(--r-sm);
  transition: border-color .15s var(--ease), box-shadow .15s var(--ease);
  min-height: 48px;
}
.field textarea { resize: vertical; min-height: 110px; }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23565a63' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--orange-500); box-shadow: 0 0 0 3px rgba(239, 127, 26, .16);
}
.field.has-err input, .field.has-err select, .field.has-err textarea { border-color: #d92d20; }

.f-err { font-size: 14px; color: #d92d20; line-height: 1.5; min-height: 0; }
.f-err:empty { display: none; }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.hp input { font-size: 16px; }

.form-note { font-size: 14px; color: var(--ink-400); line-height: 1.55; margin: 0; }
.form-msg { margin: 0; font-size: 15px; font-weight: 500; line-height: 1.6; }
.form-msg:empty { display: none; }
.form-msg.is-ok { color: #067647; background: #edfdf3; border: 1px solid #a9e6c4; padding: 12px 14px; border-radius: var(--r-sm); }
.form-msg.is-bad { color: #b42318; background: #fef3f2; border: 1px solid #fcc9c4; padding: 12px 14px; border-radius: var(--r-sm); }

.btn[data-submit][aria-busy="true"] { opacity: .65; pointer-events: none; }

/* ── หน้าติดต่อ ── */

.contact-grid { display: grid; gap: 28px; align-items: start; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: minmax(0, 1fr) 380px; gap: 44px; } }
.contact-form h2 { margin-bottom: 4px; }
.contact-form .muted { margin-bottom: 20px; }
.contact-info { display: grid; gap: 16px; }
.info-card { padding: 22px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r-lg); }
.info-card h2 { font-size: 20px; margin-bottom: 14px; }
.info-list { display: grid; gap: 16px; }
.info-list li { display: flex; gap: 12px; align-items: flex-start; }
.info-list .ic { color: var(--orange-600); margin-top: 3px; }
.info-list span { display: block; font-size: 14px; color: var(--ink-400); }
.info-list a, .info-list strong { font-size: 16px; color: var(--ink-900); font-weight: 600; }
.info-list a:hover { color: var(--orange-600); }
.info-list address { font-style: normal; font-size: 15px; color: var(--ink-700); line-height: 1.6; }
.map-link { display: inline-flex; align-items: center; gap: 4px; margin-top: 6px; font-size: 14px !important; color: var(--orange-600) !important; font-weight: 600; }
.map-link .ic { width: 15px; height: 15px; color: currentColor; margin: 0; }
.area-list { display: grid; gap: 8px; margin-bottom: 12px; }
.area-list li { display: flex; align-items: center; gap: 8px; font-size: 15px; color: var(--ink-700); }
.area-list .ic { width: 16px; height: 16px; color: var(--orange-600); }

/* ── แถบชวนติดต่อ ── */

.band { background: linear-gradient(120deg, var(--ink-900), #22160c); color: #fff; padding: 44px 0; }
.band-in { display: grid; gap: 22px; align-items: center; }
@media (min-width: 860px) { .band-in { grid-template-columns: 1fr auto; gap: 36px; } }
.band h2 { color: #fff; font-size: clamp(22px, 3.2vw, 30px); margin-bottom: .3em; }
.band p { color: rgba(255, 255, 255, .72); max-width: 54ch; }
.band-btns { display: flex; flex-wrap: wrap; gap: 10px; }

/* ── ท้ายเว็บ ── */

.ft { background: var(--ink-900); color: rgba(255, 255, 255, .68); padding: 48px 0 0; margin-bottom: 72px; }
@media (min-width: 900px) { .ft { margin-bottom: 0; } }
.ft-grid { display: grid; gap: 30px; padding-bottom: 36px; }
@media (min-width: 700px) { .ft-grid { grid-template-columns: 1.4fr 1.2fr .8fr .8fr; gap: 28px; } }
.ft-logo { width: 54px; height: 54px; border-radius: 50%; object-fit: contain; background: #fff; margin-bottom: 12px; }
.ft-name { color: #fff; font-weight: 600; margin-bottom: 4px; }
.ft-tag { font-size: 14.5px; max-width: 34ch; }
.ft-social { display: flex; gap: 8px; margin-top: 16px; }
.ft-social a {
  display: grid; place-items: center; width: 40px; height: 40px;
  border: 1px solid rgba(255, 255, 255, .18); border-radius: 50%; color: rgba(255, 255, 255, .8);
  transition: all .2s var(--ease);
}
.ft-social a:hover { background: var(--orange-600); border-color: var(--orange-600); color: #fff; }
.ft-h { font-size: 15px; color: #fff; margin-bottom: 14px; font-weight: 600; }
.ft-list { display: grid; gap: 12px; }
.ft-list li { display: flex; gap: 10px; align-items: flex-start; font-size: 14.5px; line-height: 1.6; }
.ft-list .ic { width: 17px; height: 17px; color: var(--orange-400); margin-top: 4px; }
.ft-list a, .ft-list span { color: rgba(255, 255, 255, .72); }
.ft-list a:hover { color: #fff; }
.ft-links { display: grid; gap: 9px; font-size: 14.5px; }
.ft-links a { color: rgba(255, 255, 255, .72); }
.ft-links a:hover { color: #fff; }
.ft-btm {
  display: flex; flex-wrap: wrap; gap: 6px 18px; justify-content: space-between;
  padding-top: 18px; padding-bottom: 22px;
  border-top: 1px solid rgba(255, 255, 255, .1); font-size: 14px;
}
.ft-btm p { margin: 0; }
.ft-by { color: rgba(255, 255, 255, .45); }

/* ── ปุ่มลอยล่างจอบนมือถือ (ไลน์กับโทรเท่านั้น สูงไม่เกิน 60px) ── */

.mbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  display: grid; grid-template-columns: 1fr 1fr;
  height: 60px;
  padding-bottom: env(safe-area-inset-bottom);
  background: #fff; border-top: 1px solid var(--line);
  box-shadow: 0 -2px 14px rgba(14, 15, 18, .07);
}
.mbar-btn {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  font-size: 15.5px; font-weight: 600; color: #fff; text-decoration: none;
}
.mbar-call { background: var(--orange-600); }
.mbar-line { background: var(--line-green); }
.mbar-btn:hover { text-decoration: none; }
@media (min-width: 900px) { .mbar { display: none; } }

/* ── อนิเมชัน: ขยับขึ้น 18px พร้อมจางเข้า เล่นครั้งเดียวตอนเลื่อนถึง ── */

.reveal { opacity: 0; transform: translateY(18px); }
.reveal.is-in { opacity: 1; transform: none; transition: opacity .55s var(--ease), transform .55s var(--ease); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-slide { transition: none; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
