:root {
  --bg: #080b0e;
  --bg-soft: #0c1115;
  --panel: #10171c;
  --panel-2: #141d23;
  --ink: #f4f5f2;
  --muted: #a4adb3;
  --muted-2: #6f7a82;
  --accent: #ff8a00;
  --accent-bright: #ffad19;
  --accent-soft: rgba(255, 138, 0, .12);
  --line: rgba(255, 255, 255, .1);
  --line-soft: rgba(255, 255, 255, .06);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --container: min(1180px, calc(100vw - 48px));
  --ease: cubic-bezier(.22, .78, .2, 1);
  --shadow: 0 30px 90px rgba(0,0,0,.38);
  --type-body: 1rem;
  --type-body-compact: .9375rem;
  --type-ui: .875rem;
  --type-meta: .75rem;
  --type-micro: .6875rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: "IBM Plex Sans Thai", system-ui, sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: 9999; pointer-events: none; opacity: .15; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: var(--container); margin-inline: auto; }
.section { position: relative; padding: 132px 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 10000; padding: 10px 14px; background: var(--accent); color: #111; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 22px; color: var(--accent); font-family: "Manrope", sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
.eyebrow span { color: var(--muted-2); margin-inline: 5px; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 1px solid var(--accent); border-radius: 999px; background: var(--accent); color: #111; font-weight: 700; transition: transform .3s var(--ease), background .3s, box-shadow .3s; }
.button:hover { transform: translateY(-3px); background: var(--accent-bright); box-shadow: 0 16px 38px rgba(255,138,0,.22); }
.button--ghost { color: var(--ink); background: rgba(255,255,255,.02); border-color: rgba(255,255,255,.28); }
.button--ghost:hover { color: var(--ink); background: rgba(255,255,255,.07); box-shadow: none; }
.button--compact { min-height: 46px; padding: 0 18px; font-size: .9rem; }
.confirm-flag { width: max-content; max-width: 100%; display: inline-flex; align-items: center; gap: 8px; padding: 5px 10px; border: 1px solid rgba(255,184,0,.28); border-radius: 6px; color: #ffd166; background: rgba(255,184,0,.07); font-size: .7rem; line-height: 1.35; letter-spacing: .02em; }
.confirm-flag::before { content: "!"; width: 15px; height: 15px; display: grid; place-items: center; border-radius: 50%; background: #ffd166; color: #111; font: 800 .62rem/1 Manrope, sans-serif; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }.delay-2 { transition-delay: .16s; }.delay-3 { transition-delay: .24s; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: 92px; border-bottom: 1px solid transparent; transition: height .35s var(--ease), background .35s, border-color .35s; }
.site-header.is-scrolled { height: 74px; border-color: var(--line); background: rgba(7,10,12,.78); backdrop-filter: blur(18px) saturate(140%); }
.nav-shell { height: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-logo { width: 48px; height: 48px; display: grid; place-items: center; overflow: hidden; border-radius: 50%; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.24); }
.brand-logo img { width: 72px; max-width: none; height: auto; display: block; }
.brand-copy strong { display: block; font: 800 1.25rem/1 Manrope, sans-serif; letter-spacing: .14em; }
.brand-copy small { display: block; margin-top: 5px; color: var(--muted); font: 600 .56rem/1 Manrope, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.desktop-nav { height: 100%; display: flex; justify-content: center; align-items: center; gap: 28px; color: rgba(255,255,255,.72); font-size: .88rem; }
.desktop-nav > a { position: relative; height: 100%; display: inline-flex; align-items: center; border: 0; background: transparent; cursor: pointer; }
.desktop-nav > a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--accent); transition: right .3s var(--ease); }
.desktop-nav > a:hover { color: #fff; }.desktop-nav > a:hover::after { right: 0; }
.nav-group { height: 100%; }
.mega-menu { position: absolute; top: calc(100% + 1px); left: 50%; width: min(1020px, calc(100vw - 64px)); display: grid; grid-template-columns: 1.55fr .85fr; opacity: 0; visibility: hidden; transform: translate(-50%, 12px); border: 1px solid var(--line); border-top-color: rgba(255,138,0,.35); background: rgba(10,14,17,.98); box-shadow: var(--shadow); transition: opacity .3s, transform .3s var(--ease), visibility .3s; }
.nav-group:hover .mega-menu, .nav-group:focus-within .mega-menu, .nav-group.is-open .mega-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.mega-main { padding: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mega-label { grid-column: 1/-1; margin: 0 0 10px; color: var(--accent); font: 800 .66rem/1 Manrope, sans-serif; letter-spacing: .15em; }
.mega-main a { display: grid; grid-template-columns: 30px 1fr; column-gap: 10px; padding: 14px; border: 1px solid transparent; transition: border-color .25s, background .25s; }
.mega-main a:hover { border-color: var(--line); background: rgba(255,255,255,.025); }
.mega-main a span { grid-row: 1/3; color: var(--accent); font: 700 .72rem Manrope, sans-serif; }
.mega-main a strong { font-size: .96rem; }.mega-main a em { color: var(--muted); font-size: .76rem; font-style: normal; }
.mega-side { padding: 34px; border-left: 1px solid var(--line); background: radial-gradient(circle at 90% 10%, var(--accent-soft), transparent 42%), var(--panel); }
.mega-side .mega-label { margin-bottom: 20px; }.mega-side h3 { margin: 0; font-size: 2rem; line-height: 1.05; }.mega-side > p:not(.mega-label) { color: var(--muted); font-size: .86rem; }
.mega-side > a { display: flex; justify-content: space-between; margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--line); font-weight: 600; }.mega-side > a b { color: var(--accent); }
.keyword-strip { grid-column: 1/-1; display: flex; justify-content: space-around; gap: 24px; padding: 13px 24px; overflow: hidden; border-top: 1px solid var(--line); color: var(--muted-2); font: 700 .62rem/1 Manrope, sans-serif; letter-spacing: .13em; }
.nav-actions { display: flex; align-items: center; gap: 14px; }
.menu-toggle { width: 46px; height: 46px; display: none; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; }
.menu-toggle span { position: absolute; width: 17px; height: 1px; background: #fff; transition: transform .3s; }.menu-toggle span:first-child { transform: translateY(-4px); }.menu-toggle span:last-child { transform: translateY(4px); }.menu-toggle.is-open span:first-child { transform: rotate(45deg); }.menu-toggle.is-open span:last-child { transform: rotate(-45deg); }
.mobile-menu { display: none; }

/* Hero */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: 130px 0 80px; overflow: hidden; background: radial-gradient(circle at 80% 28%, rgba(27,69,92,.15), transparent 30%), linear-gradient(140deg, #080b0e 0%, #0b1014 62%, #090c0f 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 75%, transparent); }
.hero-glow { position: absolute; width: 460px; height: 460px; border-radius: 50%; filter: blur(30px); pointer-events: none; }.hero-glow--one { right: -140px; top: -180px; background: rgba(255,138,0,.09); animation: drift 9s ease-in-out infinite alternate; }.hero-glow--two { left: 38%; bottom: -360px; background: rgba(13,71,104,.14); animation: drift 12s ease-in-out infinite alternate-reverse; }
@keyframes drift { to { transform: translate(-45px, 65px) scale(1.15); } }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .88fr); align-items: center; gap: 70px; }
.hero-copy { padding-top: 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.hero-foot { display: grid; grid-template-columns: auto minmax(80px, 1fr) auto; align-items: center; gap: 16px; max-width: 520px; margin-top: 54px; color: var(--muted-2); font: 700 .62rem/1 Manrope, sans-serif; letter-spacing: .1em; }
.hero-progress { height: 1px; background: var(--line); overflow: hidden; }.hero-progress i { display: block; width: 25%; height: 100%; background: var(--accent); animation: heroProgress 5s linear infinite; transform-origin: left; }
@keyframes heroProgress { 0% { transform: scaleX(0); } 100% { transform: scaleX(4); } }
.hero-visual { position: relative; min-height: 650px; }
.media-placeholder { position: relative; display: grid; place-items: center; min-height: 280px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: linear-gradient(145deg, rgba(255,255,255,.04), rgba(255,255,255,.01)), repeating-linear-gradient(-45deg, transparent 0 17px, rgba(255,255,255,.016) 17px 18px); color: var(--muted); text-align: center; }
.media-placeholder::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.07); pointer-events: none; }
.media-placeholder p { position: relative; z-index: 2; margin: 14px; font-size: .9rem; }.media-placeholder small { position: relative; z-index: 2; color: var(--muted-2); font-size: .7rem; }.media-code { position: absolute; z-index: 2; top: 28px; left: 28px; color: var(--accent); font: 700 .62rem/1 Manrope, sans-serif; letter-spacing: .14em; }
.preview-media { position:absolute; inset:0; z-index:0; width:100%; height:100%; object-fit:cover; opacity:.62; filter:saturate(.72) contrast(1.08); }
.media-placeholder:has(.preview-media)::before { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(180deg,rgba(5,8,10,.08),rgba(5,8,10,.68)); pointer-events:none; }
.preview-media--hero { opacity:.7; filter:saturate(.7) contrast(1.1); }
.media-placeholder--hero:has(.preview-media)::before { inset:0; border:0; border-radius:inherit; background:linear-gradient(180deg,rgba(5,8,10,.08),rgba(5,8,10,.72)); }
.media-placeholder--hero .placeholder-icon,.media-placeholder--hero > p,.media-placeholder--hero > small { opacity:0; }
.media-placeholder--product .deck-lines { opacity:.22; }
.media-placeholder--hero { position: absolute; inset: 0 0 40px 30px; align-content: center; min-height: 590px; border-radius: 240px 240px 24px 24px; background: radial-gradient(circle at 52% 25%, rgba(255,138,0,.13), transparent 30%), linear-gradient(155deg, #172027, #0d1317 70%); box-shadow: var(--shadow); }
.media-placeholder--hero::before { content: ""; position: absolute; inset: 10% 13% 14%; border: 1px solid rgba(255,138,0,.24); border-radius: 180px 180px 15px 15px; }
.placeholder-icon { position: relative; z-index: 2; width: 110px; height: 74px; }.placeholder-icon i { position: absolute; width: 96px; height: 24px; left: 7px; border: 1px solid rgba(255,255,255,.3); transform: skewY(18deg); }.placeholder-icon i:nth-child(1) { top: 0; border-color: var(--accent); }.placeholder-icon i:nth-child(2) { top: 23px; }.placeholder-icon i:nth-child(3) { top: 46px; }
.hero-seal { position: absolute; right: -30px; top: 12%; z-index: 3; width: 132px; height: 132px; display: grid; place-content: center; border: 1px solid rgba(255,138,0,.45); border-radius: 50%; background: rgba(7,10,12,.78); backdrop-filter: blur(10px); text-align: center; animation: sealFloat 4.5s ease-in-out infinite; }.hero-seal strong,.hero-seal span { font: 800 1.2rem/.9 Manrope,sans-serif; letter-spacing: .08em; }.hero-seal span { color: var(--accent); }.hero-seal i { width: 35px; height: 1px; margin: 10px auto 6px; background: var(--line); }.hero-seal small { color: var(--muted); font: 700 .5rem/1 Manrope,sans-serif; letter-spacing: .08em; }
@keyframes sealFloat { 50% { transform: translateY(-10px) rotate(3deg); } }
.scroll-cue { position: absolute; left: 28px; bottom: 40px; display: flex; align-items: center; gap: 13px; color: var(--muted-2); font: 700 .54rem/1 Manrope,sans-serif; letter-spacing: .14em; transform: rotate(-90deg); transform-origin: left center; }.scroll-cue i { width: 55px; height: 1px; background: linear-gradient(90deg,var(--accent),transparent); }

/* Shared sections */
.signal-bar { overflow: hidden; border-block: 1px solid var(--line); background: #0b0f12; }.signal-track { width: max-content; display: flex; align-items: center; color: var(--muted-2); font: 700 .65rem/1 Manrope,sans-serif; letter-spacing: .14em; }.signal-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px,.5fr); align-items: end; gap: 70px; margin-bottom: 66px; }.section-head h2 { margin: 0; font-size: clamp(2.7rem,5vw,5.2rem); line-height: 1.02; letter-spacing: -.05em; }.section-head > p,.section-summary p { margin: 0; color: var(--muted); }.section-head--wide { grid-template-columns: minmax(0,1.15fr) minmax(360px,.65fr); }.section-summary { display: grid; gap: 22px; }

/* Intro */
.intro { background: linear-gradient(180deg,#0b0f12 0,#0a0e11 100%); }.feature-number { position: absolute; top: -22px; right: 22px; z-index: 4; color: rgba(255,255,255,.07); font: 800 8rem/.8 Manrope,sans-serif; }.media-placeholder--story { min-height: 100%; border: 0; border-right: 1px solid var(--line); background: radial-gradient(circle at 30% 25%,rgba(255,138,0,.1),transparent 30%),#11181d; }.text-link { display: flex; justify-content: space-between; margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--line); font-weight: 600; }.text-link b { color: var(--accent); }

/* Products */
.product-section { background: radial-gradient(circle at 90% 15%,rgba(255,138,0,.05),transparent 27%),var(--bg); }.product-kicker { color:var(--accent); font:700 .62rem Manrope,sans-serif; letter-spacing:.14em; }.spec-row { display:flex; justify-content:space-between; gap:20px; padding:13px 0; border-top:1px solid var(--line); }.spec-row span { color:var(--muted-2); font:700 .58rem Manrope,sans-serif; letter-spacing:.12em; }.spec-row strong { color:#ffd166; font-size:.78rem; font-weight:500; }.media-placeholder--product { min-height:100%; border:0; border-left:1px solid var(--line); background:radial-gradient(circle at 55% 45%,rgba(255,138,0,.13),transparent 25%),linear-gradient(135deg,#19232a,#0c1115); }.deck-lines { position:relative; z-index:2; width:min(420px,72%); height:190px; perspective:500px; transform:rotate(-8deg); }.deck-lines i { position:absolute; left:0; right:0; height:45px; border:2px solid rgba(255,255,255,.36); transform:skewY(12deg); box-shadow:0 18px 30px rgba(0,0,0,.18); }.deck-lines i:nth-child(1){top:0;border-color:var(--accent)}.deck-lines i:nth-child(2){top:43px}.deck-lines i:nth-child(3){top:86px}.deck-lines i:nth-child(4){top:129px}.product-flag { margin-top:18px; }

/* Services */
.service-section { background:#edf0ef; color:#101417; }.service-section .eyebrow { color:#bf6600; }.service-layout { display:grid; grid-template-columns:minmax(280px,.65fr) minmax(0,1.35fr); gap:90px; }.service-steps { border-top:1px solid rgba(0,0,0,.15); }.service-card { min-height:176px; display:grid; grid-template-columns:70px 1fr auto; gap:20px; align-items:center; border-bottom:1px solid rgba(0,0,0,.15); transition:padding .3s var(--ease),background .3s; }.service-card:hover { padding-inline:20px; background:rgba(255,255,255,.5); }.service-card > span { color:#c76b00; font:800 .72rem Manrope,sans-serif; }.service-card div p { margin:0 0 7px; color:#7b858a; font:700 .59rem Manrope,sans-serif; letter-spacing:.13em; }.service-card h3 { margin:0 0 8px; font-size:1.45rem; }.service-card small { color:#69747a; }.service-card > b { color:#c76b00; font-size:1.2rem; }

/* Applications */
.applications { background:#0b1014; }.application-board { display:grid; grid-template-columns:minmax(340px,.72fr) minmax(0,1.28fr); min-height:620px; border:1px solid var(--line); }.application-list { border-right:1px solid var(--line); }.application-item { width:100%; min-height:110px; display:grid; grid-template-columns:44px 1fr auto; align-items:center; padding:20px 28px; border:0; border-bottom:1px solid var(--line); background:transparent; text-align:left; cursor:pointer; transition:background .25s,padding .3s var(--ease); }.application-item:hover,.application-item.is-active { padding-left:36px; background:var(--accent-soft); }.application-item span { color:var(--accent); font:700 .66rem Manrope,sans-serif; }.application-item strong { font-size:1.04rem; }.application-item b { color:var(--accent); opacity:0; transform:translateX(-8px); transition:.25s; }.application-item.is-active b { opacity:1; transform:none; }.application-view { position:relative; }.media-placeholder--application { position:absolute; inset:0; border:0; background:radial-gradient(circle at 35% 25%,rgba(16,80,114,.2),transparent 28%),linear-gradient(145deg,#19242b,#0b1115); transition:opacity .25s,transform .4s var(--ease); }.application-caption { position:absolute; z-index:4; right:0; bottom:0; width:min(480px,78%); padding:36px; background:rgba(7,10,12,.88); backdrop-filter:blur(14px); border-top:1px solid var(--line); border-left:1px solid var(--line); }.application-caption span { color:var(--accent); font:700 .6rem Manrope,sans-serif; letter-spacing:.14em; }.application-caption h3 { margin:12px 0 8px; font-size:1.7rem; }.application-caption p { margin:0; color:var(--muted); font-size:.9rem; }

/* Projects */
.project-section { overflow:hidden; }.project-head { display:grid; grid-template-columns:1fr minmax(320px,.65fr); gap:70px; align-items:end; margin-bottom:56px; }.project-head h2 { margin:0; font-size:clamp(2.8rem,5vw,5rem); line-height:1; letter-spacing:-.05em; }.project-controls { display:grid; grid-template-columns:1fr auto auto; gap:10px; align-items:end; }.project-controls p { grid-row:1/2; margin:0 20px 0 0; color:var(--muted); font-size:.9rem; }.project-controls button { width:48px; height:48px; border:1px solid var(--line); border-radius:50%; background:transparent; cursor:pointer; }.project-controls button:hover { border-color:var(--accent); color:var(--accent); }.project-rail { display:grid; grid-auto-flow:column; grid-auto-columns:min(470px,78vw); gap:24px; width:max-content; padding-inline:max(32px,calc((100vw - min(1240px,calc(100vw - 64px)))/2)); transition:transform .55s var(--ease); }.project-card { overflow:hidden; border:1px solid var(--line); background:var(--panel); }.project-card .media-placeholder { min-height:340px; border:0; border-bottom:1px solid var(--line); background:linear-gradient(145deg,#172128,#0d1317); }.project-card > div:last-child { padding:28px; }.project-card > div > span:not(.confirm-flag) { color:var(--accent); font:700 .6rem Manrope,sans-serif; letter-spacing:.14em; }.project-card h3 { margin:10px 0 6px; font-size:1.35rem; }.project-card p { margin:0 0 18px; color:var(--muted); font-size:.82rem; }

/* Insight */

/* FAQ & Contact */
.faq-section { background:#0b1014; }.faq-layout { display:grid; grid-template-columns:minmax(280px,.62fr) minmax(0,1.38fr); gap:100px; }.faq-intro { align-self:start; position:sticky; top:120px; }.faq-intro h2 { margin:0; font-size:clamp(3rem,5vw,5.2rem); line-height:.98; letter-spacing:-.05em; }.faq-intro > p:not(.eyebrow) { color:var(--muted); margin:28px 0; }.faq-list { border-top:1px solid var(--line); }.faq-item { border-bottom:1px solid var(--line); }.faq-question { width:100%; display:flex; justify-content:space-between; align-items:center; gap:20px; padding:27px 0; border:0; background:transparent; text-align:left; cursor:pointer; font-size:1.06rem; }.faq-question span { display:flex; align-items:center; gap:22px; }.faq-question i { color:var(--accent); font:700 .65rem Manrope,sans-serif; font-style:normal; }.faq-question b { color:var(--accent); font-size:1.4rem; }.faq-answer { display:grid; grid-template-rows:0fr; transition:grid-template-rows .42s var(--ease); }.faq-answer p { overflow:hidden; margin:0; color:var(--muted); }.faq-item.is-open .faq-answer { grid-template-rows:1fr; }.faq-item.is-open .faq-answer p { padding:0 50px 28px; }

/* Footer & review flag */
.site-footer { padding:70px 0 26px; background:#06080a; border-top:1px solid var(--line); }.footer-grid > div { display:flex; flex-direction:column; gap:10px; }.footer-grid small { margin-bottom:9px; color:var(--accent); font:700 .6rem Manrope,sans-serif; letter-spacing:.14em; }.footer-grid a,.footer-grid p { margin:0; color:var(--muted); font-size:.86rem; }.footer-grid a:hover { color:#fff; }.footer-bottom { display:flex; justify-content:space-between; padding-top:24px; border-top:1px solid var(--line); color:var(--muted-2); font:700 .57rem Manrope,sans-serif; letter-spacing:.1em; }

/* Responsive */
@media (max-width: 1120px) {
  :root { --container:min(100% - 40px,960px); }
  .desktop-nav { display:none; }.menu-toggle { display:grid; }.mobile-menu { position:fixed; z-index:999; inset:74px 0 0; display:grid; align-content:space-between; padding:42px max(20px,calc((100vw - var(--container))/2)); background:rgba(7,10,12,.98); opacity:0;visibility:hidden;transform:translateY(-12px);transition:.3s; }.mobile-menu.is-open { opacity:1;visibility:visible;transform:none; }.mobile-menu nav { display:grid; }.mobile-menu nav a { display:grid;grid-template-columns:55px 1fr;padding:17px 0;border-bottom:1px solid var(--line);font-size:1.25rem; }.mobile-menu nav span { color:var(--accent);font:700 .65rem Manrope,sans-serif; }
  .hero-layout { grid-template-columns:1fr .72fr;gap:35px; }.hero-visual { min-height:560px; }
  .media-placeholder--story { min-height:300px;border-right:0;border-bottom:1px solid var(--line); }
  .service-layout,.faq-layout { gap:55px; }
}

@media (max-width: 820px) {
  :root { --container:calc(100vw - 48px); }.section { padding:92px 0; }.site-header { height:74px; }.nav-actions .button { display:none; }.nav-actions { margin-left:auto; }
  .hero { min-height:auto;padding:120px 0 80px; }.hero-layout { grid-template-columns:1fr; }.hero-copy { padding-top:0; }.hero-foot { margin-top:40px; }.hero-visual { min-height:520px; }.media-placeholder--hero { inset:0 16px 30px;min-height:470px; }.hero-seal { right:0;width:110px;height:110px; }.scroll-cue { display:none; }
  .section-head,.section-head--wide,.project-head { grid-template-columns:1fr;gap:30px;margin-bottom:45px; }.section-head h2,.project-head h2 { font-size:clamp(2.7rem,12vw,4.6rem); }.section-summary p { font-size:.94rem; }
  .service-layout,.faq-layout { grid-template-columns:1fr;gap:55px; }.faq-intro { position:static; }.service-card { min-height:150px; }.media-placeholder--product { min-height:420px;border-left:0;border-top:1px solid var(--line); }.application-board { grid-template-columns:1fr; }.application-list { border-right:0; }.application-view { min-height:500px;border-top:1px solid var(--line); }.project-controls { grid-template-columns:1fr auto auto; }.project-rail { padding-inline:16px; }.project-card .media-placeholder { min-height:280px; }.footer-grid { grid-template-columns:1fr 1fr; }
}

@media (max-width: 540px) {
  .button { width:100%; }.hero-actions { display:grid; }.hero-foot { grid-template-columns:auto 1fr; }.hero-foot > span:last-child { grid-column:1/-1; }.hero-visual { min-height:430px; }.media-placeholder--hero { min-height:390px;border-radius:150px 150px 18px 18px; }.hero-seal { top:4%; }
  .media-placeholder--product { min-height:330px; }.deck-lines { height:150px; }.service-card { grid-template-columns:38px 1fr; }.service-card > b { display:none; }.application-item { padding-inline:18px;grid-template-columns:34px 1fr auto; }.application-caption { width:100%;padding:25px; }.project-controls p { grid-column:1/-1; }.project-rail { grid-auto-columns:86vw; }.faq-question span { align-items:flex-start;gap:12px; }.faq-item.is-open .faq-answer p { padding-left:0;padding-right:0; }.footer-grid { grid-template-columns:1fr; }.footer-bottom { flex-direction:column;gap:10px; }
}

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

/* ============================================================
   NITPICK REVISION — stable hero, compact sections, true loops
   ============================================================ */
.section { padding: clamp(68px, 7.2vh, 104px) 0; }
.anchor-target { position:absolute; top:-90px; }
.section-head { margin-bottom:clamp(38px,5vh,58px); }
.section-head h2 { font-size:clamp(2.45rem,4.25vw,4.65rem); }

/* Hero copy never reflows when the rotating phrase changes. */
.hero { padding-top:clamp(104px,11vh,132px); padding-bottom:clamp(52px,6vh,76px); }
.hero-layout { gap:clamp(42px,5vw,70px); }
.hero-foot { margin-top:clamp(32px,4vh,48px); }
.hero-visual { min-height:clamp(500px,61vh,620px); }
.media-placeholder--hero { min-height:0; }

/* Reusable marquee: JS handles movement and cloning. */
.marquee-viewport { width:100%; overflow:hidden; }
.signal-track,.client-track { width:max-content; display:flex; transform:translate3d(0,0,0); will-change:transform; }
.signal-track { padding:0; animation:none; }
.signal-set { flex:none; display:flex; align-items:center; gap:34px; padding:18px 34px 18px 0; color:var(--muted-2); font:700 .65rem/1 Manrope,sans-serif; letter-spacing:.14em; white-space:nowrap; }
.signal-set i { width:5px; height:5px; flex:none; border-radius:50%; background:var(--accent); }

/* Metal Deck explained — one consolidated editorial composition. */
.explained-button { width:100%; margin:22px 0 14px; }

/* Copper workflow creates separation without a white flash. */
.service-section { color:#f6eee8; background:radial-gradient(circle at 12% 14%,rgba(185,103,62,.24),transparent 28%),linear-gradient(135deg,#25130f 0%,#351b14 48%,#1d100d 100%); border-block:1px solid rgba(214,139,95,.18); }
.service-section .eyebrow { color:#dda078; }
.service-layout { grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr); gap:clamp(42px,6vw,84px); align-items:stretch; }
.service-steps { border-top-color:rgba(255,224,203,.18); }
.service-card { min-height:clamp(126px,16vh,154px); border-bottom-color:rgba(255,224,203,.18); }
.service-card:hover { background:rgba(255,222,198,.06); }
.service-card > span,.service-card > b { color:#dda078; }.service-card div p { color:#c69578; }.service-card h3 { color:#fff5ee; }.service-card small { color:#c9ab99; }

/* Infinite project rail. */
.project-section { padding-bottom:clamp(74px,8vh,112px); }
.project-head { margin-bottom:clamp(38px,5vh,52px); }
.project-rail { padding:0; margin-left:max(32px,calc((100vw - min(1240px,calc(100vw - 64px)))/2)); gap:24px; transition:none; will-change:transform; touch-action:pan-y; cursor:grab; user-select:none; }
.project-rail.is-dragging { cursor:grabbing; }
.project-card { flex:none; width:min(430px,78vw); }
.project-card .media-placeholder { min-height:clamp(245px,32vh,320px); }

/* Keep the product composition within one desktop viewport. */

/* Customer / project-name lightbox row. */
.client-section { padding:clamp(58px,7vh,88px) 0; overflow:hidden; border-block:1px solid var(--line); background:radial-gradient(circle at 86% 30%,rgba(255,138,0,.07),transparent 24%),#0a0e11; }
.client-head { display:flex; justify-content:space-between; align-items:end; gap:40px; margin-bottom:38px; }
.client-head h2 { margin:0; font-size:clamp(2rem,3.5vw,3.65rem); line-height:1.03; letter-spacing:-.04em; }.client-head h2 em { color:var(--muted); font-style:normal; font-weight:400; }
.client-set { flex:none; display:flex; padding-right:18px; }
.client-logo { position:relative; width:clamp(220px,18vw,310px); min-height:126px; flex:none; display:grid; place-items:center; padding:24px; border-block:1px solid var(--line); border-left:1px solid var(--line); background:rgba(255,255,255,.015); text-align:center; transition:background .3s,border-color .3s; }
.client-logo:last-child { border-right:1px solid var(--line); }
.client-logo:hover { z-index:2; border-color:rgba(255,138,0,.38); background:var(--accent-soft); }
.client-logo strong { font:700 clamp(.9rem,1.15vw,1.2rem)/1.25 Manrope,"IBM Plex Sans Thai",sans-serif; letter-spacing:.04em; }

/* FAQ keeps the same three-column rhythm open and closed. */
.faq-layout { gap:clamp(48px,7vw,90px); }
.faq-question { display:grid; grid-template-columns:54px minmax(0,1fr) 34px; gap:18px; align-items:center; padding:24px 0; }
.faq-question > i { color:var(--accent); font:700 .65rem Manrope,sans-serif; font-style:normal; }.faq-question > span { display:block; }.faq-question > b { justify-self:end; color:var(--accent); font-size:1.4rem; }
.faq-answer { display:grid; grid-template-columns:54px minmax(0,1fr) 34px; column-gap:18px; grid-template-rows:0fr; transition:grid-template-rows .42s var(--ease); }
.faq-answer p { grid-column:2; min-height:0; overflow:hidden; margin:0; padding:0; color:var(--muted); }
.faq-item.is-open .faq-answer { grid-template-rows:1fr; }.faq-item.is-open .faq-answer p { padding:0 0 25px; }

@media (max-width:1120px) {
  .service-layout { grid-template-columns:minmax(280px,.68fr) 1.32fr; gap:42px; }
  .project-rail { margin-left:max(20px,calc((100vw - min(960px,100% - 40px))/2)); }
}

@media (max-width:820px) {
  .section { padding:clamp(74px,9vh,92px) 0; }
  .hero { padding:112px 0 72px; }.hero-visual { min-height:480px; }
  .service-layout { grid-template-columns:1fr; }
  .service-card { min-height:132px; }
  .project-rail { margin-left:16px; }.project-card { width:82vw; }
  .client-head { align-items:start; flex-direction:column; }.client-logo { width:250px; }
  .faq-intro { position:static; }.faq-question,.faq-answer { grid-template-columns:40px minmax(0,1fr) 30px; gap:12px; }
}

@media (min-width:821px) and (max-height:950px) {
  .section { padding:clamp(48px,6vh,64px) 0; }
  .section-head { margin-bottom:32px; }.section-head h2 { font-size:clamp(2.3rem,3.8vw,3.8rem); }
  .application-board { min-height:560px; }.application-item { min-height:92px; }
  .service-card { min-height:138px; }
  .project-card .media-placeholder { min-height:250px; }
}

@media (min-width:821px) and (min-height:951px) and (max-height:1100px) {
  .section { padding:60px 0; }
  .application-board { min-height:590px; }
}

@media (min-width:821px) and (max-height:800px) {
  .section { padding:42px 0; }.section-head { margin-bottom:25px; }.section-head h2 { font-size:3rem; }
  .application-board { min-height:455px; }.application-item { min-height:76px; }
  .service-card { min-height:122px; }
  .project-card .media-placeholder { min-height:225px; }
}

@media (max-width:540px) {
  .project-card { width:86vw; }.client-logo { width:220px; min-height:112px; }
  .faq-question,.faq-answer { grid-template-columns:30px minmax(0,1fr) 24px; gap:9px; }.faq-question { font-size:.98rem; }
}

@media (prefers-reduced-motion:reduce) {
  .signal-track,.client-track,.project-rail { transform:none !important; }
  .project-rail { overflow-x:auto; width:auto; margin-right:16px; }
}

/* ============================================================
   HERO & INTERACTION REFINEMENT
   ============================================================ */
.cursor-light { position:fixed; z-index:999; left:0; top:0; width:420px; height:420px; border-radius:50%; pointer-events:none; opacity:0; transform:translate3d(calc(var(--pointer-x,50vw) - 50%),calc(var(--pointer-y,50vh) - 50%),0); background:radial-gradient(circle,rgba(255,190,105,.085) 0,rgba(255,222,180,.035) 34%,transparent 70%); transition:opacity .35s; will-change:transform; }
html.has-pointer-light .cursor-light { opacity:1; }

.hero-layout { grid-template-columns:minmax(0,1.12fr) minmax(400px,.88fr); gap:0; }
.hero-copy { position:relative; z-index:5; padding-top:20px; }
.hero-copy::after { content:""; position:absolute; z-index:-1; inset:-40px -16% -42px -7%; background:linear-gradient(90deg,rgba(8,11,14,.97) 0%,rgba(8,11,14,.85) 57%,rgba(8,11,14,.28) 84%,transparent 100%); pointer-events:none; }
.hero-message-stage { position:relative; width:min(780px,112%); height:clamp(292px,31vh,340px); margin-top:18px; }
.hero-message { position:absolute; inset:0; display:flex; flex-direction:column; justify-content:flex-start; opacity:0; visibility:hidden; transform:translateY(20px); transition:opacity .48s var(--ease),transform .48s var(--ease),visibility 0s linear .48s; pointer-events:none; }
.hero-message.is-active { opacity:1; visibility:visible; transform:none; transition-delay:0s; pointer-events:auto; }
.hero-message__title { margin:0; max-width:780px; font-weight:400; font-size:clamp(3rem,5vw,5.9rem); line-height:.92; letter-spacing:-.055em; text-shadow:0 3px 28px rgba(0,0,0,.78); }
.hero-message__title > span,.hero-message__title > strong { display:block; }
.hero-message__title > span { margin-block:4px; color:rgba(255,255,255,.8); font-size:.48em; line-height:1.08; letter-spacing:-.025em; }
.hero-message__title > strong { color:var(--accent); font-weight:700; }
.hero-message__title > strong:nth-child(3) { color:#fff; }
.hero-message__title em { color:var(--accent); font-style:normal; font-weight:400; }
.hero-message > p { width:min(610px,85%); margin:22px 0 0; color:var(--muted); font-size:clamp(.88rem,1.05vw,1.02rem); line-height:1.72; text-shadow:0 2px 16px rgba(0,0,0,.9); }
.hero-visual { z-index:1; min-height:clamp(540px,66vh,680px); margin-left:-36px; }
.media-placeholder--hero { inset:0; min-height:0; border-radius:230px 230px 24px 24px; }
.media-placeholder--hero:has(.preview-media)::before { background:linear-gradient(90deg,rgba(5,8,10,.5),rgba(5,8,10,.06) 42%,rgba(5,8,10,.15)),linear-gradient(180deg,transparent 58%,rgba(5,8,10,.45)); }
.hero-seal { top:auto; right:-24px; bottom:-24px; width:138px; height:138px; }
.hero-seal strong,.hero-seal span { font-size:1.08rem; }.hero-seal small { max-width:92px; line-height:1.3; }
.hero-foot { margin-top:clamp(24px,3vh,38px); }

.explained-heading { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(300px,.55fr); gap:clamp(40px,7vw,92px); align-items:end; margin-bottom:clamp(42px,6vh,72px); }
.explained-heading .eyebrow { grid-column:1/-1; margin-bottom:-26px; }
.explained-heading h2 { margin:0; font-size:clamp(2.65rem,4.7vw,5.2rem); line-height:.98; letter-spacing:-.055em; }
.explained-heading h2 em { color:var(--muted); font-style:normal; font-weight:400; }
.explained-deck { margin:0; color:var(--muted); font-size:1rem; line-height:1.75; }
.explained-benefits { display:grid; grid-template-columns:repeat(3,1fr); margin-top:clamp(40px,5vh,58px); border-block:1px solid var(--line); }
.explained-benefits details { border-right:1px solid var(--line); transition:background .3s,border-color .3s; }.explained-benefits details:last-child { border-right:0; }.explained-benefits details:hover { background:var(--accent-soft); }

.media-placeholder--product::after { z-index:4; inset:0; border:0; background:var(--accent); transform:scaleX(0); transform-origin:right; pointer-events:none; }

.project-card { transition:transform .38s var(--ease),border-color .38s,box-shadow .38s,background .38s; }
.project-card:hover { z-index:3; transform:translateY(-7px); border-color:rgba(255,154,47,.52); background:#151c21; box-shadow:0 20px 48px rgba(0,0,0,.38),0 0 34px rgba(255,138,0,.13); }
.project-card:hover .media-placeholder { filter:brightness(1.08); }

@media (max-width:1120px) {
  .hero-message-stage { width:118%; }
  .hero-message__title { font-size:clamp(2.75rem,5.6vw,4.85rem); }
}

@media (max-width:820px) {
  .cursor-light { display:none; }
  .hero-layout { grid-template-columns:1fr; gap:30px; }
  .hero-copy::after { inset:-30px -20px -30px; background:linear-gradient(180deg,rgba(8,11,14,.96),rgba(8,11,14,.7) 78%,transparent); }
  .hero-message-stage { width:100%; height:clamp(300px,40vh,350px); }
  .hero-message__title { font-size:clamp(2.8rem,10.5vw,4.8rem); }
  .hero-message > p { width:min(620px,100%); }
  .hero-visual { min-height:520px; margin-left:0; }
  .media-placeholder--hero { inset:0 16px 16px; }
  .hero-seal { right:0; bottom:-8px; width:116px; height:116px; }
  .explained-heading { grid-template-columns:1fr; gap:30px; }
  .explained-heading .eyebrow { margin-bottom:-12px; }
  .explained-benefits { display:block; grid-template-columns:none; }
  .explained-benefits details { border-right:0; border-bottom:1px solid var(--line); }
  .explained-benefits details:last-child { border-bottom:0; }
  .explained-benefits summary {
    display:flex;
    align-items:center;
    gap:14px;
    padding:16px 2px;
  }
  .explained-benefits summary span {
    flex:0 0 auto;
    color:rgba(255,138,0,.72);
    font:800 1.6rem/.9 Manrope,sans-serif;
    letter-spacing:-.06em;
  }
  .explained-benefits summary h3 { flex:1; margin:0; color:var(--accent); font-size:.98rem; }
  .explained-benefits summary::after {
    content:"";
    position:relative;
    flex:none;
    width:26px;
    height:26px;
    border:1px solid var(--line);
    border-radius:50%;
    background:
      linear-gradient(currentColor,currentColor) center/12px 2px no-repeat,
      linear-gradient(currentColor,currentColor) center/2px 12px no-repeat;
    color:inherit;
    transition:transform .35s var(--ease),border-color .3s,color .3s,background-color .3s;
  }
  .explained-benefits details[open] summary::after {
    transform:rotate(45deg);
    border-color:var(--accent);
    color:#111;
    background-color:var(--accent);
  }
  .explained-benefits p { padding:0 2px 18px 40px; color:var(--muted); font-size:.88rem; }

  /* Compact mobile hero: only the video/visual is hidden; eyebrow + headline + supporting text stay */
  .hero { min-height:auto; padding:88px 0 44px; }
  .hero-visual,
  .hero-foot {
    display:none;
  }
  .hero-actions { margin-top:20px; }
}

@media (min-width:821px) and (max-height:800px) {
  .hero-message-stage { height:258px; }
  .hero-message__title { font-size:clamp(2.55rem,4.3vw,4.25rem); }
  .hero-message > p { margin-top:14px; line-height:1.55; }
  .hero-visual { min-height:500px; }
}

@media (max-width:540px) {
  .hero-message-stage { height:270px; margin-top:12px; }
  .hero-message__title { font-size:clamp(2.5rem,12.4vw,3.7rem); line-height:.96; }
  .hero-message__title > span { font-size:.46em; }.hero-message > p { margin-top:20px; font-size:.88rem; line-height:1.65; }
  .hero-visual { min-height:455px; }.media-placeholder--hero { min-height:0; }
  .explained-heading h2 { font-size:2.7rem; }
}

@media (hover:none),(pointer:coarse),(prefers-reduced-motion:reduce) {
  .cursor-light { display:none !important; }
}
@media (prefers-reduced-motion:reduce) {
  .hero-message { transition:none !important; animation:none !important; }
  .project-card { transition:none; }
}

/* ============================================================
   GPT COMPONENT ADOPTION
   ============================================================ */
.media-placeholder--hero { clip-path:polygon(16% 0,100% 0,100% 88%,82% 100%,0 100%,0 16%); border-radius:0; box-shadow:0 30px 80px rgba(0,0,0,.38); }
.media-placeholder--hero::after { inset:0; border:0; background:linear-gradient(130deg,rgba(6,13,18,.06),rgba(6,13,18,.16) 36%,rgba(6,13,18,.54)),linear-gradient(to top,rgba(5,8,11,.58),transparent 46%); }
.preview-media--hero { opacity:.8; transform:scale(1.035); animation:heroVideoZoom 16s ease-in-out infinite alternate; }
@keyframes heroVideoZoom { to { transform:scale(1.1) translateX(-1.5%); } }
.hero-video-line { position:absolute; z-index:2; top:6%; bottom:0; left:7%; width:14px; transform:skewY(-38deg); background:linear-gradient(180deg,transparent,var(--accent) 20%,var(--accent) 74%,transparent); filter:drop-shadow(0 0 12px rgba(255,138,0,.7)); pointer-events:none; }
.hero-seal { right:-26px; bottom:42px; width:178px; height:178px; border:0; color:#111; background:radial-gradient(circle at 32% 30%,#ffbd3a,var(--accent) 58%,#b74f00 100%); box-shadow:0 24px 50px rgba(255,138,0,.3); backdrop-filter:none; }
.hero-seal strong,.hero-seal span { color:#111; font-size:1.45rem; }.hero-seal i { background:rgba(17,17,17,.28); }.hero-seal small { max-width:108px; color:rgba(17,17,17,.76); font-size:.62rem; font-weight:800; }

.proof-section { background:linear-gradient(145deg,rgba(255,255,255,.012),transparent),#090d10; }
.stat-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
.stat-card { min-height:230px; display:flex; flex-direction:column; justify-content:space-between; padding:34px; border:1px solid var(--line); border-radius:var(--radius-lg); background:linear-gradient(145deg,rgba(255,255,255,.025),transparent),var(--panel); transition:border-color .35s,transform .35s var(--ease),box-shadow .35s; }
.stat-card:hover { transform:translateY(-5px); border-color:rgba(255,138,0,.36); box-shadow:0 20px 46px rgba(0,0,0,.24); }.stat-card strong { display:block; font:800 clamp(2.7rem,5vw,5.2rem)/.9 Manrope,sans-serif; letter-spacing:-.07em; }.stat-card p { margin:12px 0 0; color:var(--muted); }

.project-head { grid-template-columns:1fr auto; }
.project-controls { display:flex; grid-template-columns:none; align-items:center; }.project-controls .confirm-flag { margin-right:12px; }
.project-card { position:relative; width:400px; min-width:400px; min-height:0; height:540px; border-radius:var(--radius-lg); overflow:hidden; background:var(--panel); }
.project-card > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; filter:saturate(.65) contrast(1.05) brightness(.64); transition:transform .9s var(--ease),filter .5s; }
.project-card::after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(5,8,10,.94),transparent 66%); pointer-events:none; }
.project-card__content { position:absolute; z-index:2; inset:auto 0 0; padding:30px; }
.project-card__tag { display:inline-flex; padding:8px 12px; border-radius:999px; background:rgba(255,138,0,.16); color:#ffb44f; font:700 .72rem Manrope,sans-serif; letter-spacing:.04em; }
.project-card .project-card__content h3 { margin:14px 0 6px; font-size:1.9rem; line-height:1.12; }.project-card .project-card__content p { margin:0; color:#b9c1c8; font-size:.9rem; }
.project-card:hover > img { transform:scale(1.06); filter:saturate(.86) contrast(1.07) brightness(.72); }

.faq-layout { grid-template-columns:.72fr 1.28fr; gap:80px; }
@media (max-width:820px) {
  .faq-layout { gap:30px; }
}
.faq-question { width:100%; display:grid; grid-template-columns:1fr auto; gap:20px; align-items:center; padding:26px 0; border:0; background:transparent; text-align:left; cursor:pointer; font-size:1.12rem; font-weight:600; }
.faq-question > span:first-child { display:block; }.faq-toggle { width:34px; height:34px; display:grid; place-items:center; border:1px solid var(--line); border-radius:50%; color:inherit; font-size:1.15rem; transition:transform .35s var(--ease),border-color .3s,color .3s; }
.faq-item.is-open .faq-toggle { transform:rotate(45deg); border-color:var(--accent); color:var(--accent); }
.faq-answer { display:grid; grid-template-columns:none; grid-template-rows:0fr; transition:grid-template-rows .42s var(--ease); }
.faq-answer > div { min-height:0; overflow:hidden; }.faq-answer p { display:block; margin:0; padding:0 70px 26px 0; color:var(--muted); }
.faq-item.is-open .faq-answer { grid-template-rows:1fr; }.faq-item.is-open .faq-answer p { padding:0 70px 26px 0; }

.contact-cta { padding-bottom:clamp(72px,8vh,100px); background:#090d10; }

.site-footer { padding:72px 0 34px; border-top:1px solid var(--line); background:#070a0c; }
.footer-grid { display:grid; grid-template-columns:1.2fr repeat(3,.55fr); gap:50px; padding:0; }.footer-grid > div { display:block; }.footer-brand > p { max-width:390px; margin:20px 0; color:var(--muted); }.footer-col h3 { margin:0 0 18px; color:#fff; font-size:.9rem; }.footer-col a,.footer-col p { display:block; margin:10px 0; color:var(--muted); font-size:.92rem; }.footer-col a:hover { color:var(--accent); }.footer-bottom { margin-top:54px; padding-top:24px; }

@media (max-width:1120px) {
  .hero-seal { right:8px; width:150px; height:150px; }
  .stat-card { padding:26px; }
  .project-card { width:min(400px,42vw); min-width:0; min-height:0; height:520px; }
  .footer-grid .footer-col:last-child { grid-column:2/-1; }
}

@media (max-width:820px) {
  .hero-seal { right:8px; bottom:18px; width:138px; height:138px; }
  .faq-layout { grid-template-columns:1fr; }
  .stat-grid { grid-template-columns:1fr 1fr; }
  .project-head { grid-template-columns:1fr; }.project-controls { justify-content:flex-end; flex-wrap:wrap; }.project-controls .confirm-flag { width:100%; margin:0 0 8px; }
  .project-card { width:82vw; min-width:0; min-height:0; height:480px; }
  .faq-intro { position:static; }.faq-answer p,.faq-item.is-open .faq-answer p { padding-right:0; }
  .footer-brand { grid-column:1/-1; }.footer-grid .footer-col:last-child { grid-column:auto; }
}

@media (max-width:540px) {
  .media-placeholder--hero { clip-path:polygon(12% 0,100% 0,100% 92%,88% 100%,0 100%,0 12%); }
  .hero-seal { width:120px; height:120px; }.hero-seal strong,.hero-seal span { font-size:1.1rem; }.hero-seal small { font-size:.52rem; }
  .stat-grid { grid-template-columns:1fr; }.stat-card { min-height:190px; }
  .project-card { width:82vw; min-width:0; min-height:0; height:480px; }.project-card__content { padding:24px; }.project-card .project-card__content h3 { font-size:1.6rem; }
  .faq-question { font-size:1.02rem; }
  .footer-grid .footer-col:last-child { grid-column:auto; }.footer-bottom { flex-direction:column; align-items:flex-start; gap:10px; }
}

@media (prefers-reduced-motion:reduce) {
  .preview-media--hero { animation:none; }
  .stat-card,.project-card > img,.faq-toggle { transition:none; }
}

/* ============================================================
   VISUAL SPACING & COMPONENT POLISH
   ============================================================ */

/* Align the seal with the polygon video's lower edge. Resetting top is
   intentional: the earlier top value otherwise wins over bottom. */
.hero-seal {
  top:auto;
  right:0;
  bottom:0;
}

.explained-button { color:#101214; }

/* WHY TSS reads as one heading followed by three equal visual columns. */
.proof-section { padding-block:clamp(68px,8vh,94px); }
.proof-head {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.62fr);
  align-items:end;
  gap:clamp(40px,7vw,82px);
  margin-bottom:clamp(34px,5vh,52px);
}
.proof-head h2 {
  margin:14px 0 0;
  font-size:clamp(2.65rem,4.7vw,5rem);
  line-height:1;
  letter-spacing:-.055em;
}
.proof-head__summary > p { margin:0; color:var(--muted); }
.proof-head__summary .confirm-flag { margin-top:18px; }
.stat-grid { grid-column:2/-1; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.stat-card { min-height:0; padding:clamp(24px,2.4vw,32px); }
.stat-card strong { font-size:clamp(2.7rem,4.2vw,4.5rem); }

/* Put the continuous workflow first and the supporting image second. */
.service-layout { grid-template-columns:minmax(0,1.28fr) minmax(300px,.72fr); }
.service-steps { order:1; }

/* Compact full-bleed project cards with a visible rhythm between cards. */
.project-section { padding-bottom:clamp(66px,8vh,96px); }
.project-head { margin-bottom:clamp(30px,4vh,44px); }
.project-rail {
  grid-auto-columns:min(400px,82vw);
  gap:28px;
  margin-left:max(48px,calc((100vw - min(1180px,calc(100vw - 96px)))/2));
  padding:8px 0 18px;
}
.project-card {
  width:min(400px,82vw);
  height:clamp(400px,52svh,450px);
  min-height:0;
}
.project-card__content { padding:26px; }
.project-card .project-card__content h3 { font-size:1.65rem; }

/* Equal spacing inside each marquee set and across the clone boundary. */
.client-set { gap:18px; padding-right:18px; }
.client-logo,
.client-logo:last-child {
  border:1px solid var(--line);
  border-radius:14px;
}

/* Draw a mathematically centred plus so font metrics cannot distort it. */
.faq-item { transition:border-color .3s,background .3s; }
.faq-toggle {
  position:relative;
  flex:none;
  font-size:0;
  line-height:0;
  transform:none;
  overflow:hidden;
  transition:transform .35s var(--ease),border-color .3s,background .3s,box-shadow .3s;
}
.faq-toggle::before,
.faq-toggle::after {
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:12px;
  height:2px;
  border-radius:2px;
  background:currentColor;
  transform:translate(-50%,-50%);
}
.faq-toggle::after { transform:translate(-50%,-50%) rotate(90deg); }
.faq-item.is-open {
  border-color:rgba(255,138,0,.42);
  background:linear-gradient(90deg,rgba(255,138,0,.055),transparent 72%);
}
.faq-item.is-open .faq-question > span:first-child { color:#ffd2a0; text-shadow:0 0 22px rgba(255,138,0,.16); }
.faq-item.is-open .faq-answer p { color:#e3d5c8; }
.faq-item.is-open .faq-toggle {
  color:#16100a;
  border-color:#ffad45;
  background:var(--accent);
  box-shadow:0 0 0 4px rgba(255,138,0,.1),0 0 24px rgba(255,138,0,.28);
  transform:rotate(45deg);
}

/* The CTA glass card is now only a pair of equal contact actions. */

@media (max-width:1120px) {
  .stat-grid { gap:18px; }
  .service-layout { grid-template-columns:minmax(0,1.18fr) minmax(280px,.82fr); gap:42px; }
  .project-card { width:min(400px,42vw); }
}

@media (max-width:820px) {
  .hero-seal { top:auto; right:8px; bottom:16px; }
  .proof-head { grid-template-columns:1fr; gap:22px; }
  .stat-grid { grid-column:1/-1; }
  .service-layout { grid-template-columns:1fr; }
  .service-steps { order:1; }
  .project-rail { margin-left:16px; }
  .project-card { width:min(400px,82vw); height:clamp(400px,55svh,450px); }
}

@media (max-width:540px) {
  .hero-seal { bottom:16px; }
  .proof-head h2 { font-size:clamp(2.5rem,12vw,3.6rem); }
  .stat-grid { grid-template-columns:1fr; }
  .stat-card { min-height:184px; }
  .project-card { width:82vw; height:clamp(400px,54svh,440px); }
  .project-card__content { padding:22px; }
}

@media (prefers-reduced-motion:reduce) {
  .faq-item,.faq-toggle { transition:none; }
}

/* ============================================================
   CONTENT HIERARCHY & SEAMLESS INTERACTION REVISION
   ============================================================ */

/* Smaller hero seal, still anchored to the polygon frame. */
.hero-seal { width:108px; height:108px; }
.hero-seal strong,.hero-seal span { font-size:.92rem; }
.hero-seal i { width:27px; margin:7px auto 5px; }
.hero-seal small { max-width:78px; font-size:.48rem; line-height:1.2; }

/* Reusable centred section heading. */
.section-head--center {
  grid-template-columns:1fr;
  justify-items:center;
  gap:0;
  text-align:center;
  margin-bottom:clamp(36px,5vh,54px);
}
.section-head--center .eyebrow { margin-bottom:12px; }
.section-head--center > div { width:100%; }

/* Metal Deck explained: one centred title and inline editorial leads. */
.explained-heading--center {
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  margin-bottom:clamp(34px,4.5vh,52px);
  text-align:center;
}
.explained-heading--center .eyebrow { margin:0; }
.explained-heading--center h2 { margin:0; }
.explained-benefits summary { list-style:none; cursor:pointer; }
.explained-benefits summary::-webkit-details-marker { display:none; }
.explained-benefits summary::marker { content:none; }
@media (min-width:821px) {
  .explained-benefits details {
    min-height:178px;
    display:grid;
    grid-template-columns:64px minmax(0,1fr);
    grid-template-rows:auto 1fr;
    column-gap:18px;
    align-content:center;
    padding:28px 26px;
  }
  .explained-benefits summary { display:contents; cursor:default; }
  .explained-benefits details > *:not(summary) { display:block; content-visibility:visible; }
  .explained-benefits span {
    grid-row:1/3;
    align-self:start;
    color:rgba(255,138,0,.72);
    font:800 clamp(2.3rem,3.2vw,3.5rem)/.9 Manrope,sans-serif;
    letter-spacing:-.06em;
  }
  .explained-benefits h3 { grid-column:2; margin:0 0 10px; color:var(--accent); font-size:1.16rem; }
  .explained-benefits p { grid-column:2; }
}

/* Compact-by-default application caption, expandable by click/tap. */
.application-view { cursor:pointer; outline:none; }
.application-caption {
  width:min(390px,68%);
  display:grid;
  grid-template-columns:1fr;
  gap:6px;
  padding:22px 26px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.1);
  border-right:0;
  border-bottom:0;
  text-align:left;
  transition:width .42s var(--ease),padding .42s var(--ease),border-color .3s,box-shadow .3s,background .3s;
}
.application-caption__eyebrow { color:var(--accent); font:700 .6rem Manrope,sans-serif; letter-spacing:.14em; }
.application-caption strong { display:block; color:#fff; font-size:clamp(1.25rem,2vw,1.7rem); line-height:1.15; }
.application-caption__hint {
  max-height:0;
  overflow:hidden;
  opacity:0;
  color:#ffbd66;
  font-size:.72rem;
  transition:max-height .3s var(--ease),opacity .3s;
}
.application-caption__hint--close { display:none; }
.application-caption p {
  max-height:0;
  margin:0;
  overflow:hidden;
  opacity:0;
  transform:translateY(8px);
  color:var(--muted);
  font-size:.9rem;
  line-height:1.7;
  transition:max-height .45s var(--ease),opacity .32s,transform .42s var(--ease),margin .35s;
}
.application-view:hover .application-caption,
.application-view:focus-visible .application-caption {
  border-color:rgba(255,138,0,.48);
  background:rgba(8,11,14,.94);
  box-shadow:0 0 0 1px rgba(255,138,0,.1),0 18px 48px rgba(0,0,0,.34),0 0 34px rgba(255,138,0,.14);
}
.application-view:not(.is-expanded):hover .application-caption__hint--open,
.application-view:not(.is-expanded):focus-visible .application-caption__hint--open { max-height:22px; opacity:1; }
.application-view.is-expanded .application-caption { width:min(480px,78%); padding:30px 34px; }
.application-view.is-expanded .application-caption p { max-height:180px; margin-top:8px; opacity:1; transform:none; }
.application-view.is-expanded .application-caption__hint--open { display:none; }
.application-view.is-expanded .application-caption__hint--close { display:block; }
.application-view.is-expanded:hover .application-caption__hint--close,
.application-view.is-expanded:focus-visible .application-caption__hint--close { max-height:22px; opacity:1; }

/* Buffered project sets and edge-mounted controls. */
.project-head { grid-template-columns:minmax(0,1fr) auto; margin-bottom:clamp(30px,4vh,42px); }
.project-head > .confirm-flag { align-self:end; }
.project-viewport {
  position:relative;
  width:var(--container);
  margin-inline:auto;
  overflow:hidden;
  padding:8px 0 20px;
}
.project-rail {
  display:flex;
  width:max-content;
  gap:0;
  margin:0;
  padding:0;
  transform:translate3d(0,0,0);
  will-change:transform;
  touch-action:pan-y;
  cursor:grab;
  user-select:none;
}
.project-rail.is-dragging { cursor:grabbing; }
.project-set { flex:none; display:flex; gap:28px; padding-right:28px; }
.project-card {
  flex:none;
  width:min(400px,82vw);
  height:clamp(460px,60svh,540px);
  min-height:0;
}
.project-arrow {
  position:absolute;
  z-index:12;
  top:50%;
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  transform:translateY(-50%);
  border:1px solid rgba(255,255,255,.2);
  border-radius:50%;
  color:#fff;
  background:rgba(7,10,12,.72);
  backdrop-filter:blur(14px);
  box-shadow:0 14px 34px rgba(0,0,0,.3);
  cursor:pointer;
  transition:color .25s,border-color .25s,background .25s,box-shadow .25s;
}
.project-arrow:hover,.project-arrow:focus-visible { color:#111; border-color:var(--accent); background:var(--accent); box-shadow:0 0 30px rgba(255,138,0,.3); }
.project-arrow--prev { left:12px; }
.project-arrow--next { right:12px; }

/* FAQ highlight keeps an inset breathing space around selected copy. */
.faq-item {
  margin:0 -18px 4px;
  padding-inline:18px;
  border:1px solid transparent;
  border-bottom-color:var(--line);
  border-radius:15px;
}
.faq-item.is-open {
  border-color:rgba(255,138,0,.38);
  background:linear-gradient(90deg,rgba(255,138,0,.065),rgba(255,138,0,.018) 68%,transparent);
  box-shadow:inset 0 0 30px rgba(255,138,0,.025);
}

/* QR-ready contact card. */

@media (max-width:1120px) {
  .hero-seal { width:92px; height:92px; }
  .hero-seal strong,.hero-seal span { font-size:.78rem; }
  .hero-seal small { max-width:66px; font-size:.42rem; }
  .project-card { height:clamp(450px,60svh,520px); }
}

@media (max-width:820px) {
  .hero-seal { width:82px; height:82px; }
  .hero-seal strong,.hero-seal span { font-size:.7rem; }
  .hero-seal i { width:20px; margin:5px auto 4px; }
  .hero-seal small { max-width:60px; font-size:.38rem; }
  .explained-heading--center { gap:8px; }
  .application-caption,.application-view.is-expanded .application-caption { right:12px; bottom:12px; width:calc(100% - 24px); }
  .application-view.is-expanded .application-caption { padding:26px; }
  .project-head { grid-template-columns:1fr; }
  .project-head > .confirm-flag { justify-self:start; }
  .project-card { height:clamp(420px,57svh,480px); }
  .project-arrow { width:48px; height:48px; }
  .project-arrow--prev { left:8px; }.project-arrow--next { right:8px; }
}

@media (max-width:540px) {
  .hero-seal { width:74px; height:74px; }
  .hero-seal strong,.hero-seal span { font-size:.62rem; }
  .hero-seal small { max-width:54px; font-size:.34rem; }
  .application-caption { padding:20px; }
  .project-card { width:82vw; height:clamp(420px,57svh,480px); }
  .project-set { gap:20px; padding-right:20px; }
  .project-arrow { width:44px; height:44px; }
  .faq-item { margin-inline:-10px; padding-inline:10px; }
}

@media (prefers-reduced-motion:reduce) {
  .application-caption,.application-caption p,.application-caption__hint { transition:none; }
  .project-viewport,.client-viewport { overflow-x:auto; scrollbar-width:none; }
  .project-rail,.client-track { transform:none !important; will-change:auto; }
  .project-arrow { position:sticky; top:50%; }
}

/* Final dark-home alignment before the light and inner-page expansion. */
.proof-head { align-items:start; }
.proof-head__summary { padding-top:36px; }
.proof-confirm { margin-top:20px; }
.client-head {
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:16px;
  text-align:center;
}
.client-head > div { width:100%; }
.client-head .confirm-flag { align-self:center; }
.faq-intro { position:static; top:auto; }

@media (max-width:820px) {
  .proof-head__summary { padding-top:0; }
}

/* ============================================================
   DARK VISUAL POLISH — approved 2.1 direction
   ============================================================ */

/* Header: one focused conversion action, adopting the GPT glow language. */
.nav-quote-button {
  min-width:176px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border-color:transparent;
  background:linear-gradient(135deg,#ffb31f,var(--accent) 70%);
  box-shadow:0 12px 30px rgba(255,138,0,.24);
}
.nav-quote-button b { font-size:1.05rem; }
.nav-quote-button:hover,.nav-quote-button:focus-visible { transform:none; background:linear-gradient(135deg,#ffb31f,var(--accent) 70%); box-shadow:0 18px 44px rgba(255,138,0,.38); }

/* Hero: copy measure, ambient glow and badge match the GPT prototype. */
.hero { isolation:isolate; }
.hero-glow--one {
  z-index:0;
  width:520px;
  height:520px;
  right:-100px;
  top:70px;
  background:rgba(255,138,0,.09);
  filter:blur(70px);
  animation:floatGlow 8s ease-in-out infinite alternate;
}
.hero-glow--two { display:none; }
@keyframes floatGlow { to { transform:translate(-80px,90px) scale(1.13); opacity:.7; } }
.hero-message > p { width:min(520px,100%); }
.hero-foot { width:min(520px,100%); max-width:520px; }
.hero-seal {
  top:auto;
  right:-26px;
  bottom:0;
  width:184px;
  height:184px;
}
.hero-seal strong,.hero-seal span { font-size:1.5rem; }
.hero-seal small { max-width:95px; font-size:.62rem; line-height:1.35; }

/* Reusable glowing primary action. */
.explained-button {
  border-color:transparent;
  background:linear-gradient(135deg,#ffb31f,var(--accent) 70%);
  box-shadow:0 12px 30px rgba(255,138,0,.24);
}
.explained-button:hover,.explained-button:focus-visible { box-shadow:0 18px 44px rgba(255,138,0,.38); }

/* WHY TSS: aligned introduction and editorial stat cards without icons. */
.proof-head {
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  align-items:end;
  gap:clamp(34px,5vw,70px);
}
.proof-head__summary { width:100%; padding-top:0; }
.proof-head__summary > p { max-width:none; }
.stat-card {
  min-height:210px;
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:auto minmax(74px,1fr) auto;
  align-items:stretch;
  gap:0;
}
.stat-card__copy { grid-row:1; min-width:0; }
.stat-card__copy h3 { margin:0; color:#fff; font-size:clamp(.98rem,1.28vw,1.18rem); line-height:1.25; white-space:nowrap; }
.stat-card__copy p { margin:5px 0 0; color:var(--muted); font-size:.82rem; }
.stat-card__value { display:contents; }
.stat-card__value strong { grid-row:2; align-self:center; justify-self:center; white-space:nowrap; color:var(--accent); font-size:clamp(3rem,4.4vw,4.8rem); text-align:center; }
.stat-card__value span { grid-row:3; justify-self:end; color:var(--muted); font-size:.82rem; text-align:right; }
.stat-card__value--text strong { max-width:none; white-space:nowrap; font-size:clamp(1.8rem,2.7vw,3rem); line-height:.95; }

/* Workflow: navy industrial field and copy-first process list. */
.service-section {
  color:#f5f7f8;
  border-block-color:rgba(110,167,202,.18);
  background:radial-gradient(circle at 86% 16%,rgba(19,91,132,.23),transparent 30%),linear-gradient(135deg,#081016 0%,#0d1c26 52%,#071016 100%);
}
.service-heading { margin-bottom:clamp(26px,3.5vh,42px); }
.service-heading > div { width:100%; }
.service-heading .eyebrow { color:var(--accent); }
.service-heading h2 { margin:12px 0 0; font-size:clamp(2.5rem,3.35vw,3.8rem); line-height:1.02; letter-spacing:-.045em; }
.service-heading h2 span { display:block; width:max-content; max-width:100%; white-space:nowrap; }
.service-layout { grid-template-columns:repeat(2,minmax(0,1fr)); gap:clamp(36px,5vw,72px); align-items:stretch; }
.service-content { min-width:0; display:flex; flex-direction:column; }
.service-content .service-steps { flex:1; }
.service-steps { border-top-color:rgba(160,198,220,.18); }
.service-card {
  min-height:0;
  display:block;
  margin-inline:-18px;
  padding-inline:18px;
  border-bottom-color:rgba(160,198,220,.18);
  transition:background .3s,border-color .3s;
}
.service-card:hover,.service-card.is-open { padding-inline:18px; background:linear-gradient(90deg,rgba(70,144,187,.1),rgba(70,144,187,.025) 72%,transparent); }
.service-card.is-open { border-bottom-color:rgba(255,138,0,.34); }
.service-question { width:100%; display:grid; grid-template-columns:minmax(0,1fr) 36px; gap:20px; align-items:center; padding:24px 0; border:0; color:inherit; background:transparent; text-align:left; cursor:pointer; }
.service-question > span { min-width:0; display:flex; flex-direction:column; align-items:flex-start; gap:7px; }
.service-question small { color:#77b9dc; font:700 .59rem/1 Manrope,sans-serif; letter-spacing:.13em; }
.service-question strong { color:#f5f7f8; font-size:1.45rem; line-height:1.25; }
.service-toggle { position:relative; width:34px; height:34px; border:1px solid rgba(160,198,220,.28); border-radius:50%; transition:transform .35s var(--ease),border-color .3s,background .3s,box-shadow .3s; }
.service-toggle::before,.service-toggle::after { content:""; position:absolute; left:50%; top:50%; width:12px; height:1.5px; border-radius:999px; background:currentColor; transform:translate(-50%,-50%); }
.service-toggle::after { transform:translate(-50%,-50%) rotate(90deg); }
.service-card.is-open .service-toggle { transform:rotate(45deg); color:#111; border-color:var(--accent); background:var(--accent); box-shadow:0 0 26px rgba(255,138,0,.22); }
.service-answer { display:grid; grid-template-rows:0fr; transition:grid-template-rows .42s var(--ease); }
.service-answer > div { min-height:0; overflow:hidden; }
.service-answer p { margin:0; padding:0 56px 0 0; color:#a7bbc7; font-family:inherit; font-size:.9rem; font-weight:400; line-height:1.72; letter-spacing:0; transition:padding-bottom .42s var(--ease); }
.service-card.is-open .service-answer { grid-template-rows:1fr; }
.service-card.is-open .service-answer p { padding-bottom:25px; }

/* Applications: seven real-world sectors in a compact technical board. */
.applications {
  background:
    radial-gradient(circle at 85% 14%,rgba(28,112,154,.12),transparent 28%),
    radial-gradient(circle at 12% 86%,rgba(255,138,0,.055),transparent 26%),
    #0b1014;
}
.application-board {
  position:relative;
  isolation:isolate;
  grid-template-columns:minmax(520px,1.08fr) minmax(380px,.92fr);
  min-height:0;
  overflow:hidden;
  border-color:rgba(138,181,205,.2);
  border-radius:36px;
  background:rgba(7,13,17,.74);
  box-shadow:0 34px 90px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.025);
}
.application-board::before {
  content:"";
  position:absolute;
  z-index:0;
  inset:0 46% 0 0;
  background-image:
    linear-gradient(rgba(105,174,211,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(105,174,211,.045) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(135deg,rgba(0,0,0,.82),transparent 82%);
  pointer-events:none;
}
.application-list {
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:clamp(30px,3.4vw,46px);
  border-right:1px solid rgba(138,181,205,.18);
}
.application-heading { max-width:650px; }
.application-heading h2 { margin:14px 0 0; font-size:clamp(2.2rem,3.5vw,3.55rem); line-height:1.06; letter-spacing:-.045em; }
.application-heading h2 span { display:block; }
.application-tabs {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:clamp(24px,3.2vh,32px);
}
.application-item {
  position:relative;
  width:100%;
  min-height:74px;
  grid-template-columns:28px minmax(0,1fr) auto;
  gap:11px;
  align-items:center;
  overflow:hidden;
  padding:13px 14px;
  border:1px solid rgba(138,181,205,.14);
  border-radius:14px;
  background:rgba(8,18,24,.58);
  text-align:left;
  transition:transform .3s var(--ease),background .3s,border-color .3s,box-shadow .3s,padding .3s var(--ease);
}
.application-item::before {
  content:"";
  position:absolute;
  left:0;
  top:13px;
  bottom:13px;
  width:3px;
  border-radius:0 3px 3px 0;
  background:var(--accent);
  box-shadow:0 0 18px rgba(255,138,0,.75);
  transform:scaleY(0);
  transition:transform .3s var(--ease);
}
.application-item:hover {
  padding-left:14px;
  transform:translateY(-2px);
  border-color:rgba(138,181,205,.32);
  background:rgba(14,31,41,.82);
}
.application-item.is-active {
  padding-left:14px;
  border-color:rgba(255,138,0,.58);
  background:linear-gradient(110deg,rgba(255,138,0,.13),rgba(13,31,41,.82) 62%);
  box-shadow:0 0 0 1px rgba(255,138,0,.06),0 12px 30px rgba(0,0,0,.2),0 0 28px rgba(255,138,0,.08);
}
.application-item.is-active::before { transform:scaleY(1); }
.application-swipe { display:none; }
.application-contact-cta {
  width:100%;
  min-height:64px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  align-items:center;
  gap:10px;
  margin-top:10px;
  padding:13px 18px;
  border:1px solid var(--accent);
  border-radius:14px;
  color:#101417;
  background:var(--accent);
  box-shadow:0 14px 34px rgba(255,138,0,.18);
  transition:transform .25s,background .25s,box-shadow .25s;
}
.application-contact-cta span { color:rgba(16,20,23,.72); font-size:.78rem; }
.application-contact-cta strong { color:#101417; font-size:.88rem; white-space:nowrap; }
.application-contact-cta b { color:#101417; font-size:1rem; }
.application-contact-cta:hover,.application-contact-cta:focus-visible { transform:translateY(-2px); background:#ffad32; box-shadow:0 18px 38px rgba(255,138,0,.25); }
.application-item .application-item__index {
  color:rgba(126,190,224,.74);
  font:700 .62rem/1 Manrope,sans-serif;
  letter-spacing:.12em;
}
.application-item.is-active .application-item__index { color:var(--accent); }
.application-item > strong { min-width:0; font-size:clamp(.82rem,.92vw,.96rem); line-height:1.35; }
.application-item b { color:var(--accent); opacity:.34; transform:none; }
.application-item:hover b,.application-item.is-active b { opacity:1; transform:translateX(2px); }
.application-view {
  position:relative;
  min-height:0;
  overflow:hidden;
  aspect-ratio:4/5;
  background:#081116;
}
.application-view::before {
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  background-image:
    linear-gradient(rgba(131,185,214,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(131,185,214,.055) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(150deg,rgba(0,0,0,.62),transparent 58%);
  pointer-events:none;
}
.application-view::after {
  content:"";
  position:absolute;
  z-index:3;
  inset:20px;
  background:
    linear-gradient(var(--accent),var(--accent)) left top/36px 1px no-repeat,
    linear-gradient(var(--accent),var(--accent)) left top/1px 36px no-repeat,
    linear-gradient(rgba(126,190,224,.58),rgba(126,190,224,.58)) right bottom/36px 1px no-repeat,
    linear-gradient(rgba(126,190,224,.58),rgba(126,190,224,.58)) right bottom/1px 36px no-repeat;
  opacity:.72;
  pointer-events:none;
}
.media-placeholder--application { background:radial-gradient(circle at 45% 30%,rgba(27,94,129,.28),transparent 34%),linear-gradient(145deg,#19242b,#0b1115); }
.media-placeholder--application:has(.preview-media)::before {
  background:
    linear-gradient(90deg,rgba(5,10,13,.32),transparent 48%),
    linear-gradient(180deg,rgba(5,8,10,.04) 35%,rgba(5,8,10,.84));
}
.media-placeholder--application .preview-media {
  opacity:.84;
  filter:saturate(.78) contrast(1.1);
  transition:opacity .3s,transform .55s var(--ease),filter .3s;
}
.media-placeholder--application.is-contain {
  background:radial-gradient(ellipse at 50% 40%,rgba(31,100,136,.3),transparent 48%),linear-gradient(145deg,#15242d,#081015);
}
.media-placeholder--application.is-contain .preview-media {
  padding:clamp(34px,5vw,72px);
  object-fit:contain;
  opacity:.96;
  filter:saturate(.82) contrast(1.06) drop-shadow(0 22px 26px rgba(0,0,0,.48));
}
.application-caption {
  border-color:rgba(137,184,208,.2);
  border-radius:20px 0 0 0;
  background:linear-gradient(135deg,rgba(7,13,17,.94),rgba(8,17,23,.86));
}

/* Projects: GPT-height cards in a true edge-to-edge viewport. */
.project-viewport {
  width:100%;
  max-width:none;
  margin-inline:0;
  padding:8px 0 20px;
}
.project-set { gap:20px; padding-right:20px; }
.project-card {
  width:400px;
  min-width:400px;
  min-height:0;
  height:540px;
}
.project-card__content { padding:30px; }
.project-card .project-card__content h3 { font-size:1.9rem; }
.project-card__location { display:flex; align-items:center; gap:9px; }
.project-card__location::before { content:""; flex:0 0 auto; width:7px; height:7px; border:1px solid var(--accent); transform:rotate(45deg); box-shadow:0 0 12px rgba(255,138,0,.34); }

/* Footer: reserve width for contact data so it wraps less. */
.footer-grid { grid-template-columns:1.1fr .46fr .46fr 1.05fr; gap:clamp(30px,4vw,54px); }
.footer-contact p { margin:9px 0; line-height:1.55; }
.footer-contact p strong { color:#fff; font-size:.78rem; letter-spacing:.04em; }
.footer-contact a { display:inline; margin:0; }

/* ============================================================
   SPLIT PRODUCT SHOWCASE
   ============================================================ */
.product-section {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding-block:clamp(82px,10vh,118px);
  border-block:1px solid rgba(121,166,194,.12);
  background:
    linear-gradient(180deg,rgba(4,9,12,.18) 0%,rgba(5,12,17,.06) 48%,rgba(4,9,12,.42) 100%),
    linear-gradient(90deg,rgba(3,8,11,.12),transparent 48%,rgba(3,8,11,.16)),
    url("assets/home/product-ecosystem/background.webp") center/cover no-repeat;
}
.product-section::before {
  content:"";
  position:absolute;
  z-index:-1;
  left:14%;
  top:50%;
  width:min(680px,52vw);
  aspect-ratio:1;
  border-radius:50%;
  transform:translateY(-50%);
  background:radial-gradient(circle,rgba(63,127,162,.18),rgba(31,73,96,.06) 48%,transparent 72%);
  filter:blur(12px);
  pointer-events:none;
}
.product-showcase {
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(390px,.82fr);
  gap:clamp(54px,7vw,108px);
  align-items:center;
}
.product-carousel {
  position:relative;
  isolation:isolate;
  width:100%;
  aspect-ratio:1;
  overflow:visible;
  border:0;
  border-radius:0;
  outline:none;
  cursor:grab;
  touch-action:pan-y;
  user-select:none;
  background:transparent;
  box-shadow:none;
}
.product-carousel::before,.product-carousel::after { display:none; }
.product-carousel:focus-visible { outline:2px solid rgba(255,138,0,.58); outline-offset:10px; }
.product-carousel.is-dragging { cursor:grabbing; }
.product-frame {
  position:absolute;
  z-index:2;
  inset:0;
  margin:0;
  display:grid;
  place-items:center;
  padding:clamp(8px,1.2vw,18px);
  opacity:0;
  transform:scale(.975);
  pointer-events:none;
  transition:transform .5s var(--ease),opacity .42s ease;
  will-change:transform,opacity;
}
.product-frame.is-active { z-index:3; opacity:1; transform:none; }
.product-frame.is-entering-next,.product-frame.is-entering-prev { transform:scale(.975); }
.product-frame.is-incoming { z-index:4; opacity:1; transform:none; }
.product-frame img {
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  filter:drop-shadow(0 26px 34px rgba(0,0,0,.48)) drop-shadow(0 0 22px rgba(70,136,171,.12));
  -webkit-user-drag:none;
}
.product-carousel.is-moving-next .product-frame.is-active,
.product-carousel.is-moving-prev .product-frame.is-active { opacity:0; transform:scale(.985); }
.product-content { min-width:0; }
.product-heading {
  grid-template-columns:1fr;
  gap:0;
  margin-bottom:clamp(34px,4.5vh,52px);
}
.product-heading h2 { margin:12px 0 0; color:#fff; font-size:clamp(2.35rem,3.45vw,3.9rem); line-height:1.03; letter-spacing:-.045em; }
.product-selector {
  width:100%;
  min-height:94px;
  display:grid;
  grid-template-columns:58px minmax(0,1fr) 58px;
  align-items:center;
  gap:clamp(18px,3vw,34px);
  margin:0;
  padding:12px 18px;
  border:1px solid rgba(146,188,211,.18);
  border-radius:999px;
  background:linear-gradient(100deg,rgba(9,20,28,.72),rgba(16,31,41,.48),rgba(9,20,28,.72));
  box-shadow:0 18px 42px rgba(0,0,0,.2),inset 0 1px rgba(255,255,255,.025);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
}
.product-arrow {
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(150,190,214,.35);
  border-radius:50%;
  color:#fff;
  background:rgba(7,16,23,.68);
  box-shadow:0 14px 34px rgba(0,0,0,.22);
  font:500 1.45rem/1 Manrope,sans-serif;
  cursor:pointer;
  transition:transform .3s var(--ease),border-color .3s,background .3s,color .3s,opacity .3s;
}
.product-arrow:hover,.product-arrow:focus-visible { transform:scale(1.08); border-color:var(--accent); color:#111; background:var(--accent); }
.product-arrow:disabled { opacity:.45; cursor:default; }
.product-selector__title { min-width:0; height:100%; display:grid; place-items:center; text-align:center; }
.product-selector__title h3 {
  margin:0;
  max-width:100%;
  overflow-wrap:anywhere;
  color:#fff;
  font-size:clamp(1.55rem,2.3vw,2.35rem);
  line-height:1.08;
  letter-spacing:-.04em;
  white-space:normal;
  transition:opacity .18s ease;
}
.product-selector__title h3.is-long-title {
  font-size:clamp(1.3rem,1.75vw,1.8rem);
  line-height:1.12;
}
.product-showcase-info {
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:clamp(24px,3vh,32px);
  margin:clamp(22px,3vh,32px) 0 0;
  padding:clamp(22px,3vh,30px) clamp(24px,3vw,34px);
  border:1px solid rgba(150,190,214,.18);
  border-top:2px solid rgba(255,138,0,.72);
  border-radius:20px;
  background:linear-gradient(115deg,rgba(9,19,26,.76),rgba(16,31,41,.48));
  box-shadow:0 20px 50px rgba(0,0,0,.2),inset 0 1px rgba(255,255,255,.025);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  overflow:hidden;
  transition:height .38s var(--ease);
}
.product-info-copy { transition:opacity .18s ease; }
.product-content.is-product-changing .product-selector__title h3,
.product-content.is-product-changing .product-info-copy { opacity:0; }
.product-showcase-info .product-kicker { margin:0 0 8px; }
.product-showcase-info p:last-child { max-width:650px; margin:0; color:#aebbc4; line-height:1.75; }
.product-detail-link { width:100%; min-width:205px; white-space:nowrap; }

@media (max-width:1020px) {
  .product-showcase { grid-template-columns:1fr; gap:42px; }
  .product-content { display:contents; }
  .product-heading { grid-row:1; }
  .product-carousel { grid-row:2; width:min(720px,100%); justify-self:center; }
  .product-selector,.product-showcase-info { grid-column:1; }
}

@media (max-width:820px) {
  .product-section { padding-block:64px 72px; }
  .product-section::before { left:50%; width:92vw; transform:translate(-50%,-50%); }
  .product-showcase { gap:30px; }
  .product-heading { margin-bottom:4px; text-align:center; }
  .product-heading .eyebrow { text-align:center; }
  .product-frame { padding:clamp(6px,1.8vw,14px); }
  .product-selector { grid-template-columns:48px minmax(0,1fr) 48px; gap:12px; min-height:82px; }
  .product-arrow { width:46px; height:46px; font-size:1.2rem; }
  .product-selector__title h3 { font-size:clamp(1.45rem,7vw,2.1rem); }
  .product-showcase-info { grid-template-columns:1fr; gap:22px; text-align:center; border-radius:17px; }
  .product-showcase-info p:last-child { margin-inline:auto; }
  .product-detail-link { width:min(100%,320px); margin-inline:auto; }
}

@media (max-width:540px) {
  .product-carousel { border-radius:0; }
  .product-heading h2 { font-size:2.7rem; }
  .product-selector { padding:9px 10px; }
  .product-selector__title h3 { white-space:normal; }
}

@media (prefers-reduced-motion:reduce) {
  .product-frame,.product-selector__title h3,.product-info-copy,.product-showcase-info { transition:none; }
}

/* ============================================================
   IMAGE-LED WHY TSS + LAYERED WORKFLOW
   ============================================================ */
.proof-section {
  position:relative;
  isolation:isolate;
  height:clamp(640px,calc(100svh - 80px),940px);
  min-height:0;
  overflow:hidden;
  padding-block:0;
  color:#f5f7f8;
  background:#071421;
}
.proof-background,
.proof-shade {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}
.proof-background {
  z-index:-3;
  object-fit:cover;
  object-position:center;
  filter:saturate(.94) contrast(1.04);
}
.proof-shade {
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(4,13,23,.2) 0%,rgba(4,13,23,.03) 48%,rgba(4,13,23,.58) 69%,rgba(4,13,23,.92) 100%),
    linear-gradient(180deg,rgba(4,13,23,.34),transparent 30%,rgba(4,13,23,.38));
}
.proof-stage {
  height:100%;
  min-height:0;
  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(340px,.72fr);
  grid-template-rows:1fr;
  column-gap:clamp(48px,6vw,92px);
  padding-block:clamp(28px,4vh,44px);
}
.proof-copy {
  position:relative;
  grid-column:1;
  grid-row:1;
  min-width:0;
}
.proof-stage .proof-head {
  display:block;
  margin:0;
  padding-top:clamp(24px,5vh,54px);
  align-self:start;
}
.proof-stage .proof-head > div {
  width:min(100%,680px);
  margin:-18px -34px -22px -30px;
  padding:18px 34px 22px 28px;
  border-left:2px solid var(--accent);
  border-radius:0 20px 20px 0;
  background:linear-gradient(90deg,rgba(3,11,19,.72) 0%,rgba(3,11,19,.58) 58%,rgba(3,11,19,.12) 88%,transparent 100%);
  box-shadow:0 18px 42px rgba(0,0,0,.2);
}
.proof-stage .proof-head .eyebrow {
  color:#ff9418;
  text-shadow:0 0 8px rgba(255,138,0,.78),0 0 22px rgba(255,138,0,.42);
}
.proof-stage .proof-head h2 {
  max-width:580px;
  margin-top:12px;
  color:#fff;
  font-size:clamp(3rem,5.4vw,6rem);
  text-shadow:0 12px 36px rgba(0,0,0,.34);
}
.proof-stage .stat-grid {
  grid-column:2;
  grid-row:1;
  align-self:center;
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}
.proof-stage .stat-card {
  min-height:118px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-rows:1fr;
  align-items:center;
  gap:24px;
  padding:20px 24px;
  border-color:rgba(170,204,225,.26);
  border-radius:18px;
  background:linear-gradient(105deg,rgba(4,17,28,.72),rgba(8,25,39,.5));
  box-shadow:0 16px 38px rgba(0,0,0,.16);
  backdrop-filter:blur(7px);
}
.proof-stage .stat-card:hover {
  transform:translateX(-5px);
  border-color:rgba(255,138,0,.55);
  box-shadow:0 18px 44px rgba(0,0,0,.25);
}
.proof-stage .stat-card__copy { grid-column:1; grid-row:1; }
.proof-stage .stat-card__copy h3 { white-space:normal; }
.proof-stage .stat-card__copy p { color:#9babb8; }
.proof-stage .stat-card__value {
  grid-column:2;
  grid-row:1;
  display:flex;
  min-width:112px;
  flex-direction:column;
  align-items:flex-end;
  justify-content:center;
}
.proof-stage .stat-card__value strong {
  align-self:auto;
  justify-self:auto;
  color:var(--accent);
  font-size:clamp(2.65rem,3.6vw,4.1rem);
  line-height:.86;
}
.proof-stage .stat-card__value span {
  margin-top:10px;
  color:#aab7c0;
}
.proof-stage .stat-card__value--text strong {
  max-width:180px;
  font-size:clamp(1.65rem,2.35vw,2.5rem);
  line-height:.96;
  text-align:right;
}
.proof-stage .proof-head__summary {
  position:absolute;
  top:calc(50% + 139px);
  right:0;
  width:min(78%,460px);
  margin:0;
  padding:18px 20px 18px 24px;
  border-left:2px solid var(--accent);
  background:linear-gradient(90deg,rgba(3,13,22,.66),rgba(3,13,22,.18));
  backdrop-filter:blur(4px);
}
.proof-stage .proof-head__summary > p {
  color:#bec9d0;
  font-size:.78rem;
  line-height:1.72;
}
.proof-stage .proof-head__summary strong {
  color:#fff;
  font-size:1.08em;
  font-weight:800;
}

.service-section {
  position:relative;
  isolation:isolate;
  min-height:clamp(760px,90vh,940px);
  overflow:hidden;
  padding-block:0;
  color:#f5f7f8;
  background:#071421;
}
.service-backdrops,
.service-shade {
  position:absolute;
  inset:0;
}
.service-backdrops { z-index:-3; background:#071421; }
.service-background-image {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  opacity:0;
  transform:scale(1.025);
  transition:opacity .72s ease,transform 1.1s var(--ease);
}
.service-background-image.is-active { opacity:1; transform:scale(1); }
.service-shade {
  z-index:-2;
  background:
    linear-gradient(90deg,rgba(3,12,20,.96) 0%,rgba(3,12,20,.88) 35%,rgba(3,12,20,.28) 64%,rgba(3,12,20,.08) 100%),
    linear-gradient(180deg,rgba(3,10,17,.36),transparent 42%,rgba(3,10,17,.38));
}
.service-stage {
  position:relative;
  min-height:clamp(760px,90vh,940px);
  display:grid;
  grid-template-rows:auto minmax(0,1fr);
  padding-top:clamp(54px,7vh,72px);
  padding-bottom:clamp(28px,4vh,44px);
}
.service-stage .service-layout { position:relative; z-index:4; display:block; min-height:0; }
.service-stage .service-content {
  position:relative;
  z-index:4;
  width:min(52%,720px);
  height:100%;
  min-height:0;
  justify-content:center;
}
.service-stage .service-heading {
  position:relative;
  z-index:5;
  width:100%;
  grid-template-columns:1fr;
  gap:0;
  margin:0 0 clamp(20px,3vh,32px);
  text-align:center;
}
.service-stage .service-heading > div { width:100%; }
.service-stage .service-heading .eyebrow { text-align:center; }
.service-stage .service-heading h2 { font-size:clamp(2.5rem,3.3vw,3.5rem); white-space:nowrap; }
.service-stage .service-content .service-steps { flex:0 0 auto; width:100%; }
.service-stage .service-steps {
  padding:6px;
  border:1px solid rgba(132,180,207,.18);
  border-radius:18px;
  background:linear-gradient(105deg,rgba(3,13,22,.82),rgba(5,18,29,.57));
  box-shadow:0 24px 54px rgba(0,0,0,.2);
  backdrop-filter:blur(7px);
}
.service-stage .service-card {
  margin:0;
  padding-inline:22px;
  border:1px solid transparent;
  border-radius:12px;
  background:transparent;
}
.service-stage .service-card + .service-card { margin-top:6px; }
.service-stage .service-card:hover,
.service-stage .service-card.is-open {
  padding-inline:22px;
  border-color:rgba(255,138,0,.5);
  background:linear-gradient(90deg,rgba(4,14,23,.96),rgba(7,23,35,.76));
}
.service-stage .service-question { padding:20px 0; }
.service-stage .service-answer p { color:#aebdc7; }
.service-main-visual {
  position:absolute;
  z-index:3;
  top:2%;
  right:-7%;
  bottom:-8%;
  width:66%;
  overflow:hidden;
  pointer-events:none;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.38) 10%,#000 25%);
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.38) 10%,#000 25%);
}
.service-main-image {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:right bottom;
  opacity:0;
  transform:translateY(48px) scale(.965);
  transform-origin:center bottom;
  filter:drop-shadow(0 26px 34px rgba(0,0,0,.3));
  transition:opacity .48s ease,transform .76s var(--ease);
}
.service-main-image.is-active { opacity:1; transform:translateY(0) scale(1); }

@media (min-width:821px) {
  .service-stage[data-active-service="planning"] .service-main-visual,
  .service-stage[data-active-service="manufacturing"] .service-main-visual,
  .service-stage[data-active-service="delivery"] .service-main-visual {
    right:calc((100vw - 100%) / -2);
  }
  .service-stage[data-active-service="consult"] .service-main-visual { right:-9.5%; overflow:visible; -webkit-mask-image:none; mask-image:none; }
  .service-stage[data-active-service="planning"] .service-main-visual { right:calc((100vw - 100%) / -2 + clamp(18px,2vw,32px)); bottom:-14%; width:57%; }
  .service-stage[data-active-service="manufacturing"] .service-main-visual { bottom:-12%; width:60%; overflow:visible; -webkit-mask-image:none; mask-image:none; }
  .service-stage[data-active-service="delivery"] .service-main-visual { right:calc((100vw - 100%) / -2 + clamp(34px,4vw,72px)); bottom:-14%; width:49%; overflow:visible; -webkit-mask-image:none; mask-image:none; }
  .service-main-image[data-service="consult"].is-active { transform:translateY(0) scale(1.15); transform-origin:right bottom; }
  .service-main-image[data-service="manufacturing"].is-active { transform:translateY(0) scale(1.5); transform-origin:right bottom; }
  .service-main-image[data-service="delivery"].is-active { transform:translateY(0) scale(.805); transform-origin:right bottom; }
}

@media (max-width:1120px) {
  .proof-stage { grid-template-columns:minmax(0,1.25fr) minmax(320px,.8fr); column-gap:36px; }
  .proof-stage .stat-card { padding:18px 20px; }
  .service-stage .service-content { width:58%; }
  .service-main-visual { right:-12%; width:68%; }
}

@media (max-width:820px) {
  .proof-section { height:auto; min-height:0; }
  .proof-stage { height:auto; min-height:0; }
  .proof-background { object-position:38% center; }
  .proof-shade {
    background:linear-gradient(180deg,rgba(3,12,20,.76),rgba(3,12,20,.36) 28%,rgba(3,12,20,.86) 64%,rgba(3,12,20,.96));
  }
  .proof-stage { display:flex; flex-direction:column; padding-block:64px; }
  .proof-copy { display:contents; }
  .proof-stage .proof-head { order:1; margin-bottom:36px; padding-top:0; }
  .proof-stage .proof-head > div {
    width:min(100%,620px);
    margin:-12px -18px -16px -20px;
    padding:12px 18px 16px;
    border-radius:0 14px 14px 0;
    background:linear-gradient(90deg,rgba(3,11,19,.62),rgba(3,11,19,.4) 66%,transparent 100%);
    box-shadow:0 12px 28px rgba(0,0,0,.16);
  }
  .proof-stage .stat-grid { display:grid; grid-template-columns:1fr 1fr; }
  .proof-stage .stat-grid { order:2; }
  .proof-stage .stat-card { min-height:160px; grid-template-columns:1fr; grid-template-rows:auto 1fr; }
  .proof-stage .stat-card__copy { grid-column:1; grid-row:1; }
  .proof-stage .stat-card__value { grid-column:1; grid-row:2; min-width:0; align-items:flex-start; }
  .proof-stage .stat-card__value--text strong { text-align:left; }
  .proof-stage .proof-head__summary { position:static; order:3; width:100%; margin-top:24px; }

  .service-section { height:auto; min-height:0; }
  .service-stage { height:auto; min-height:0; display:block; }
  .service-shade { background:linear-gradient(180deg,rgba(3,12,20,.95),rgba(3,12,20,.76) 60%,rgba(3,12,20,.34)); }
  .service-stage { padding-block:64px 0; }
  .service-stage .service-layout { min-height:0; }
  .service-stage .service-content { width:100%; min-height:0; }
  .service-stage .service-main-visual,
  .service-stage[data-active-service] .service-main-visual {
    display:none;
  }
  .service-stage .service-heading h2 { white-space:normal; }
  .service-question > span { align-items:center; text-align:center; }
}

@media (max-width:540px) {
  .proof-stage { padding-block:52px; }
  .proof-stage .proof-head h2 { font-size:clamp(2.65rem,13vw,3.7rem); }
  .proof-stage .stat-grid { grid-template-columns:1fr; gap:10px; }
  .proof-stage .stat-card {
    min-height:112px;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-rows:1fr;
    gap:16px;
  }
  .proof-stage .stat-card__copy { grid-column:1; grid-row:1; }
  .proof-stage .stat-card__value { grid-column:2; grid-row:1; align-items:flex-end; }
  .proof-stage .stat-card__value strong { font-size:2.65rem; }
  .proof-stage .stat-card__value--text strong { max-width:135px; font-size:1.65rem; text-align:right; }
  .proof-stage .proof-head__summary { margin-top:18px; }

  .service-stage { padding-top:52px; }
  .service-stage .service-heading h2 { font-size:clamp(2.65rem,13vw,3.7rem); }
  .service-stage .service-steps { margin-inline:-8px; padding:4px; }
  .service-stage .service-card,
  .service-stage .service-card:hover,
  .service-stage .service-card.is-open { padding-inline:16px; }
  .service-stage .service-question { padding:17px 0; }
  .service-stage .service-main-visual,
  .service-stage[data-active-service] .service-main-visual { height:390px; margin-inline:-18px; width:calc(100% + 36px); }
}

@media (prefers-reduced-motion:reduce) {
  .service-background-image,
  .service-main-image { transition:none; }
}

@media (max-width:1120px) {
  .hero-seal { right:10px; }
  .project-card { width:min(400px,42vw); min-width:0; height:520px; }
  .application-board { grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr); }
  .application-list { padding:32px; }
  .application-item { min-height:70px; padding-inline:12px; }
  .application-item:hover,.application-item.is-active { padding-left:12px; }
  .footer-grid { grid-template-columns:1.1fr .7fr .7fr; }
  .footer-contact { grid-column:2/-1; }
}

@media (max-width:820px) {
  .hero-seal { right:10px; bottom:0; width:138px; height:138px; }
  .hero-seal strong,.hero-seal span { font-size:1.08rem; }
  .hero-seal small { max-width:78px; font-size:.48rem; }
  .proof-head { grid-template-columns:1fr; align-items:start; }
  .stat-card { min-height:190px; }
  .stat-card__copy h3 { white-space:normal; }
  .service-layout { grid-template-columns:1fr; }
  .service-steps { order:1; }
  .application-board { grid-template-columns:1fr; }
  .application-list { border-right:0; border-bottom:1px solid var(--line); }
  .application-board::before { inset:0 0 44% 0; }
  .project-card { width:82vw; min-width:0; height:480px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-contact { grid-column:auto; }

  /* Applications: center heading, replace button-select with swipe cards, move CTA below */
  .application-heading { text-align:center; }
  .application-heading .eyebrow { text-align:center; }
  .application-tabs,
  .application-view { display:none; }
  .application-list { display:contents; }
  .application-heading { order:1; }
  .application-swipe { order:2; }
  .application-contact-cta { order:3; }

  .application-swipe {
    display:flex;
    gap:14px;
    margin-top:24px;
    padding:4px 34px 10px 4px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    scroll-padding-left:4px;
    -webkit-overflow-scrolling:touch;
  }
  .application-swipe-card {
    flex:0 0 auto;
    width:78vw;
    max-width:340px;
    scroll-snap-align:start;
    display:block;
    border:1px solid var(--line);
    border-radius:16px;
    overflow:hidden;
    background:#0c1216;
    color:inherit;
    text-decoration:none;
  }
  .application-swipe-card img { display:block; width:100%; height:190px; object-fit:cover; }
  .application-swipe-card__label { display:flex; align-items:center; gap:10px; padding:14px 16px; }
  .application-swipe-card__label small { color:var(--accent); font:700 .68rem Manrope,sans-serif; }
  .application-swipe-card__label strong { font-size:.95rem; }
  .application-swipe-card:first-child { animation:applicationSwipeHint 1.1s .5s ease-in-out 1; }
}

@keyframes applicationSwipeHint {
  0%,100% { transform:translateX(0); }
  40% { transform:translateX(-18px); }
  70% { transform:translateX(-4px); }
}

@media (max-width:640px) {
  .application-tabs { grid-template-columns:1fr; }
  .application-item:last-child { grid-column:auto; }
  .application-item { min-height:64px; }
  .application-view { min-height:430px; aspect-ratio:4/5; }
  .application-view::after { inset:14px; }
  .media-placeholder--application.is-contain .preview-media { padding:34px; }
}

@media (max-width:540px) {
  .nav-quote-button { min-width:0; }
  .hero-seal { width:138px; height:138px; }
  .stat-grid { grid-template-columns:1fr; }
  .stat-card { min-height:180px; }
  .stat-card__value strong { font-size:clamp(2.8rem,14vw,4.2rem); }
  .service-heading h2 { font-size:clamp(2.45rem,11vw,3.55rem); }
  .service-heading h2 span { width:auto; white-space:normal; }
  .service-card { min-height:0; }
  .service-question { gap:14px; }
  .service-question strong { font-size:1.18rem; }
  .service-answer p { padding-right:0; }
  .application-list { padding:34px 20px; }
  .application-heading h2 { font-size:clamp(2.3rem,11vw,3.25rem); }
  .project-card { width:82vw; height:480px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand,.footer-contact { grid-column:1/-1; }
  .footer-col h3 { margin:0 0 10px; }
  .footer-contact p { margin:4px 0; }
}

@media (prefers-reduced-motion:reduce) {
  .hero-glow--one { animation:none; }
  .service-answer,.service-toggle { transition:none; }
}

/* ============================================================
   START YOUR PROJECT — BACKGROUND SHOWCASE
   ============================================================ */
.contact-cta {
  position:relative;
  isolation:isolate;
  min-height:clamp(760px,95svh,940px);
  overflow:hidden;
  scroll-margin-top:88px;
  padding:0;
  background:#061018;
}
.cta-background {
  position:absolute;
  z-index:-3;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 52%;
  filter:saturate(.82) contrast(1.08) brightness(.78);
}
.contact-cta::before {
  content:"";
  position:absolute;
  z-index:-2;
  inset:0;
  background:
    linear-gradient(90deg,rgba(3,8,12,.91) 0%,rgba(3,8,12,.48) 31%,rgba(3,8,12,.12) 54%,rgba(3,8,12,.67) 78%,rgba(3,8,12,.94) 100%),
    linear-gradient(180deg,rgba(3,8,12,.7) 0%,rgba(3,8,12,.06) 31%,rgba(3,8,12,.9) 100%);
  pointer-events:none;
}
.contact-cta::after {
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  opacity:.2;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),
    radial-gradient(circle at 46% 24%,rgba(255,138,0,.2),transparent 27%);
  background-size:72px 72px,72px 72px,auto;
  mask-image:linear-gradient(90deg,transparent 12%,#000 42%,#000 70%,transparent 96%);
  pointer-events:none;
}
.cta-showcase {
  position:relative;
  z-index:2;
  min-height:inherit;
  display:flex;
  padding-block:clamp(52px,7vh,80px);
}
.cta-showcase__body {
  flex:1;
  min-height:0;
  display:grid;
  grid-template-columns:minmax(330px,390px) minmax(80px,1fr) minmax(360px,430px);
  gap:clamp(28px,4vw,64px);
  align-items:center;
}
.cta-contact-card {
  position:relative;
  z-index:3;
  width:100%;
  height:520px;
  overflow:hidden;
  border:1px solid rgba(255,138,0,.58);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(8,14,18,.9),rgba(7,11,14,.72));
  box-shadow:0 28px 70px rgba(0,0,0,.42),inset 0 1px rgba(255,255,255,.07),0 0 42px rgba(255,138,0,.08);
  backdrop-filter:blur(16px) saturate(125%);
}
.cta-line-return {
  position:relative;
  z-index:8;
  width:100%;
  height:64px;
  display:grid;
  grid-template-columns:48px 1fr auto;
  gap:14px;
  align-items:center;
  padding:0 20px;
  border:0;
  border-bottom:1px solid rgba(255,138,0,.27);
  color:#fff;
  background:rgba(5,10,13,.86);
  text-align:left;
}
.cta-line-return:disabled { opacity:1; cursor:default; }
.cta-line-return:not(:disabled) { cursor:pointer; background:linear-gradient(90deg,rgba(255,138,0,.15),rgba(5,10,13,.92)); }
.cta-mode-icon {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid var(--accent);
  border-radius:50%;
  color:var(--accent);
  font:800 .57rem Manrope,sans-serif;
  letter-spacing:-.02em;
}
.cta-line-return span:nth-child(2),.cta-phone-toggle span:nth-child(2) { min-width:0; }
.cta-line-return strong,.cta-line-return small,.cta-phone-toggle strong,.cta-phone-toggle small { display:block; }
.cta-line-return strong,.cta-phone-toggle strong { font-size:.96rem; line-height:1.2; }
.cta-line-return small,.cta-phone-toggle small { margin-top:3px; color:#aeb8bf; font-size:.72rem; }
.cta-line-return b { color:var(--accent); font-size:1.15rem; }
.cta-line-body {
  position:absolute;
  inset:64px 0 72px;
  display:grid;
  place-items:center;
  padding:24px;
  transition:opacity .3s ease,transform .45s var(--ease);
}
.cta-phone-panel {
  position:absolute;
  z-index:7;
  inset:64px 0 0;
  display:grid;
  grid-template-rows:72px 1fr;
  transform:translateY(calc(100% - 72px));
  border-top:1px solid rgba(255,138,0,.68);
  background:linear-gradient(155deg,rgba(9,15,19,.995),rgba(4,8,11,.985));
  transition:transform .52s var(--ease);
}
.cta-contact-card.is-phone-open .cta-phone-panel { transform:none; }
.cta-contact-card.is-phone-open .cta-line-body { opacity:0; transform:scale(.97); pointer-events:none; }
.cta-phone-toggle {
  width:100%;
  display:grid;
  grid-template-columns:48px 1fr auto;
  gap:14px;
  align-items:center;
  padding:0 20px;
  border:0;
  color:#fff;
  background:linear-gradient(90deg,rgba(255,138,0,.18),rgba(255,138,0,.035));
  text-align:left;
  cursor:pointer;
}
.cta-phone-icon {
  color:var(--accent);
  font-size:1.8rem;
  line-height:1;
}
.cta-contact-card:not(.is-phone-open) .cta-phone-icon {
  animation:cta-phone-icon-hint 3.6s var(--ease) infinite;
}
@keyframes cta-phone-icon-hint {
  0%,15%,100% { transform:translateY(0); filter:drop-shadow(0 0 0 rgba(255,138,0,0)); }
  4% { transform:translateY(-5px); filter:drop-shadow(0 4px 7px rgba(255,138,0,.42)); }
  8% { transform:translateY(0); }
  12% { transform:translateY(-2px); filter:drop-shadow(0 2px 5px rgba(255,138,0,.24)); }
}
.cta-phone-toggle b { color:var(--accent); font-size:1.15rem; transition:transform .35s var(--ease); }
.cta-contact-card.is-phone-open .cta-phone-toggle b { transform:rotate(180deg); }
.cta-phone-numbers {
  display:grid;
  align-content:center;
  gap:16px;
  padding:18px 22px 20px;
  opacity:0;
  transform:translateY(16px);
  pointer-events:none;
  transition:opacity .3s .18s,transform .3s .18s var(--ease);
}
.cta-contact-card.is-phone-open .cta-phone-numbers { opacity:1; transform:none; pointer-events:auto; }
.cta-phone-group {
  display:grid;
  gap:8px;
  padding:14px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:17px;
  background:rgba(255,255,255,.035);
}
.cta-phone-group__label {
  color:var(--accent);
  font:800 .66rem Manrope,"IBM Plex Sans Thai",sans-serif;
  letter-spacing:.11em;
}
.cta-phone-numbers a {
  min-height:58px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:12px;
  align-items:center;
  padding:10px 13px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:12px;
  color:#fff;
  background:rgba(255,255,255,.045);
  text-decoration:none;
  transition:border-color .25s,background .25s,transform .25s;
}
.cta-phone-numbers a:hover { transform:translateX(3px); border-color:rgba(255,138,0,.58); background:rgba(255,138,0,.09); }
.cta-phone-numbers a strong { font-size:clamp(1.22rem,1.7vw,1.48rem); line-height:1; letter-spacing:-.025em; }
.cta-phone-numbers a b { color:var(--accent); }
.cta-message {
  position:relative;
  z-index:2;
  grid-column:3;
  align-self:end;
  justify-self:end;
  width:560px;
  max-width:calc(100vw - 48px);
  padding:34px 0 30px 34px;
  text-align:right;
  text-shadow:0 8px 34px rgba(0,0,0,.72);
}
.cta-message::before {
  content:"";
  position:absolute;
  z-index:-1;
  inset:-70px -80px -58px -150px;
  background:radial-gradient(ellipse at 90% 80%,rgba(2,7,10,.94),rgba(2,7,10,.62) 42%,transparent 72%);
  pointer-events:none;
}
.cta-message::after {
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:78px;
  height:3px;
  border-radius:999px;
  background:var(--accent);
  box-shadow:0 0 24px rgba(255,138,0,.52);
}
.cta-message .eyebrow { margin:0 0 13px; }
.cta-message h2 {
  margin:0;
  color:#fff;
  font-size:clamp(2.7rem,4vw,4.35rem);
  line-height:.98;
  letter-spacing:-.055em;
}
.cta-message h2 span {
  display:block;
  white-space:nowrap;
}
.cta-message h2 .cta-message__accent {
  color:var(--accent);
  text-shadow:0 8px 34px rgba(0,0,0,.72),0 0 34px rgba(255,138,0,.14);
}
.cta-message h2 .cta-message__accent:nth-child(3) { margin-top:clamp(10px,1.2vw,17px); }

@media (max-width:1180px) {
  .cta-showcase__body { grid-template-columns:minmax(320px,390px) minmax(320px,1fr); }
  .cta-message { grid-column:2; width:max-content; max-width:100%; font-size:inherit; }
  .cta-message h2 { font-size:clamp(2.5rem,5vw,3.8rem); }
}

@media (max-width:820px) {
  .contact-cta { min-height:0; }
  .cta-background { object-position:58% center; }
  .contact-cta::before {
    background:linear-gradient(180deg,rgba(3,8,12,.83),rgba(3,8,12,.5) 38%,rgba(3,8,12,.91) 100%),linear-gradient(90deg,rgba(3,8,12,.72),rgba(3,8,12,.3));
  }
  .cta-showcase { padding-block:56px 68px; }
  .cta-showcase__body { gap:28px; }
  .cta-contact-card { width:100%; height:500px; }
  .cta-message {
    padding:26px 0 25px 22px;
  }
  .cta-message h2 { font-size:clamp(2.15rem,5vw,3rem); }
}

@media (max-width:640px) {
  .cta-showcase__body { grid-template-columns:1fr; gap:28px; }
  .cta-contact-card { order:2; width:min(100%,390px); justify-self:center; }
  .cta-message {
    order:1;
    grid-column:1;
    align-self:auto;
    justify-self:stretch;
    width:100%;
    max-width:100%;
    padding:26px 0 25px;
    text-align:center;
  }
  .cta-message::before { inset:-38px -60px -38px -40px; background:radial-gradient(ellipse at 0 55%,rgba(2,7,10,.92),rgba(2,7,10,.5) 48%,transparent 76%); }
  .cta-message::after { right:auto; left:0; }
  .cta-message h2 { font-size:clamp(2.25rem,10.5vw,3rem); }
}

@media (max-width:540px) {
  .cta-message { padding-right:0; }
  .cta-message h2 { font-size:clamp(2.25rem,10.5vw,3rem); line-height:1.02; }
  .cta-contact-card { height:480px; border-radius:22px; }
  .cta-line-return,.cta-phone-toggle { grid-template-columns:42px 1fr auto; padding-inline:16px; }
  .cta-line-body { padding:18px; }
  .cta-phone-numbers { gap:10px; padding:14px; }
  .cta-phone-group { gap:7px; padding:11px; }
  .cta-phone-numbers a { min-height:54px; padding:9px 11px; }
  .cta-phone-numbers a strong { font-size:1.22rem; }
}

@media (prefers-reduced-motion:reduce) {
  .cta-phone-panel,.cta-line-body,.cta-phone-numbers,.cta-phone-toggle b { transition:none; }
  .cta-phone-icon { animation:none !important; }
}

/* ============================================================
   SHARED FULL-WIDTH NAVIGATION
   ============================================================ */
.site-header { overflow:visible; border-bottom-color:rgba(255,255,255,.07); background:rgba(7,10,12,.78); backdrop-filter:blur(16px) saturate(135%); }
.nav-shell { gap:clamp(22px,2.4vw,38px); }
.desktop-nav { gap:clamp(18px,2vw,30px); font-size:clamp(.76rem,.86vw,.9rem); }
.desktop-nav > a,.nav-menu-label { position:relative; height:100%; display:flex; align-items:center; }
.desktop-nav > a::after,.nav-menu-label::after { content:""; position:absolute; left:0; right:100%; bottom:20px; height:2px; background:var(--accent); transition:right .3s var(--ease); }
.desktop-nav > a:hover::after,.desktop-nav > a[aria-current="page"]::after,.nav-group:hover .nav-menu-label::after,.nav-group.is-open .nav-menu-label::after,.nav-menu-label:focus-within::after { right:0; }
.desktop-nav > a:hover,.desktop-nav > a[aria-current="page"],.nav-menu-label > a:hover,.nav-menu-label > a[aria-current="page"],.nav-group.is-open .nav-menu-label > a { color:#fff; }
.nav-group { position:static; height:100%; display:flex; align-items:center; }
.nav-menu-label > a { height:100%; display:flex; align-items:center; white-space:nowrap; }
.nav-dropdown-toggle { width:26px; height:42px; display:grid; place-items:center; padding:0; border:0; color:var(--accent); background:transparent; cursor:pointer; }
.nav-dropdown-toggle span { display:block; transition:transform .3s var(--ease); }
.nav-group.is-open .nav-dropdown-toggle span,.nav-group:hover .nav-dropdown-toggle span,.nav-group:focus-within .nav-dropdown-toggle span { transform:rotate(180deg); }
.mega-menu { top:100%; left:0; right:0; width:auto; display:block; max-height:calc(100vh - 74px); overflow:auto; opacity:0; visibility:hidden; transform:translateY(12px); border:0; border-top:1px solid rgba(255,138,0,.38); border-bottom:1px solid var(--line); background:rgba(8,12,15,.985); box-shadow:0 28px 70px rgba(0,0,0,.48); transition:opacity .28s,transform .34s var(--ease),visibility .28s; }
.nav-group:hover .mega-menu,.nav-group:focus-within .mega-menu,.nav-group.is-open .mega-menu { opacity:1; visibility:visible; transform:none; }
.mega-menu__inner { display:grid; grid-template-columns:minmax(0,3fr) minmax(260px,1fr); gap:clamp(28px,4vw,60px); padding-block:30px; }
.mega-product-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.mega-image-card,.mega-project-card { position:relative; min-height:220px; overflow:hidden; border:1px solid var(--line); border-radius:18px; background:var(--panel); }
.mega-image-card { min-height:292px; }
.mega-image-card img,.mega-project-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; filter:saturate(.72) brightness(.62); transition:transform .6s var(--ease),filter .35s; }
.mega-image-card img { top:calc(50% - 25px); bottom:auto; height:auto; object-fit:contain; transform:translateY(-50%); }
.mega-menu--products .mega-image-card img { object-fit:contain; padding:26px 20px 64px; filter:saturate(.82) brightness(.78) drop-shadow(0 12px 14px rgba(0,0,0,.4)); }
.mega-image-card::after,.mega-project-card::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 30%,rgba(4,7,9,.94)); }
.mega-image-card > span,.mega-project-card > span { position:absolute; z-index:2; inset:auto 18px 17px; }
.mega-image-card strong { display:block; color:#fff; font-size:.9rem; line-height:1.25; }
.mega-image-card small { display:block; margin-top:5px; color:#aeb6ba; font-size:.68rem; }
.mega-image-card:hover img,.mega-image-card:focus-visible img,.mega-project-card:hover img,.mega-project-card:focus-visible img { transform:scale(1.055); filter:saturate(.95) brightness(.72); }
.mega-image-card:hover img,.mega-image-card:focus-visible img { transform:translateY(-50%) scale(1.025); }
.mega-menu--products .mega-image-card:hover img,.mega-menu--products .mega-image-card:focus-visible img { filter:saturate(1) brightness(.92) drop-shadow(0 14px 18px rgba(0,0,0,.45)); }
.mega-image-card:hover,.mega-image-card:focus-visible,.mega-project-card:hover,.mega-project-card:focus-visible { border-color:rgba(255,138,0,.58); }
.mega-link-panel { padding-left:clamp(24px,3vw,44px); border-left:1px solid var(--line); }
.mega-link-panel > p { margin:0 0 14px; color:var(--accent); font:800 .64rem Manrope,sans-serif; letter-spacing:.15em; }
.mega-link-panel > a { min-height:55px; display:flex; justify-content:space-between; align-items:center; gap:20px; border-bottom:1px solid var(--line); color:#d9dddf; transition:color .25s,padding .3s var(--ease); }
.mega-link-panel > a:hover,.mega-link-panel > a:focus-visible { color:#fff; padding-left:8px; }
.mega-link-panel > a span { color:var(--accent); }
.mega-link-panel .mega-all-link { margin-top:14px; border-bottom:0; color:var(--accent); }
.mega-menu__inner--projects { grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.mega-project-card { min-height:240px; }
.mega-project-card > span { color:#fff; font-weight:700; }
.mega-wide-link { grid-column:1/-1; display:flex; justify-content:space-between; padding:15px 2px 0; border-top:1px solid var(--line); color:var(--accent); font-weight:600; transition:color .25s,padding .3s var(--ease); }
.mega-wide-link:hover,.mega-wide-link:focus-visible { color:#fff; padding-left:8px; }
.mega-wide-link span { color:var(--accent); }
.mega-menu__inner--blog { grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr); }
.mega-article-list { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.mega-article-card { min-width:0; display:grid; grid-template-rows:140px auto; overflow:hidden; border:1px solid var(--line); border-radius:16px; background:var(--panel); transition:border-color .3s; }
.mega-article-list img { width:100%; height:140px; object-fit:cover; filter:saturate(.68) brightness(.68); transition:transform .5s var(--ease),filter .3s; }
.mega-article-card > span { padding:16px; }
.mega-article-list small { display:block; color:var(--accent); font:700 .57rem Manrope,sans-serif; letter-spacing:.12em; }
.mega-article-list strong { display:block; margin-top:7px; color:#fff; font-size:.92rem; line-height:1.35; }
.mega-article-card:hover,.mega-article-card:focus-visible { border-color:rgba(255,138,0,.58); }
.mega-article-card:hover img,.mega-article-card:focus-visible img { transform:scale(1.055); filter:saturate(.95) brightness(.72); }
.mega-blog-panel { min-width:0; display:flex; flex-direction:column; justify-content:center; padding-left:clamp(24px,3vw,44px); border-left:1px solid var(--line); }
.mega-blog-panel > p { margin:0 0 14px; color:var(--accent); font:800 .64rem Manrope,sans-serif; letter-spacing:.15em; }
.mega-blog-panel h3 { margin:0; color:#fff; font-size:clamp(1.5rem,2vw,2.15rem); line-height:1.12; }
.mega-blog-panel > span { display:block; margin-top:13px; color:var(--muted); font-size:.88rem; line-height:1.65; }
.mega-blog-panel > a { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-top:22px; padding:15px 0 0; border-top:1px solid var(--line); color:var(--accent); font-weight:700; transition:color .25s,padding .3s var(--ease); }
.mega-blog-panel > a:hover,.mega-blog-panel > a:focus-visible { color:#fff; padding-left:8px; }
.mega-blog-panel > a b { font-size:1.1rem; }
.mobile-nav-group,.mobile-direct-link { border-bottom:1px solid var(--line); }
.mobile-nav-group > div:first-child { display:grid; grid-template-columns:minmax(0,1fr) 48px; align-items:center; }
.mobile-menu .mobile-nav-group > div:first-child > a,.mobile-menu .mobile-direct-link { display:block; padding:17px 0; border:0; font-size:1.15rem; }
.mobile-nav-group button { width:48px; height:52px; border:0; color:var(--accent); background:transparent; font-size:1rem; transition:transform .3s; }
.mobile-nav-group.is-open button { transform:rotate(180deg); }
.mobile-submenu { display:grid; grid-template-rows:0fr; transition:grid-template-rows .32s var(--ease); }
.mobile-submenu > div { min-height:0; overflow:hidden; }
.mobile-nav-group.is-open .mobile-submenu { grid-template-rows:1fr; }
.mobile-menu .mobile-submenu a { display:block; padding:11px 18px; border-top:1px solid rgba(255,255,255,.055); color:var(--muted); font-size:.9rem; }
.mobile-menu .mobile-submenu .mobile-submenu-all { color:var(--accent); font-weight:700; }
.mobile-menu [aria-current="page"] { color:var(--accent); }
@media (max-width:1280px) and (min-width:1121px) {
  .desktop-nav { gap:15px; font-size:.73rem; }
  .nav-shell { gap:18px; }
  .nav-actions .button { padding-inline:16px; font-size:.8rem; }
}
@media (max-width:1120px) {
  .mobile-menu { position:absolute; top:100%; bottom:auto; height:calc(100dvh - 92px); overflow:auto; align-content:start; }
  .site-header.is-scrolled .mobile-menu { top:100%; height:calc(100dvh - 74px); }
  .mobile-menu nav { padding-bottom:40px; }
  .mega-menu { display:none; }
}
@media (max-width:820px) {
  .mobile-menu,.site-header.is-scrolled .mobile-menu { top:100%; height:calc(100dvh - 74px); }
}

/* Metal Deck explained: business-luxury product composition. */
.explained-showcase {
  position:relative;
  isolation:isolate;
  min-height:clamp(720px,64vw,850px);
  overflow:hidden;
  margin-inline:calc(clamp(0px,2vw,26px) * -1);
  background:
    radial-gradient(circle at 76% 72%,rgba(255,138,0,.13),transparent 25%),
    radial-gradient(circle at 48% 46%,rgba(43,104,140,.24),transparent 38%),
    linear-gradient(135deg,#080d11 0%,#0b151c 52%,#090d10 100%);
  box-shadow:inset 0 1px rgba(255,255,255,.035),inset 0 -1px rgba(255,138,0,.18);
}
.explained-showcase::before {
  content:"";
  position:absolute;
  z-index:-2;
  inset:0;
  opacity:.34;
  background-image:
    linear-gradient(rgba(116,157,181,.1) 1px,transparent 1px),
    linear-gradient(90deg,rgba(116,157,181,.1) 1px,transparent 1px),
    repeating-linear-gradient(132deg,transparent 0 96px,rgba(255,190,95,.055) 97px 98px,transparent 99px 190px);
  background-size:64px 64px,64px 64px,auto;
  mask-image:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.28) 48%,rgba(0,0,0,.72));
}
.explained-showcase::after {
  content:"";
  position:absolute;
  z-index:-1;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(4,8,11,.88),transparent 34%,transparent 66%,rgba(4,8,11,.82)),
    linear-gradient(180deg,rgba(4,8,11,.36),transparent 30%,transparent 68%,rgba(4,8,11,.44));
}
.explained-showcase__texture {
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.58;
  background:
    linear-gradient(90deg,var(--accent),var(--accent)) 0 42px/1px 112px no-repeat,
    linear-gradient(90deg,var(--accent),var(--accent)) 0 42px/92px 1px no-repeat,
    linear-gradient(90deg,rgba(255,181,77,.8),rgba(255,181,77,.8)) 100% calc(100% - 42px)/1px 112px no-repeat,
    linear-gradient(90deg,rgba(255,181,77,.8),rgba(255,181,77,.8)) 100% calc(100% - 42px)/92px 1px no-repeat;
}
.explained-showcase__visual {
  position:absolute;
  z-index:2;
  inset:5% 13% 5%;
  margin:0;
  display:grid;
  place-items:center;
  pointer-events:none;
}
.explained-showcase__visual::before {
  content:"";
  position:absolute;
  width:66%;
  aspect-ratio:1;
  border:1px solid rgba(121,171,199,.13);
  border-radius:50%;
  box-shadow:0 0 110px rgba(26,83,116,.19);
}
.explained-showcase__visual img {
  position:relative;
  width:min(1050px,100%);
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 42px 44px rgba(0,0,0,.58));
}
.explained-showcase__copy {
  position:absolute;
  z-index:4;
  width:min(42%,560px);
  text-shadow:0 3px 22px rgba(0,0,0,.94);
}
.explained-showcase__copy::before {
  content:"";
  position:absolute;
  z-index:-1;
  inset:-28px -54px;
  pointer-events:none;
  background:radial-gradient(ellipse at center,rgba(3,7,10,.84),rgba(3,7,10,.45) 54%,transparent 76%);
}
.explained-showcase__copy--intro { top:clamp(48px,6vw,78px); left:clamp(30px,5vw,72px); }
.explained-showcase__copy--system { right:clamp(30px,5vw,72px); bottom:clamp(48px,6vw,78px); text-align:right; }
.explained-showcase__copy h3 { margin:0 0 15px; color:#fff; font-size:clamp(1.55rem,2.4vw,2.35rem); line-height:1.12; }
.explained-showcase__copy h3 strong { color:var(--accent); }
.explained-showcase__copy h3 span { color:#fff; font-weight:600; }
.explained-showcase__copy p { margin:0; color:#b6c1c7; font-size:clamp(.86rem,1.05vw,.98rem); line-height:1.82; }
.explained-showcase__button {
  display:flex;
  width:min(520px,100%);
  min-height:70px;
  margin:clamp(30px,4vw,48px) auto 0;
  justify-content:center;
}

@media (max-width:900px) {
  .explained-showcase {
    min-height:0;
    display:grid;
    grid-template-columns:1fr;
    gap:22px;
    margin-inline:0;
    padding:34px 24px 40px;
  }
  .explained-showcase__copy,
  .explained-showcase__copy--intro,
  .explained-showcase__copy--system {
    position:relative;
    inset:auto;
    width:100%;
    max-width:680px;
    text-align:left;
  }
  .explained-showcase__copy::before { inset:-18px -24px; }
  .explained-showcase__visual { position:relative; inset:auto; height:clamp(330px,62vw,500px); order:2; overflow:hidden; display:flex; align-items:stretch; justify-content:center; }
  .explained-showcase__visual::before { display:none; }
  .explained-showcase__copy--intro { order:1; }
  .explained-showcase__copy--system { order:3; justify-self:end; margin-top:24px; }
  .explained-showcase__visual img { width:100%; height:100%; max-width:none; filter:drop-shadow(0 10px 12px rgba(0,0,0,.4)); }
}

@media (max-width:540px) {
  .explained-showcase { padding:28px 18px 34px; }
  .explained-showcase__visual { height:300px; }
  .explained-showcase__copy p { font-size:.9rem; line-height:1.72; }
  .explained-showcase__button { min-height:62px; }
}

/* ============================================================
   HOME FINAL: conversion dock, real QR assets and lean motion
   ============================================================ */
#about,#products,#services,#applications,#projects,#faq,#contact { scroll-margin-top:110px; }
.explained-actions { display:grid; grid-template-columns:repeat(2,minmax(0,260px)); justify-content:center; gap:12px; margin:clamp(30px,4vw,48px) auto 0; }
.explained-actions .button { min-height:66px; justify-content:center; }
.service-page-link { display:flex; align-items:center; justify-content:space-between; gap:18px; width:min(100%,520px); margin:24px 0 0; padding:16px 0; border-top:1px solid var(--line); color:#fff; font-weight:700; }
.service-page-link span,.application-caption a span { color:var(--accent); }
.application-caption a { display:flex; justify-content:space-between; gap:20px; margin-top:18px; padding-top:14px; border-top:1px solid rgba(255,255,255,.14); color:#fff; font-size:.82rem; font-weight:700; }
.project-head { align-items:center; }
.project-head > .text-link.project-all-button {
  align-self:center;
  justify-self:end;
  position:relative;
  top:21px;
  width:auto;
  min-width:220px;
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin-top:0;
  padding:12px 18px;
  border:1px solid var(--accent);
  border-radius:999px;
  color:#fff;
  background:rgba(255,138,0,.04);
  transition:color .2s,background .2s,transform .2s;
}
.project-head > .text-link.project-all-button b { color:var(--accent); }
.project-head > .text-link.project-all-button:hover,
.project-head > .text-link.project-all-button:focus-visible { color:#111; background:var(--accent); transform:translateY(-2px); }
.project-head > .text-link.project-all-button:hover b,
.project-head > .text-link.project-all-button:focus-visible b { color:#111; }
.project-card { color:inherit; text-decoration:none; }
.project-card:focus-visible { outline:2px solid var(--accent); outline-offset:4px; }

.line-qr-grid { width:100%; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.line-qr-card { min-width:0; display:grid; justify-items:center; gap:5px; padding:12px; border:1px solid rgba(255,255,255,.12); border-radius:18px; color:#fff; background:rgba(255,255,255,.045); transition:transform .25s,border-color .25s,background .25s; }
.line-qr-card:hover,.line-qr-card:focus-visible { transform:translateY(-3px); border-color:rgba(255,138,0,.55); background:rgba(255,138,0,.07); }
.line-qr-card img { width:100%; max-width:155px; aspect-ratio:1; object-fit:contain; border-radius:10px; background:#fff; }
.line-qr-card strong { margin-top:3px; font-size:.78rem; }
.line-qr-card small { color:var(--muted); font:600 .64rem Manrope,sans-serif; }

.home-dock__menu-toggle { display:none; }
.home-dock__nav { min-width:0; display:flex; align-items:center; justify-content:center; gap:clamp(4px,1vw,12px); }
.home-dock__nav a { padding:10px clamp(7px,1vw,13px); border-radius:10px; color:#9da8ad; font-size:.76rem; font-weight:700; white-space:nowrap; transition:color .2s,background .2s; }
.home-dock__nav a:hover,.home-dock__nav a:focus-visible,.home-dock__nav a.is-active { color:#fff; background:rgba(255,255,255,.075); }
.home-dock__nav a.is-active { box-shadow:inset 0 -2px var(--accent); }
.home-dock__line { background:#08a852; }
.home-dock__phone { background:#d96f00; }
.home-dock__popover { position:absolute; right:0; bottom:calc(100% + 12px); width:230px; display:grid; padding:7px; border:1px solid rgba(255,255,255,.13); border-radius:15px; background:#0c1216; box-shadow:0 18px 45px rgba(0,0,0,.4); opacity:0; visibility:hidden; transform:translateY(8px); transition:.22s; }
.home-dock__popover[aria-hidden="false"] { opacity:1; visibility:visible; transform:none; }
.home-dock__popover a { display:flex; justify-content:space-between; gap:12px; padding:11px; border-radius:9px; color:#fff; font-size:.78rem; }
.home-dock__popover a:hover,.home-dock__popover a:focus-visible { background:rgba(255,255,255,.075); }
.home-dock__popover small { color:var(--muted); }
.home-dock.is-at-contact { opacity:.72; transform:translate(-50%,calc(100% - 15px)); }
.home-dock.is-at-contact:hover,.home-dock.is-at-contact:focus-within { opacity:1; transform:translate(-50%,0); }

@media (max-width:900px) {
  .explained-actions { grid-template-columns:1fr; }
  .home-dock { grid-template-columns:minmax(0,1fr) auto; gap:7px; min-height:60px; width:calc(100% - 18px); bottom:max(8px,env(safe-area-inset-bottom)); border-radius:17px; }
  .home-dock__menu-toggle { min-height:46px; display:flex; align-items:center; justify-content:center; gap:8px; padding:0 12px; border:0; border-radius:11px; color:#fff; background:rgba(255,255,255,.07); white-space:nowrap; }
  .home-dock__menu-toggle span { color:var(--accent); }
  .home-dock__menu-toggle strong { font-size:.72rem; }
  .home-dock__nav { position:absolute; left:0; right:0; bottom:calc(100% + 10px); display:grid; grid-template-columns:repeat(2,1fr); gap:4px; padding:8px; border:1px solid rgba(255,255,255,.13); border-radius:15px; background:#0c1216; box-shadow:0 18px 45px rgba(0,0,0,.4); opacity:0; visibility:hidden; transform:translateY(8px); transition:.22s; }
  .home-dock.is-nav-open .home-dock__nav { opacity:1; visibility:visible; transform:none; }
  .home-dock__nav a { padding:12px; font-size:.75rem; }
  .home-dock__popover { position:fixed; left:9px; right:9px; bottom:calc(76px + env(safe-area-inset-bottom)); width:auto; }
  .home-dock.is-at-contact { opacity:1; transform:translate(-50%,0); }
}
@media (max-width:560px) {
  .home-dock__menu-toggle strong { display:none; }
  .home-dock__menu-toggle { width:46px; padding:0; }
  .line-qr-grid { gap:8px; }
  .line-qr-card { padding:8px; }
  .line-qr-card strong { font-size:.68rem; }
  .line-qr-card small { font-size:.56rem; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior:auto; }
  .home-dock,.home-dock__nav,.home-dock__popover,.line-qr-card { transition:none !important; }
}

.home-dock__menu-toggle {
  width:48px;
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  padding:0;
  border:0;
  border-radius:13px;
  color:#fff;
  background:linear-gradient(145deg,#e97900,#b95400);
  box-shadow:0 8px 20px rgba(0,0,0,.28);
  cursor:pointer;
}
.home-dock__menu-toggle span { color:#fff; font-size:1.05rem; }
.home-dock__menu-toggle strong { display:none; font-size:.78rem; }
.home-dock__nav { display:none; }
.home-dock.is-nav-open {
  width:min(286px,calc(100vw - 28px));
  padding:9px;
  border-radius:22px;
}
.home-dock.is-nav-open .home-dock__menu-toggle { width:100%; justify-content:flex-start; padding-inline:14px; }
.home-dock.is-nav-open .home-dock__menu-toggle strong { display:block; }
.home-dock.is-nav-open .home-dock__nav {
  position:static;
  display:grid;
  grid-template-columns:1fr;
  gap:3px;
  padding:5px;
  border:0;
  border-radius:14px;
  background:rgba(255,255,255,.035);
  box-shadow:none;
  opacity:1;
  visibility:visible;
  transform:none;
}
.home-dock.is-nav-open .home-dock__nav a { display:flex; align-items:center; min-height:40px; padding:8px 12px; font-size:.78rem; }
.home-dock.is-nav-open .home-dock__nav a.is-active { box-shadow:inset 3px 0 var(--accent); }
.home-dock__popover {
  position:static;
  grid-column:1/-1;
  width:100%;
  display:none;
  margin-top:5px;
  opacity:1;
  visibility:visible;
  transform:none;
  box-shadow:none;
}
.home-dock__popover[aria-hidden="false"] { display:grid; }
.home-dock.is-at-contact,.home-dock.is-at-contact:hover,.home-dock.is-at-contact:focus-within { opacity:1; transform:none; }

/* ============================================================
   HOME NAV REFINEMENT: right-side rail, single QR and shared UI
   ============================================================ */
#proof { scroll-margin-top:110px; }

.line-qr-switch {
  width:min(100%,330px);
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:5px;
  margin:0 auto 12px;
  padding:5px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:999px;
  background:rgba(0,0,0,.22);
}
.line-qr-switch button {
  min-height:38px;
  padding:7px 12px;
  border:0;
  border-radius:999px;
  color:#aab4b9;
  background:transparent;
  font:700 .72rem "IBM Plex Sans Thai",sans-serif;
  cursor:pointer;
}
.line-qr-switch button:hover,.line-qr-switch button:focus-visible { color:#fff; }
.line-qr-switch button.is-active { color:#111; background:var(--accent); }
.line-qr-card--single { width:min(100%,230px); margin-inline:auto; }
.line-qr-card--single img { width:min(100%,170px); }

.home-dock,
.home-dock.is-nav-open {
  position:fixed;
  z-index:90;
  top:50%;
  right:auto;
  bottom:auto;
  left:max(15px,env(safe-area-inset-left));
  width:44px;
  min-height:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none;
  transform:translateY(-50%);
  opacity:1;
  overflow:visible;
}
.home-dock__contacts {
  display:grid;
  gap:6px;
  padding-top:7px;
  border-top:1px solid rgba(255,138,0,.42);
}
.home-dock__contact-trigger {
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  color:#fff;
  background:rgba(8,12,15,.9);
  box-shadow:0 7px 20px rgba(0,0,0,.26);
  cursor:pointer;
  transition:color .18s,border-color .18s,background .18s,transform .18s;
}
.home-dock__contact-trigger:hover,
.home-dock__contact-trigger:focus-visible,
.home-dock__contact-trigger[aria-expanded="true"] {
  color:#111;
  border-color:var(--accent);
  background:var(--accent);
  transform:translateX(2px);
}
.home-dock__contact-trigger span { color:inherit; font:800 .55rem Manrope,sans-serif; letter-spacing:-.02em; }
.home-dock__phone span { font-size:1rem; line-height:1; }

.home-dock__menu-toggle,
.home-dock.is-nav-open .home-dock__menu-toggle {
  width:40px;
  min-height:52px;
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  border-radius:0;
  color:var(--accent);
  background:transparent;
  box-shadow:none;
  cursor:pointer;
}
.home-dock__menu-toggle:hover .home-dock__indicators,
.home-dock__menu-toggle:focus-visible .home-dock__indicators { filter:brightness(1.2); }
.home-dock__indicators { width:36px; display:grid; justify-items:start; gap:7px; padding-block:2px; }
.home-dock__indicators i {
  display:block;
  height:2px;
  border-radius:999px;
  background:#fff;
  transition:width .2s,opacity .2s,background .2s;
}
.home-dock__indicators .is-active { width:34px; opacity:1; background:var(--accent); }
.home-dock__indicators .distance-1 { width:23px; opacity:.68; }
.home-dock__indicators .distance-2 { width:13px; opacity:.36; }
.home-dock__indicators .is-empty { opacity:.08; }

.home-dock__nav,
.home-dock.is-nav-open .home-dock__nav {
  position:absolute;
  top:50%;
  right:auto;
  bottom:auto;
  left:calc(100% + 14px);
  width:min(280px,calc(100vw - 82px));
  display:grid;
  grid-template-columns:1fr;
  gap:2px;
  padding:9px;
  border:1px solid rgba(255,138,0,.28);
  border-radius:18px;
  background:rgba(7,10,13,.96);
  box-shadow:0 22px 55px rgba(0,0,0,.48);
  backdrop-filter:blur(14px);
  opacity:0;
  visibility:hidden;
  transform:translate(-9px,-50%);
  transition:opacity .2s,visibility .2s,transform .2s;
}
.home-dock.is-nav-open .home-dock__nav { opacity:1; visibility:visible; transform:translate(0,-50%); }
.home-dock__nav a,
.home-dock.is-nav-open .home-dock__nav a {
  min-height:40px;
  display:flex;
  align-items:center;
  padding:8px 12px;
  border-radius:10px;
  color:#9ea9ae;
  font-size:.78rem;
  font-weight:700;
  box-shadow:none;
}
.home-dock__nav a:hover,.home-dock__nav a:focus-visible { color:#fff; background:rgba(255,255,255,.06); }
.home-dock__nav a.is-active,
.home-dock.is-nav-open .home-dock__nav a.is-active { color:#fff; background:rgba(255,138,0,.11); box-shadow:inset 3px 0 var(--accent); }

.home-dock__popover,
.home-dock__popover[aria-hidden="false"] {
  position:absolute;
  top:0;
  right:calc(100% + 12px);
  bottom:auto;
  left:auto;
  grid-column:auto;
  width:230px;
  margin:0;
  padding:7px;
  border:1px solid rgba(255,138,0,.28);
  border-radius:15px;
  background:#0b1014;
  box-shadow:0 18px 45px rgba(0,0,0,.45);
  transform:translateX(8px);
  opacity:0;
  visibility:hidden;
  display:grid;
  transition:opacity .18s,visibility .18s,transform .18s;
}
.home-dock__popover[aria-hidden="false"] { opacity:1; visibility:visible; transform:none; }
.home-dock__popover a { min-height:43px; align-items:center; }

.mobile-launcher {
  position:fixed;
  z-index:85;
  right:max(16px,env(safe-area-inset-right));
  bottom:max(16px,env(safe-area-inset-bottom));
  pointer-events:none;
}
.mobile-launcher > * { pointer-events:auto; }
.back-to-top {
  position:relative;
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  padding:0;
  margin:0;
  border:1px solid rgba(255,138,0,.5);
  border-radius:50%;
  color:#111;
  background:var(--accent);
  box-shadow:0 12px 32px rgba(0,0,0,.34);
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity .2s,visibility .2s,transform .2s,background .2s;
  touch-action:manipulation;
  cursor:pointer;
}
.back-to-top span { font-size:1.35rem; line-height:1; pointer-events:none; }
.back-to-top.is-visible { opacity:1; visibility:visible; transform:none; }
.back-to-top:hover,.back-to-top:focus-visible { color:#fff; background:#12181c; }

.mobile-launcher-fabs { display:none; }
.mobile-launcher-sections { display:none; }
@media (max-width:900px) {
  .mobile-launcher { display:flex; flex-direction:column; align-items:flex-end; gap:10px; }
  html.has-home-launcher .back-to-top { opacity:1; visibility:visible; transform:none; }
  .back-to-top[aria-expanded="true"] { background:#12181c; color:#fff; }

  .mobile-launcher-fabs {
    display:flex;
    flex-direction:column;
    gap:10px;
    opacity:0;
    visibility:hidden;
    transform:translateY(8px);
    transition:opacity .2s,visibility .2s,transform .2s;
  }
  body.mobile-launcher-open .mobile-launcher-fabs { opacity:1; visibility:visible; transform:none; }

  .mobile-launcher-fab {
    width:46px;
    height:46px;
    box-sizing:border-box;
    display:grid;
    place-items:center;
    padding:0;
    margin:0;
    border:1px solid rgba(255,138,0,.35);
    border-radius:50%;
    color:#fff;
    background:#0b1014;
    box-shadow:0 10px 26px rgba(0,0,0,.4);
    font:700 .68rem "IBM Plex Sans Thai",sans-serif;
    text-decoration:none;
    touch-action:manipulation;
    cursor:pointer;
  }
  .mobile-launcher-fab span { pointer-events:none; }
  .mobile-launcher-fab:hover,
  .mobile-launcher-fab:focus-visible,
  .mobile-launcher-fab:active,
  .mobile-launcher-fab[aria-expanded="true"] { border-color:var(--accent); color:var(--accent); }

  .mobile-launcher-fab-wrap { position:relative; }

  .mobile-launcher-sections {
    display:flex;
    flex-direction:column;
    gap:2px;
    position:absolute;
    bottom:0;
    right:calc(100% + 12px);
    width:min(260px,calc(100vw - 100px));
    max-height:min(70vh,420px);
    overflow-y:auto;
    padding:8px;
    border:1px solid rgba(255,138,0,.3);
    border-radius:16px;
    background:#0b1014;
    box-shadow:0 20px 50px rgba(0,0,0,.45);
    opacity:0;
    visibility:hidden;
    transform:translateX(8px);
    transition:opacity .2s,visibility .2s,transform .2s;
  }
  .mobile-launcher.is-sections-open .mobile-launcher-sections { opacity:1; visibility:visible; transform:translateX(0); }
  .mobile-launcher-sections a {
    display:block;
    width:100%;
    padding:11px 12px;
    border-radius:9px;
    color:#fff;
    font:600 .82rem "IBM Plex Sans Thai",sans-serif;
    text-decoration:none;
  }
  .mobile-launcher-sections a:hover,
  .mobile-launcher-sections a:focus-visible { background:rgba(255,138,0,.12); color:var(--accent); }
}
@media (prefers-reduced-motion:reduce) {
  .mobile-launcher-fabs,
  .mobile-launcher-sections { transition:none; }
  .back-to-top { transition:none; }
}

html.contact-actions-static a[data-direct-contact] { cursor:default; user-select:text; }
html.contact-actions-static .line-qr-card:hover,
html.contact-actions-static .line-qr-card:focus-visible { transform:none; border-color:rgba(255,255,255,.12); background:rgba(255,255,255,.045); }
html.contact-actions-static .cta-phone-numbers a:hover,
html.contact-actions-static .cta-phone-numbers a:focus-visible { transform:none; border-color:rgba(255,255,255,.11); background:rgba(255,255,255,.045); }

@media (max-width:820px) {
  .project-head > div { text-align:center; }
  .project-head > .text-link.project-all-button { top:0; justify-self:center; }
}

@media (max-width:700px) {
  .project-head > .text-link.project-all-button { top:0; justify-self:center; min-width:min(100%,220px); }
  .application-contact-cta { grid-template-columns:minmax(0,1fr) auto; }
  .application-contact-cta span { grid-column:1/-1; }
  .home-dock,.home-dock.is-nav-open { right:auto; left:max(8px,env(safe-area-inset-left)); width:40px; gap:8px; }
  .home-dock__contact-trigger { width:34px; height:34px; }
  .home-dock__indicators { width:32px; }
  .home-dock__indicators .is-active { width:30px; }
  .home-dock__nav,.home-dock.is-nav-open .home-dock__nav { right:auto; left:calc(100% + 9px); width:min(270px,calc(100vw - 62px)); max-height:78vh; overflow:auto; }
  .mobile-launcher { right:max(10px,env(safe-area-inset-right)); bottom:max(10px,env(safe-area-inset-bottom)); }
  .back-to-top { width:42px; height:42px; }
}

@media (max-width:540px) {
  .application-heading h2 { font-size:clamp(1.8rem,8.6vw,2.3rem); }
  .application-heading h2 span { white-space:nowrap; }
}

@media (prefers-reduced-motion:reduce) {
  .home-dock__nav,.home-dock__popover,.home-dock__indicators i,.back-to-top { transition:none !important; }
  .project-viewport { overflow-x:auto; scrollbar-width:none; }
  .project-rail { width:max-content !important; margin-right:0; overflow:visible !important; transform:none !important; will-change:auto; }
}

/* Home final: compact three-row customer and project network. */
.client-marquee { display:grid; gap:10px; overflow:hidden; }
.client-marquee .client-viewport { overflow:hidden; }
.client-marquee .client-track { width:max-content; display:flex; transform:translate3d(0,0,0); will-change:transform; }
.client-marquee .client-set { flex:none; display:flex; gap:10px; padding-right:10px; }
.client-marquee .client-logo,
.client-marquee .client-logo:last-child {
  width:clamp(190px,18vw,270px);
  min-height:64px;
  padding:12px 18px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:12px;
  background:rgba(255,255,255,.025);
}
.client-marquee .client-logo strong { font-size:clamp(.75rem,.92vw,.94rem); line-height:1.25; }
.client-marquee .client-logo:hover { border-color:rgba(255,138,0,.42); background:rgba(255,138,0,.08); }

.cta-location-link {
  width:max-content;
  max-width:100%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-top:26px;
  padding:13px 18px;
  border:1px solid rgba(255,138,0,.72);
  border-radius:999px;
  color:#fff;
  background:rgba(5,10,13,.7);
  box-shadow:0 12px 28px rgba(0,0,0,.24);
  font-size:.85rem;
  font-weight:700;
  text-shadow:none;
  transition:transform .25s,border-color .25s,background .25s;
}
.cta-location-link span { color:var(--accent); }
.cta-location-link:hover,.cta-location-link:focus-visible { transform:translateY(-2px); border-color:var(--accent); background:rgba(255,138,0,.12); }

@media (max-width:540px) {
  .client-section { padding-block:48px; }
  .client-head { margin-bottom:26px; }
  .client-marquee { gap:8px; }
  .client-marquee .client-set { gap:8px; padding-right:8px; }
  .client-marquee .client-logo,
  .client-marquee .client-logo:last-child { width:176px; min-height:52px; padding:9px 12px; border-radius:10px; }
  .client-marquee .client-logo strong { font-size:.7rem; }
  .cta-location-link { margin-top:22px; }
}

@media (prefers-reduced-motion:reduce) {
  .client-marquee { width:min(100% - 32px,1180px); margin-inline:auto; overflow:visible; }
  .client-marquee .client-viewport { overflow:visible; }
  .client-marquee .client-track { width:100%; transform:none !important; will-change:auto; }
  .client-marquee .client-set { width:100%; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); padding:0; }
  .client-marquee .client-logo,
  .client-marquee .client-logo:last-child { width:auto; }
  .cta-location-link { transition:none; }
}

@media (prefers-reduced-motion:reduce) and (max-width:700px) {
  .client-marquee .client-set { grid-template-columns:1fr; }
}

/* ============================================================
   TYPOGRAPHY READABILITY PASS
   Semantic floors for active pages. Decorative labels remain compact,
   while Thai copy and interactive text stay readable on small screens.
   ============================================================ */

/* Shared navigation and footer */
.desktop-nav,
.nav-actions .button,
.nav-quote-button { font-size:var(--type-ui); }
.mobile-menu .mobile-nav-group > div:first-child > a,
.mobile-menu .mobile-direct-link { font-size:max(var(--type-body-compact),1.15rem); }
.mobile-menu .mobile-submenu a { font-size:var(--type-ui); }
.mega-main a strong,
.mega-image-card strong,
.mega-article-list strong { font-size:var(--type-body-compact); }
.mega-main a em,
.mega-side > p:not(.mega-label),
.mega-image-card small { font-size:var(--type-ui); }
.mega-label,
.keyword-strip { font-size:var(--type-micro); }

.footer-grid .footer-brand > p { font-size:var(--type-body-compact); line-height:1.75; }
.footer-grid a,
.footer-grid p { font-size:var(--type-ui); }
.footer-contact p strong { font-size:var(--type-meta); }
.footer-bottom { font-size:var(--type-meta); line-height:1.55; }

/* Home: meaningful body copy */
.explained-showcase__copy p,
.section-summary p,
.service-answer p,
.application-caption p,
.faq-intro > p:not(.eyebrow),
.faq-answer p {
  font-size:var(--type-body);
}
.hero-message > p { font-size:var(--type-body-compact); }
.explained-benefits p { font-size:var(--type-body); line-height:1.7; }

/* Home: UI, supporting labels and metadata */
.proof-stage .proof-head__summary > p { font-size:var(--type-body); }
.stat-card__copy p,
.stat-card__value span,
.application-item > strong,
.application-contact-cta span,
.application-contact-cta strong,
.application-caption a,
.project-card__location,
.cta-line-return strong,
.cta-phone-toggle strong,
.cta-location-link,
.home-dock.is-nav-open .home-dock__nav a { font-size:var(--type-ui); }
.project-card__tag,
.cta-line-return small,
.cta-phone-toggle small,
.cta-phone-group__label,
.line-qr-card small { font-size:var(--type-meta); }
.service-question small,
.application-item .application-item__index { font-size:var(--type-micro); }
.line-qr-card strong { font-size:var(--type-ui); }
.client-marquee .client-logo strong { font-size:var(--type-ui); line-height:1.35; }
.hero-seal small { font-size:var(--type-micro); }
.service-stage .service-answer p { font-size:var(--type-body); font-weight:400; letter-spacing:0; }
.project-card .project-card__content .project-card__tag { font-size:var(--type-meta); }
.application-caption .application-caption__hint { font-size:var(--type-meta); }
.home-dock .home-dock__nav a { font-size:var(--type-ui); }
.brand-copy small { font-size:.625rem; }
.hero-foot,
.scroll-cue,
.signal-track,
.signal-set,
.product-kicker,
.application-caption__eyebrow,
.mega-link-panel > p { font-size:var(--type-micro); }
.cta-mode-icon,
.home-dock__contact-trigger span { font-size:var(--type-micro); }
.home-dock__phone span { font-size:1rem; }

/* Keep counter animation from changing the copy column width. */
.proof-stage .stat-card__value strong {
  font-variant-numeric:tabular-nums;
  text-align:right;
}
.proof-stage .stat-card__value strong[data-counter="20"] { min-width:2ch; }
.proof-stage .stat-card__value strong[data-counter="400"] { min-width:2.8ch; }
.proof-stage .stat-card__value strong[data-counter="1800"] { min-width:3.8ch; }

/* Mobile launcher consolidation: this file re-declares .home-dock as an
   unconditional (non-media) rule further up (display:flex), which wins the
   cascade over any earlier @media(max-width) hide attempt regardless of
   source order within that region. Forcing the hide here, as the last
   .home-dock rule in the file, with !important as a deliberate override of
   that legacy unconditional declaration — mobile-only, desktop untouched. */
@media (max-width:900px) {
  .home-dock { display:none !important; }
}
