/* ==========================================================================
   GEELY TYG Haus — design system
   ปรัชญา: พื้นที่ว่างเยอะ ตัวอักษรใหญ่ คุมโทนสีแคบ เคลื่อนไหวเนียนแต่ไม่รบกวน
   ========================================================================== */

:root {
  --ink: #101411;
  --ink-soft: #1a231d;
  --text: #101411;
  --text-2: #66706a;
  --text-3: #879087;
  --bg: #ffffff;
  --bg-2: #f5f6f2;
  --bg-3: #e5e8e2;
  --line: rgba(16, 20, 17, .13);
  --line-2: rgba(16, 20, 17, .07);

  --brand: #2f674b;
  --brand-deep: #1c4b36;
  --brand-glow: #a8dcb4;
  --accent: #3f7a5d;
  --accent-soft: #cfe7d9;
  --accent-tint: rgba(63,122,93,.08);
  --accent-line: rgba(63,122,93,.26);
  --forest: #143d2d;
  --forest-deep: #10251c;
  --green: #2e7d4f;

  --radius: 18px;
  --radius-lg: 28px;
  --radius-xl: 40px;

  --wrap: 1180px;
  --pad: clamp(20px, 5vw, 48px);
  --hdr-h: 64px;

  --ease: cubic-bezier(.22, 1, .36, 1);
  --ease-io: cubic-bezier(.65, 0, .35, 1);

  --shadow-s: 0 1px 2px rgba(16,20,17,.05), 0 4px 14px rgba(19,53,36,.06);
  --shadow-m: 0 2px 6px rgba(16,20,17,.06), 0 18px 44px rgba(19,53,36,.10);
  --shadow-l: 0 4px 12px rgba(16,20,17,.07), 0 34px 80px rgba(19,53,36,.15);

  --font: 'Anuphan', 'Noto Sans Thai', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  --font-num: 'Inter', 'Anuphan', system-ui, sans-serif;
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--hdr-h) + 20px); }

body {
  font-family: var(--font);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
input, select, textarea { font: inherit; color: inherit; }
:focus-visible { outline: 2.5px solid var(--brand); outline-offset: 3px; border-radius: 6px; }

.skip {
  position: fixed; top: 8px; left: 8px; z-index: 999;
  padding: 10px 16px; background: var(--ink); color: #fff; border-radius: 10px;
  transform: translateY(-200%); transition: transform .2s var(--ease);
}
.skip:focus { transform: none; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }
.wrap--wide { max-width: 1400px; }
.wrap--narrow { max-width: 760px; }

/* ── typography ──────────────────────────────────────────────────────────── */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--brand);
}
.eyebrow::before { content: ''; width: 18px; height: 1.5px; background: currentColor; flex: none; }
@media (max-width: 640px) { .eyebrow { font-size: 12px; } .eyebrow::before { display: none; } }

.display {
  font-size: clamp(38px, 7vw, 76px); line-height: 1.06; font-weight: 600;
  letter-spacing: -.028em; text-wrap: balance;
}
.h1 { font-size: clamp(32px, 5.4vw, 58px); line-height: 1.1; font-weight: 600; letter-spacing: -.024em; text-wrap: balance; }
.h2 { font-size: clamp(27px, 3.8vw, 42px); line-height: 1.18; font-weight: 600; letter-spacing: -.02em; text-wrap: balance; }
.h3 { font-size: clamp(20px, 2.2vw, 25px); line-height: 1.3; font-weight: 600; letter-spacing: -.012em; }
.lead { font-size: clamp(17px, 1.9vw, 21px); line-height: 1.62; color: var(--text-2); font-weight: 400; text-wrap: pretty; }
.small { font-size: 14px; color: var(--text-2); }
.fine { font-size: 12.5px; line-height: 1.55; color: var(--text-3); }
.num { font-family: var(--font-num); font-variant-numeric: tabular-nums; letter-spacing: -.02em; }

/* ── sections / bands ───────────────────────────────────────────────────── */
.band { padding-block: clamp(48px, 6vw, 88px); position: relative; }
.band--tight { padding-block: clamp(36px, 4.5vw, 60px); }
.band--soft { background: var(--bg-2); }
.band--dark {
  background: var(--forest-deep); color: #f2f5f1;
  --text: #f2f5f1; --text-2: #a9bcb0; --text-3: #8fa398;
  --line: rgba(255,255,255,.14); --line-2: rgba(255,255,255,.08);
  --bg: #10251c; --bg-2: #163024; --bg-3: #1e3b2d;
  --brand: #a8dcb4; --shadow-m: 0 18px 50px rgba(4,14,9,.5);
  --btn-bg: #f2f5f1; --btn-fg: #101411;
  --accent: #a8dcb4; --accent-tint: rgba(168,220,180,.10); --accent-line: rgba(168,220,180,.28);
}
.band__head { max-width: 720px; margin-bottom: clamp(24px, 3.2vw, 40px); }
.band__head .h2 { margin-top: 14px; }
.band__head .lead { margin-top: 18px; }
.band__head--center { margin-inline: auto; text-align: center; }
.band__head--center .eyebrow::before { display: none; }

/* ── buttons ────────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 13px 26px; border-radius: 980px;
  font-size: 16px; font-weight: 500; letter-spacing: -.005em;
  background: var(--btn-bg, var(--brand)); color: var(--btn-fg, #fff);
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .2s, opacity .2s;
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(19, 53, 36, .32); }
.btn:active { transform: translateY(0) scale(.985); }
.btn--lg { padding: 16px 34px; font-size: 17px; }
.btn--dark { background: #101411; color: #fff; }
.btn--dark:hover { box-shadow: 0 10px 26px rgba(16,20,17,.3); }
.btn--ghost { background: transparent; color: var(--text); box-shadow: inset 0 0 0 1.5px var(--line); --btn-bg: transparent; --btn-fg: var(--text); }
.btn--ghost:hover { background: var(--bg-2); box-shadow: inset 0 0 0 1.5px var(--text-3); }
.band--dark .btn--ghost { color: #f2f5f1; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.30); }
.band--dark .btn--ghost:hover { background: rgba(255,255,255,.09); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.5); }
/* ฮีโร่เป็นพื้นกระดาษสว่าง ปุ่มโปร่งจึงใช้เส้นสีหมึกแบบเว็บเดิม */
.hero .btn--ghost { background: rgba(255,255,255,.35); box-shadow: inset 0 0 0 1px rgba(16,20,17,.25); }
.hero .btn--ghost:hover { background: rgba(255,255,255,.7); box-shadow: inset 0 0 0 1px rgba(16,20,17,.4); }
.btn--line { background: #06c755; color: #fff; }
.band--dark .btn--line { --btn-bg: #06c755; --btn-fg: #fff; }
.btn--line:hover { box-shadow: 0 10px 26px rgba(6,199,85,.32); }
.btn--accent { background: linear-gradient(135deg, #3f7a5d, #173d2e); color: #fff; }
.btn--accent:hover { box-shadow: 0 10px 30px rgba(23,61,46,.4); }
.band--dark .btn--accent, .hero .btn--accent, .panel--feature .btn--accent, .panel--dark .btn--accent {
  background: linear-gradient(135deg, #d7ecdd, #a8dcb4); color: #10251c;
}
.band--dark .btn--accent:hover, .panel--feature .btn--accent:hover { box-shadow: 0 10px 30px rgba(168,220,180,.28); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn-row--center { justify-content: center; }

.tlink {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--brand); font-weight: 500;
  transition: gap .25s var(--ease);
}
.tlink::after { content: '›'; font-size: 1.25em; line-height: 1; transform: translateY(-1px); }
.tlink:hover { gap: 10px; }

/* ── header ─────────────────────────────────────────────────────────────── */
.hdr {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255,255,255,.72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s, background .3s;
}
.hdr.is-stuck { border-bottom-color: var(--line-2); }
.hdr__inner {
  max-width: 1400px; margin-inline: auto; padding-inline: var(--pad);
  height: var(--hdr-h); display: flex; align-items: center; gap: 22px;
}
.hdr__brand img { width: 180px; height: auto; }
.hdr__side { margin-inline-start: auto; display: flex; align-items: center; gap: 14px; }
.hdr__phone {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 14px; font-weight: 600; font-family: var(--font-num);
  padding: 7px 15px; border-radius: 980px; background: var(--ink); color: #fff;
  transition: transform .25s var(--ease);
}
.hdr__phone:hover { transform: translateY(-1px); }
.hdr__phone svg { width: 15px; height: 15px; flex: none; }
/* จอเล็ก: เหลือเฉพาะไอคอน เพราะมีแถบติดต่อด้านล่างอยู่แล้ว */
@media (max-width: 700px) {
  .hdr__phone span { display: none; }
  .hdr__phone { padding: 9px; }
}

.nav { display: none; }
.nav__list { display: flex; align-items: center; gap: 4px; list-style: none; padding: 0; }
.nav__item { position: relative; }
.nav__link {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 8px 13px; border-radius: 10px;
  font-size: 14.5px; font-weight: 450; color: var(--text);
  transition: background .2s, color .2s;
}
.nav__link:hover, .nav__link[aria-expanded="true"] { background: rgba(16,20,17,.05); }
/* ปุ่ม CTA ต้องไม่โดนสี is-active ทับ ไม่งั้นเป็นเขียวบนเขียว */
.nav__link.is-active:not(.nav__link--cta) { color: var(--brand); font-weight: 600; }
.nav__link--cta { background: var(--brand); color: #fff; font-weight: 550; padding-inline: 18px; }
.nav__link--cta:hover { background: var(--brand-deep); }
.nav__link--cta.is-active { background: var(--brand-deep); color: #fff; }
.nav__chev { width: 9px; height: 6px; transition: transform .3s var(--ease); opacity: .55; }
.nav__link[aria-expanded="true"] .nav__chev { transform: rotate(180deg); }

.megamenu {
  position: absolute; top: calc(100% + 10px); inset-inline-start: 50%;
  transform: translateX(-50%) translateY(-8px);
  min-width: 330px; padding: 8px;
  background: rgba(255,255,255,.92);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  backdrop-filter: saturate(180%) blur(24px);
  border: 1px solid var(--line-2); border-radius: 20px; box-shadow: var(--shadow-m);
  opacity: 0; pointer-events: none;
  transition: opacity .28s var(--ease), transform .28s var(--ease);
}
.megamenu[hidden] { display: block; }
/* สะพานคลุมช่องว่างระหว่างปุ่มกับกล่องเมนู ไม่ให้เมาส์หลุดจนเมนูปิดเอง */
.megamenu::before { content: ''; position: absolute; inset-inline: 0; top: -14px; height: 14px; }
.nav__item.is-open .megamenu { opacity: 1; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.megaitem { display: block; padding: 11px 14px; border-radius: 13px; transition: background .18s; }
.megaitem:hover { background: rgba(16,20,17,.05); }
.megaitem.is-active { background: rgba(47,103,75,.08); }
.megaitem__t { display: block; font-size: 15px; font-weight: 550; letter-spacing: -.01em; }
.megaitem__m { display: block; font-size: 13px; color: var(--text-2); margin-top: 1px; }

.burger { width: 34px; height: 34px; display: grid; place-content: center; gap: 6px; }
.burger span { display: block; width: 19px; height: 1.6px; background: var(--text); border-radius: 2px; transition: transform .35s var(--ease), opacity .2s; }
.burger[aria-expanded="true"] span:first-child { transform: translateY(3.8px) rotate(45deg); }
.burger[aria-expanded="true"] span:last-child { transform: translateY(-3.8px) rotate(-45deg); }

.mnav {
  position: fixed; inset: var(--hdr-h) 0 0; z-index: 80;
  background: rgba(255,255,255,.97);
  -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px);
  overflow-y: auto; overscroll-behavior: contain;
  opacity: 0; transition: opacity .3s var(--ease);
}
.mnav[hidden] { display: block; pointer-events: none; }
.mnav.is-open { opacity: 1; pointer-events: auto; }
.mnav__inner { padding: 20px var(--pad) 48px; display: grid; gap: 4px; }
.mnav__link { display: block; padding: 14px 4px; font-size: 20px; font-weight: 550; letter-spacing: -.02em; border-bottom: 1px solid var(--line-2); }
.mnav__group { padding: 14px 0 6px; border-bottom: 1px solid var(--line-2); }
.mnav__head { font-size: 12.5px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--text-3); margin-bottom: 8px; }
.mnav__sub { display: block; padding: 10px 4px; }
.mnav__sub span { display: block; font-size: 17.5px; font-weight: 500; letter-spacing: -.015em; }
.mnav__sub small { display: block; font-size: 13.5px; color: var(--text-2); }
.mnav__link.is-active, .mnav__sub.is-active span { color: var(--brand); }
.mnav__cta { display: grid; gap: 10px; margin-top: 26px; }
.mnav__cta .btn { width: 100%; }

/* ── floating dock (mobile) ─────────────────────────────────────────────── */
.dock {
  position: fixed; z-index: 70; inset-inline: 12px; bottom: 12px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
  padding: 8px; border-radius: 22px;
  background: rgba(255,255,255,.82);
  -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px);
  box-shadow: var(--shadow-m); border: 1px solid var(--line-2);
  transform: translateY(140%); transition: transform .45s var(--ease);
  padding-bottom: max(8px, env(safe-area-inset-bottom));
}
.dock.is-on { transform: none; }
.dock__btn {
  display: flex; align-items: center; justify-content: center; gap: 7px;
  padding: 12px 6px; border-radius: 15px; font-size: 14.5px; font-weight: 600; color: #fff;
}
.dock__btn svg { width: 17px; height: 17px; }
.dock__btn--line { background: #06c755; }
.dock__btn--call { background: var(--brand); }
.dock__btn--fb { background: #0866ff; }

/* ── hero — โครงเดียวกับ tyg-haus-web: พื้นกระดาษสว่าง สองคอลัมน์ ─────────── */
.hero {
  position: relative; overflow: hidden;
  min-height: min(calc(100svh - var(--hdr-h)), 880px);
  display: flex; align-items: center;
  padding-block: clamp(48px, 7vw, 92px) clamp(56px, 7vw, 84px);
  background: linear-gradient(145deg, #f4f5f1 0%, #e5e9e1 52%, #d7ded7 100%);
  --orb: rgba(139, 201, 158, .72);
}
.hero::after {
  content: 'TYG'; position: absolute; z-index: 0; right: -2vw; bottom: -17vw;
  font-size: clamp(240px, 38vw, 560px); line-height: 1; letter-spacing: -.08em;
  font-weight: 900; color: rgba(255, 255, 255, .42); pointer-events: none;
}
.hero__orb { position: absolute; z-index: 0; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero__orb--1 { width: min(460px, 62vw); height: min(460px, 62vw); right: 3%; top: 6%; background: radial-gradient(circle, var(--orb) 0%, transparent 68%); }
.hero__orb--2 { width: min(280px, 46vw); height: min(280px, 46vw); left: 32%; bottom: -9%; background: radial-gradient(circle, rgba(161, 205, 255, .8), rgba(161, 205, 255, 0) 70%); }

.hero__grid { position: relative; z-index: 2; display: grid; gap: clamp(28px, 4vw, 20px); align-items: center; width: 100%; }
@media (min-width: 1024px) { .hero__grid { grid-template-columns: .92fr 1.25fr; } }

.hero__eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 24px; }
.hero__eyebrow::before { display: none; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: #1ab75c; box-shadow: 0 0 0 6px rgba(26, 183, 92, .12); flex: none; }

.hero__crumb { margin-bottom: 18px; color: var(--text-2); font-size: 13.5px; }
.hero h1 { font-size: clamp(44px, 6.2vw, 94px); line-height: .99; letter-spacing: -.055em; font-weight: 700; }
.hero h1 span { display: block; font-size: .56em; font-weight: 450; letter-spacing: -.035em; line-height: 1.14; margin-top: .16em; color: #33403a; }
.hero__lead { max-width: 570px; margin-top: 28px; }
.hero .btn-row { margin-top: 28px; }

.hero__trust {
  display: flex; flex-wrap: wrap; gap: 20px 30px; max-width: 620px;
  margin-top: clamp(30px, 4vw, 46px); padding-top: 24px; border-top: 1px solid rgba(16, 20, 17, .16);
}
.hero__trust div { display: grid; gap: 5px; }
.hero__trust strong { font-size: 16px; font-weight: 600; }
.hero__trust span { font-size: 12px; color: var(--text-2); line-height: 1.5; }

.hero__badges { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 7px 15px; border-radius: 980px; font-size: 13.5px; font-weight: 500;
  background: rgba(255, 255, 255, .62); border: 1px solid rgba(16, 20, 17, .1);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.chip__dot { width: 7px; height: 7px; border-radius: 50%; background: #1ab75c; box-shadow: 0 0 0 3px rgba(26, 183, 92, .16); }

.hero__visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: clamp(260px, 42vw, 560px); }
.hero__visual img {
  width: 112%; max-width: none;
  filter: drop-shadow(0 38px 30px rgba(13, 28, 20, .18));
  animation: hero-in 1.1s var(--ease) both;
}
/* ภาพถ่ายที่มีพื้นหลังของตัวเอง ไล่เฉดให้กลืนกับพื้นกระดาษ */
.hero__visual--photo img {
  width: 106%;
  -webkit-mask-image: radial-gradient(122% 118% at 50% 55%, #000 54%, transparent 84%);
  mask-image: radial-gradient(122% 118% at 50% 55%, #000 54%, transparent 84%);
}
@keyframes hero-in { from { opacity: 0; transform: translateX(50px) scale(.96); } }

.model-chip {
  position: absolute; z-index: 3; top: 0; inset-inline-end: 0;
  border: 1px solid rgba(16, 20, 17, .22); border-radius: 999px; padding: 9px 13px;
  font-size: 10px; letter-spacing: .12em; font-weight: 700;
}
.model-chip span { color: #667268; margin-inline-start: 8px; }
@media (max-width: 760px) { .model-chip { transform: scale(.85); transform-origin: top right; } }

.floating-spec {
  position: absolute; z-index: 3; display: grid; min-width: 132px;
  padding: 14px 18px; border-radius: 18px;
  background: rgba(255, 255, 255, .76); border: 1px solid rgba(255, 255, 255, .8);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  box-shadow: 0 20px 60px rgba(28, 53, 39, .11);
  animation: hero-in 1.1s var(--ease) .25s both;
}
.floating-spec span { font-size: 9px; letter-spacing: .13em; color: #617067; font-weight: 700; }
.floating-spec strong { margin: 4px 0 1px; font-size: 19px; font-family: var(--font-num); font-weight: 600; }
.floating-spec small { color: #6f7772; font-size: 10px; }
.floating-spec--a { inset-inline-start: 0; bottom: 16%; }
.floating-spec--b { inset-inline-end: 0; bottom: 6%; }
@media (max-width: 620px) { .floating-spec { transform: scale(.82); } .floating-spec--a { inset-inline-start: -14px; } .floating-spec--b { inset-inline-end: -14px; } }

.scroll-cue {
  position: absolute; z-index: 3; inset-inline-start: 50%; bottom: 22px; translate: -50% 0;
  display: flex; align-items: center; gap: 10px;
  font-size: 10px; letter-spacing: .11em; font-weight: 700; color: #59635c;
}
.scroll-cue i { width: 1px; height: 26px; background: #48544c; transform-origin: top; animation: scroll-line 1.4s ease-in-out infinite; }
@keyframes scroll-line { 0%, 100% { transform: scaleY(.4); opacity: .3; } 50% { transform: scaleY(1); opacity: 1; } }
@media (max-width: 760px) { .scroll-cue { display: none; } }

/* ── trust strip ────────────────────────────────────────────────────────── */
.trust { border-bottom: 1px solid var(--line-2); background: var(--bg); }
.trust__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line-2); }
.trust__cell { background: var(--bg); padding: 26px var(--pad); text-align: center; }
.trust__k { font-family: var(--font-num); font-size: clamp(26px, 3.6vw, 38px); font-weight: 600; letter-spacing: -.03em; line-height: 1; }
.trust__k small { font-size: .5em; font-weight: 500; margin-inline-start: 3px; color: var(--text-2); }
.trust__l { font-size: 13.5px; color: var(--text-2); margin-top: 7px; }

/* ── model rail ─────────────────────────────────────────────────────────── */
.rail { display: grid; gap: 22px; }
@media (min-width: 860px) { .rail { grid-template-columns: repeat(3, 1fr); } }

.mcard {
  position: relative; display: flex; flex-direction: column;
  background: var(--bg-2); border-radius: var(--radius-lg); overflow: hidden;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
  will-change: transform;
}
.mcard:hover { transform: translateY(-6px); box-shadow: var(--shadow-l); }
.mcard__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(135deg, #e3eee3, #cfe7d9); }
.mcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.mcard--cutout .mcard__media { display: grid; place-items: center; padding: 8%; }
.mcard--cutout .mcard__media img { object-fit: contain; }
.mcard:hover .mcard__media img { transform: scale(1.05); }
.mcard__tag {
  position: absolute; top: 14px; inset-inline-start: 14px; z-index: 2;
  padding: 5px 12px; border-radius: 980px; font-size: 12px; font-weight: 600;
  background: rgba(255,255,255,.9); color: var(--text);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.mcard__body { padding: 24px 24px 26px; display: flex; flex-direction: column; flex: 1; }
.mcard__seg { font-size: 12.5px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; color: var(--text-3); }
.mcard__name { font-size: 25px; font-weight: 600; letter-spacing: -.02em; margin-top: 6px; }
.mcard__tagline { color: var(--text-2); font-size: 15px; margin-top: 5px; }
.mcard__price { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.mcard__price b { font-family: var(--font-num); font-size: 26px; font-weight: 600; letter-spacing: -.03em; }
.mcard__price span { font-size: 13.5px; color: var(--text-2); display: block; }
.mcard__specs { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.mcard__specs li { list-style: none; font-size: 12.5px; padding: 4px 10px; border-radius: 8px; background: rgba(16,20,17,.055); color: var(--text-2); }
.mcard__foot { margin-top: auto; padding-top: 20px; display: flex; gap: 12px; align-items: center; }

/* ── feature / split ────────────────────────────────────────────────────── */
.split { display: grid; gap: clamp(26px, 4vw, 52px); align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; } .split--wide-media { grid-template-columns: 1fr 1.2fr; } .split--rev > :first-child { order: 2; } }
.split__media { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-m); }
.split__media--plain { box-shadow: none; }
.split__media img { width: 100%; }

/* ── stat grid ──────────────────────────────────────────────────────────── */
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border-radius: var(--radius); overflow: hidden; }
@media (min-width: 760px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat { background: var(--bg); padding: 26px 22px; }
.band--soft .stat { background: var(--bg-2); }
.stat__k { font-family: var(--font-num); font-size: clamp(30px, 4vw, 42px); font-weight: 600; line-height: 1; letter-spacing: -.035em; }
.stat__k small { font-size: .44em; font-weight: 500; color: var(--text-2); margin-inline-start: 4px; letter-spacing: 0; }
.stat__l { font-size: 13.5px; color: var(--text-2); margin-top: 10px; line-height: 1.45; }

/* ── generic cards ──────────────────────────────────────────────────────── */
.cards { display: grid; gap: 18px; }
@media (min-width: 700px) { .cards--2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 900px) { .cards--3 { grid-template-columns: repeat(3, 1fr); } .cards--4 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .cards--4 { grid-template-columns: repeat(4, 1fr); } }

.card {
  background: var(--bg); border: 1px solid var(--line-2); border-radius: var(--radius);
  padding: 26px 24px; transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .3s;
}
.band--soft .card { background: var(--bg); }
.band--dark .card { background: var(--bg-2); border-color: var(--line-2); }
a.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-m); border-color: transparent; }
.card__icon {
  width: 42px; height: 42px; border-radius: 12px; display: grid; place-content: center;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep)); color: #fff; margin-bottom: 16px;
}
.card__icon svg { width: 21px; height: 21px; }
.card__icon--accent { background: linear-gradient(135deg, #3f7a5d, #173d2e); }
.card__t { font-size: 18px; font-weight: 600; letter-spacing: -.015em; }
.card__d { font-size: 14.5px; color: var(--text-2); margin-top: 8px; line-height: 1.6; }
.card__link { margin-top: 14px; font-size: 14.5px; }

/* ── ตัวคำนวณเงินที่ประหยัดได้แบบย่อ (หน้าแรก) ─────────────────────────── */
.svt {
  display: grid; gap: 0; overflow: hidden;
  border-radius: var(--radius-lg); border: 1px solid var(--line);
  background: var(--bg); box-shadow: var(--shadow-m);
}
@media (min-width: 900px) { .svt { grid-template-columns: 1fr 1fr; } }
.svt__controls { padding: clamp(26px, 3.4vw, 40px); }
.svt__title { font-size: clamp(26px, 3.4vw, 38px); font-weight: 600; letter-spacing: -.025em; line-height: 1.15; margin-top: 12px; }
.svt__sub { color: var(--text-2); font-size: 15.5px; margin-top: 10px; max-width: 42ch; }

.svt__chip {
  padding: 10px 20px; border-radius: 980px; font-size: 14.5px; font-weight: 550;
  background: var(--bg); border: 1.5px solid var(--line); color: var(--text);
  transition: all .22s var(--ease);
}
.svt__chip:hover { border-color: var(--text-3); }
.svt__chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }

.svt__result {
  padding: clamp(26px, 3.4vw, 40px);
  background: linear-gradient(158deg, #0e2419, #173d2e 58%, #102a20);
  color: #eaf3ec;
  --text: #eaf3ec; --text-2: #a9c4b3; --line: rgba(168,220,180,.22); --line-2: rgba(168,220,180,.12);
  --bg: #173d2e; --brand: #a8dcb4; --btn-bg: #f2f5f1; --btn-fg: #101411;
  display: flex; flex-direction: column; justify-content: center;
}
.svt__label { font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--text-2); }
.svt__big { font-family: var(--font-num); font-size: clamp(48px, 7.5vw, 78px); font-weight: 600; letter-spacing: -.045em; line-height: 1; margin-top: 10px; }
.svt__big small { font-size: .26em; font-weight: 500; letter-spacing: 0; color: var(--text-2); margin-inline-start: 8px; }
.svt__result .kv { margin-top: 24px; }
.svt__result .kv__row { background: rgba(255,255,255,.05); }
.svt__result .btn--accent { background: linear-gradient(135deg, #d7ecdd, #a8dcb4); color: #10251c; }

/* การ์ดเครื่องมือที่เหลือ ให้เล็กลงเพื่อไม่แย่งความสนใจจากตัวหลัก */
.cards--compact .card { padding: 20px; }
.cards--compact .card__icon { width: 34px; height: 34px; border-radius: 10px; margin-bottom: 12px; }
.cards--compact .card__icon svg { width: 17px; height: 17px; }
.cards--compact .card__t { font-size: 16px; }
.cards--compact .card__d { font-size: 13.5px; margin-top: 6px; }
.cards--compact .card__link { font-size: 13.5px; margin-top: 10px; }

/* ── steps ──────────────────────────────────────────────────────────────── */
.steps { display: grid; gap: 2px; counter-reset: s; }
.step {
  display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: start;
  padding: 24px 0; border-top: 1px solid var(--line);
}
.step::before {
  counter-increment: s; content: counter(s, decimal-leading-zero);
  font-family: var(--font-num); font-size: 13px; font-weight: 600; color: var(--brand);
  padding-top: 4px;
}
.step__t { font-size: 19px; font-weight: 600; letter-spacing: -.015em; }
.step__d { color: var(--text-2); font-size: 15px; margin-top: 6px; }

/* ── spec table ─────────────────────────────────────────────────────────── */
.specgroup { border-top: 1px solid var(--line); }
.specgroup__btn { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 0; text-align: start; }
.specgroup__btn h3 { font-size: 19px; font-weight: 600; letter-spacing: -.015em; }
.specgroup__sign { position: relative; width: 20px; height: 20px; flex: none; }
.specgroup__sign::before, .specgroup__sign::after {
  content: ''; position: absolute; inset-inline: 0; top: 50%; height: 1.6px; background: var(--text-2); border-radius: 2px;
  transition: transform .35s var(--ease);
}
.specgroup__sign::after { transform: rotate(90deg); }
.specgroup[open] .specgroup__sign::after { transform: rotate(0); }
.specgroup__body { padding-bottom: 22px; }
.specrow { display: grid; gap: 4px; padding: 12px 0; border-top: 1px solid var(--line-2); font-size: 15px; }
@media (min-width: 620px) { .specrow { grid-template-columns: 260px 1fr; gap: 20px; } }
.specrow dt { color: var(--text-2); }
.specrow dd { margin: 0; font-weight: 450; }

/* ── trims ──────────────────────────────────────────────────────────────── */
.trims { display: grid; gap: 14px; }
@media (min-width: 800px) { .trims { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); } }
.trim { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; }
.trim__n { font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--text-3); }
.trim__p { font-family: var(--font-num); font-size: 30px; font-weight: 600; letter-spacing: -.035em; margin-top: 8px; }
.trim__p sup { font-size: .42em; font-weight: 500; letter-spacing: 0; color: var(--text-2); margin-inline-start: 4px; top: -1em; }
.trim__d { font-size: 14px; color: var(--text-2); margin-top: 10px; flex: 1; }
.trim__m { font-size: 13px; color: var(--brand); font-weight: 600; margin-top: 14px; font-family: var(--font-num); }

/* ── colors ─────────────────────────────────────────────────────────────── */
.swatches { display: flex; flex-wrap: wrap; gap: 20px; }
.swatch { text-align: center; }
.swatch__dot {
  width: 62px; height: 62px; border-radius: 50%; margin-inline: auto;
  box-shadow: inset 0 0 0 1px rgba(16,20,17,.12), var(--shadow-s);
  transition: transform .4s var(--ease);
}
.swatch:hover .swatch__dot { transform: scale(1.08); }
.swatch__n { font-size: 12.5px; margin-top: 10px; color: var(--text-2); max-width: 90px; }

/* ── compare table ──────────────────────────────────────────────────────── */
.tablewrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--line); border-radius: var(--radius); }
table.cmp { width: 100%; border-collapse: collapse; min-width: 720px; font-size: 15px; }
table.cmp th, table.cmp td { padding: 15px 18px; text-align: start; border-bottom: 1px solid var(--line-2); vertical-align: top; }
table.cmp thead th { position: sticky; top: 0; background: var(--bg); z-index: 1; font-weight: 600; border-bottom: 1px solid var(--line); }
table.cmp tbody th { font-weight: 400; color: var(--text-2); width: 200px; }
table.cmp tr:last-child td, table.cmp tr:last-child th { border-bottom: 0; }
table.cmp .cmp__hd { display: grid; gap: 3px; }
table.cmp .cmp__hd b { font-size: 17px; letter-spacing: -.015em; }
table.cmp .cmp__hd span { font-size: 12.5px; color: var(--text-2); font-weight: 400; }
.cmp__best { color: var(--green); font-weight: 600; }
/* แถวที่ตรงกับจำนวนงวดที่เลือกอยู่ในเครื่องคำนวณ */
table.cmp tr.is-on { background: var(--accent-tint); }
table.cmp tr.is-on th, table.cmp tr.is-on td { color: var(--text); font-weight: 600; }
table.cmp tr.is-on th::after { content: ' ←'; color: var(--brand); }

/* ── FAQ ────────────────────────────────────────────────────────────────── */
.faq { border-top: 1px solid var(--line); }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; display: flex; gap: 18px; align-items: start; justify-content: space-between; padding: 24px 0; text-align: start; font-size: 18px; font-weight: 550; letter-spacing: -.015em; }
.faq__sign { position: relative; width: 18px; height: 18px; flex: none; margin-top: 6px; }
.faq__sign::before, .faq__sign::after { content: ''; position: absolute; inset-inline: 0; top: 50%; height: 1.6px; background: var(--text-2); transition: transform .35s var(--ease); }
.faq__sign::after { transform: rotate(90deg); }
.faq__item[open] .faq__sign::after { transform: rotate(0); }
.faq__a { padding-bottom: 26px; color: var(--text-2); max-width: 78ch; font-size: 16px; }

/* ── forms ──────────────────────────────────────────────────────────────── */
.form { display: grid; gap: 16px; }
.field { display: grid; gap: 7px; }
.field > label { font-size: 14px; font-weight: 550; }
.field__hint { font-size: 12.5px; color: var(--text-3); }
.input, select.input, textarea.input {
  width: 100%; padding: 13px 15px; border-radius: 13px;
  background: var(--bg); border: 1.5px solid var(--line);
  transition: border-color .2s, box-shadow .2s;
}
.band--soft .input { background: var(--bg); }
.input:focus { outline: none; border-color: #527a62; box-shadow: 0 0 0 4px rgba(82,122,98,.14); }
select.input { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%2366706a' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; padding-inline-end: 38px; }
[dir] select.input { background-position: right 15px center; }
.grouplist { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin-top: 16px; }
.grouplist li { font-size: 13px; color: var(--text-2); padding: 5px 12px; border-radius: 980px; background: var(--bg); border: 1px solid var(--line-2); }

.grid2 { display: grid; gap: 16px; }
@media (min-width: 620px) { .grid2 { grid-template-columns: 1fr 1fr; } }

.choices { display: flex; flex-wrap: wrap; gap: 9px; }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.choice span {
  display: block; padding: 10px 18px; border-radius: 980px; font-size: 14.5px;
  background: var(--bg); border: 1.5px solid var(--line); transition: all .22s var(--ease);
}
.choice input:checked + span { background: var(--ink); color: #fff; border-color: var(--ink); }
.choice input:focus-visible + span { outline: 2.5px solid var(--brand); outline-offset: 2px; }

.range { width: 100%; accent-color: var(--brand); height: 26px; }
.rangehead { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.rangehead b { font-family: var(--font-num); font-size: 18px; font-weight: 600; }

/* ── result panel ───────────────────────────────────────────────────────── */
.panel {
  background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: clamp(22px, 3.5vw, 34px);
}
.band--dark .panel { background: var(--bg-2); }
.panel--dark { background: var(--forest-deep); color: #f2f5f1; border-color: transparent; --text: #f2f5f1; --text-2: #a9bcb0; --line: rgba(255,255,255,.14); --line-2: rgba(255,255,255,.08); --brand: #a8dcb4; --accent: #a8dcb4; --btn-bg: #f2f5f1; --btn-fg: #101411; --accent-tint: rgba(168,220,180,.10); --accent-line: rgba(168,220,180,.28); --bg: #10251c; --bg-2: #163024; --bg-3: #1e3b2d; }
.panel--feature { background: linear-gradient(158deg, #0e2419, #173d2e 55%, #102a20); color: #eaf3ec; border-color: rgba(168,220,180,.26); --text: #eaf3ec; --text-2: #a9c4b3; --line: rgba(168,220,180,.22); --line-2: rgba(168,220,180,.12); --brand: #a8dcb4; --accent: #a8dcb4; --btn-bg: #f2f5f1; --btn-fg: #101411; --accent-tint: rgba(168,220,180,.10); --accent-line: rgba(168,220,180,.28); --bg: #173d2e; --bg-2: #1d4a38; --bg-3: #245743; }
.bignum { font-family: var(--font-num); font-size: clamp(38px, 6.5vw, 62px); font-weight: 600; letter-spacing: -.04em; line-height: 1; }
.bignum small { font-size: .3em; font-weight: 500; color: var(--text-2); margin-inline-start: 6px; letter-spacing: 0; }
.kv { display: grid; gap: 1px; background: var(--line-2); border-radius: 14px; overflow: hidden; margin-top: 22px; }
.kv__row { background: var(--bg); display: flex; justify-content: space-between; gap: 16px; padding: 13px 16px; font-size: 14.5px; }
.panel--dark .kv__row, .panel--feature .kv__row { background: rgba(255,255,255,.05); }
.kv__row b { font-family: var(--font-num); font-weight: 600; }

/* ── lucky day ──────────────────────────────────────────────────────────── */
.luckylist { display: grid; gap: 12px; }
.lucky {
  display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start;
  padding: 20px; border-radius: var(--radius); background: var(--bg);
  border: 1px solid var(--line);
  animation: pop .6s var(--ease) backwards;
}
.lucky--top { border-color: rgba(47,103,75,.5); background: linear-gradient(150deg, rgba(63,122,93,.13), rgba(63,122,93,.04)); box-shadow: 0 10px 34px rgba(19,53,36,.13); }
@keyframes pop { from { opacity: 0; transform: translateY(14px); } }
.lucky__date { text-align: center; min-width: 62px; }
.lucky__d { font-family: var(--font-num); font-size: 30px; font-weight: 600; line-height: 1; letter-spacing: -.03em; }
.lucky__mo { font-size: 12.5px; color: var(--text-2); margin-top: 3px; }
.lucky__dow { font-size: 12px; margin-top: 6px; padding: 3px 9px; border-radius: 7px; background: var(--bg-3); color: var(--text-2); display: inline-block; }
.lucky__body h4 { font-size: 17px; font-weight: 600; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.lucky__score { font-family: var(--font-num); font-size: 12.5px; padding: 3px 10px; border-radius: 980px; background: rgba(47,103,75,.13); color: #2f674b; font-weight: 600; }
.lucky__reasons { list-style: none; padding: 0; margin-top: 10px; display: grid; gap: 6px; }
.lucky__reasons li { font-size: 14px; color: var(--text-2); padding-inline-start: 18px; position: relative; }
.lucky__reasons li::before { content: '◆'; position: absolute; inset-inline-start: 0; font-size: 8px; top: 6px; color: var(--accent); }
.taksa { display: grid; gap: 8px; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); margin-top: 20px; }
.taksa__i { padding: 12px 14px; border-radius: 12px; background: rgba(255,255,255,.05); border: 1px solid var(--line-2); }
.taksa__i b { display: block; font-size: 14.5px; }
.taksa__i span { font-size: 12.5px; color: var(--text-2); }
.taksa__i--bad { border-color: rgba(214,109,98,.42); background: rgba(214,109,98,.1); }
.taksa__i--good { border-color: rgba(168,220,180,.42); background: rgba(168,220,180,.12); }

/* ── live / tiktok ──────────────────────────────────────────────────────── */
.livecard {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  background: linear-gradient(150deg, #193227, #0f1f18);
  border: 1px solid var(--line-2); padding: 26px; display: flex; flex-direction: column; gap: 14px;
}
.livecard__badge {
  display: inline-flex; align-items: center; gap: 7px; align-self: start;
  padding: 5px 12px; border-radius: 980px; font-size: 12px; font-weight: 700; letter-spacing: .05em;
  background: #fe2c55; color: #fff;
}
.livecard__badge i { width: 6px; height: 6px; border-radius: 50%; background: #fff; animation: blink 1.4s ease-in-out infinite; }
@keyframes blink { 50% { opacity: .25; } }
.livecard__name { font-size: 19px; font-weight: 600; }
.livecard__role { font-size: 14px; color: var(--text-2); }
.livecard__topics { display: flex; flex-wrap: wrap; gap: 6px; }
.livecard__topics span { font-size: 12.5px; padding: 4px 10px; border-radius: 8px; background: rgba(255,255,255,.07); color: var(--text-2); }

/* ── TikTok feed ────────────────────────────────────────────────────────── */
.ttfeed { display: grid; gap: 22px; }
@media (min-width: 860px) { .ttfeed { grid-template-columns: 1fr 1fr; } }
.ttfeed__col { display: grid; gap: 12px; align-content: start; min-width: 0; }
.ttfeed__who strong { display: block; font-size: 17px; font-weight: 600; letter-spacing: -.015em; }
.ttfeed__who span { display: block; font-size: 13px; color: var(--text-2); margin-top: 2px; }
.ttfeed .tiktok-embed { margin: 0 !important; min-height: 300px; border-radius: var(--radius); overflow: hidden; }
/* ก่อนสคริปต์ TikTok ทำงาน ให้เห็นกรอบโครงไว้ก่อน จะได้ไม่กระตุกตอนโหลดเสร็จ */
.ttfeed:not(.is-ready) .tiktok-embed {
  background: var(--bg-2); border: 1px solid var(--line-2);
  display: grid; place-content: center; padding: 24px; text-align: center;
}
.ttfeed.is-failed .tiktok-embed { display: none; }
.ttfeed__fallback { display: none; }
.ttfeed.is-failed .ttfeed__fallback { display: block; }

/* ── prose (articles) ───────────────────────────────────────────────────── */
.prose { font-size: 17.5px; line-height: 1.78; }
.prose p { margin-top: 22px; color: #414b45; text-wrap: pretty; }
.prose h2 { font-size: clamp(23px, 3vw, 30px); font-weight: 600; letter-spacing: -.02em; margin-top: 52px; line-height: 1.28; }
.prose h2 + p { margin-top: 14px; }
.prose strong { font-weight: 600; color: var(--text); }
.prose a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; }
.prose-list { margin-top: 18px; padding-inline-start: 0; list-style: none; display: grid; gap: 10px; }
.prose-list li { position: relative; padding-inline-start: 22px; color: #414b45; }
.prose-list li::before { content: ''; position: absolute; inset-inline-start: 2px; top: .72em; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); }

.artmeta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; font-size: 13.5px; color: var(--text-2); }
.artmeta__tag { padding: 4px 11px; border-radius: 980px; background: var(--bg-2); font-weight: 550; color: var(--text); }

/* ── notice ─────────────────────────────────────────────────────────────── */
.notice {
  display: grid; gap: 8px; padding: 18px 20px; border-radius: var(--radius);
  background: var(--bg-2); border: 1px solid var(--line-2); font-size: 14.5px; color: var(--text-2);
}
.notice b { color: var(--text); font-weight: 600; }
.notice--accent { background: var(--accent-tint); border-color: var(--accent-line); }

/* ── footer ─────────────────────────────────────────────────────────────── */
.footer { background: #0d120f; color: #849087; padding-block: clamp(40px, 5vw, 62px) 26px; font-size: 14.5px; }
.footer__grid { display: grid; gap: 34px; }
@media (min-width: 900px) { .footer__grid { grid-template-columns: 1.6fr 1fr 1fr 1.3fr; gap: 40px; } }
.footer__logo { width: 260px; }
.footer__desc { margin-top: 16px; color: #c3ccc6; max-width: 34ch; }
.footer__group { margin-top: 12px; font-size: 13.5px; line-height: 1.6; }
.footer__group a { color: #f2f5f1; text-decoration: underline; text-underline-offset: 3px; }
.footer__social { display: flex; gap: 10px; margin-top: 20px; }
.footer__social a { width: 38px; height: 38px; border-radius: 50%; display: grid; place-content: center; background: rgba(255,255,255,.08); color: #f2f5f1; transition: background .25s, transform .25s var(--ease); }
.footer__social a:hover { background: rgba(255,255,255,.18); transform: translateY(-2px); }
.footer__social svg { width: 17px; height: 17px; }
.footer__col h3 { font-size: 12.5px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: #f2f5f1; margin-bottom: 14px; }
.footer__col a { display: block; padding: 5px 0; transition: color .2s; }
.footer__col a:hover { color: #f2f5f1; }
.footer__branch { margin-bottom: 14px; line-height: 1.55; }
.footer__branch strong { display: block; color: #f2f5f1; font-weight: 550; }
.footer__branch span { display: block; font-size: 13.5px; }
.footer__branch em { font-style: normal; font-size: 12px; color: var(--brand-glow); }
.footer__base { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: grid; gap: 6px; font-size: 13px; }
.footer__fine { color: #6e7972; font-size: 12.5px; }

/* ── reveal motion ──────────────────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .85s var(--ease), transform .85s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .07s; }
.reveal[data-d="2"] { transition-delay: .14s; }
.reveal[data-d="3"] { transition-delay: .21s; }
.reveal[data-d="4"] { transition-delay: .28s; }
.reveal[data-d="5"] { transition-delay: .35s; }

@media (min-width: 1024px) {
  .nav { display: block; }
  .burger { display: none; }
  .dock { display: none; }
  :root { --hdr-h: 74px; }
  .hdr__brand img { width: 212px; }
  .trust__grid { grid-template-columns: repeat(4, 1fr); }
}

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

@media print {
  .hdr, .dock, .mnav, .footer__social, .btn-row { display: none; }
  body { font-size: 12pt; }
}
