
:root {
  --magenta: #E906AC;
  --magenta-deep: #B40586;
  --magenta-soft: #FFF0FA;
  --cyan: #08C3F4;
  --cyan-deep: #067FA3;
  --cyan-soft: #ECFBFF;
  --ink: #101828;
  --ink-2: #1D2939;
  --muted: #667085;
  --soft: #F8FAFC;
  --line: #E7ECF3;
  --white: #FFFFFF;
  --dark: #09111F;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --radius-xl: 44px;
  --shadow-soft: 0 18px 50px rgba(16, 24, 40, .08);
  --shadow-card: 0 28px 80px rgba(16, 24, 40, .12);
  --shadow-brand: 0 22px 50px rgba(233, 6, 172, .22);
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans Thai", sans-serif;
  color: var(--ink);
  background: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.drawer-open { overflow: hidden; }
button, input, select, textarea { font-family: "Noto Sans Thai", sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
p { line-height: 1.82; color: var(--muted); }
strong { color: var(--ink); }
::selection { background: rgba(233, 6, 172, .16); color: var(--ink); }
:focus-visible { outline: 3px solid rgba(8, 195, 244, .42); outline-offset: 3px; }

.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.text-center { text-align: center; }
.text-center .lead { margin-left: auto; margin-right: auto; }
.align-center { align-items: center; }
.soft-bg { background: linear-gradient(180deg, #fff 0%, #fff8fd 45%, #effcff 100%); }
.cyan-bg { background: linear-gradient(135deg, rgba(8,195,244,.08), rgba(233,6,172,.08)); }
.dark-bg { background: radial-gradient(circle at 90% 0%, rgba(8,195,244,.24), transparent 30%), linear-gradient(135deg, #07111f 0%, #170b24 58%, #053447 100%); color: #fff; }
.gradient-text { background: linear-gradient(90deg, var(--magenta), #C932DB 42%, var(--cyan)); -webkit-background-clip: text; background-clip: text; color: transparent; }

.section { padding: 96px 0; position: relative; }
.section.tight { padding: 64px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 34px; }
.section-head > div { max-width: 760px; }
.kicker { display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border-radius: 999px; border: 1px solid rgba(233,6,172,.16); background: rgba(255,255,255,.86); color: var(--magenta-deep); font-size: 12px; line-height: 1; font-weight: 900; letter-spacing: .03em; text-transform: uppercase; box-shadow: 0 10px 28px rgba(233,6,172,.06); }
.kicker::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: linear-gradient(135deg, var(--magenta), var(--cyan)); box-shadow: 0 0 0 6px rgba(8,195,244,.1); }
.title { margin: 16px 0 14px; color: var(--ink); font-size: clamp(40px, 5.6vw, 74px); font-weight: 900; line-height: 1.08; letter-spacing: -.045em; }
.title.sm { font-size: clamp(30px, 3.4vw, 48px); line-height: 1.16; }
.title.xs { font-size: clamp(24px, 2.4vw, 34px); line-height: 1.22; letter-spacing: -.025em; }
.lead { max-width: 740px; font-size: 18px; margin: 0; }
.eyebrow-note { display: inline-flex; color: var(--muted); font-size: 13px; font-weight: 700; margin-top: 10px; }

.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; padding: 0 22px; font-size: 15px; font-weight: 900; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease; white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--magenta) 0%, #D330D5 52%, var(--cyan) 100%); box-shadow: var(--shadow-brand); }
.btn-cyan { color: #033546; background: linear-gradient(135deg, #DFF9FF, #9DEFFF); border: 1px solid rgba(8,195,244,.32); }
.btn-secondary { color: var(--ink); background: rgba(255,255,255,.9); border: 1px solid var(--line); box-shadow: 0 14px 34px rgba(16,24,40,.06); }
.btn-ghost { color: var(--magenta-deep); background: rgba(233,6,172,.07); border: 1px solid rgba(233,6,172,.14); }
.btn-block { width: 100%; }
.card-link { display: inline-flex; align-items: center; gap: 8px; color: var(--magenta-deep); font-weight: 900; margin-top: 8px; }
.card-link:hover { color: var(--cyan-deep); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.82); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(231,236,243,.78); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.logo { display: inline-flex; align-items: center; gap: 12px; min-width: 190px; }
.brand-mark { width: 38px; height: 48px; object-fit: contain; filter: drop-shadow(0 10px 22px rgba(233,6,172,.18)); }
.logo-text { display: grid; line-height: 1.05; }
.logo-main { color: #0F172A; font-weight: 900; letter-spacing: .08em; font-size: 19px; }
.logo-sub { color: var(--muted); font-size: 10px; letter-spacing: .10em; font-weight: 800; }

.logo.logo-full { min-width: auto; }
.brand-logo-full { display:block; width: auto; height: 58px; max-width: 260px; object-fit: contain; }
.drawer-panel .brand-logo-full { height: 56px; max-width: min(240px, 72vw); }
@media (max-width: 900px) {
  .brand-logo-full { height: 50px; max-width: 220px; }
}
@media (max-width: 640px) {
  .brand-logo-full { height: 44px; max-width: 190px; }
}
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { padding: 10px 11px; border-radius: 999px; color: #344054; font-size: 13px; font-weight: 800; transition: background .2s ease, color .2s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--magenta-deep); background: var(--magenta-soft); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.lang { font-size: 12px; color: var(--muted); font-weight: 800; padding: 8px 10px; border-radius: 999px; border: 1px solid var(--line); background: #fff; }
.mobile-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: #fff; border-radius: 16px; padding: 12px; }
.mobile-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: var(--ink); border-radius: 9px; }
.mobile-drawer { position: fixed; inset: 0; z-index: 90; pointer-events: none; }
.drawer-backdrop { position: absolute; inset: 0; background: rgba(9,17,31,.48); opacity: 0; transition: opacity .22s ease; }
.drawer-panel { position: absolute; right: 0; top: 0; width: min(390px, 90vw); height: 100%; background: #fff; padding: 24px; box-shadow: -28px 0 70px rgba(16,24,40,.18); transform: translateX(100%); transition: transform .26s ease; overflow: auto; }
.drawer-open .mobile-drawer { pointer-events: auto; }
.drawer-open .drawer-backdrop { opacity: 1; }
.drawer-open .drawer-panel { transform: translateX(0); }
.drawer-close { margin-left: auto; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 14px; background: #fff; font-size: 24px; cursor: pointer; }
.drawer-menu { display: grid; gap: 8px; margin-top: 24px; }
.drawer-menu a { padding: 13px 14px; border-radius: 16px; font-weight: 800; color: #344054; background: #F8FAFC; }
.drawer-menu a.active { color: var(--magenta-deep); background: var(--magenta-soft); }

.hero { position: relative; overflow: hidden; padding: 78px 0 108px; background: radial-gradient(circle at 88% 6%, rgba(8,195,244,.22), transparent 28%), radial-gradient(circle at 6% 26%, rgba(233,6,172,.18), transparent 28%), linear-gradient(180deg, #fff 0%, #fff7fc 56%, #effcff 100%); }
.hero::before { content: ""; position: absolute; left: 4%; top: 130px; width: 120px; height: 120px; border-radius: 42px; background: linear-gradient(135deg, rgba(233,6,172,.14), rgba(8,195,244,.12)); filter: blur(.1px); transform: rotate(18deg); animation: floatSoft 6s ease-in-out infinite; }
.hero::after { content: ""; position: absolute; right: 8%; bottom: 54px; width: 170px; height: 170px; border-radius: 50%; border: 1px solid rgba(8,195,244,.2); animation: floatSoft 7s ease-in-out infinite reverse; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 54px; align-items: center; }
.hero-copy h1 { margin-top: 18px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 22px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.trust-chip { display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; border-radius: 999px; background: rgba(255,255,255,.8); border: 1px solid rgba(231,236,243,.9); box-shadow: 0 14px 36px rgba(16,24,40,.06); color: #344054; font-size: 13px; font-weight: 800; }
.icon-dot { flex: none; width: 34px; height: 34px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--magenta-soft), var(--cyan-soft)); color: var(--magenta-deep); font-weight: 900; }
.hero-stage { position: relative; min-height: 550px; display: grid; place-items: center; }
.hero-glass { position: absolute; inset: 30px 0 20px 28px; border-radius: 46px; background: rgba(255,255,255,.62); border: 1px solid rgba(255,255,255,.9); box-shadow: var(--shadow-card); backdrop-filter: blur(18px); overflow: hidden; }
.hero-glass::before { content: ""; position: absolute; inset: -30% -20% auto auto; width: 360px; height: 360px; border-radius: 50%; background: radial-gradient(circle, rgba(233,6,172,.22), transparent 68%); }
.hero-glass::after { content: ""; position: absolute; left: -80px; bottom: -80px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(8,195,244,.24), transparent 70%); }
.hero-art { position: relative; z-index: 2; width: min(460px, 94%); aspect-ratio: 1 / 1.05; }
.product-bottle, .product-jar, .product-tube { position: absolute; bottom: 58px; border: 1px solid rgba(255,255,255,.86); box-shadow: 0 28px 70px rgba(16,24,40,.16); }
.product-bottle { left: 36%; width: 122px; height: 330px; border-radius: 38px 38px 30px 30px; background: linear-gradient(145deg, #fff, #fff5fb 50%, #e5fbff); }
.product-bottle::before { content: ""; position: absolute; top: -56px; left: 30px; width: 62px; height: 70px; border-radius: 18px 18px 8px 8px; background: linear-gradient(135deg, var(--magenta), var(--cyan)); }
.product-bottle::after { content: "DICHANA"; position: absolute; left: 19px; right: 19px; top: 112px; height: 96px; display: grid; place-items: center; border-radius: 26px; background: linear-gradient(135deg, rgba(233,6,172,.14), rgba(8,195,244,.16)); color: var(--ink); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.product-jar { left: 10%; width: 170px; height: 138px; border-radius: 42px 42px 48px 48px; background: linear-gradient(145deg, #fff, #fff1fa 58%, #e8fbff); }
.product-jar::before { content: ""; position: absolute; left: 20px; right: 20px; top: -34px; height: 46px; border-radius: 20px 20px 12px 12px; background: linear-gradient(135deg, #111827, #1b2440); }
.product-tube { right: 8%; width: 120px; height: 250px; border-radius: 52px 52px 24px 24px; background: linear-gradient(150deg, #fff, #f4fcff 44%, #fff0fa); transform: rotate(-10deg); }
.product-tube::after { content: "ODM"; position: absolute; inset: 70px 18px auto; height: 76px; display: grid; place-items: center; border-radius: 22px; background: rgba(8,195,244,.12); color: var(--cyan-deep); font-weight: 900; }
.lab-chip { position: absolute; z-index: 3; min-width: 172px; padding: 14px 16px; border-radius: 20px; background: rgba(255,255,255,.9); border: 1px solid rgba(231,236,243,.9); box-shadow: 0 18px 50px rgba(16,24,40,.12); font-weight: 900; color: var(--ink); }
.lab-chip small { display: block; margin-top: 2px; color: var(--muted); font-weight: 700; font-size: 12px; }
.lab-chip.one { top: 70px; left: 0; }
.lab-chip.two { right: 0; bottom: 90px; }

.grid { display: grid; gap: 24px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.card { position: relative; overflow: hidden; background: rgba(255,255,255,.92); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-soft); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: rgba(233,6,172,.18); }
.card h3 { margin: 18px 0 10px; font-size: 22px; line-height: 1.32; color: var(--ink); }
.card p { margin: 0 0 14px; font-size: 15px; }
.card.compact { padding: 22px; border-radius: 24px; }
.card.dark-card { color: #fff; background: radial-gradient(circle at 100% 0%, rgba(8,195,244,.22), transparent 38%), linear-gradient(135deg, #0B1220, #20112F 60%, #073648); border-color: rgba(255,255,255,.12); }
.card.dark-card p, .card.dark-card .lead { color: rgba(255,255,255,.72); }
.card.dark-card h3, .card.dark-card .title, .dark-bg .title { color: #fff; }
.stat-card { background: rgba(255,255,255,.94); border: 1px solid rgba(231,236,243,.9); border-radius: 28px; padding: 24px; box-shadow: 0 20px 60px rgba(16,24,40,.08); }
.stat-value { font-size: clamp(30px, 3vw, 42px); line-height: 1; font-weight: 900; background: linear-gradient(90deg, var(--magenta), var(--cyan)); -webkit-background-clip: text; background-clip: text; color: transparent; letter-spacing: -.03em; }
.stat-label { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 1.6; font-weight: 800; }
.image-card { padding: 0; }
.image-card .placeholder-img, .placeholder-img { min-height: 220px; display: grid; place-items: center; padding: 22px; text-align: center; color: rgba(16,24,40,.54); font-weight: 900; background: linear-gradient(135deg, rgba(233,6,172,.12), rgba(8,195,244,.16)), repeating-linear-gradient(45deg, rgba(255,255,255,.55) 0 10px, rgba(255,255,255,.22) 10px 20px); }
.image-card .card-body { padding: 26px; }
.split-card { display: grid; grid-template-columns: .9fr 1.1fr; overflow: hidden; padding: 0; border-radius: 38px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-card); }
.split-card .placeholder-img { min-height: 460px; }
.split-content { padding: 54px; }
ul.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
ul.check-list li { display: flex; gap: 11px; align-items: flex-start; color: #344054; line-height: 1.72; }
ul.check-list li::before { content: "✓"; flex: none; width: 24px; height: 24px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; background: var(--magenta-soft); color: var(--magenta-deep); font-size: 13px; font-weight: 900; margin-top: 2px; }
.badge-row, .tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.badge, .tag { display: inline-flex; align-items: center; gap: 6px; padding: 7px 11px; border-radius: 999px; font-size: 12px; line-height: 1; font-weight: 900; background: var(--magenta-soft); color: var(--magenta-deep); border: 1px solid rgba(233,6,172,.12); }
.tag.cyan, .badge.cyan { background: var(--cyan-soft); color: var(--cyan-deep); border-color: rgba(8,195,244,.16); }

.page-hero { padding: 78px 0 70px; overflow: hidden; background: radial-gradient(circle at 90% 0%, rgba(233,6,172,.16), transparent 30%), radial-gradient(circle at 6% 70%, rgba(8,195,244,.12), transparent 28%), linear-gradient(180deg, #fff 0%, #fff7fc 100%); }
.page-hero .container { position: relative; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 7px; color: var(--muted); font-size: 14px; margin-bottom: 18px; }
.breadcrumb a { color: var(--magenta-deep); font-weight: 900; }
.timeline { display: grid; gap: 16px; }
.timeline-step { display: grid; grid-template-columns: 60px 1fr; gap: 18px; align-items: flex-start; padding: 22px; border-radius: 24px; border: 1px solid var(--line); background: #fff; box-shadow: 0 14px 40px rgba(16,24,40,.05); }
.step-num { width: 60px; height: 60px; border-radius: 22px; background: linear-gradient(135deg, var(--magenta), var(--cyan)); color: #fff; font-size: 20px; font-weight: 900; display: flex; align-items: center; justify-content: center; box-shadow: 0 18px 42px rgba(233,6,172,.18); }
.timeline-step h3 { margin: 0 0 7px; }
.timeline-step p { margin: 0; }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: 34px; padding: 34px; box-shadow: var(--shadow-card); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full, .full { grid-column: 1 / -1; }
.field label { color: #1D2939; font-size: 14px; font-weight: 900; }
.field input, .field textarea, .field select {
  width: 100%; min-height: 50px; border: 1px solid #D7DEE9; border-radius: 17px; padding: 12px 15px; background: #fff; color: var(--ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: rgba(233,6,172,.6); box-shadow: 0 0 0 5px rgba(233,6,172,.10); }
.consent { display: flex; align-items: flex-start; gap: 10px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.consent input { margin-top: 5px; accent-color: var(--magenta); }
.progress { height: 8px; background: #EDF2F7; border-radius: 999px; overflow: hidden; margin: 18px 0 28px; }
.progress span { display: block; height: 100%; width: 62%; border-radius: inherit; background: linear-gradient(90deg, var(--magenta), var(--cyan)); }

.accordion { display: grid; gap: 14px; }
.accordion-item { border: 1px solid var(--line); border-radius: 22px; background: #fff; overflow: hidden; box-shadow: 0 12px 34px rgba(16,24,40,.04); }
.accordion-button { width: 100%; border: 0; background: #fff; padding: 20px 24px; text-align: left; color: var(--ink); font-weight: 900; display: flex; justify-content: space-between; align-items: center; gap: 16px; cursor: pointer; }
.accordion-button::after { content: "+"; color: var(--magenta-deep); font-size: 24px; line-height: 1; }
.accordion-content { display: none; padding: 0 24px 22px; color: var(--muted); line-height: 1.82; }
.accordion-item.open .accordion-content { display: block; }
.accordion-item.open .accordion-button::after { content: "−"; }

.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 42px; align-items: start; }
.article-body { max-width: 820px; }
.article-body h2 { margin-top: 42px; font-size: 30px; line-height: 1.28; letter-spacing: -.02em; }
.article-body p, .article-body li { color: #344054; font-size: 17px; line-height: 1.86; }
.toc { position: sticky; top: 104px; background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 22px; box-shadow: 0 12px 34px rgba(16,24,40,.04); }
.toc a { display: block; color: var(--muted); font-weight: 800; padding: 8px 0; }
.toc a:hover { color: var(--magenta-deep); }

.table-wrap { overflow: auto; border-radius: 24px; border: 1px solid var(--line); background: #fff; }
.table { width: 100%; border-collapse: collapse; min-width: 760px; }
.table th, .table td { padding: 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.table th { background: #F8FAFC; color: #475467; font-size: 13px; font-weight: 900; }
.table td { color: #344054; }
.empty-state { text-align: center; padding: 46px 24px; color: var(--muted); background: linear-gradient(135deg, #fff, #fff8fd); }
.empty-state .icon-dot { margin: 0 auto 12px; width: 48px; height: 48px; }
.alert, .toast { padding: 14px 16px; border-radius: 18px; font-weight: 800; line-height: 1.65; }
.alert.error { background: #FFF1F3; color: #B42318; }
.alert.success { background: #ECFDF3; color: #027A48; }
.alert.info { background: #EFFBFF; color: #075985; }
.modal-surface { border-radius: 28px; background: #fff; box-shadow: var(--shadow-card); border: 1px solid var(--line); padding: 28px; }
.loading-state { display: inline-flex; gap: 10px; align-items: center; color: var(--muted); font-weight: 800; }
.loading-state::before { content: ""; width: 18px; height: 18px; border-radius: 50%; border: 3px solid rgba(233,6,172,.18); border-top-color: var(--magenta); animation: spin 1s linear infinite; }

.cta-band { position: relative; overflow: hidden; border-radius: 38px; padding: 58px; background: radial-gradient(circle at 92% 10%, rgba(8,195,244,.26), transparent 26%), linear-gradient(135deg, #09111F, #3F1236 56%, #07516B); color: #fff; box-shadow: var(--shadow-card); }
.cta-band p { color: rgba(255,255,255,.74); max-width: 740px; }
.cta-band .btn-secondary { color: #fff; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.24); }

.footer { background: #0B1220; color: #fff; padding: 76px 0 28px; }
.footer .logo-main { color: #fff; }
.footer .logo-sub { color: rgba(255,255,255,.66); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 32px; }
.footer h3 { margin: 0 0 18px; font-size: 16px; }
.footer p, .footer a { color: rgba(255,255,255,.72); font-size: 14px; line-height: 1.78; }
.footer a { display: block; margin: 9px 0; }
.footer a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; color: rgba(255,255,255,.6); font-size: 13px; }

.floating-contact { position: fixed; right: 22px; bottom: 22px; z-index: 40; display: grid; gap: 10px; }
.floating-contact a { width: 54px; height: 54px; border-radius: 20px; display: flex; align-items: center; justify-content: center; background: #fff; border: 1px solid var(--line); box-shadow: 0 16px 42px rgba(16,24,40,.15); font-weight: 900; color: var(--magenta-deep); font-size: 12px; }
.mobile-contact-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 45; background: rgba(255,255,255,.96); backdrop-filter: blur(16px); border-top: 1px solid var(--line); padding: 10px 14px; gap: 10px; }
.cookie-banner { position: fixed; left: 22px; bottom: 22px; z-index: 60; width: min(460px, calc(100vw - 44px)); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-card); border-radius: 24px; padding: 22px; display: none; }
.cookie-banner.show { display: block; animation: rise .28s ease both; }
.cookie-banner p { font-size: 14px; margin: 8px 0 14px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Admin */
.admin-page { min-height: 100vh; background: radial-gradient(circle at 96% 0%, rgba(8,195,244,.16), transparent 28%), radial-gradient(circle at 0% 30%, rgba(233,6,172,.14), transparent 26%), #F8FAFC; }
.admin-layout { display: grid; grid-template-columns: 292px minmax(0, 1fr); min-height: 100vh; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; padding: 24px; background: radial-gradient(circle at 100% 0%, rgba(8,195,244,.22), transparent 30%), linear-gradient(160deg, #0B1220, #17112A 58%, #062C3A); color: #fff; overflow: hidden; }
.admin-sidebar::after { content: ""; position: absolute; right: -90px; bottom: -90px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle, rgba(233,6,172,.26), transparent 70%); }
.admin-brand { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.10); }
.admin-brand img { width: 42px; filter: drop-shadow(0 14px 26px rgba(233,6,172,.24)); }
.admin-brand strong { color: #fff; font-size: 18px; letter-spacing: .06em; }
.admin-brand span { display: block; color: rgba(255,255,255,.58); font-size: 11px; font-weight: 800; }
.admin-nav { position: relative; z-index: 1; display: grid; gap: 8px; margin-top: 24px; }
.admin-nav a { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); padding: 13px 14px; border-radius: 18px; font-weight: 800; transition: background .2s ease, color .2s ease; }
.admin-nav a:hover, .admin-nav a.active { color: #fff; background: rgba(255,255,255,.10); }
.admin-main { min-width: 0; padding: 30px; }
.admin-topbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 24px; }
.admin-topbar h1 { margin: 0; font-size: 28px; letter-spacing: -.02em; }
.admin-user { color: var(--muted); font-size: 13px; line-height: 1.6; font-weight: 700; }
.admin-panel { background: rgba(255,255,255,.88); border: 1px solid rgba(231,236,243,.9); border-radius: 30px; padding: 26px; box-shadow: 0 24px 70px rgba(16,24,40,.08); backdrop-filter: blur(16px); margin-bottom: 22px; }
.admin-panel h2 { margin: 0 0 16px; font-size: 24px; letter-spacing: -.02em; }
.admin-stat-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.admin-stat { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 22px; box-shadow: 0 14px 42px rgba(16,24,40,.05); }
.admin-stat small { color: var(--muted); font-weight: 900; }
.admin-stat strong { display: block; margin-top: 8px; font-size: 42px; line-height: 1; background: linear-gradient(90deg, var(--magenta), var(--cyan)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.admin-table-wrap { overflow: auto; border-radius: 24px; border: 1px solid var(--line); background: #fff; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 820px; }
.admin-table th, .admin-table td { padding: 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 14px; }
.admin-table th { background: #F8FAFC; color: #475467; font-size: 12px; text-transform: uppercase; letter-spacing: .03em; }
.admin-table td { color: #344054; }
.admin-mini { display: block; color: var(--muted); font-size: 12px; margin-top: 4px; line-height: 1.6; }
.status-badge { display: inline-flex; align-items: center; padding: 7px 10px; border-radius: 999px; background: var(--magenta-soft); color: var(--magenta-deep); font-size: 12px; font-weight: 900; }
.status-badge.green { background: #ECFDF3; color: #027A48; }
.status-badge.gray { background: #F2F4F7; color: #475467; }
.login-page { min-height: 100vh; display: grid; place-items: center; padding: 28px; background: radial-gradient(circle at 88% 8%, rgba(8,195,244,.2), transparent 32%), radial-gradient(circle at 6% 24%, rgba(233,6,172,.18), transparent 30%), linear-gradient(135deg, #fff 0%, #fff6fc 52%, #effcff 100%); }
.login-card { width: min(480px, 100%); background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.95); border-radius: 34px; padding: 36px; box-shadow: 0 34px 100px rgba(16,24,40,.14); backdrop-filter: blur(18px); }
.login-card .logo { margin-bottom: 22px; }

@keyframes floatSoft { 0%,100% { transform: translateY(0) rotate(12deg); } 50% { transform: translateY(-16px) rotate(18deg); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes rise { from { transform: translateY(12px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

@media (max-width: 1120px) {
  .nav-links { display: none; }
  .mobile-toggle { display: block; }
  .hero-inner, .split-card, .grid-2, .article-layout { grid-template-columns: 1fr; }
  .grid-4, .grid-5 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero-stage { min-height: 470px; }
  .toc { position: static; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-sidebar { position: relative; height: auto; }
  .admin-nav { grid-template-columns: repeat(4, minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .container { width: min(100% - 32px, var(--container)); }
  .section { padding: 68px 0; }
  .section-head, .admin-topbar { display: grid; align-items: start; }
  .title { letter-spacing: -.035em; }
  .hero { padding: 56px 0 82px; }
  .hero-inner { gap: 30px; }
  .hero-stage { min-height: 390px; }
  .hero-glass { inset: 20px 0; border-radius: 34px; }
  .hero-art { transform: scale(.82); }
  .header-actions .btn, .lang { display: none; }
  .hero-ctas { display: grid; }
  .trust-row { display: grid; }
  .grid-3, .grid-4, .grid-5, .form-grid, .admin-stat-grid { grid-template-columns: 1fr; }
  .split-content, .cta-band, .form-card { padding: 26px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .floating-contact { display: none; }
  .mobile-contact-bar { display: flex; }
  .cookie-banner { left: 16px; bottom: 76px; width: calc(100vw - 32px); }
  .admin-main { padding: 18px; }
  .admin-nav { grid-template-columns: 1fr; }
  .btn { width: auto; white-space: normal; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}


/* ------------------------------------------------------------
   DICHANA v8.5.1 Full-Page + VDO Hero + Interactive Showcase
   ------------------------------------------------------------ */
:root { --container: 1320px; --hero-max: 1440px; }
body.fullpage-design { background: linear-gradient(180deg,#fff 0%,#fbfdff 46%,#fff 100%); }
.fullpage-design .site-header { background: rgba(255,255,255,.9); box-shadow: 0 12px 42px rgba(16,24,40,.045); }
.fullpage-design .nav-wrap { min-height: 78px; }
.drawer-cta { display:grid; gap:10px; margin-top:18px; }
.section-head.centered { display: flex; justify-content: center; text-align: center; }
.section-head.centered .lead { margin-inline: auto; }
.hero-video-fullscreen { min-height: calc(100svh - 78px); display: flex; align-items: center; padding: clamp(56px, 7vw, 104px) 0 clamp(76px, 8vw, 126px); background:
  radial-gradient(circle at 88% 12%, rgba(8,195,244,.28), transparent 30%),
  radial-gradient(circle at 8% 20%, rgba(233,6,172,.20), transparent 30%),
  linear-gradient(135deg, #fff 0%, #fff5fb 45%, #effcff 100%);
}
.hero-video-fullscreen::before { width: 96px; height: 96px; top: 15%; left: 2%; opacity:.68; }
.hero-video-fullscreen::after { display:none; }
.hero-video-grid { display:grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); gap: clamp(34px, 5vw, 78px); align-items:center; width:min(var(--hero-max), calc(100% - 44px)); }
.hero-video-fullscreen .title { font-size: clamp(44px, 5.5vw, 78px); max-width: 780px; text-wrap: balance; }
.hero-video-fullscreen .lead { font-size: clamp(17px, 1.6vw, 21px); color:#475467; max-width: 680px; }
.hero-trust .trust-chip { background: rgba(255,255,255,.72); }
.hero-video-card { position: relative; min-height: 560px; border-radius: 44px; overflow: hidden; background: rgba(255,255,255,.62); border: 1px solid rgba(255,255,255,.94); box-shadow: 0 34px 100px rgba(16,24,40,.15); backdrop-filter: blur(22px); isolation: isolate; }
.hero-video-card::before { content:""; position:absolute; inset:16px; border-radius: 34px; border:1px solid rgba(255,255,255,.62); z-index:3; pointer-events:none; }
.hero-video-card::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(9,17,31,.08), rgba(9,17,31,.2)), radial-gradient(circle at 82% 8%, rgba(8,195,244,.26), transparent 26%); z-index:2; pointer-events:none; }
.video-orbit { position:absolute; width: 520px; height: 520px; right:-90px; top:-100px; border-radius:50%; border:1px solid rgba(8,195,244,.32); box-shadow: inset 0 0 60px rgba(8,195,244,.10); z-index:1; animation: orbitPulse 6s ease-in-out infinite; }
.hero-video { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; z-index:1; filter:saturate(1.06) contrast(1.02); }
.video-play { position:absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index:4; width: 90px; height: 90px; border-radius: 999px; border: 1px solid rgba(255,255,255,.68); color:#fff; background: linear-gradient(135deg, rgba(233,6,172,.94), rgba(8,195,244,.9)); box-shadow: 0 28px 70px rgba(233,6,172,.28); font-size: 24px; cursor: pointer; transition: transform .2s ease, opacity .2s ease; }
.video-play:hover { transform: translate(-50%, -50%) scale(1.06); }
.video-caption { position:absolute; left: 28px; right: 28px; bottom: 28px; z-index:4; display:flex; justify-content:space-between; gap:18px; align-items:end; padding: 18px 20px; border-radius: 24px; color:#fff; background: rgba(9,17,31,.48); border:1px solid rgba(255,255,255,.22); backdrop-filter: blur(18px); }
.video-caption span { color: rgba(255,255,255,.78); font-weight:800; font-size: 13px; text-transform: uppercase; letter-spacing:.04em; }
.video-caption strong { color:#fff; font-size: clamp(16px,1.4vw,22px); line-height:1.36; }
.trust-band-section { padding-top: 0; margin-top: -48px; z-index: 4; }
.premium-trust-strip { position: relative; display:grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap:0; border:1px solid rgba(231,236,243,.92); border-radius: 34px; background: rgba(255,255,255,.86); box-shadow: 0 28px 90px rgba(16,24,40,.10); backdrop-filter: blur(18px); overflow:hidden; }
.premium-trust-strip article { padding: 28px 26px; display:grid; gap:8px; border-right:1px solid var(--line); }
.premium-trust-strip article:last-child { border-right:0; }
.premium-trust-strip strong { font-size: 17px; line-height:1.4; }
.premium-trust-strip small { color:var(--muted); font-weight:700; line-height:1.6; }
.formula-universe-section { padding-top: 82px; background: radial-gradient(circle at 10% 30%, rgba(233,6,172,.08), transparent 22%), radial-gradient(circle at 94% 20%, rgba(8,195,244,.09), transparent 24%); }
.formula-universe { display:flex; gap:14px; min-height: 540px; margin-top: 34px; }
.formula-panel { position: relative; flex: .82; min-width: 0; border-radius: 34px; overflow:hidden; background: var(--panel-bg,#fff); border:1px solid rgba(231,236,243,.95); box-shadow: 0 26px 70px rgba(16,24,40,.08); cursor:pointer; transition: flex .56s cubic-bezier(.2,.8,.2,1), transform .25s ease, box-shadow .25s ease; isolation:isolate; }
.formula-panel::before { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(9,17,31,.22)); z-index:1; pointer-events:none; }
.formula-panel.is-active, .formula-panel:hover { flex: 2.35; box-shadow: 0 34px 100px rgba(16,24,40,.13); }
.formula-panel-media { position:absolute; inset: 0; opacity:.94; transform: scale(1.02); transition: transform .5s ease, opacity .3s ease; }
.formula-panel.is-active .formula-panel-media, .formula-panel:hover .formula-panel-media { transform: scale(1.06); }
.vertical-label { position:absolute; z-index:3; left: 18px; top: 28px; writing-mode: vertical-rl; transform: rotate(180deg); color: rgba(15,23,42,.84); font-size: clamp(28px, 4.5vw, 58px); line-height:.86; letter-spacing:.04em; font-weight: 900; text-shadow: 0 1px 0 rgba(255,255,255,.45); }
.formula-panel-content { position:absolute; z-index:4; left: 30px; right: 30px; bottom: 28px; color:#fff; padding: 24px; border-radius: 26px; background: linear-gradient(135deg, rgba(9,17,31,.70), rgba(51,20,58,.52)); border:1px solid rgba(255,255,255,.22); backdrop-filter: blur(16px); opacity: .15; transform: translateY(18px); transition: opacity .4s ease, transform .4s ease; }
.formula-panel.is-active .formula-panel-content, .formula-panel:hover .formula-panel-content { opacity:1; transform: translateY(0); }
.formula-panel-content h3 { margin: 10px 0 8px; font-size: clamp(24px, 2.4vw, 38px); line-height:1.18; color:#fff; }
.formula-panel-content p { color: rgba(255,255,255,.78); margin:0 0 12px; font-size: 15px; }
.formula-panel-content .card-link { color:#fff; }
.formula-pill { display:inline-flex; padding: 7px 12px; border-radius:999px; background: rgba(233,6,172,.92); color:#fff; font-weight:900; font-size:12px; }
.formula-pill.cyan { background: rgba(8,195,244,.92); color:#073648; }
.serum-visual, .cream-visual, .sunscreen-visual, .toner-visual, .mask-visual, .cleanser-visual, .makeup-visual, .body-visual, .lab-visual { background: radial-gradient(circle at 70% 22%, rgba(255,255,255,.9), transparent 22%), linear-gradient(135deg, rgba(233,6,172,.14), rgba(8,195,244,.12)); }
.serum-visual::before, .cream-visual::before, .sunscreen-visual::before, .toner-visual::before, .mask-visual::before, .cleanser-visual::before, .makeup-visual::before, .body-visual::before, .lab-visual::before { content:""; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); filter: drop-shadow(0 28px 38px rgba(16,24,40,.14)); }
.serum-visual::before { width:76px; height:230px; border-radius: 34px 34px 26px 26px; background: linear-gradient(180deg,#fff,#ffd5ef 56%,#e9fbff); box-shadow: inset 0 0 0 1px rgba(255,255,255,.9); }
.serum-visual::after { content:""; position:absolute; left:calc(50% - 21px); top:calc(50% - 172px); width:42px; height:64px; border-radius: 16px 16px 8px 8px; background: linear-gradient(135deg,#e906ac,#08c3f4); }
.cream-visual::before { width:190px; height:128px; border-radius: 42px 42px 54px 54px; background: linear-gradient(180deg,#fefefe,#ffeef9 70%,#ecfbff); }
.cream-visual::after { content:""; position:absolute; left:calc(50% - 72px); top:calc(50% - 96px); width:144px; height:44px; border-radius:18px; background:linear-gradient(135deg,#0b1220,#2a3150); }
.sunscreen-visual::before { width:132px; height:260px; border-radius: 56px 56px 26px 26px; transform:translate(-50%,-50%) rotate(-9deg); background: linear-gradient(145deg,#fff,#f2fbff 52%,#fff0fa); }
.sunscreen-visual::after { content:"SPF"; position:absolute; left:calc(50% - 34px); top:calc(50% - 20px); width:68px; height:54px; border-radius:20px; display:grid; place-items:center; font-weight:900; color:#f59e0b; background:rgba(255,255,255,.75); }
.toner-visual::before { width:82px; height:240px; border-radius:28px; background:linear-gradient(180deg,#fff,#eefbff); }
.mask-visual::before { width:170px; height:240px; border-radius:30px; background:linear-gradient(145deg,#fff,#f3f4f6); }
.cleanser-visual::before { width:126px; height:250px; border-radius:28px; background:linear-gradient(180deg,#fff,#f8fbff); }
.makeup-visual::before { width:210px; height:90px; border-radius:24px; background:linear-gradient(135deg,#fff,#ffc7eb 50%,#def7ff); transform:translate(-50%,-50%) rotate(-14deg); }
.body-visual::before { width:104px; height:260px; border-radius:46px 46px 24px 24px; background:linear-gradient(180deg,#fff,#eefcff); }
.lab-visual::before { width:190px; height:190px; border-radius:50%; border:18px solid rgba(8,195,244,.2); background:radial-gradient(circle,rgba(255,255,255,.92),rgba(233,6,172,.08)); }
.grid-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.service-icon-grid { gap: 18px; }
.service-mini { text-align:center; padding: 28px 18px; border-radius: 28px; }
.service-mini h3 { font-size: 18px; margin: 14px 0 8px; }
.service-mini p { font-size: 14px; line-height:1.65; }
.service-icon { width:70px; height:70px; display:grid; place-items:center; margin:0 auto; border-radius:28px; color:var(--magenta-deep); background:linear-gradient(135deg,var(--magenta-soft),var(--cyan-soft)); font-size:28px; box-shadow:0 18px 46px rgba(233,6,172,.11); }
.formula-filter { display:flex; justify-content:center; flex-wrap:wrap; gap:10px; margin: -4px 0 28px; }
.formula-filter button { border:1px solid var(--line); background:#fff; color:#667085; min-height:42px; padding:0 18px; border-radius:999px; font-weight:900; cursor:pointer; }
.formula-filter button.active, .formula-filter button:hover { color:#fff; border-color:transparent; background:linear-gradient(135deg,var(--magenta),var(--cyan)); box-shadow:0 18px 40px rgba(233,6,172,.16); }
.premium-product-grid .product-premium { padding: 22px; min-height: 420px; display:flex; flex-direction:column; }
.product-visual { position:relative; min-height: 190px; border-radius: 26px; margin-bottom: 18px; overflow:hidden; background:linear-gradient(135deg,var(--magenta-soft),var(--cyan-soft)); }
.product-premium .tag-row { margin-top:auto; }
.metrics-section { padding-top: 36px; }
.metrics-strip { display:grid; grid-template-columns: repeat(5,minmax(0,1fr)); border:1px solid var(--line); border-radius: 32px; overflow:hidden; background:rgba(255,255,255,.9); box-shadow:0 24px 70px rgba(16,24,40,.08); }
.metrics-strip article { padding: 26px 18px; text-align:center; border-right:1px solid var(--line); }
.metrics-strip article:last-child { border-right:0; }
.metric-number { display:block; font-size: clamp(28px,3vw,46px); font-weight:900; line-height:1; background:linear-gradient(90deg,var(--magenta),var(--cyan)); -webkit-background-clip:text; background-clip:text; color:transparent; }
.metrics-strip small { display:block; color:#475467; font-weight:800; margin-top:8px; line-height:1.55; }
.cta-band-video { display:grid; grid-template-columns: minmax(0,1fr) 400px; gap:34px; align-items:center; }
.cta-product-stack { position:relative; min-height:260px; }
.cta-product-stack > div { position:absolute; inset:auto; width:160px; height:220px; border-radius:28px; background:rgba(255,255,255,.12); }
.cta-product-stack .serum-visual { left:10px; bottom:0; }
.cta-product-stack .cream-visual { left:130px; bottom:0; height:170px; }
.cta-product-stack .sunscreen-visual { right:20px; bottom:0; height:240px; }
.social-row { display:flex; flex-wrap:wrap; gap:10px; margin-top:18px; }
.social-row a { width:36px; height:36px; border-radius:999px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.18); color:#fff; margin:0; font-size:11px; font-weight:900; }
.footer-grid-premium { grid-template-columns: 1.35fr repeat(4, 1fr); }
.back-to-top { position:fixed; right:24px; bottom:24px; z-index:56; width:58px; height:58px; border:0; border-radius:999px; display:grid; place-items:center; color:#fff; background:linear-gradient(135deg,var(--magenta),#d330d5 52%,var(--cyan)); box-shadow:0 24px 60px rgba(233,6,172,.28); cursor:pointer; opacity:0; pointer-events:none; transform:translateY(14px) scale(.94); transition:opacity .22s ease, transform .22s ease; }
.back-to-top.show { opacity:1; pointer-events:auto; transform:translateY(0) scale(1); }
.back-to-top svg { width:22px; height:22px; }
.floating-contact { bottom: 96px; }
.mobile-contact-bar { z-index: 54; }
.page-hero { min-height: 42vh; display:flex; align-items:center; padding: clamp(64px,7vw,110px) 0; }
.image-card .placeholder-img, .placeholder-img { background:linear-gradient(135deg, rgba(233,6,172,.10), rgba(8,195,244,.12)); }
@keyframes orbitPulse { 0%,100% { transform:scale(.96); opacity:.62; } 50% { transform:scale(1.05); opacity:.94; } }
@media (max-width: 1200px) { .hero-video-grid { grid-template-columns:1fr; } .hero-video-card { min-height:520px; } .grid-6 { grid-template-columns: repeat(3,minmax(0,1fr)); } .formula-universe { min-height: 500px; } .premium-trust-strip { grid-template-columns: repeat(2,minmax(0,1fr)); } .premium-trust-strip article:nth-child(2) { border-right:0; } .premium-trust-strip article:nth-child(-n+2) { border-bottom:1px solid var(--line); } }
@media (max-width: 900px) { .hero-video-fullscreen { min-height:auto; padding: 56px 0 86px; } .hero-video-fullscreen .title { font-size: clamp(38px, 8vw, 60px); } .hero-video-card { min-height:460px; border-radius:34px; } .video-caption { display:grid; align-items:start; } .formula-universe { overflow-x:auto; scroll-snap-type:x mandatory; min-height: 520px; padding: 4px 4px 14px; margin-inline:-4px; } .formula-panel, .formula-panel.is-active, .formula-panel:hover { flex: 0 0 min(78vw, 420px); scroll-snap-align:start; } .formula-panel-content { opacity:1; transform:none; left:18px; right:18px; bottom:18px; padding:20px; } .vertical-label { writing-mode:horizontal-tb; transform:none; left:22px; top:22px; font-size: clamp(24px, 10vw, 42px); } .metrics-strip { grid-template-columns: repeat(2,minmax(0,1fr)); } .metrics-strip article { border-bottom:1px solid var(--line); } .metrics-strip article:nth-child(2n) { border-right:0; } .cta-band-video { grid-template-columns:1fr; } .cta-product-stack { display:none; } }
@media (max-width: 760px) { .container { width:min(100% - 28px, var(--container)); } .hero-video-grid { width:min(100% - 28px, var(--hero-max)); gap:28px; } .hero-video-fullscreen { padding-top:34px; } .hero-video-fullscreen .title { font-size: clamp(34px, 10vw, 48px); line-height:1.12; letter-spacing:-.035em; } .hero-video-fullscreen .lead { font-size:16px; line-height:1.78; } .hero-video-card { min-height: 330px; border-radius:28px; } .video-play { width:68px; height:68px; } .video-caption { left:14px; right:14px; bottom:14px; padding:14px; border-radius:18px; } .video-caption strong { font-size:15px; } .premium-trust-strip { grid-template-columns:1fr; border-radius:26px; } .premium-trust-strip article { border-right:0; border-bottom:1px solid var(--line); padding:22px; } .premium-trust-strip article:last-child { border-bottom:0; } .formula-universe-section { padding-top:62px; } .formula-panel, .formula-panel.is-active, .formula-panel:hover { flex-basis: 84vw; border-radius:28px; } .grid-6 { grid-template-columns:1fr; } .premium-product-grid .product-premium { min-height:auto; } .product-visual { min-height:170px; } .metrics-strip { grid-template-columns:1fr; border-radius:26px; } .metrics-strip article { border-right:0; } .footer-grid-premium { grid-template-columns:1fr; } .floating-contact { display:none; } .back-to-top { right:18px; bottom:82px; width:54px; height:54px; } .mobile-contact-bar .btn { min-height:52px; } .section-head.centered { text-align:left; justify-content:flex-start; } .section-head.centered .lead { margin-inline:0; } }
@media (max-width: 420px) { .hero-video-card { min-height: 280px; } .formula-panel, .formula-panel.is-active, .formula-panel:hover { flex-basis: 88vw; min-height: 500px; } .formula-panel-content p { font-size:14px; } .service-mini { text-align:left; } .service-icon { margin:0; } }

/* ------------------------------------------------------------
   DICHANA v8.5.3 Final Micro Polish
   Focus: hero breathing space, premium brand-film card, smoother
   showcase, stronger cards, readable CTA/footer and floating actions.
   ------------------------------------------------------------ */
.fullpage-design .site-header { background: rgba(255,255,255,.94); box-shadow: 0 10px 34px rgba(16,24,40,.055); }
.fullpage-design .nav-wrap { min-height: 74px; }
.hero-video-fullscreen { min-height: calc(100svh - 74px); padding: clamp(72px, 8vw, 132px) 0 clamp(84px, 8vw, 136px); background: radial-gradient(circle at 86% 12%, rgba(8,195,244,.24), transparent 31%), radial-gradient(circle at 5% 19%, rgba(233,6,172,.17), transparent 30%), linear-gradient(135deg, #fff 0%, #fff6fc 46%, #effcff 100%); }
.hero-video-grid { grid-template-columns: minmax(0, .88fr) minmax(580px, 1.12fr); gap: clamp(62px, 7vw, 118px); align-items: center; }
.hero-copy { max-width: 720px; }
.hero-video-fullscreen .title { font-size: clamp(46px, 5.25vw, 76px); line-height: 1.1; letter-spacing: -.04em; max-width: 720px; margin-bottom: 20px; }
.hero-video-fullscreen .lead { max-width: 640px; color: #526070; line-height: 1.86; }
.hero-ctas { margin-top: 34px; gap: 14px; }
.hero-trust { margin-top: 24px; gap: 12px; }
.hero-trust .trust-chip { border-color: rgba(231,236,243,.72); background: rgba(255,255,255,.82); box-shadow: 0 12px 30px rgba(16,24,40,.055); }
.hero-video-card { min-height: 532px; aspect-ratio: 16/10; border-radius: 42px; background: linear-gradient(145deg, rgba(255,255,255,.86), rgba(255,255,255,.58)); border: 1px solid rgba(255,255,255,.95); box-shadow: 0 40px 110px rgba(16,24,40,.16), 0 0 0 12px rgba(255,255,255,.32); }
.hero-video-card::before { inset: 14px; border-radius: 30px; border-color: rgba(255,255,255,.72); box-shadow: inset 0 1px 0 rgba(255,255,255,.58); }
.hero-video-card::after { background: linear-gradient(180deg, rgba(9,17,31,.00), rgba(9,17,31,.16) 58%, rgba(9,17,31,.44)), radial-gradient(circle at 82% 8%, rgba(8,195,244,.22), transparent 28%), radial-gradient(circle at 20% 15%, rgba(233,6,172,.14), transparent 24%); }
.video-orbit { width: 560px; height: 560px; right: -120px; top: -126px; border-color: rgba(8,195,244,.24); }
.hero-video { filter: saturate(1.05) contrast(1.03) brightness(1.02); }
.video-play { width: 86px; height: 86px; background: radial-gradient(circle at 32% 24%, rgba(255,255,255,.35), transparent 24%), linear-gradient(135deg, rgba(233,6,172,.96), rgba(8,195,244,.94)); box-shadow: 0 28px 72px rgba(233,6,172,.26), 0 0 0 12px rgba(255,255,255,.16); }
.video-caption { left: 26px; right: 26px; bottom: 26px; background: linear-gradient(135deg, rgba(9,17,31,.76), rgba(28,21,47,.56)); border-color: rgba(255,255,255,.26); box-shadow: 0 22px 62px rgba(9,17,31,.28); }
.video-caption span { color: rgba(255,255,255,.82); }
.video-caption strong { text-shadow: 0 1px 0 rgba(0,0,0,.14); }
.premium-trust-strip { box-shadow: 0 26px 86px rgba(16,24,40,.095); }
.formula-universe-section { padding-top: 104px; }
.formula-universe { gap: 16px; min-height: 560px; }
.formula-panel { flex: .78; border-radius: 36px; box-shadow: 0 24px 70px rgba(16,24,40,.075); transition: flex .62s cubic-bezier(.19,1,.22,1), transform .28s ease, box-shadow .28s ease, filter .28s ease; }
.formula-panel::before { background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(9,17,31,.16) 58%, rgba(9,17,31,.26)); }
.formula-panel:not(.is-active) { filter: saturate(.88); }
.formula-panel.is-active, .formula-panel:hover { flex: 2.55; transform: translateY(-6px); box-shadow: 0 42px 112px rgba(16,24,40,.16); filter: saturate(1.04); }
.vertical-label { color: rgba(15,23,42,.78); text-shadow: 0 2px 0 rgba(255,255,255,.42), 0 20px 42px rgba(16,24,40,.10); letter-spacing: .025em; }
.formula-panel:not(.is-active) .formula-panel-content { opacity: 0; transform: translateY(18px) scale(.98); }
.formula-panel-content { left: 28px; right: 28px; bottom: 28px; padding: 26px; border-radius: 28px; background: linear-gradient(135deg, rgba(8,13,28,.82), rgba(67,22,70,.58)); border-color: rgba(255,255,255,.24); box-shadow: 0 24px 70px rgba(9,17,31,.28); }
.formula-panel-content p { color: rgba(255,255,255,.84); line-height: 1.72; }
.services-overview { padding-top: 104px; }
.service-icon-grid { gap: 20px; }
.service-mini { padding: 34px 22px 30px; border-radius: 30px; background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.88)); }
.service-mini h3 { font-size: 19px; line-height: 1.34; }
.service-mini p { min-height: 76px; color: #526070; }
.service-mini:hover .service-icon { transform: translateY(-4px) scale(1.04); }
.service-icon { transition: transform .25s ease; box-shadow: 0 20px 50px rgba(233,6,172,.12); }
.products-showcase { padding-top: 106px; }
.premium-product-grid { gap: 28px; }
.premium-product-grid .product-premium { min-height: 468px; padding: 24px; border-radius: 34px; background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.91)); }
.premium-product-grid .product-premium:hover .product-visual::before { transform: translate(-50%,-50%) scale(1.045); }
.product-visual { min-height: 230px; border-radius: 28px; background: radial-gradient(circle at 74% 20%, rgba(255,255,255,.92), transparent 24%), linear-gradient(135deg, rgba(233,6,172,.13), rgba(8,195,244,.13)); border: 1px solid rgba(255,255,255,.72); box-shadow: inset 0 1px 0 rgba(255,255,255,.74), 0 20px 58px rgba(16,24,40,.055); }
.product-premium > .tag:not(.cyan) { width: 100%; justify-content: flex-start; background: linear-gradient(90deg, rgba(255,240,250,.98), rgba(255,255,255,.74)); }
.product-premium h3 { margin-top: 18px; margin-bottom: 10px; }
.product-premium p { color: #526070; line-height: 1.76; }
.tag-row { margin-top: 18px; }
.metrics-section { padding-top: 42px; padding-bottom: 86px; }
.metrics-strip { border-radius: 34px; background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.88)); box-shadow: 0 26px 82px rgba(16,24,40,.085); }
.metrics-strip article { padding: 30px 18px; }
.metric-number { letter-spacing: -.035em; }
.cta-band { border-radius: 42px; background: linear-gradient(90deg, rgba(9,17,31,.88) 0%, rgba(34,15,48,.74) 46%, rgba(7,81,107,.26) 100%), radial-gradient(circle at 88% 8%, rgba(8,195,244,.36), transparent 27%), linear-gradient(135deg, #080F1D, #420E34 54%, #08A9D8); }
.cta-band::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 58%; background: linear-gradient(90deg, rgba(3,8,20,.40), transparent); pointer-events: none; }
.cta-copy { position: relative; z-index: 2; }
.cta-band .title, .cta-band h2 { color: #fff; text-shadow: 0 2px 0 rgba(0,0,0,.12); }
.cta-band p { color: rgba(255,255,255,.84); line-height: 1.86; }
.cta-product-stack { z-index: 1; }
.cta-product-stack > div { background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 24px 70px rgba(0,0,0,.20); }
.footer { padding-top: 84px; background: radial-gradient(circle at 9% 0%, rgba(233,6,172,.13), transparent 26%), radial-gradient(circle at 92% 0%, rgba(8,195,244,.14), transparent 26%), #08111F; }
.footer-grid-premium { gap: 42px; }
.footer h3 { font-size: 17px; margin-bottom: 20px; color: #fff; }
.footer p, .footer a { font-size: 15px; line-height: 1.86; color: rgba(255,255,255,.76); }
.footer a { margin: 10px 0; }
.footer-bottom { color: rgba(255,255,255,.66); }
.floating-contact-premium { right: 22px; bottom: 104px; gap: 12px; align-items: end; }
.floating-contact-premium .float-action { width: auto; min-width: 58px; height: 58px; padding: 0 8px 0 16px; border-radius: 999px; display: inline-flex; flex-direction: row-reverse; gap: 10px; justify-content: flex-start; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); box-shadow: 0 20px 54px rgba(16,24,40,.14); transition: transform .22s ease, box-shadow .22s ease; overflow: hidden; }
.floating-contact-premium .float-action b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 999px; color: #fff; font-size: 11px; background: linear-gradient(135deg, var(--magenta), var(--cyan)); }
.floating-contact-premium .float-action span { color: #1D2939; font-size: 13px; font-weight: 900; white-space: nowrap; }
.floating-contact-premium .float-action:hover { transform: translateX(-4px); box-shadow: 0 26px 70px rgba(16,24,40,.18); }
.back-to-top { right: 24px; bottom: 26px; border: 2px solid rgba(255,255,255,.88); box-shadow: 0 24px 62px rgba(233,6,172,.30), 0 0 0 8px rgba(255,255,255,.55); }
@media (max-width: 1200px) { .hero-video-grid { grid-template-columns: 1fr; max-width: 900px; } .hero-copy { max-width: 780px; } .hero-video-card { min-height: 500px; } .footer-grid-premium { grid-template-columns: 1.2fr repeat(2, minmax(0,1fr)); } }
@media (max-width: 900px) { .hero-video-fullscreen { padding: 58px 0 84px; } .hero-video-fullscreen .title { max-width: 820px; } .hero-video-card { min-height: auto; aspect-ratio: 16/10; } .formula-universe { min-height: 540px; gap: 16px; } .formula-panel, .formula-panel.is-active, .formula-panel:hover { flex: 0 0 min(82vw, 440px); transform: none; filter: none; } .formula-panel:not(.is-active) .formula-panel-content { opacity: 1; transform: none; } .vertical-label { color: rgba(15,23,42,.86); font-size: clamp(24px, 8vw, 40px); } .service-mini p { min-height: 0; } .premium-product-grid { gap: 22px; } .footer-grid-premium { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 760px) { .fullpage-design .nav-wrap { min-height: 68px; } .hero-video-fullscreen { padding-top: 42px; padding-bottom: 72px; } .hero-video-grid { width: min(100% - 30px, var(--hero-max)); gap: 34px; } .hero-copy { max-width: none; } .hero-video-fullscreen .title { font-size: clamp(36px, 10.2vw, 50px); line-height: 1.13; letter-spacing: -.032em; } .hero-video-fullscreen .lead { font-size: 16px; line-height: 1.86; } .hero-ctas .btn { min-height: 56px; } .hero-video-card { border-radius: 28px; aspect-ratio: 16/11; min-height: 0; } .video-caption { left: 12px; right: 12px; bottom: 12px; padding: 14px; border-radius: 18px; } .video-caption span { font-size: 11px; } .video-caption strong { font-size: 14px; } .video-play { width: 62px; height: 62px; box-shadow: 0 18px 48px rgba(233,6,172,.24), 0 0 0 8px rgba(255,255,255,.14); } .formula-universe-section { padding-top: 72px; } .formula-universe { min-height: 500px; } .formula-panel, .formula-panel.is-active, .formula-panel:hover { flex-basis: 86vw; border-radius: 30px; } .formula-panel-content { left: 16px; right: 16px; bottom: 16px; padding: 20px; border-radius: 22px; } .formula-panel-content h3 { font-size: 25px; } .formula-panel-content p { font-size: 14px; } .service-mini { text-align: left; padding: 28px 22px; } .service-icon { margin: 0; } .premium-product-grid .product-premium { padding: 20px; border-radius: 30px; } .product-visual { min-height: 205px; } .metrics-section { padding-bottom: 68px; } .metrics-strip article { padding: 24px 18px; } .cta-band { padding: 32px 24px; border-radius: 30px; } .cta-band::before { width: 100%; background: linear-gradient(180deg, rgba(3,8,20,.36), transparent); } .footer { padding-bottom: 96px; } .footer-grid-premium { grid-template-columns: 1fr; gap: 30px; } .footer p, .footer a { font-size: 15px; } .floating-contact-premium { display: none; } .mobile-contact-bar { display: flex; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); } .back-to-top { right: 16px; bottom: 82px; width: 52px; height: 52px; } }
@media (max-width: 420px) { .hero-video-fullscreen .title { font-size: clamp(34px, 10vw, 44px); } .hero-video-card { aspect-ratio: 16/12; } .formula-panel, .formula-panel.is-active, .formula-panel:hover { min-height: 488px; } .vertical-label { font-size: 31px; top: 20px; left: 18px; } }


/* =========================================================
   DICHANA v8.5.3 Final Micro Polish — Production Pass
   Final overrides after v8.5.2/v8.5.3 base polish.
   ========================================================= */
:root {
  --container: 1248px;
  --hero-max: 1500px;
  --polish-navy: #081120;
  --polish-slate: #263244;
}
.micro-polish-home { background: linear-gradient(180deg, #fff 0%, #fbfdff 45%, #fff 100%); }
.micro-polish-home .site-header { background: rgba(255,255,255,.90); box-shadow: 0 14px 40px rgba(16,24,40,.045); }
.micro-polish-home .nav-links a { font-size: 13.5px; padding-inline: 12px; }
.micro-polish-home .header-actions .btn-primary { min-height: 44px; padding-inline: 20px; }

.micro-polish-home .hero-video-fullscreen {
  min-height: calc(100svh - 74px);
  padding: clamp(82px, 8.5vw, 140px) 0 clamp(88px, 8vw, 138px);
  background:
    radial-gradient(circle at 88% 10%, rgba(8,195,244,.25), transparent 30%),
    radial-gradient(circle at 3% 23%, rgba(233,6,172,.15), transparent 27%),
    linear-gradient(132deg, #ffffff 0%, #fff7fc 46%, #effcff 100%);
}
.micro-polish-home .hero-video-grid {
  grid-template-columns: minmax(0,.86fr) minmax(560px,1.14fr);
  gap: clamp(76px, 8vw, 136px);
  align-items: center;
}
.micro-polish-home .hero-copy { max-width: 690px; }
.micro-polish-home .hero-title { max-width: 710px; font-size: clamp(43px, 4.85vw, 68px); line-height: 1.14; letter-spacing: -.034em; margin-bottom: 22px; }
.hero-title-line { display: block; text-wrap: balance; }
.micro-polish-home .hero-video-fullscreen .lead { max-width: 600px; color: #475467; font-size: clamp(16px, 1.32vw, 19px); line-height: 1.92; }
.micro-polish-home .hero-ctas { gap: 14px; margin-top: 34px; }
.micro-polish-home .hero-ctas .btn { min-height: 52px; padding-inline: 26px; }
.micro-polish-home .hero-trust { gap: 12px; margin-top: 24px; }
.micro-polish-home .trust-chip { background: rgba(255,255,255,.86); border-color: rgba(231,236,243,.95); box-shadow: 0 16px 42px rgba(16,24,40,.055); }

.hero-brand-film-card {
  justify-self: end;
  width: min(100%, 740px);
  min-height: 520px;
  aspect-ratio: 16 / 9.8;
  border-radius: 46px;
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,255,255,.64));
  box-shadow: 0 42px 118px rgba(16,24,40,.17), 0 0 0 14px rgba(255,255,255,.34), inset 0 1px 0 rgba(255,255,255,.85);
  transform: translateZ(0);
}
.hero-brand-film-card::before { inset: 16px; border-radius: 32px; border-color: rgba(255,255,255,.76); box-shadow: inset 0 1px 0 rgba(255,255,255,.75); }
.hero-brand-film-card::after {
  background:
    linear-gradient(180deg, rgba(9,17,31,0) 0%, rgba(9,17,31,.06) 46%, rgba(9,17,31,.45) 100%),
    radial-gradient(circle at 82% 12%, rgba(8,195,244,.20), transparent 26%),
    radial-gradient(circle at 12% 18%, rgba(233,6,172,.13), transparent 26%);
}
.micro-polish-home .hero-video { filter: saturate(1.06) contrast(1.035) brightness(1.03); transform: scale(1.005); }
.video-orbit { opacity: .75; }
.micro-polish-home .video-play {
  width: 78px; height: 78px; display:grid; place-items:center;
  background: radial-gradient(circle at 34% 26%, rgba(255,255,255,.50), transparent 24%), linear-gradient(135deg, #E906AC 0%, #CA36E2 52%, #08C3F4 100%);
  box-shadow: 0 28px 76px rgba(233,6,172,.28), 0 0 0 12px rgba(255,255,255,.18), inset 0 1px 0 rgba(255,255,255,.45);
}
.micro-polish-home .video-play span { transform: translateX(1px); font-size: 22px; line-height: 1; }
.micro-polish-home .video-play small { position:absolute; left:50%; top: calc(100% + 10px); transform:translateX(-50%); color:#fff; font-size:10px; letter-spacing:.12em; font-weight:900; text-shadow: 0 8px 20px rgba(0,0,0,.42); }
.micro-polish-home .video-caption { left: 24px; right: 24px; bottom: 24px; align-items:center; padding: 18px 20px; border-radius: 24px; background: linear-gradient(135deg, rgba(6,12,26,.76), rgba(32,22,48,.60)); box-shadow: 0 24px 70px rgba(7,12,28,.30); }
.micro-polish-home .video-caption strong { font-size: clamp(16px,1.28vw,20px); line-height: 1.45; }
.micro-polish-home .video-caption em { color: rgba(255,255,255,.66); font-style: normal; font-size: 12px; font-weight: 800; white-space: nowrap; }

.micro-polish-home .formula-universe-section { padding-top: 112px; padding-bottom: 112px; background: radial-gradient(circle at 9% 33%, rgba(233,6,172,.075), transparent 22%), radial-gradient(circle at 94% 24%, rgba(8,195,244,.085), transparent 25%), linear-gradient(180deg,#fff 0%,#fbfdff 100%); }
.micro-polish-home .formula-universe { min-height: 590px; gap: 18px; }
.micro-polish-home .formula-panel { flex: .88; border-radius: 38px; opacity: .96; box-shadow: 0 24px 78px rgba(16,24,40,.078); }
.micro-polish-home .formula-panel::before { background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(9,17,31,.13) 56%, rgba(9,17,31,.29)); }
.micro-polish-home .formula-panel:not(.is-active) { filter: saturate(.95) contrast(1.02); opacity: .88; }
.micro-polish-home .formula-panel.is-active, .micro-polish-home .formula-panel:hover { flex: 2.72; opacity: 1; transform: translateY(-7px); box-shadow: 0 46px 120px rgba(16,24,40,.17); }
.micro-polish-home .vertical-label { color: rgba(9,17,31,.88); -webkit-text-stroke: .3px rgba(255,255,255,.34); text-shadow: 0 2px 0 rgba(255,255,255,.46), 0 22px 54px rgba(16,24,40,.14); letter-spacing: .015em; }
.micro-polish-home .formula-panel:not(.is-active) .vertical-label { color: rgba(9,17,31,.76); opacity:.92; }
.micro-polish-home .formula-panel-content { background: linear-gradient(135deg, rgba(6,12,26,.84), rgba(67,22,70,.62)); border-color: rgba(255,255,255,.26); box-shadow: 0 26px 76px rgba(7,12,28,.31); }
.micro-polish-home .formula-panel:not(.is-active) .formula-panel-content { opacity: .16; }
.micro-polish-home .formula-panel-content h3 { line-height: 1.22; }
.micro-polish-home .formula-panel-content p { line-height: 1.78; }

.micro-polish-home .service-icon-grid { gap: 20px; }
.micro-polish-home .service-mini { min-height: 248px; padding: 31px 22px; background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.92)); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.micro-polish-home .service-mini:hover { transform: translateY(-7px); border-color: rgba(233,6,172,.18); box-shadow: 0 30px 82px rgba(16,24,40,.105); }
.micro-polish-home .service-icon { width: 68px; height: 68px; margin-bottom: 18px; background: radial-gradient(circle at 32% 24%, rgba(255,255,255,.76), transparent 30%), linear-gradient(135deg, rgba(233,6,172,.13), rgba(8,195,244,.13)); color: var(--magenta-deep); }
.micro-polish-home .service-mini h3 { font-size: 17px; margin-bottom: 8px; }
.micro-polish-home .service-mini p { color:#526070; line-height:1.72; }

.micro-polish-home .products-showcase { padding-top: 110px; }
.micro-polish-home .premium-product-grid { gap: 28px; }
.micro-polish-home .premium-product-grid .product-premium { min-height: 506px; padding: 26px; border-radius: 36px; border-color: rgba(231,236,243,.9); background: linear-gradient(180deg, rgba(255,255,255,.985), rgba(255,255,255,.93)); box-shadow: 0 24px 76px rgba(16,24,40,.075); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.micro-polish-home .premium-product-grid .product-premium:hover { transform: translateY(-7px); border-color: rgba(8,195,244,.20); box-shadow: 0 36px 94px rgba(16,24,40,.12); }
.micro-polish-home .product-visual { min-height: 252px; border-radius: 30px; background: radial-gradient(circle at 72% 18%, rgba(255,255,255,.96), transparent 23%), radial-gradient(circle at 14% 82%, rgba(233,6,172,.075), transparent 28%), linear-gradient(135deg, #fff2fb 0%, #f7f8ff 46%, #ecfbff 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.80), 0 22px 64px rgba(16,24,40,.065); }
.micro-polish-home .product-visual::before { filter: drop-shadow(0 32px 42px rgba(16,24,40,.16)); }
.micro-polish-home .serum-visual::before { width: 84px; height: 236px; border-radius: 34px 34px 28px 28px; background: linear-gradient(180deg,#fff 0%,#fff5fb 32%,#ffd3ed 68%,#e7fbff 100%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.92), inset 12px 0 24px rgba(255,255,255,.36); }
.micro-polish-home .serum-visual::after { box-shadow: 0 12px 28px rgba(233,6,172,.24); }
.micro-polish-home .cream-visual::before { width: 202px; height: 136px; background: linear-gradient(180deg,#fff 0%,#fff3fa 70%,#ecfbff 100%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.94); }
.micro-polish-home .cream-visual::after { background: linear-gradient(135deg,#081120,#27334d); box-shadow: 0 18px 42px rgba(8,17,32,.18); }
.micro-polish-home .sunscreen-visual::before { width: 138px; height: 268px; background: linear-gradient(145deg,#fff 0%,#f8fcff 52%,#fff1fb 100%); box-shadow: inset -14px 0 28px rgba(8,195,244,.045), inset 0 0 0 1px rgba(255,255,255,.94); }
.micro-polish-home .toner-visual::after { content:"pH"; position:absolute; left:calc(50% - 26px); top:calc(50% - 16px); width:52px; height:44px; border-radius:18px; display:grid; place-items:center; font-weight:900; color:#08a9d8; background:rgba(255,255,255,.72); }
.micro-polish-home .mask-visual::after { content:"MASK"; position:absolute; left:calc(50% - 44px); top:calc(50% - 12px); width:88px; height:42px; border-radius:16px; display:grid; place-items:center; font-size:12px; letter-spacing:.10em; font-weight:900; color:#98A2B3; background:rgba(255,255,255,.74); }
.micro-polish-home .cleanser-visual::after { content:"Clean"; position:absolute; left:calc(50% - 38px); top:calc(50% - 18px); width:76px; height:46px; border-radius:18px; display:grid; place-items:center; color:#08a9d8; font-weight:900; background:rgba(255,255,255,.72); }
.micro-polish-home .product-premium > .tag:not(.cyan) { min-height: 28px; align-items:center; border-color: rgba(233,6,172,.13); }
.product-code { display:block; margin-top:-4px; margin-bottom: 11px; color:#8A94A6; font-size: 12px; font-weight: 800; letter-spacing:.02em; }
.micro-polish-home .product-premium h3 { font-size: 22px; line-height: 1.34; }
.micro-polish-home .product-premium p { line-height: 1.82; }

.micro-polish-home .metrics-strip { border-radius: 36px; box-shadow: 0 28px 86px rgba(16,24,40,.09); }
.micro-polish-home .metric-number { font-size: clamp(30px,3.2vw,44px); letter-spacing: -.02em; }
.micro-polish-home .metrics-strip small { color:#344054; font-size: 13.5px; }

.micro-polish-home .cta-band { padding: 68px 64px; border-radius: 44px; background: linear-gradient(90deg, rgba(6,12,26,.94) 0%, rgba(31,13,42,.86) 46%, rgba(7,81,107,.36) 100%), radial-gradient(circle at 88% 14%, rgba(8,195,244,.36), transparent 27%), linear-gradient(135deg, #07101F 0%, #4B0E38 54%, #08A9D8 100%); }
.micro-polish-home .cta-band::before { width: 64%; background: linear-gradient(90deg, rgba(3,8,20,.52), rgba(3,8,20,.20) 72%, transparent); }
.micro-polish-home .cta-copy { position: relative; z-index: 2; max-width: 760px; }
.micro-polish-home .cta-band .kicker { color:#fff; background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.22); }
.micro-polish-home .cta-band .title { color:#fff; max-width: 720px; }
.micro-polish-home .cta-band p { color: rgba(255,255,255,.88); max-width: 680px; font-size: 17px; }
.micro-polish-home .cta-band .btn-secondary { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.34); color:#fff; }
.micro-polish-home .cta-product-stack { opacity: .98; filter: drop-shadow(0 26px 50px rgba(0,0,0,.18)); }

.footer { padding-top: 86px; }
.footer-grid-premium { grid-template-columns: minmax(270px,1.28fr) repeat(4, minmax(145px,1fr)); gap: 46px; align-items:start; }
.footer h3 { font-size: 17px; margin-bottom: 20px; }
.footer p, .footer a { font-size: 15px; line-height: 1.92; color: rgba(255,255,255,.76); }
.footer a { margin: 10px 0; }
.footer .footer-brand p { max-width: 330px; }
.footer-bottom { font-size: 13.5px; color: rgba(255,255,255,.66); }
.social-row a { width: 39px; height: 39px; background: rgba(255,255,255,.045); }

.floating-contact-premium { right: 28px; bottom: 118px; gap: 14px; }
.floating-contact-premium .float-action { min-width: 60px; height: 60px; padding: 0 9px 0 16px; border-radius: 999px; }
.floating-contact-premium .float-action span { max-width: 0; opacity: 0; overflow: hidden; transform: translateX(8px); transition: max-width .24s ease, opacity .18s ease, transform .24s ease; }
.floating-contact-premium .float-action:hover span { max-width: 88px; opacity: 1; transform: translateX(0); }
.back-to-top { right: 28px; bottom: 28px; }

@media (max-width: 1280px) {
  .micro-polish-home .hero-video-grid { grid-template-columns: 1fr; max-width: 940px; gap: 50px; }
  .micro-polish-home .hero-copy { max-width: 760px; }
  .hero-brand-film-card { justify-self: start; width: 100%; max-width: 900px; }
  .footer-grid-premium { grid-template-columns: 1.25fr repeat(2, minmax(0,1fr)); }
}
@media (max-width: 980px) {
  .micro-polish-home .hero-video-fullscreen { min-height: auto; padding: 64px 0 88px; }
  .micro-polish-home .formula-universe { overflow-x: auto; scroll-snap-type: x mandatory; min-height: 540px; padding: 4px 4px 16px; }
  .micro-polish-home .formula-panel, .micro-polish-home .formula-panel.is-active, .micro-polish-home .formula-panel:hover { flex: 0 0 min(82vw, 440px); transform: none; opacity: 1; filter: none; scroll-snap-align: start; }
  .micro-polish-home .formula-panel:not(.is-active) .formula-panel-content { opacity: 1; transform: none; }
  .micro-polish-home .vertical-label { writing-mode: horizontal-tb; transform: none; left: 22px; top: 22px; font-size: clamp(26px, 8vw, 40px); }
  .micro-polish-home .premium-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .micro-polish-home .hero-video-fullscreen { padding: 42px 0 74px; }
  .micro-polish-home .hero-video-grid { width: min(100% - 30px, var(--hero-max)); gap: 34px; }
  .micro-polish-home .hero-title { font-size: clamp(34px, 9.6vw, 46px); line-height: 1.17; letter-spacing: -.026em; }
  .micro-polish-home .hero-video-fullscreen .gradient-text { white-space: normal; }
  .micro-polish-home .hero-video-fullscreen .lead { font-size: 16px; line-height: 1.88; }
  .micro-polish-home .hero-ctas { display:grid; grid-template-columns:1fr; gap: 12px; }
  .hero-brand-film-card { aspect-ratio: 16/10.8; min-height: 0; border-radius: 30px; box-shadow: 0 24px 70px rgba(16,24,40,.14), 0 0 0 7px rgba(255,255,255,.36); }
  .micro-polish-home .video-play { width: 60px; height: 60px; }
  .micro-polish-home .video-play small { display:none; }
  .micro-polish-home .video-caption { left: 12px; right: 12px; bottom: 12px; display:grid; gap: 4px; align-items:start; padding: 14px; border-radius: 18px; }
  .micro-polish-home .video-caption strong { font-size: 14px; }
  .micro-polish-home .video-caption em { display:none; }
  .micro-polish-home .formula-universe-section { padding-top: 78px; padding-bottom: 82px; }
  .micro-polish-home .formula-universe { min-height: 500px; }
  .micro-polish-home .formula-panel, .micro-polish-home .formula-panel.is-active, .micro-polish-home .formula-panel:hover { flex-basis: 86vw; border-radius: 30px; }
  .micro-polish-home .formula-panel-content { left: 16px; right: 16px; bottom: 16px; padding: 20px; border-radius: 22px; }
  .micro-polish-home .premium-product-grid { grid-template-columns:1fr; gap: 22px; }
  .micro-polish-home .product-visual { min-height: 216px; }
  .micro-polish-home .premium-product-grid .product-premium { min-height: auto; padding: 22px; }
  .micro-polish-home .cta-band { padding: 34px 24px; border-radius: 30px; }
  .micro-polish-home .cta-band::before { width: 100%; background: linear-gradient(180deg, rgba(3,8,20,.50), transparent); }
  .footer-grid-premium { grid-template-columns: 1fr; gap: 30px; }
  .footer p, .footer a { font-size: 15.5px; line-height: 1.95; }
  .floating-contact-premium { display:none; }
  .mobile-contact-bar { display:flex; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); box-shadow: 0 -18px 50px rgba(16,24,40,.10); }
  .mobile-contact-bar .btn { min-height: 52px; font-size: 14px; }
  .back-to-top { right: 16px; bottom: 84px; width: 52px; height: 52px; }
}
@media (max-width: 420px) {
  .micro-polish-home .hero-title { font-size: clamp(32px, 9.2vw, 42px); }
  .hero-brand-film-card { aspect-ratio: 16/12; }
  .micro-polish-home .formula-panel, .micro-polish-home .formula-panel.is-active, .micro-polish-home .formula-panel:hover { min-height: 482px; }
  .micro-polish-home .vertical-label { font-size: 30px; }
}


/* v8.5.4 — Final Typography + Fullscreen Showcase + Trust Section */
.typography-trust-v854 {
  --container-wide: 1680px;
  --container-showcase: 1760px;
}
.typography-trust-v854 .title,
.typography-trust-v854 .hero-title,
.typography-trust-v854 h1,
.typography-trust-v854 h2,
.typography-trust-v854 h3 {
  font-weight: 800;
  letter-spacing: -.026em;
}
.typography-trust-v854 .hero-title {
  max-width: 760px;
  font-size: clamp(42px, 4.55vw, 64px);
  line-height: 1.18;
  letter-spacing: -.024em;
}
.typography-trust-v854 .title.sm {
  font-size: clamp(30px, 3.12vw, 44px);
  line-height: 1.23;
  letter-spacing: -.018em;
}
.typography-trust-v854 .section-head.centered .lead {
  max-width: 790px;
  font-weight: 400;
}
.typography-trust-v854 .lead,
.typography-trust-v854 p {
  font-weight: 400;
}
.typography-trust-v854 .btn {
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.004em;
}
.typography-trust-v854 .btn-primary {
  box-shadow: 0 18px 42px rgba(233,6,172,.20);
}
.typography-trust-v854 .btn-contact-team {
  min-width: 168px;
  min-height: 50px;
  padding: 0 24px;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.typography-trust-v854 .nav-links a,
.typography-trust-v854 .drawer-menu a,
.typography-trust-v854 .card-link,
.typography-trust-v854 .kicker {
  font-weight: 700;
}
.typography-trust-v854 .kicker {
  letter-spacing: .025em;
}

.typography-trust-v854 .formula-fullscreen-section {
  padding: clamp(104px, 9vw, 148px) 0;
  overflow: hidden;
  background: radial-gradient(circle at 5% 32%, rgba(233,6,172,.10), transparent 24%), radial-gradient(circle at 96% 22%, rgba(8,195,244,.13), transparent 26%), linear-gradient(180deg,#fff 0%,#fbfdff 48%,#f5fdff 100%);
}
.typography-trust-v854 .formula-fullscreen-container {
  width: min(var(--container-showcase), calc(100% - 56px));
  max-width: none;
}
.typography-trust-v854 .formula-showcase-frame {
  position: relative;
  margin-top: 44px;
}
.typography-trust-v854 .formula-showcase-frame::before,
.typography-trust-v854 .formula-showcase-frame::after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(22vw, 260px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(233,6,172,.35), rgba(8,195,244,.35), transparent);
  transform: translateY(-50%);
  pointer-events: none;
  opacity: .75;
}
.typography-trust-v854 .formula-showcase-frame::before { left: -260px; }
.typography-trust-v854 .formula-showcase-frame::after { right: -260px; }
.typography-trust-v854 .formula-universe {
  width: 100%;
  min-height: clamp(640px, 63vh, 760px);
  gap: clamp(18px, 1.7vw, 30px);
  padding: 6px 2px;
}
.typography-trust-v854 .formula-panel {
  flex: .92;
  border-radius: clamp(34px, 3vw, 52px);
  min-height: clamp(620px, 62vh, 740px);
  box-shadow: 0 26px 78px rgba(16,24,40,.075);
  transition: flex .72s cubic-bezier(.19,1,.22,1), transform .3s ease, box-shadow .3s ease, filter .3s ease, opacity .3s ease;
}
.typography-trust-v854 .formula-panel.is-active,
.typography-trust-v854 .formula-panel:hover {
  flex: 3.18;
  transform: translateY(-8px);
  box-shadow: 0 52px 128px rgba(16,24,40,.18);
}
.typography-trust-v854 .formula-panel:not(.is-active) {
  opacity: .9;
  filter: saturate(.98) contrast(1.02);
}
.typography-trust-v854 .formula-panel:not(.is-active) .formula-panel-content {
  opacity: .22;
  transform: translateY(16px) scale(.985);
}
.typography-trust-v854 .vertical-label {
  font-weight: 800;
  color: rgba(12,20,34,.78);
  letter-spacing: .012em;
  -webkit-text-stroke: .15px rgba(255,255,255,.40);
}
.typography-trust-v854 .formula-panel-content {
  left: clamp(26px, 2.1vw, 42px);
  right: clamp(26px, 2.1vw, 42px);
  bottom: clamp(26px, 2.1vw, 42px);
  padding: clamp(24px, 2.1vw, 34px);
  border-radius: 30px;
}
.typography-trust-v854 .formula-panel-content h3 {
  font-size: clamp(28px, 2.45vw, 42px);
  font-weight: 700;
  line-height: 1.24;
}
.typography-trust-v854 .formula-panel-content p {
  font-size: 15.5px;
  line-height: 1.84;
}
.showcase-nav {
  position: absolute;
  top: 50%;
  z-index: 6;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.72);
  background: rgba(255,255,255,.74);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(16,24,40,.12);
  color: var(--ink);
  font-size: 24px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .22s ease, background .22s ease, color .22s ease, box-shadow .22s ease;
}
.showcase-nav:hover {
  transform: translateY(-50%) scale(1.06);
  color: #fff;
  background: linear-gradient(135deg,var(--magenta),var(--cyan));
  box-shadow: 0 24px 62px rgba(233,6,172,.22);
}
.showcase-prev { left: -22px; }
.showcase-next { right: -22px; }

.trusted-brands-section {
  overflow: hidden;
  padding: clamp(92px, 8vw, 132px) 0;
  background: radial-gradient(circle at 10% 18%, rgba(233,6,172,.13), transparent 24%), radial-gradient(circle at 88% 20%, rgba(8,195,244,.15), transparent 27%), linear-gradient(180deg,#fff 0%,#fff8fd 40%,#eefcff 100%);
}
.trusted-brands-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .72;
  background-image: linear-gradient(rgba(16,24,40,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(16,24,40,.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 40%, #000 0, transparent 62%);
}
.trusted-brands-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px,.82fr) minmax(0,1.18fr);
  gap: clamp(36px, 5vw, 76px);
  align-items: center;
}
.trusted-brands-copy .title {
  max-width: 720px;
}
.trust-count {
  display: inline-block;
  font-weight: 800;
}
.trusted-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.trusted-proof-row span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(231,236,243,.92);
  box-shadow: 0 12px 34px rgba(16,24,40,.055);
  color: #344054;
  font-size: 13px;
  font-weight: 600;
}
.trusted-motion {
  position: relative;
  min-height: 440px;
  border-radius: 48px;
  border: 1px solid rgba(255,255,255,.78);
  background: radial-gradient(circle at 24% 22%, rgba(233,6,172,.16), transparent 26%), radial-gradient(circle at 78% 32%, rgba(8,195,244,.19), transparent 32%), rgba(255,255,255,.58);
  box-shadow: 0 38px 110px rgba(16,24,40,.12);
  backdrop-filter: blur(18px);
  overflow: hidden;
}
.trusted-motion::before {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 38px;
  border: 1px solid rgba(255,255,255,.65);
  pointer-events: none;
}
.trusted-hero-card {
  position: absolute;
  left: clamp(28px, 4vw, 56px);
  top: 50%;
  z-index: 4;
  width: min(290px, 42%);
  padding: 28px;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(135deg, rgba(8,13,28,.90), rgba(82,24,76,.74));
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: 0 32px 86px rgba(9,17,31,.28);
  transform: translateY(-50%);
}
.trusted-hero-card small { display:block; color: rgba(255,255,255,.70); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.trusted-hero-card strong { display:block; margin: 8px 0 0; color: #fff; font-size: clamp(46px, 5vw, 74px); line-height: .96; font-weight: 800; }
.trusted-hero-card span { display:block; color: rgba(255,255,255,.78); font-size: 15px; margin-top: 8px; }
.brand-marquee {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
}
.brand-marquee-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: brandMarquee 22s linear infinite;
}
.brand-marquee-b .brand-marquee-track { animation-duration: 28s; animation-direction: reverse; }
.brand-marquee-c .brand-marquee-track { animation-duration: 24s; }
.brand-marquee span {
  display: inline-flex;
  align-items: center;
  min-height: 68px;
  padding: 0 24px;
  border-radius: 22px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: 0 18px 46px rgba(16,24,40,.08);
  color: rgba(16,24,40,.72);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  letter-spacing: .02em;
}
.brand-marquee-a { top: 58px; transform: rotate(-1.4deg); }
.brand-marquee-b { top: 184px; transform: rotate(1.2deg); }
.brand-marquee-c { bottom: 58px; transform: rotate(-.7deg); }
@keyframes brandMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 1280px) {
  .typography-trust-v854 .formula-fullscreen-container { width: min(100% - 42px, 1320px); }
  .typography-trust-v854 .formula-universe { min-height: 620px; }
  .typography-trust-v854 .formula-panel { min-height: 600px; }
  .trusted-brands-wrap { grid-template-columns: 1fr; }
  .trusted-motion { min-height: 430px; }
}
@media (max-width: 980px) {
  .typography-trust-v854 .formula-fullscreen-container { width: min(100% - 32px, 100%); }
  .typography-trust-v854 .formula-showcase-frame::before,
  .typography-trust-v854 .formula-showcase-frame::after { display: none; }
  .typography-trust-v854 .formula-universe { overflow-x: auto; scroll-snap-type: x mandatory; min-height: 560px; padding-bottom: 18px; }
  .typography-trust-v854 .formula-panel,
  .typography-trust-v854 .formula-panel.is-active,
  .typography-trust-v854 .formula-panel:hover { flex: 0 0 min(84vw, 520px); min-height: 540px; transform: none; opacity: 1; filter: none; scroll-snap-align: center; }
  .typography-trust-v854 .formula-panel:not(.is-active) .formula-panel-content { opacity: 1; transform: none; }
  .showcase-nav { display: none; }
  .trusted-motion { min-height: 390px; border-radius: 36px; }
  .trusted-hero-card { width: min(270px, calc(100% - 48px)); left: 24px; top: auto; bottom: 24px; transform: none; }
  .brand-marquee-a { top: 34px; }
  .brand-marquee-b { top: 132px; }
  .brand-marquee-c { top: 230px; bottom: auto; }
}
@media (max-width: 760px) {
  .typography-trust-v854 .hero-title { font-size: clamp(34px, 9vw, 44px); line-height: 1.2; }
  .typography-trust-v854 .title.sm { font-size: clamp(28px, 7.2vw, 36px); line-height: 1.28; }
  .typography-trust-v854 .formula-fullscreen-section { padding: 78px 0 86px; }
  .typography-trust-v854 .formula-universe { min-height: 520px; }
  .typography-trust-v854 .formula-panel,
  .typography-trust-v854 .formula-panel.is-active,
  .typography-trust-v854 .formula-panel:hover { flex-basis: 86vw; min-height: 500px; border-radius: 30px; }
  .typography-trust-v854 .vertical-label { font-size: clamp(28px, 8.5vw, 40px); }
  .trusted-brands-section { padding: 78px 0 92px; }
  .trusted-brands-wrap { gap: 28px; }
  .trusted-motion { min-height: 420px; border-radius: 30px; }
  .trusted-hero-card { width: calc(100% - 40px); left: 20px; right: 20px; bottom: 20px; padding: 24px; }
  .brand-marquee span { min-height: 58px; padding: 0 18px; font-size: 12.5px; }
  .trusted-proof-row span { font-size: 12.5px; }
  .typography-trust-v854 .btn-contact-team { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .brand-marquee-track { animation: none; }
  .typography-trust-v854 .formula-panel { transition: none; }
}


/* =========================================================
   DICHANA v8.5.5 Final Production QA Polish
   Scope: typography scale, contrast, full-screen showcase UX,
   product visual polish, trust claim handling, floating actions,
   mobile QA, reduced motion and accessibility refinements.
   ========================================================= */
.production-qa-v855 {
  --container: 1280px;
  --hero-max: 1540px;
  --container-showcase: 1840px;
  --readable: #344054;
  --readable-soft: #526070;
}
.production-qa-v855 .site-header .logo { min-width: 210px; }
.production-qa-v855 .brand-mark { width: 42px; height: 50px; }
.production-qa-v855 .logo-main { font-weight: 800; letter-spacing: .075em; }
.production-qa-v855 .logo-sub { font-weight: 700; }
.production-qa-v855 .nav-links a { font-weight: 600; font-size: 13.5px; }
.production-qa-v855 .nav-links a.active { background: rgba(233,6,172,.095); }
.production-qa-v855 .header-actions .btn-primary { font-weight: 600; min-height: 46px; padding-inline: 22px; }

.production-qa-v855 .title,
.production-qa-v855 .hero-title,
.production-qa-v855 h1,
.production-qa-v855 h2,
.production-qa-v855 h3 { font-weight: 700; letter-spacing: -.018em; text-wrap: balance; }
.production-qa-v855 .hero-title { font-size: clamp(40px, 4.35vw, 62px); line-height: 1.22; max-width: 720px; margin-bottom: 24px; }
.production-qa-v855 .title.sm { font-size: clamp(30px, 2.9vw, 42px); line-height: 1.32; letter-spacing: -.014em; }
.production-qa-v855 .title.xs { font-weight: 700; line-height: 1.34; }
.production-qa-v855 .gradient-text { font-weight: 800; }
.production-qa-v855 p,
.production-qa-v855 .lead { color: var(--readable-soft); line-height: 1.9; }
.production-qa-v855 .hero-video-fullscreen .lead { max-width: 640px; color: var(--readable); font-size: clamp(16.5px, 1.32vw, 19px); line-height: 1.94; }
.production-qa-v855 .kicker { font-weight: 600; letter-spacing: .02em; }
.production-qa-v855 .btn { font-weight: 600; letter-spacing: 0; }
.production-qa-v855 .btn-primary { box-shadow: 0 18px 42px rgba(233,6,172,.18); }
.production-qa-v855 .card-link { font-weight: 600; }
.production-qa-v855 .btn-contact-team { min-width: 172px; min-height: 52px; padding-inline: 25px; gap: 8px; font-size: 14.5px; line-height: 1; align-items: center; justify-content: center; }
.production-qa-v855 .btn-contact-team span { display: inline-flex; align-items: center; transform: translateY(-.5px); }

.production-qa-v855 .hero-video-fullscreen { padding: clamp(86px, 8.6vw, 144px) 0 clamp(92px, 8.2vw, 140px); }
.production-qa-v855 .hero-video-grid { grid-template-columns: minmax(0,.9fr) minmax(560px,1.1fr); gap: clamp(70px, 7.2vw, 124px); }
.production-qa-v855 .hero-copy { max-width: 720px; }
.production-qa-v855 .hero-ctas .btn { min-height: 54px; padding-inline: 28px; }
.production-qa-v855 .trust-chip { font-weight: 600; font-size: 13.5px; padding: 11px 15px; }
.production-qa-v855 .trust-chip .icon-dot { font-weight: 700; }
.production-qa-v855 .hero-brand-film-card { width: min(100%, 760px); border-radius: 48px; box-shadow: 0 46px 116px rgba(16,24,40,.145), 0 0 0 12px rgba(255,255,255,.32); }
.production-qa-v855 .hero-brand-film-card::after { background: linear-gradient(180deg, rgba(9,17,31,0) 0%, rgba(9,17,31,.04) 48%, rgba(9,17,31,.52) 100%), radial-gradient(circle at 82% 12%, rgba(8,195,244,.18), transparent 28%), radial-gradient(circle at 12% 18%, rgba(233,6,172,.12), transparent 26%); }
.production-qa-v855 .video-play { width: 82px; height: 82px; box-shadow: 0 30px 78px rgba(233,6,172,.26), 0 0 0 14px rgba(255,255,255,.17); }
.production-qa-v855 .video-caption { background: linear-gradient(135deg, rgba(5,11,24,.82), rgba(50,27,66,.64)); }
.production-qa-v855 .video-caption strong { font-weight: 600; }
.production-qa-v855 .video-caption span,
.production-qa-v855 .video-caption em { font-weight: 600; }

.production-qa-v855 .premium-trust-strip article { padding: 26px 24px; }
.production-qa-v855 .premium-trust-strip strong { font-size: 16px; font-weight: 700; }
.production-qa-v855 .premium-trust-strip small { color: var(--readable); font-size: 13.5px; line-height: 1.7; }

.production-qa-v855 .formula-fullscreen-section { padding: clamp(112px, 9.4vw, 156px) 0; }
.production-qa-v855 .formula-fullscreen-container { width: min(100vw - 36px, var(--container-showcase)); }
.production-qa-v855 .formula-showcase-frame { margin-top: 50px; }
.production-qa-v855 .formula-showcase-frame::before,
.production-qa-v855 .formula-showcase-frame::after { opacity: .34; }
.production-qa-v855 .formula-universe { min-height: clamp(660px, 66vh, 790px); gap: clamp(16px, 1.45vw, 26px); padding: 10px 8px 18px; }
.production-qa-v855 .formula-panel { flex: .88; min-height: clamp(630px, 64vh, 770px); border-radius: clamp(34px, 3vw, 54px); opacity: .96; box-shadow: 0 30px 82px rgba(16,24,40,.08); }
.production-qa-v855 .formula-panel.is-active,
.production-qa-v855 .formula-panel:hover { flex: 3.38; transform: translateY(-8px); box-shadow: 0 56px 136px rgba(16,24,40,.18); }
.production-qa-v855 .formula-panel:not(.is-active) { opacity: .94; filter: saturate(1) contrast(1.035); }
.production-qa-v855 .formula-panel:not(.is-active) .formula-panel-content { opacity: .32; }
.production-qa-v855 .formula-panel:not(.is-active):hover .formula-panel-content { opacity: 1; }
.production-qa-v855 .vertical-label { font-weight: 700; color: rgba(12,20,34,.72); letter-spacing: .006em; -webkit-text-stroke: 0; text-shadow: 0 1px 0 rgba(255,255,255,.60), 0 22px 48px rgba(16,24,40,.12); }
.production-qa-v855 .formula-panel:not(.is-active) .vertical-label { color: rgba(12,20,34,.68); opacity: .96; }
.production-qa-v855 .formula-panel-content { background: linear-gradient(135deg, rgba(6,12,26,.86), rgba(64,26,72,.68)); }
.production-qa-v855 .formula-panel-content h3 { font-size: clamp(27px, 2.26vw, 40px); font-weight: 700; line-height: 1.28; }
.production-qa-v855 .formula-panel-content p { font-size: 16px; line-height: 1.86; color: rgba(255,255,255,.82); }
.production-qa-v855 .formula-pill { font-weight: 600; }
.production-qa-v855 .showcase-nav { left: 18px; width: 62px; height: 62px; font-size: 23px; background: rgba(255,255,255,.82); }
.production-qa-v855 .showcase-next { left: auto; right: 18px; }

.production-qa-v855 .service-mini { min-height: 268px; padding: 34px 24px; }
.production-qa-v855 .service-mini h3 { font-size: 18px; font-weight: 700; line-height: 1.42; }
.production-qa-v855 .service-mini p { min-height: 84px; color: var(--readable); font-size: 14.5px; line-height: 1.78; }
.production-qa-v855 .service-icon { font-weight: 700; }

.production-qa-v855 .formula-filter button { min-height: 44px; padding-inline: 20px; font-weight: 600; }
.production-qa-v855 .premium-product-grid .product-premium { min-height: 530px; padding: 28px; }
.production-qa-v855 .product-visual { min-height: 270px; border-radius: 32px; background: radial-gradient(circle at 72% 20%, rgba(255,255,255,.98), transparent 22%), radial-gradient(circle at 22% 82%, rgba(233,6,172,.10), transparent 30%), linear-gradient(135deg, #fff2fb 0%, #f7f9ff 44%, #eafeff 100%); }
.production-qa-v855 .product-visual::before { filter: drop-shadow(0 34px 46px rgba(16,24,40,.17)); }
.production-qa-v855 .product-visual::after { font-weight: 700 !important; }
.production-qa-v855 .product-premium h3 { font-weight: 700; font-size: 22.5px; line-height: 1.42; }
.production-qa-v855 .product-premium p { font-size: 15px; color: var(--readable); line-height: 1.86; }
.production-qa-v855 .product-code { color: #667085; line-height: 1.55; }
.production-qa-v855 .tag { font-weight: 600; }
.production-qa-v855 .tag.cyan { color: #075985; background: #e6faff; }

.production-qa-v855 .metrics-strip-production { border-radius: 38px; background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.90)); }
.production-qa-v855 .metrics-strip-production article { display: grid; place-items: center; gap: 6px; padding: 28px 18px 30px; }
.production-qa-v855 .metric-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 14px; color: var(--magenta-deep); background: linear-gradient(135deg, rgba(233,6,172,.10), rgba(8,195,244,.13)); font-size: 15px; }
.production-qa-v855 .metric-number { font-weight: 700; }
.production-qa-v855 .metrics-strip small { color: var(--readable); font-size: 14px; line-height: 1.65; font-weight: 600; }

.production-qa-v855 .cta-band { position: relative; isolation: isolate; }
.production-qa-v855 .cta-band::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 64%; background: linear-gradient(90deg, rgba(3,8,20,.48), rgba(3,8,20,.12), transparent); z-index: -1; }
.production-qa-v855 .cta-band .title,
.production-qa-v855 .cta-band h2 { color: #fff; text-shadow: 0 14px 34px rgba(0,0,0,.22); }
.production-qa-v855 .cta-band p { color: rgba(255,255,255,.86); font-size: 16px; line-height: 1.9; }
.production-qa-v855 .cta-band .btn { min-height: 52px; padding-inline: 24px; }

.production-qa-v855 .trusted-brands-section { padding: clamp(98px, 8.2vw, 140px) 0; }
.production-qa-v855 .trusted-brands-copy .title { max-width: 760px; }
.production-qa-v855 .trusted-brands-copy .lead { color: var(--readable); }
.production-qa-v855 .trusted-proof-row span { font-weight: 600; color: #344054; }
.production-qa-v855 .trusted-motion { min-height: 460px; }
.production-qa-v855 .trusted-hero-card small { font-weight: 600; }
.production-qa-v855 .trusted-hero-card strong { font-weight: 700; }
.production-qa-v855 .brand-marquee:hover .brand-marquee-track { animation-play-state: paused; }
.production-qa-v855 .brand-marquee span { font-weight: 600; color: rgba(16,24,40,.74); }

.production-qa-v855 .footer { padding-top: 82px; }
.production-qa-v855 .footer-grid-premium { grid-template-columns: minmax(290px,1.25fr) repeat(4, minmax(155px,1fr)); gap: 50px; }
.production-qa-v855 .footer h3 { font-size: 16.5px; font-weight: 700; }
.production-qa-v855 .footer p,
.production-qa-v855 .footer a { font-size: 15px; line-height: 1.92; color: rgba(255,255,255,.78); }
.production-qa-v855 .footer a:hover { color: #fff; }
.production-qa-v855 .footer-bottom { font-size: 13.5px; color: rgba(255,255,255,.66); }
.production-qa-v855 .social-row a { font-weight: 600; }

.production-qa-v855 .floating-contact-premium { gap: 16px; right: 30px; bottom: 118px; }
.production-qa-v855 .floating-contact-premium .float-action { height: 62px; min-width: 62px; padding: 0 10px 0 16px; }
.production-qa-v855 .floating-contact-premium .float-action b { width: 44px; height: 44px; font-weight: 700; }
.production-qa-v855 .floating-contact-premium .float-action span { font-weight: 600; }
.production-qa-v855 .back-to-top { right: 30px; bottom: 30px; }
.mobile-quick-contact { display: none; }

@media (max-width: 1280px) {
  .production-qa-v855 .hero-video-grid { grid-template-columns: 1fr; max-width: 940px; gap: 54px; }
  .production-qa-v855 .hero-brand-film-card { justify-self: start; width: 100%; }
  .production-qa-v855 .footer-grid-premium { grid-template-columns: 1.25fr repeat(2, minmax(0,1fr)); }
}
@media (max-width: 980px) {
  .production-qa-v855 .formula-fullscreen-container { width: min(100% - 28px, 100%); }
  .production-qa-v855 .formula-universe { overflow-x: auto; scroll-snap-type: x mandatory; min-height: 560px; padding-inline: 2px; }
  .production-qa-v855 .formula-panel,
  .production-qa-v855 .formula-panel.is-active,
  .production-qa-v855 .formula-panel:hover { flex: 0 0 min(84vw, 520px); min-height: 540px; transform: none; opacity: 1; filter: none; scroll-snap-align: center; }
  .production-qa-v855 .formula-panel:not(.is-active) .formula-panel-content { opacity: 1; transform: none; }
  .production-qa-v855 .vertical-label { writing-mode: horizontal-tb; transform: none; top: 24px; left: 24px; font-size: clamp(28px, 7vw, 42px); }
  .production-qa-v855 .showcase-nav { display: none; }
  .production-qa-v855 .trusted-motion { min-height: 410px; }
}
@media (max-width: 760px) {
  .production-qa-v855 .site-header .logo { min-width: auto; }
  .production-qa-v855 .brand-mark { width: 34px; height: 42px; }
  .production-qa-v855 .logo-main { font-size: 17px; }
  .production-qa-v855 .hero-video-fullscreen { padding: 44px 0 76px; }
  .production-qa-v855 .hero-title { font-size: clamp(32px, 8.7vw, 43px); line-height: 1.24; letter-spacing: -.012em; }
  .production-qa-v855 .hero-video-fullscreen .lead { font-size: 15.8px; line-height: 1.92; }
  .production-qa-v855 .hero-ctas { display: grid; grid-template-columns: 1fr; }
  .production-qa-v855 .hero-ctas .btn { width: 100%; min-height: 54px; }
  .production-qa-v855 .trust-row { display: grid; grid-template-columns: 1fr; }
  .production-qa-v855 .hero-brand-film-card { border-radius: 30px; aspect-ratio: 16/12; }
  .production-qa-v855 .video-caption em { display: none; }
  .production-qa-v855 .video-play { width: 64px; height: 64px; }
  .production-qa-v855 .premium-trust-strip strong { font-size: 15.5px; }
  .production-qa-v855 .formula-fullscreen-section { padding: 78px 0 90px; }
  .production-qa-v855 .formula-panel,
  .production-qa-v855 .formula-panel.is-active,
  .production-qa-v855 .formula-panel:hover { flex-basis: 86vw; min-height: 510px; border-radius: 30px; }
  .production-qa-v855 .formula-panel-content { left: 16px; right: 16px; bottom: 16px; padding: 20px; }
  .production-qa-v855 .formula-panel-content h3 { font-size: 25px; }
  .production-qa-v855 .formula-panel-content p { font-size: 14.5px; }
  .production-qa-v855 .service-mini { min-height: auto; }
  .production-qa-v855 .service-mini p { min-height: 0; }
  .production-qa-v855 .premium-product-grid .product-premium { min-height: auto; padding: 22px; }
  .production-qa-v855 .product-visual { min-height: 220px; }
  .production-qa-v855 .metrics-strip-production { grid-template-columns: 1fr; }
  .production-qa-v855 .metrics-strip-production article { border-right: 0; }
  .production-qa-v855 .cta-band::before { width: 100%; background: linear-gradient(180deg, rgba(3,8,20,.44), transparent); }
  .production-qa-v855 .trusted-brands-section { padding: 78px 0 96px; }
  .production-qa-v855 .trusted-motion { min-height: 430px; border-radius: 30px; }
  .production-qa-v855 .trusted-hero-card { width: calc(100% - 40px); left: 20px; right: 20px; bottom: 20px; padding: 24px; }
  .production-qa-v855 .brand-marquee span { min-height: 58px; padding-inline: 18px; font-size: 12.5px; }
  .production-qa-v855 .footer { padding-bottom: 100px; }
  .production-qa-v855 .footer-grid-premium { grid-template-columns: 1fr; gap: 32px; }
  .production-qa-v855 .footer p,
  .production-qa-v855 .footer a { font-size: 15px; line-height: 1.92; }
  .production-qa-v855 .floating-contact-premium,
  .production-qa-v855 .mobile-contact-bar { display: none !important; }
  .mobile-quick-contact { display: block; position: fixed; right: 16px; bottom: calc(84px + env(safe-area-inset-bottom)); z-index: 58; }
  .mobile-quick-toggle { width: 60px; height: 60px; border: 2px solid rgba(255,255,255,.9); border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--magenta), #D330D5 52%, var(--cyan)); box-shadow: 0 22px 58px rgba(233,6,172,.28); font-family: "Noto Sans Thai", sans-serif; font-size: 12px; font-weight: 700; }
  .mobile-quick-menu { position: absolute; right: 0; bottom: 72px; display: grid; gap: 10px; transform: translateY(10px) scale(.96); opacity: 0; pointer-events: none; transition: opacity .22s ease, transform .22s ease; }
  .mobile-quick-contact.open .mobile-quick-menu { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
  .mobile-quick-menu a { min-width: 112px; min-height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 999px; background: rgba(255,255,255,.96); border: 1px solid var(--line); box-shadow: 0 16px 42px rgba(16,24,40,.16); color: var(--ink); font-weight: 600; font-size: 13px; }
  .production-qa-v855 .back-to-top { right: 16px; bottom: calc(16px + env(safe-area-inset-bottom)); width: 54px; height: 54px; }
}
@media (max-width: 420px) {
  .production-qa-v855 .hero-title { font-size: clamp(31px, 8.4vw, 39px); }
  .production-qa-v855 .hero-brand-film-card { aspect-ratio: 16/13; }
  .production-qa-v855 .formula-panel,
  .production-qa-v855 .formula-panel.is-active,
  .production-qa-v855 .formula-panel:hover { min-height: 500px; }
  .production-qa-v855 .vertical-label { font-size: 29px; }
}
@media (prefers-reduced-motion: reduce) {
  .production-qa-v855 *,
  .production-qa-v855 *::before,
  .production-qa-v855 *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .production-qa-v855 .brand-marquee-track { animation: none !important; transform: none !important; }
}


/* =========================================================
   DICHANA v8.5.6 Global Spacing Balance Polish
   Scope: full-page vertical rhythm, section-to-section balance,
   internal spacing consistency, desktop/tablet/mobile rhythm.
   This pass intentionally does not change the visual direction.
   ========================================================= */
.spacing-balance-v856 {
  --space-2xs: 8px;
  --space-xs: 12px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 32px;
  --space-xl: 48px;
  --space-2xl: 64px;
  --space-3xl: 80px;
  --space-4xl: 96px;
  --section-y: clamp(68px, 6.1vw, 96px);
  --section-y-tight: clamp(48px, 4.4vw, 72px);
  --section-y-soft: clamp(56px, 5vw, 82px);
  --head-gap: clamp(26px, 2.6vw, 38px);
  --content-gap: clamp(26px, 2.9vw, 44px);
}

/* Global rhythm: keep premium whitespace, remove over-large jumps. */
.spacing-balance-v856 .section { padding-top: var(--section-y); padding-bottom: var(--section-y); }
.spacing-balance-v856 .section.tight { padding-top: var(--section-y-tight); padding-bottom: var(--section-y-tight); }
.spacing-balance-v856 .section-head { margin-bottom: var(--head-gap); }
.spacing-balance-v856 .section-head.centered { margin-bottom: var(--head-gap); }
.spacing-balance-v856 .kicker { margin-bottom: 0; }
.spacing-balance-v856 .title { margin-top: 12px; margin-bottom: 12px; }
.spacing-balance-v856 .title.sm { margin-top: 11px; margin-bottom: 10px; }
.spacing-balance-v856 .lead { margin-top: 0; }

/* Header → Hero: lower top blank area while keeping above-the-fold impact. */
.spacing-balance-v856 .hero-video-fullscreen {
  min-height: clamp(660px, 82svh, 880px);
  padding-top: clamp(42px, 5vw, 72px);
  padding-bottom: clamp(64px, 6vw, 92px);
}
.spacing-balance-v856 .hero-video-grid { gap: clamp(34px, 4.1vw, 64px); }
.spacing-balance-v856 .hero-copy h1 { margin-top: 12px; }
.spacing-balance-v856 .hero-title { margin-bottom: 18px; }
.spacing-balance-v856 .hero-video-fullscreen .lead { margin-bottom: 0; }
.spacing-balance-v856 .hero-ctas { margin-top: 24px; margin-bottom: 18px; }
.spacing-balance-v856 .hero-trust { margin-top: 18px; }
.spacing-balance-v856 .hero-brand-film-card { min-height: clamp(420px, 42vw, 560px); }

/* Hero → trust strip: overlap a touch more so the first transition feels intentional. */
.spacing-balance-v856 .trust-band-section {
  padding-top: 0;
  padding-bottom: clamp(42px, 4.2vw, 64px);
  margin-top: clamp(-72px, -4.2vw, -46px);
}
.spacing-balance-v856 .premium-trust-strip article { padding-top: 24px; padding-bottom: 24px; }
.spacing-balance-v856 .premium-trust-strip strong { margin: 0; }
.spacing-balance-v856 .premium-trust-strip small { margin: 0; }

/* Trust strip → Showcase: reduce the large blank area before the showcase title. */
.spacing-balance-v856 .formula-fullscreen-section,
.spacing-balance-v856 .formula-universe-section {
  padding-top: clamp(56px, 5.2vw, 82px);
  padding-bottom: clamp(58px, 5.4vw, 86px);
}
.spacing-balance-v856 .formula-fullscreen-section .section-head.centered { margin-bottom: clamp(26px, 2.5vw, 36px); }
.spacing-balance-v856 .formula-showcase-frame { margin-top: clamp(24px, 2.6vw, 38px); }
.spacing-balance-v856 .formula-universe {
  min-height: clamp(560px, 58vh, 700px);
  padding-top: 8px;
  padding-bottom: 12px;
}
.spacing-balance-v856 .formula-panel { min-height: clamp(530px, 56vh, 680px); }
.spacing-balance-v856 .formula-panel-content { bottom: clamp(22px, 2vw, 30px); }

/* Showcase → Services: make the next section start without a long visual pause. */
.spacing-balance-v856 .section-services-balanced {
  padding-top: clamp(54px, 4.8vw, 76px);
  padding-bottom: clamp(58px, 5vw, 82px);
}
.spacing-balance-v856 .section-services-balanced .section-head.centered { margin-bottom: clamp(28px, 2.4vw, 36px); }
.spacing-balance-v856 .service-icon-grid { gap: clamp(16px, 1.7vw, 24px); }
.spacing-balance-v856 .service-mini { padding-top: 30px; padding-bottom: 30px; }
.spacing-balance-v856 .service-mini h3 { margin-top: 12px; margin-bottom: 8px; }
.spacing-balance-v856 .service-mini p { margin-top: 0; margin-bottom: 10px; }

/* Services → Products: balance transition and internal grid spacing. */
.spacing-balance-v856 .section-products-balanced {
  padding-top: clamp(60px, 5.3vw, 84px);
  padding-bottom: clamp(54px, 4.8vw, 76px);
}
.spacing-balance-v856 .section-products-balanced .section-head.centered { margin-bottom: clamp(22px, 2.1vw, 30px); }
.spacing-balance-v856 .formula-filter { margin-top: 0; margin-bottom: clamp(24px, 2.4vw, 34px); }
.spacing-balance-v856 .premium-product-grid { gap: clamp(22px, 2vw, 30px); }
.spacing-balance-v856 .premium-product-grid .product-premium { min-height: 0; }
.spacing-balance-v856 .product-premium h3 { margin-top: 12px; margin-bottom: 8px; }
.spacing-balance-v856 .product-premium p { margin-top: 0; margin-bottom: 12px; }
.spacing-balance-v856 .product-visual { min-height: clamp(220px, 18vw, 260px); }

/* Products → Metrics → CTA: remove oversized gaps between conversion blocks. */
.spacing-balance-v856 .section-metrics-balanced,
.spacing-balance-v856 .metrics-section {
  padding-top: clamp(40px, 3.9vw, 62px);
  padding-bottom: clamp(38px, 3.6vw, 56px);
}
.spacing-balance-v856 .metrics-strip-production article { padding-top: 24px; padding-bottom: 26px; }
.spacing-balance-v856 .section-cta-balanced {
  padding-top: clamp(44px, 4.2vw, 66px);
  padding-bottom: clamp(58px, 5vw, 80px);
}
.spacing-balance-v856 .cta-band { padding-top: clamp(44px, 4.4vw, 62px); padding-bottom: clamp(44px, 4.4vw, 62px); }
.spacing-balance-v856 .cta-band .title { margin-bottom: 14px; }
.spacing-balance-v856 .cta-band p { margin-top: 0; margin-bottom: 22px; }
.spacing-balance-v856 .cta-product-stack { min-height: clamp(210px, 20vw, 250px); }

/* CTA → Trusted 5,000+ → Footer: keep social proof connected to the close. */
.spacing-balance-v856 .trusted-brands-section {
  padding-top: clamp(64px, 5.5vw, 88px);
  padding-bottom: clamp(62px, 5.2vw, 84px);
}
.spacing-balance-v856 .trusted-brands-wrap { gap: clamp(36px, 4.4vw, 68px); }
.spacing-balance-v856 .trusted-brands-copy .title { margin-bottom: 14px; }
.spacing-balance-v856 .trusted-brands-copy .lead { margin-bottom: 24px; }
.spacing-balance-v856 .trusted-proof-row { margin-top: 22px; }
.spacing-balance-v856 .trusted-motion { min-height: clamp(360px, 33vw, 440px); }
.spacing-balance-v856 .footer { padding-top: clamp(56px, 5vw, 72px); }
.spacing-balance-v856 .footer-bottom { margin-top: 34px; }

/* Consistent card/grid rhythm across desktop sections. */
.spacing-balance-v856 .grid { row-gap: clamp(22px, 2.1vw, 32px); }
.spacing-balance-v856 .card-link { margin-top: 10px; }
.spacing-balance-v856 p + .hero-ctas,
.spacing-balance-v856 p + .btn,
.spacing-balance-v856 .lead + .formula-filter { margin-top: 22px; }

/* Tablet rhythm: reduce large desktop section gaps without making cards cramped. */
@media (max-width: 1280px) {
  .spacing-balance-v856 .hero-video-fullscreen { min-height: auto; padding-top: 46px; padding-bottom: 74px; }
  .spacing-balance-v856 .hero-video-grid { gap: 40px; }
  .spacing-balance-v856 .trust-band-section { margin-top: -44px; padding-bottom: 50px; }
  .spacing-balance-v856 .formula-fullscreen-section,
  .spacing-balance-v856 .formula-universe-section { padding-top: 62px; padding-bottom: 68px; }
  .spacing-balance-v856 .section-services-balanced { padding-top: 58px; padding-bottom: 66px; }
  .spacing-balance-v856 .section-products-balanced { padding-top: 62px; padding-bottom: 60px; }
  .spacing-balance-v856 .section-cta-balanced { padding-top: 46px; padding-bottom: 66px; }
  .spacing-balance-v856 .trusted-brands-section { padding-top: 66px; padding-bottom: 74px; }
}

@media (max-width: 980px) {
  .spacing-balance-v856 .section { padding-top: 62px; padding-bottom: 62px; }
  .spacing-balance-v856 .hero-video-fullscreen { padding-top: 42px; padding-bottom: 66px; }
  .spacing-balance-v856 .hero-video-grid { gap: 34px; }
  .spacing-balance-v856 .hero-brand-film-card { min-height: 0; }
  .spacing-balance-v856 .trust-band-section { margin-top: -34px; padding-bottom: 42px; }
  .spacing-balance-v856 .formula-fullscreen-section,
  .spacing-balance-v856 .formula-universe-section { padding-top: 54px; padding-bottom: 58px; }
  .spacing-balance-v856 .formula-universe { min-height: 500px; padding-bottom: 12px; }
  .spacing-balance-v856 .formula-panel,
  .spacing-balance-v856 .formula-panel.is-active,
  .spacing-balance-v856 .formula-panel:hover { min-height: 500px; }
  .spacing-balance-v856 .section-services-balanced { padding-top: 52px; padding-bottom: 56px; }
  .spacing-balance-v856 .section-products-balanced { padding-top: 54px; padding-bottom: 50px; }
  .spacing-balance-v856 .section-metrics-balanced,
  .spacing-balance-v856 .metrics-section { padding-top: 34px; padding-bottom: 42px; }
  .spacing-balance-v856 .section-cta-balanced { padding-top: 40px; padding-bottom: 54px; }
  .spacing-balance-v856 .trusted-brands-section { padding-top: 56px; padding-bottom: 68px; }
  .spacing-balance-v856 .trusted-brands-wrap { gap: 34px; }
}

/* Mobile rhythm: compact, readable, no giant gaps between stacked sections. */
@media (max-width: 760px) {
  .spacing-balance-v856 .section { padding-top: 54px; padding-bottom: 54px; }
  .spacing-balance-v856 .section-head.centered { margin-bottom: 24px; }
  .spacing-balance-v856 .title { margin-top: 10px; margin-bottom: 10px; }
  .spacing-balance-v856 .hero-video-fullscreen { padding-top: 34px; padding-bottom: 56px; }
  .spacing-balance-v856 .hero-copy h1 { margin-top: 10px; }
  .spacing-balance-v856 .hero-title { margin-bottom: 14px; }
  .spacing-balance-v856 .hero-ctas { margin-top: 18px; margin-bottom: 14px; }
  .spacing-balance-v856 .hero-trust { margin-top: 14px; }
  .spacing-balance-v856 .trust-band-section { margin-top: -22px; padding-bottom: 36px; }
  .spacing-balance-v856 .premium-trust-strip article { padding: 20px 18px; }
  .spacing-balance-v856 .formula-fullscreen-section,
  .spacing-balance-v856 .formula-universe-section { padding-top: 46px; padding-bottom: 48px; }
  .spacing-balance-v856 .formula-showcase-frame { margin-top: 20px; }
  .spacing-balance-v856 .formula-universe { min-height: 474px; }
  .spacing-balance-v856 .formula-panel,
  .spacing-balance-v856 .formula-panel.is-active,
  .spacing-balance-v856 .formula-panel:hover { min-height: 470px; }
  .spacing-balance-v856 .section-services-balanced { padding-top: 46px; padding-bottom: 48px; }
  .spacing-balance-v856 .section-products-balanced { padding-top: 48px; padding-bottom: 44px; }
  .spacing-balance-v856 .formula-filter { margin-bottom: 22px; }
  .spacing-balance-v856 .section-metrics-balanced,
  .spacing-balance-v856 .metrics-section { padding-top: 30px; padding-bottom: 36px; }
  .spacing-balance-v856 .section-cta-balanced { padding-top: 34px; padding-bottom: 46px; }
  .spacing-balance-v856 .cta-band { padding-top: 30px; padding-bottom: 30px; }
  .spacing-balance-v856 .trusted-brands-section { padding-top: 46px; padding-bottom: 58px; }
  .spacing-balance-v856 .trusted-motion { min-height: 390px; }
  .spacing-balance-v856 .footer { padding-top: 48px; }
}

@media (max-width: 420px) {
  .spacing-balance-v856 .section { padding-top: 46px; padding-bottom: 46px; }
  .spacing-balance-v856 .hero-video-fullscreen { padding-top: 28px; padding-bottom: 48px; }
  .spacing-balance-v856 .formula-fullscreen-section,
  .spacing-balance-v856 .formula-universe-section { padding-top: 40px; padding-bottom: 42px; }
  .spacing-balance-v856 .formula-universe { min-height: 450px; }
  .spacing-balance-v856 .formula-panel,
  .spacing-balance-v856 .formula-panel.is-active,
  .spacing-balance-v856 .formula-panel:hover { min-height: 450px; }
  .spacing-balance-v856 .section-services-balanced,
  .spacing-balance-v856 .section-products-balanced { padding-top: 42px; padding-bottom: 42px; }
  .spacing-balance-v856 .trusted-brands-section { padding-top: 42px; padding-bottom: 52px; }
}


/* =========================================================
   DICHANA v8.5.7 Hero Trust Band Redesign
   Scope: redesign the 01-04 trust band under the hero so it
   feels premium, properly spaced, responsive and intentional.
   ========================================================= */
.hero-trust-redesign-v857 .hero-video-fullscreen {
  padding-bottom: clamp(78px, 6.8vw, 112px);
}
.hero-trust-redesign-v857 .hero-video-grid {
  align-items: center;
}
.hero-trust-redesign-v857 .hero-brand-film-card {
  margin-bottom: clamp(6px, 1vw, 14px);
}
.hero-trust-redesign-v857 .hero-trust-band-redesign {
  position: relative;
  z-index: 8;
  padding-top: 0;
  padding-bottom: clamp(48px, 4.4vw, 72px);
  margin-top: clamp(-34px, -2.2vw, -20px);
  background:
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.78) 44%, rgba(255,255,255,1) 100%);
}
.hero-trust-redesign-v857 .hero-trust-band-wrap {
  width: min(calc(100% - 64px), 1240px);
  position: relative;
  display: grid;
  grid-template-columns: minmax(230px, .78fr) minmax(0, 2.9fr);
  gap: 14px;
  align-items: stretch;
  padding: 16px;
  border-radius: 36px;
  border: 1px solid rgba(231,236,243,.9);
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,251,254,.90) 48%, rgba(241,252,255,.92));
  box-shadow: 0 30px 90px rgba(16,24,40,.095), 0 1px 0 rgba(255,255,255,.85) inset;
  backdrop-filter: blur(18px);
  overflow: hidden;
}
.hero-trust-redesign-v857 .hero-trust-band-wrap::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(233,6,172,.85), rgba(8,195,244,.75));
  opacity: .55;
}
.hero-trust-redesign-v857 .hero-trust-band-wrap::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -86px;
  top: -96px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(8,195,244,.18), transparent 68%);
  pointer-events: none;
}
.hero-trust-redesign-v857 .trust-band-intro {
  position: relative;
  z-index: 1;
  padding: 24px 24px 22px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.88);
  background:
    radial-gradient(circle at 12% 16%, rgba(233,6,172,.10), transparent 38%),
    radial-gradient(circle at 100% 0%, rgba(8,195,244,.12), transparent 46%),
    rgba(255,255,255,.72);
  display: grid;
  align-content: center;
  min-height: 150px;
}
.hero-trust-redesign-v857 .trust-band-intro .kicker {
  width: fit-content;
  margin-bottom: 10px;
}
.hero-trust-redesign-v857 .trust-band-intro h2 {
  margin: 0;
  max-width: 300px;
  color: var(--ink);
  font-size: clamp(20px, 1.42vw, 24px);
  line-height: 1.36;
  font-weight: 700;
  letter-spacing: -.015em;
}
.hero-trust-redesign-v857 .trust-band-intro p {
  margin: 10px 0 0;
  color: var(--readable);
  font-size: 13.8px;
  line-height: 1.72;
  font-weight: 500;
}
.hero-trust-redesign-v857 .hero-trust-highlights {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.hero-trust-redesign-v857 .trust-highlight-card {
  position: relative;
  display: grid;
  align-content: start;
  gap: 9px;
  min-height: 150px;
  padding: 22px 20px 20px;
  border-radius: 24px;
  border: 1px solid rgba(231,236,243,.82);
  background: rgba(255,255,255,.76);
  box-shadow: 0 18px 42px rgba(16,24,40,.045);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.hero-trust-redesign-v857 .trust-highlight-card:hover {
  transform: translateY(-3px);
  border-color: rgba(233,6,172,.22);
  background: rgba(255,255,255,.92);
  box-shadow: 0 24px 58px rgba(16,24,40,.075);
}
.hero-trust-redesign-v857 .trust-highlight-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 2px;
}
.hero-trust-redesign-v857 .trust-index {
  display: inline-grid;
  place-items: center;
  min-width: 40px;
  height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--magenta-deep);
  background: linear-gradient(135deg, rgba(233,6,172,.12), rgba(8,195,244,.10));
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .01em;
}
.hero-trust-redesign-v857 .trust-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  background: linear-gradient(135deg, var(--magenta), var(--cyan));
  box-shadow: 0 12px 28px rgba(233,6,172,.16);
}
.hero-trust-redesign-v857 .trust-highlight-card strong {
  margin: 0;
  color: var(--ink);
  font-size: clamp(15.5px, 1vw, 17px);
  line-height: 1.42;
  font-weight: 700;
}
.hero-trust-redesign-v857 .trust-highlight-card small {
  margin: 0;
  color: var(--readable);
  font-size: 13.5px;
  line-height: 1.68;
  font-weight: 500;
}
.hero-trust-redesign-v857 .formula-fullscreen-section,
.hero-trust-redesign-v857 .formula-universe-section {
  padding-top: clamp(46px, 4.4vw, 70px);
}

@media (max-width: 1280px) {
  .hero-trust-redesign-v857 .hero-trust-band-redesign { margin-top: -26px; padding-bottom: 58px; }
  .hero-trust-redesign-v857 .hero-trust-band-wrap { width: min(calc(100% - 42px), 1060px); grid-template-columns: 1fr; }
  .hero-trust-redesign-v857 .trust-band-intro { min-height: auto; }
  .hero-trust-redesign-v857 .trust-band-intro h2 { max-width: 680px; }
  .hero-trust-redesign-v857 .trust-band-intro p { max-width: 780px; }
}
@media (max-width: 980px) {
  .hero-trust-redesign-v857 .hero-video-fullscreen { padding-bottom: 70px; }
  .hero-trust-redesign-v857 .hero-trust-band-redesign { margin-top: -20px; padding-bottom: 48px; }
  .hero-trust-redesign-v857 .hero-trust-band-wrap { width: min(calc(100% - 32px), 760px); border-radius: 30px; padding: 14px; }
  .hero-trust-redesign-v857 .hero-trust-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-trust-redesign-v857 .trust-highlight-card { min-height: 142px; padding: 20px 18px; }
  .hero-trust-redesign-v857 .formula-fullscreen-section,
  .hero-trust-redesign-v857 .formula-universe-section { padding-top: 46px; }
}
@media (max-width: 760px) {
  .hero-trust-redesign-v857 .hero-video-fullscreen { padding-bottom: 58px; }
  .hero-trust-redesign-v857 .hero-trust-band-redesign { margin-top: -14px; padding-bottom: 40px; }
  .hero-trust-redesign-v857 .hero-trust-band-wrap { width: min(calc(100% - 26px), 520px); padding: 12px; border-radius: 26px; }
  .hero-trust-redesign-v857 .trust-band-intro { padding: 20px; border-radius: 22px; }
  .hero-trust-redesign-v857 .trust-band-intro h2 { font-size: 20px; }
  .hero-trust-redesign-v857 .hero-trust-highlights { grid-template-columns: 1fr; gap: 9px; }
  .hero-trust-redesign-v857 .trust-highlight-card { min-height: auto; padding: 18px 18px 17px; border-radius: 22px; }
  .hero-trust-redesign-v857 .trust-highlight-card small { font-size: 13.3px; }
  .hero-trust-redesign-v857 .formula-fullscreen-section,
  .hero-trust-redesign-v857 .formula-universe-section { padding-top: 40px; }
}
@media (max-width: 420px) {
  .hero-trust-redesign-v857 .hero-trust-band-wrap { width: min(calc(100% - 20px), 420px); border-radius: 24px; }
  .hero-trust-redesign-v857 .trust-band-intro { padding: 18px; }
  .hero-trust-redesign-v857 .trust-highlight-top { margin-bottom: 0; }
}


/* =========================================================
   DICHANA v8.5.8 Interactive Showcase Reveal Polish
   Scope: clean inactive panels by showing only vertical title
   and product visual; reveal detail card only on active / hover
   / tap / keyboard focus. Keeps the premium full-page showcase
   but removes text clutter from non-active panels.
   ========================================================= */
.showcase-reveal-v858 .formula-showcase-frame {
  isolation: isolate;
}
.showcase-reveal-v858 .formula-panel {
  outline: none;
  --panel-muted-opacity: .58;
}
.showcase-reveal-v858 .formula-panel:focus-visible {
  box-shadow: 0 0 0 4px rgba(255,255,255,.9), 0 0 0 7px rgba(233,6,172,.32), 0 34px 100px rgba(16,24,40,.14);
}
.showcase-reveal-v858 .formula-panel:not(.is-active):not(:hover):not(:focus-within) {
  flex: .76;
  opacity: .88;
  filter: saturate(.92) contrast(1.02);
  box-shadow: 0 24px 62px rgba(16,24,40,.07);
}
.showcase-reveal-v858 .formula-panel:not(.is-active):not(:hover):not(:focus-within)::before {
  background:
    linear-gradient(180deg, rgba(255,255,255,.10), rgba(9,17,31,.18)),
    linear-gradient(90deg, rgba(255,255,255,.22), rgba(255,255,255,0));
}
.showcase-reveal-v858 .formula-panel:not(.is-active):not(:hover):not(:focus-within) .formula-panel-media {
  opacity: var(--panel-muted-opacity);
  transform: scale(1.015);
}
.showcase-reveal-v858 .formula-panel:not(.is-active):not(:hover):not(:focus-within) .formula-panel-content {
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(24px) scale(.96);
  filter: blur(6px);
}
.showcase-reveal-v858 .formula-panel.is-active .formula-panel-content,
.showcase-reveal-v858 .formula-panel:hover .formula-panel-content,
.showcase-reveal-v858 .formula-panel:focus-within .formula-panel-content,
.showcase-reveal-v858 .formula-panel.reveal-preview .formula-panel-content {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  filter: blur(0);
}
.showcase-reveal-v858 .formula-panel.is-active,
.showcase-reveal-v858 .formula-panel:hover,
.showcase-reveal-v858 .formula-panel:focus-within,
.showcase-reveal-v858 .formula-panel.reveal-preview {
  opacity: 1;
  filter: saturate(1.04) contrast(1.04);
}
.showcase-reveal-v858 .formula-panel:not(.is-active):not(:hover):not(:focus-within) .vertical-label {
  color: rgba(12,20,34,.76);
  opacity: .92;
  text-shadow: 0 1px 0 rgba(255,255,255,.55);
}
.showcase-reveal-v858 .formula-panel.is-active .vertical-label,
.showcase-reveal-v858 .formula-panel:hover .vertical-label,
.showcase-reveal-v858 .formula-panel:focus-within .vertical-label {
  color: rgba(12,20,34,.62);
  opacity: .78;
}
.showcase-reveal-v858 .formula-panel::after {
  content: attr(data-panel-title);
  position: absolute;
  z-index: 3;
  right: 18px;
  top: 20px;
  max-width: calc(100% - 36px);
  padding: 7px 12px;
  border-radius: 999px;
  color: rgba(12,20,34,.70);
  background: rgba(255,255,255,.58);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 12px 30px rgba(16,24,40,.055);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .82;
  transform: translateY(0);
  transition: opacity .28s ease, transform .28s ease, background .28s ease;
}
.showcase-reveal-v858 .formula-panel.is-active::after,
.showcase-reveal-v858 .formula-panel:hover::after,
.showcase-reveal-v858 .formula-panel:focus-within::after {
  opacity: 0;
  transform: translateY(-8px);
}
.showcase-reveal-v858 .formula-panel-content {
  will-change: opacity, transform, filter;
  transition: opacity .34s ease, transform .34s ease, filter .34s ease, visibility .34s ease;
}
.showcase-reveal-v858 .formula-panel-content .card-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
}
.showcase-reveal-v858 .showcase-nav {
  z-index: 8;
}
.showcase-reveal-v858 .showcase-nav:focus-visible {
  outline: 3px solid rgba(233,6,172,.36);
  outline-offset: 3px;
}

@media (hover: none) {
  .showcase-reveal-v858 .formula-panel:not(.is-active):not(:focus-within) .formula-panel-content {
    opacity: 0 !important;
    visibility: hidden;
    pointer-events: none;
  }
  .showcase-reveal-v858 .formula-panel.is-active .formula-panel-content,
  .showcase-reveal-v858 .formula-panel:focus-within .formula-panel-content {
    opacity: 1 !important;
    visibility: visible;
    pointer-events: auto;
  }
}

@media (max-width: 980px) {
  .showcase-reveal-v858 .formula-universe { scroll-padding-inline: 18px; }
  .showcase-reveal-v858 .formula-panel,
  .showcase-reveal-v858 .formula-panel.is-active,
  .showcase-reveal-v858 .formula-panel:hover,
  .showcase-reveal-v858 .formula-panel:focus-within {
    flex: 0 0 min(84vw, 520px);
  }
  .showcase-reveal-v858 .formula-panel:not(.is-active):not(:focus-within) .formula-panel-content {
    opacity: 0 !important;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(20px) scale(.97);
    filter: blur(5px);
  }
  .showcase-reveal-v858 .formula-panel.is-active .formula-panel-content,
  .showcase-reveal-v858 .formula-panel:focus-within .formula-panel-content {
    opacity: 1 !important;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@media (max-width: 760px) {
  .showcase-reveal-v858 .formula-panel::after { right: 14px; top: 14px; font-size: 10px; }
  .showcase-reveal-v858 .formula-panel:not(.is-active):not(:focus-within) .vertical-label { opacity: .86; }
  .showcase-reveal-v858 .formula-panel-content { bottom: 14px; left: 14px; right: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .showcase-reveal-v858 .formula-panel,
  .showcase-reveal-v858 .formula-panel-media,
  .showcase-reveal-v858 .formula-panel-content,
  .showcase-reveal-v858 .formula-panel::after {
    transition: none !important;
  }
}


/* ==========================================================
   DICHANA v8.5.9 — CTA Button Balance Polish
   Goal: make gradient CTA buttons feel centered, lighter, and consistent across the site.
   Scope: global .btn rhythm, header CTA, hero CTA, footer contact-team CTA, drawer/mobile CTAs.
   ========================================================== */
:root {
  --btn-height: 52px;
  --btn-height-sm: 46px;
  --btn-height-lg: 54px;
  --btn-pad-x: 26px;
  --btn-gap: 8px;
}

.btn,
a.btn,
button.btn {
  box-sizing: border-box;
  min-height: var(--btn-height);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--btn-gap);
  padding: 0 var(--btn-pad-x);
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.btn-primary,
a.btn-primary,
button.btn-primary {
  background: linear-gradient(135deg, #E906AC 0%, #CF35D8 52%, #28BFEA 100%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(233, 6, 172, .18), 0 8px 22px rgba(8, 195, 244, .10);
}

.btn-secondary,
a.btn-secondary,
button.btn-secondary,
.btn-cyan,
a.btn-cyan,
button.btn-cyan {
  font-weight: 600;
}

.btn .btn-arrow,
.btn > span[aria-hidden="true"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 1.02em;
  font-weight: 600;
  transform: translateY(-.5px);
  margin-inline-start: 1px;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(8, 195, 244, .38);
  outline-offset: 3px;
}

.header-actions .btn-primary,
.site-header .btn-primary {
  min-height: var(--btn-height-sm);
  padding-inline: 24px;
  font-size: 14px;
  font-weight: 600;
  gap: 7px;
}

.hero-ctas .btn,
.cta-band .btn {
  min-height: var(--btn-height-lg);
  padding-inline: 28px;
  font-size: 15px;
  font-weight: 600;
  gap: 9px;
}

.footer .btn-contact-team,
.btn-contact-team {
  min-width: 184px;
  min-height: 52px;
  padding-inline: 28px;
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1;
  gap: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  white-space: nowrap;
}

.footer .btn-contact-team .btn-arrow,
.btn-contact-team .btn-arrow,
.btn-contact-team span[aria-hidden="true"] {
  font-size: 1.03em;
  line-height: 1;
  transform: translateY(-.5px);
  margin-inline-start: 1px;
}

.drawer-cta .btn,
.mobile-contact-bar .btn,
.mobile-quick-menu a {
  min-height: 52px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding-inline: 20px;
}

.form-card .btn,
.quote-form .btn,
.contact-form .btn,
.search-form .btn {
  min-height: 52px;
  padding-inline: 26px;
  font-weight: 600;
}

.card-link .btn-arrow,
a.card-link .btn-arrow {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  transform: translateY(-.5px);
  margin-inline-start: 2px;
}

@media (max-width: 900px) {
  .btn,
  a.btn,
  button.btn {
    min-height: 52px;
    padding-inline: 22px;
    font-size: 14.5px;
  }
  .header-actions .btn-primary,
  .site-header .btn-primary {
    min-height: 46px;
  }
}

@media (max-width: 760px) {
  .btn,
  a.btn,
  button.btn {
    width: auto;
    min-height: 52px;
    padding-inline: 20px;
    font-size: 14px;
    line-height: 1.1;
    white-space: normal;
  }
  .hero-ctas .btn,
  .drawer-cta .btn,
  .mobile-contact-bar .btn,
  .footer .btn-contact-team {
    width: 100%;
  }
  .footer .btn-contact-team,
  .btn-contact-team {
    min-width: 0;
    padding-inline: 22px;
    justify-self: stretch;
  }
}


/* ------------------------------------------------------------
   DICHANA v8.5.10 Responsive Device Matrix Fix
   Goal: stabilize all public responsive breakpoints before Design Freeze.
   Covers: desktop/laptop/tablet/mobile, hero, video, trust band, showcase,
   services, products, metrics, CTA, trusted section, footer, floating actions.
   ------------------------------------------------------------ */
:root {
  --header-h-desktop: 74px;
  --header-h-mobile: 66px;
  --page-gutter: clamp(16px, 3vw, 42px);
  --section-y: clamp(72px, 6vw, 108px);
  --section-y-tight: clamp(48px, 4.2vw, 76px);
  --section-head-gap: clamp(20px, 2.1vw, 34px);
}

html { overflow-x: clip; scroll-padding-top: calc(var(--header-h-desktop) + 20px); }
body.responsive-device-matrix-v8510 {
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.responsive-device-matrix-v8510 main,
.responsive-device-matrix-v8510 section,
.responsive-device-matrix-v8510 footer { max-width: 100%; overflow-x: clip; }
.responsive-device-matrix-v8510 section[id],
.responsive-device-matrix-v8510 [id] { scroll-margin-top: calc(var(--header-h-desktop) + 20px); }
.responsive-device-matrix-v8510 .container { width: min(calc(100% - (var(--page-gutter) * 2)), var(--container)); }
.responsive-device-matrix-v8510 .section { padding-block: var(--section-y); }
.responsive-device-matrix-v8510 .section-head { margin-bottom: var(--section-head-gap); }
.responsive-device-matrix-v8510 .section-head.centered { max-width: 920px; margin-inline: auto; }
.responsive-device-matrix-v8510 .section-head .lead { max-width: min(760px, 100%); }
.responsive-device-matrix-v8510 .title,
.responsive-device-matrix-v8510 h1,
.responsive-device-matrix-v8510 h2,
.responsive-device-matrix-v8510 h3 { text-wrap: balance; }
.responsive-device-matrix-v8510 p,
.responsive-device-matrix-v8510 small,
.responsive-device-matrix-v8510 a,
.responsive-device-matrix-v8510 button { overflow-wrap: anywhere; }
.responsive-device-matrix-v8510 .site-header { min-height: var(--header-h-desktop); }
.responsive-device-matrix-v8510 .nav-wrap { min-height: var(--header-h-desktop); }
.responsive-device-matrix-v8510 .site-header .logo { min-width: clamp(178px, 15vw, 218px); }
.responsive-device-matrix-v8510 .nav-links a { padding-inline: clamp(8px, .75vw, 12px); font-size: clamp(12.5px, .72vw, 13.5px); }
.responsive-device-matrix-v8510 .header-actions .btn-primary { min-width: 164px; }

/* Hero: keep desktop impact while preventing high/short viewport overflow. */
.responsive-device-matrix-v8510 .hero-video-fullscreen {
  min-height: min(860px, calc(100svh - var(--header-h-desktop)));
  padding-block: clamp(62px, 6.4vw, 112px) clamp(56px, 5.8vw, 100px);
}
.responsive-device-matrix-v8510 .hero-video-grid {
  width: min(calc(100% - (var(--page-gutter) * 2)), var(--hero-max));
  grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
  gap: clamp(44px, 5.2vw, 92px);
}
.responsive-device-matrix-v8510 .hero-video-fullscreen .title {
  font-size: clamp(42px, 4.7vw, 70px);
  line-height: 1.12;
  margin-bottom: clamp(14px, 1.3vw, 20px);
}
.responsive-device-matrix-v8510 .hero-video-fullscreen .lead {
  font-size: clamp(15.5px, 1.22vw, 18px);
  line-height: 1.78;
  max-width: 620px;
}
.responsive-device-matrix-v8510 .hero-ctas { gap: 12px; margin-block: clamp(20px, 2.1vw, 28px) clamp(14px, 1.5vw, 20px); }
.responsive-device-matrix-v8510 .hero-trust { gap: 10px; }
.responsive-device-matrix-v8510 .hero-video-card {
  width: 100%;
  min-height: clamp(390px, 36vw, 520px);
  max-height: min(560px, calc(100svh - 190px));
  aspect-ratio: 16 / 10;
}
.responsive-device-matrix-v8510 .video-caption { gap: 8px 12px; }
.responsive-device-matrix-v8510 .video-caption em { white-space: nowrap; }

/* Trust band: preserve the redesigned card while avoiding uneven breakpoints. */
.responsive-device-matrix-v8510 .trust-band-section {
  padding-block: clamp(34px, 4vw, 62px) clamp(52px, 5vw, 84px);
}
.responsive-device-matrix-v8510 .hero-trust-band-wrap { max-width: min(1280px, calc(100% - (var(--page-gutter) * 2))); }
.responsive-device-matrix-v8510 .hero-trust-highlights { align-items: stretch; }
.responsive-device-matrix-v8510 .trust-highlight-card { min-height: 100%; }
.responsive-device-matrix-v8510 .trust-highlight-card small { line-height: 1.62; }

/* Fullscreen showcase: edge-to-edge feel with safe gutters for floating actions. */
.responsive-device-matrix-v8510 .formula-fullscreen-section {
  padding-block: clamp(58px, 5.6vw, 94px) clamp(58px, 5.8vw, 98px);
}
.responsive-device-matrix-v8510 .formula-fullscreen-container {
  width: min(calc(100% - max(36px, 8vw)), 1680px);
  margin-inline: auto;
}
.responsive-device-matrix-v8510 .formula-showcase-frame {
  margin-top: clamp(24px, 3vw, 42px);
  padding-inline: clamp(18px, 2.4vw, 42px);
}
.responsive-device-matrix-v8510 .formula-universe {
  width: 100%;
  min-height: clamp(520px, 48vw, 700px);
  gap: clamp(12px, 1.25vw, 22px);
  margin-top: 0;
}
.responsive-device-matrix-v8510 .formula-panel {
  min-width: 0;
  contain: layout paint;
}
.responsive-device-matrix-v8510 .formula-panel-content h3 { line-height: 1.3; }
.responsive-device-matrix-v8510 .showcase-nav {
  z-index: 4;
  inline-size: clamp(38px, 3vw, 48px);
  block-size: clamp(38px, 3vw, 48px);
}
.responsive-device-matrix-v8510 .showcase-prev { left: clamp(8px, 1.2vw, 24px); }
.responsive-device-matrix-v8510 .showcase-next { right: clamp(8px, 1.2vw, 24px); }

/* Cards and grids: no accidental long columns or tap targets below 44px. */
.responsive-device-matrix-v8510 .grid { gap: clamp(16px, 1.8vw, 26px); }
.responsive-device-matrix-v8510 .service-icon-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.responsive-device-matrix-v8510 .service-mini {
  min-height: 238px;
  padding: clamp(22px, 2vw, 30px) clamp(16px, 1.5vw, 22px);
}
.responsive-device-matrix-v8510 .service-mini p { min-height: auto; }
.responsive-device-matrix-v8510 .service-mini .card-link,
.responsive-device-matrix-v8510 .product-premium .card-link { min-height: 44px; align-items: center; }
.responsive-device-matrix-v8510 .premium-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.responsive-device-matrix-v8510 .product-premium { min-width: 0; }
.responsive-device-matrix-v8510 .premium-product-grid .product-premium { min-height: auto; }
.responsive-device-matrix-v8510 .product-visual { min-height: clamp(170px, 17vw, 230px); }
.responsive-device-matrix-v8510 .formula-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.responsive-device-matrix-v8510 .formula-filter button { min-height: 40px; white-space: nowrap; }

/* Metrics, CTA and social proof respond by layout, not by shrinking text. */
.responsive-device-matrix-v8510 .metrics-section { padding-block: clamp(50px, 4.8vw, 82px); }
.responsive-device-matrix-v8510 .metrics-strip-production article { min-width: 0; padding: clamp(22px, 2.1vw, 30px) 16px; }
.responsive-device-matrix-v8510 .metrics-strip small { overflow-wrap: normal; }
.responsive-device-matrix-v8510 .section-cta-balanced { padding-block: clamp(54px, 5vw, 86px); }
.responsive-device-matrix-v8510 .cta-band-video { grid-template-columns: minmax(0, 1fr) minmax(240px, 360px); gap: clamp(22px, 3vw, 42px); }
.responsive-device-matrix-v8510 .cta-band .hero-ctas { margin-bottom: 0; }
.responsive-device-matrix-v8510 .trusted-brands-section { padding-block: clamp(64px, 6vw, 108px); }
.responsive-device-matrix-v8510 .trusted-brands-wrap { gap: clamp(28px, 4vw, 70px); }
.responsive-device-matrix-v8510 .trusted-proof-row { gap: 10px; }
.responsive-device-matrix-v8510 .trusted-motion { max-width: 100%; }

/* Footer and floating action safety. */
.responsive-device-matrix-v8510 .footer { padding-bottom: calc(34px + env(safe-area-inset-bottom)); }
.responsive-device-matrix-v8510 .footer-grid-premium { gap: clamp(28px, 3.8vw, 52px); }
.responsive-device-matrix-v8510 .floating-contact-premium,
.responsive-device-matrix-v8510 .mobile-quick-contact,
.responsive-device-matrix-v8510 .back-to-top { transition: opacity .22s ease, transform .22s ease, visibility .22s ease; }
.responsive-device-matrix-v8510.is-footer-zone .floating-contact-premium,
.responsive-device-matrix-v8510.is-footer-zone .mobile-quick-contact {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px) scale(.96);
}
.responsive-device-matrix-v8510.is-footer-zone .back-to-top.show { opacity: .95; }

/* 1366/1280 laptop matrix: keep hero and video inside short viewports. */
@media (max-width: 1400px) and (min-width: 1201px) {
  .responsive-device-matrix-v8510 .hero-video-grid { grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr); gap: clamp(38px, 4.2vw, 70px); }
  .responsive-device-matrix-v8510 .hero-video-fullscreen { min-height: min(780px, calc(100svh - var(--header-h-desktop))); padding-block: 54px 60px; }
  .responsive-device-matrix-v8510 .hero-video-fullscreen .title { font-size: clamp(40px, 4.45vw, 62px); }
  .responsive-device-matrix-v8510 .hero-video-card { min-height: 390px; }
  .responsive-device-matrix-v8510 .nav-wrap { gap: 12px; }
  .responsive-device-matrix-v8510 .header-actions .btn-primary { min-width: 148px; padding-inline: 20px; }
}

@media (max-height: 820px) and (min-width: 980px) {
  .responsive-device-matrix-v8510 .hero-video-fullscreen { min-height: auto; padding-block: 46px 54px; }
  .responsive-device-matrix-v8510 .hero-video-card { min-height: 360px; max-height: 430px; }
  .responsive-device-matrix-v8510 .trust-row { margin-top: 16px; }
  .responsive-device-matrix-v8510 .hero-ctas { margin-top: 22px; }
}

/* Tablet landscape/portrait matrix. */
@media (max-width: 1200px) {
  html { scroll-padding-top: calc(var(--header-h-mobile) + 18px); }
  .responsive-device-matrix-v8510 section[id],
  .responsive-device-matrix-v8510 [id] { scroll-margin-top: calc(var(--header-h-mobile) + 18px); }
  .responsive-device-matrix-v8510 .nav-wrap { min-height: var(--header-h-mobile); }
  .responsive-device-matrix-v8510 .hero-video-fullscreen { min-height: auto; padding-block: clamp(44px, 6vw, 72px) clamp(44px, 6vw, 76px); }
  .responsive-device-matrix-v8510 .hero-video-grid { grid-template-columns: 1fr; max-width: 940px; gap: clamp(30px, 5vw, 50px); }
  .responsive-device-matrix-v8510 .hero-copy { max-width: 760px; }
  .responsive-device-matrix-v8510 .hero-video-fullscreen .title { font-size: clamp(38px, 6.2vw, 60px); }
  .responsive-device-matrix-v8510 .hero-video-card { min-height: 0; max-height: none; aspect-ratio: 16 / 9.2; }
  .responsive-device-matrix-v8510 .hero-trust-highlights { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .responsive-device-matrix-v8510 .formula-fullscreen-container { width: min(calc(100% - 44px), 1040px); }
  .responsive-device-matrix-v8510 .formula-universe { overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; min-height: 520px; padding: 4px 4px 16px; }
  .responsive-device-matrix-v8510 .formula-panel,
  .responsive-device-matrix-v8510 .formula-panel.is-active,
  .responsive-device-matrix-v8510 .formula-panel:hover,
  .responsive-device-matrix-v8510 .formula-panel:focus-within { flex: 0 0 min(72vw, 520px); scroll-snap-align: center; }
  .responsive-device-matrix-v8510 .showcase-nav { display: none; }
  .responsive-device-matrix-v8510 .service-icon-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .responsive-device-matrix-v8510 .premium-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .responsive-device-matrix-v8510 .metrics-strip-production { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .responsive-device-matrix-v8510 .metrics-strip-production article:nth-child(3n) { border-right: 0; }
  .responsive-device-matrix-v8510 .metrics-strip-production article { border-bottom: 1px solid var(--line); }
  .responsive-device-matrix-v8510 .metrics-strip-production article:nth-last-child(-n+2) { border-bottom: 0; }
  .responsive-device-matrix-v8510 .cta-band-video { grid-template-columns: 1fr; }
  .responsive-device-matrix-v8510 .cta-product-stack { max-width: 360px; min-height: 240px; justify-self: end; opacity: .92; }
  .responsive-device-matrix-v8510 .trusted-brands-wrap { grid-template-columns: 1fr; }
  .responsive-device-matrix-v8510 .floating-contact-premium { display: none; }
  .mobile-quick-contact { display: block; position: fixed; right: 16px; bottom: calc(84px + env(safe-area-inset-bottom)); z-index: 58; }
}

@media (max-width: 900px) {
  .responsive-device-matrix-v8510 .container { width: min(calc(100% - 34px), var(--container)); }
  .responsive-device-matrix-v8510 .site-header .logo { min-width: 0; }
  .responsive-device-matrix-v8510 .logo-main { font-size: 17px; }
  .responsive-device-matrix-v8510 .logo-sub { font-size: 9px; }
  .responsive-device-matrix-v8510 .brand-mark { width: 34px; height: 42px; }
  .responsive-device-matrix-v8510 .header-actions .btn-primary,
  .responsive-device-matrix-v8510 .lang { display: none; }
  .responsive-device-matrix-v8510 .mobile-toggle { display: block; }
  .responsive-device-matrix-v8510 .hero-copy { text-align: left; }
  .responsive-device-matrix-v8510 .hero-video-fullscreen .lead { font-size: 15.8px; line-height: 1.78; }
  .responsive-device-matrix-v8510 .trust-row { display: flex; }
  .responsive-device-matrix-v8510 .trust-chip { flex: 1 1 calc(50% - 8px); min-width: min(190px, 100%); }
  .responsive-device-matrix-v8510 .hero-trust-band-wrap { padding: 0; }
  .responsive-device-matrix-v8510 .trust-band-intro { text-align: left; }
  .responsive-device-matrix-v8510 .formula-fullscreen-section { padding-block: 54px 58px; }
  .responsive-device-matrix-v8510 .section-head.centered { text-align: center; }
  .responsive-device-matrix-v8510 .service-icon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .responsive-device-matrix-v8510 .service-mini { min-height: 228px; }
  .responsive-device-matrix-v8510 .metrics-strip-production { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .responsive-device-matrix-v8510 .metrics-strip-production article:nth-child(3n) { border-right: 1px solid var(--line); }
  .responsive-device-matrix-v8510 .metrics-strip-production article:nth-child(2n) { border-right: 0; }
  .responsive-device-matrix-v8510 .metrics-strip-production article:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .responsive-device-matrix-v8510 .metrics-strip-production article:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .responsive-device-matrix-v8510 .trusted-motion { min-height: 360px; }
  .responsive-device-matrix-v8510 .footer { padding-bottom: calc(104px + env(safe-area-inset-bottom)); }
}

/* Mobile matrix: compact, no horizontal overflow, contact menu only when requested. */
@media (max-width: 760px) {
  :root { --page-gutter: 16px; --section-y: 58px; --section-y-tight: 42px; }
  html { scroll-padding-top: calc(var(--header-h-mobile) + 12px); }
  .responsive-device-matrix-v8510 .section { padding-block: var(--section-y); }
  .responsive-device-matrix-v8510 .container { width: min(calc(100% - 28px), var(--container)); }
  .responsive-device-matrix-v8510 .site-header { min-height: var(--header-h-mobile); }
  .responsive-device-matrix-v8510 .nav-wrap { min-height: var(--header-h-mobile); }
  .responsive-device-matrix-v8510 .hero-video-fullscreen { padding-block: 30px 44px; }
  .responsive-device-matrix-v8510 .hero-video-grid { width: min(calc(100% - 28px), 640px); gap: 26px; }
  .responsive-device-matrix-v8510 .hero-video-fullscreen .title { font-size: clamp(32px, 9.7vw, 44px); line-height: 1.12; letter-spacing: -.034em; }
  .responsive-device-matrix-v8510 .hero-title-line { display: inline; }
  .responsive-device-matrix-v8510 .hero-video-fullscreen .lead { font-size: 15.3px; line-height: 1.72; max-width: 100%; }
  .responsive-device-matrix-v8510 .hero-ctas { display: grid; grid-template-columns: 1fr; gap: 10px; margin-block: 18px 14px; }
  .responsive-device-matrix-v8510 .hero-ctas .btn { width: 100%; min-height: 50px; }
  .responsive-device-matrix-v8510 .trust-row { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 14px; }
  .responsive-device-matrix-v8510 .trust-chip { min-height: 46px; padding: 8px 12px; font-size: 12.8px; }
  .responsive-device-matrix-v8510 .icon-dot { width: 30px; height: 30px; border-radius: 12px; }
  .responsive-device-matrix-v8510 .hero-video-card { aspect-ratio: 16 / 10.6; border-radius: 24px; box-shadow: 0 20px 52px rgba(16,24,40,.13); }
  .responsive-device-matrix-v8510 .hero-video-card::before { inset: 9px; border-radius: 18px; }
  .responsive-device-matrix-v8510 .video-play { width: 54px; height: 54px; }
  .responsive-device-matrix-v8510 .video-play small { font-size: 8px; }
  .responsive-device-matrix-v8510 .video-caption { left: 10px; right: 10px; bottom: 10px; padding: 10px 12px; border-radius: 16px; grid-template-columns: 1fr; gap: 2px; }
  .responsive-device-matrix-v8510 .video-caption span { font-size: 10px; }
  .responsive-device-matrix-v8510 .video-caption strong { font-size: 12.6px; line-height: 1.35; }
  .responsive-device-matrix-v8510 .video-caption em { display: none; }

  .responsive-device-matrix-v8510 .trust-band-section { padding-block: 28px 44px; }
  .responsive-device-matrix-v8510 .hero-trust-band-wrap { width: min(calc(100% - 28px), 560px); border-radius: 24px; }
  .responsive-device-matrix-v8510 .trust-band-intro { padding: 18px; }
  .responsive-device-matrix-v8510 .trust-band-intro h2 { font-size: 22px; line-height: 1.28; }
  .responsive-device-matrix-v8510 .hero-trust-highlights { grid-template-columns: 1fr; gap: 10px; }
  .responsive-device-matrix-v8510 .trust-highlight-card { padding: 18px; border-radius: 20px; }

  .responsive-device-matrix-v8510 .formula-fullscreen-container { width: 100%; }
  .responsive-device-matrix-v8510 .formula-fullscreen-container > .section-head { width: min(calc(100% - 28px), 560px); }
  .responsive-device-matrix-v8510 .formula-showcase-frame { padding-inline: 0; margin-top: 22px; }
  .responsive-device-matrix-v8510 .formula-universe { min-height: 430px; gap: 12px; padding: 2px 14px 12px; scroll-padding-inline: 14px; }
  .responsive-device-matrix-v8510 .formula-panel,
  .responsive-device-matrix-v8510 .formula-panel.is-active,
  .responsive-device-matrix-v8510 .formula-panel:hover,
  .responsive-device-matrix-v8510 .formula-panel:focus-within { flex-basis: min(86vw, 390px); min-height: 420px; border-radius: 26px; }
  .responsive-device-matrix-v8510 .formula-panel-content { left: 14px; right: 14px; bottom: 14px; padding: 18px; border-radius: 20px; }
  .responsive-device-matrix-v8510 .formula-panel-content h3 { font-size: 23px; }
  .responsive-device-matrix-v8510 .formula-panel-content p { font-size: 13.8px; line-height: 1.66; }
  .responsive-device-matrix-v8510 .vertical-label { font-size: clamp(26px, 13vw, 44px); left: 18px; top: 18px; }

  .responsive-device-matrix-v8510 .service-icon-grid { grid-template-columns: 1fr; }
  .responsive-device-matrix-v8510 .service-mini { min-height: auto; padding: 22px 20px; text-align: left; }
  .responsive-device-matrix-v8510 .service-icon { margin: 0 0 12px; width: 58px; height: 58px; }
  .responsive-device-matrix-v8510 .service-mini h3 { font-size: 17px; }
  .responsive-device-matrix-v8510 .service-mini p { font-size: 14px; line-height: 1.68; }

  .responsive-device-matrix-v8510 .products-showcase { padding-top: 62px; }
  .responsive-device-matrix-v8510 .formula-filter { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; scroll-snap-type: x mandatory; padding: 0 14px 10px; margin-inline: -14px; -webkit-overflow-scrolling: touch; }
  .responsive-device-matrix-v8510 .formula-filter button { flex: 0 0 auto; scroll-snap-align: start; min-height: 38px; padding-inline: 16px; }
  .responsive-device-matrix-v8510 .premium-product-grid { grid-template-columns: 1fr; }
  .responsive-device-matrix-v8510 .product-premium { border-radius: 26px; }
  .responsive-device-matrix-v8510 .premium-product-grid .product-premium { padding: 18px; }
  .responsive-device-matrix-v8510 .product-visual { min-height: 150px; border-radius: 22px; }
  .responsive-device-matrix-v8510 .product-premium h3 { font-size: 18.5px; line-height: 1.38; }
  .responsive-device-matrix-v8510 .product-premium p { font-size: 14px; line-height: 1.7; }
  .responsive-device-matrix-v8510 .tag-row { gap: 6px; }

  .responsive-device-matrix-v8510 .metrics-section { padding-block: 44px; }
  .responsive-device-matrix-v8510 .metrics-strip-production { grid-template-columns: repeat(2, minmax(0, 1fr)); border-radius: 24px; }
  .responsive-device-matrix-v8510 .metrics-strip-production article { padding: 18px 10px; border-bottom: 1px solid var(--line); }
  .responsive-device-matrix-v8510 .metrics-strip-production article:nth-child(2n) { border-right: 0; }
  .responsive-device-matrix-v8510 .metrics-strip-production article:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .responsive-device-matrix-v8510 .metric-number { font-size: clamp(26px, 8vw, 36px); }
  .responsive-device-matrix-v8510 .metrics-strip small { font-size: 12.6px; line-height: 1.45; }

  .responsive-device-matrix-v8510 .section-cta-balanced { padding-block: 48px; }
  .responsive-device-matrix-v8510 .cta-band { padding: 26px 20px; border-radius: 26px; }
  .responsive-device-matrix-v8510 .cta-band .title { font-size: clamp(25px, 7vw, 34px); }
  .responsive-device-matrix-v8510 .cta-band p { font-size: 14.5px; line-height: 1.72; }
  .responsive-device-matrix-v8510 .cta-product-stack { display: none; }

  .responsive-device-matrix-v8510 .trusted-brands-section { padding-block: 56px 62px; }
  .responsive-device-matrix-v8510 .trusted-brands-copy .title { font-size: clamp(27px, 8vw, 38px); }
  .responsive-device-matrix-v8510 .trusted-brands-copy .lead { font-size: 15px; line-height: 1.76; }
  .responsive-device-matrix-v8510 .trusted-proof-row { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; -webkit-overflow-scrolling: touch; }
  .responsive-device-matrix-v8510 .trusted-proof-row span { flex: 0 0 auto; }
  .responsive-device-matrix-v8510 .trusted-motion { min-height: 300px; border-radius: 28px; }
  .responsive-device-matrix-v8510 .trusted-hero-card { left: 18px; top: 92px; max-width: 220px; padding: 18px; border-radius: 22px; }
  .responsive-device-matrix-v8510 .trusted-hero-card strong { font-size: 44px; }
  .responsive-device-matrix-v8510 .brand-marquee { left: 14px; right: 14px; }

  .responsive-device-matrix-v8510 .footer { padding-top: 54px; padding-bottom: calc(100px + env(safe-area-inset-bottom)); }
  .responsive-device-matrix-v8510 .footer-grid-premium { grid-template-columns: 1fr; gap: 28px; }
  .responsive-device-matrix-v8510 .footer p,
  .responsive-device-matrix-v8510 .footer a { font-size: 14.8px; line-height: 1.86; }
  .responsive-device-matrix-v8510 .footer-bottom { gap: 10px; font-size: 12.8px; }
  .responsive-device-matrix-v8510 .mobile-contact-bar { display: none !important; }
  .responsive-device-matrix-v8510 .mobile-quick-contact { right: 16px; bottom: calc(78px + env(safe-area-inset-bottom)); }
  .responsive-device-matrix-v8510 .mobile-quick-toggle { width: 58px; height: 58px; box-shadow: 0 20px 52px rgba(233,6,172,.24); }
  .responsive-device-matrix-v8510 .mobile-quick-menu { right: 0; bottom: 68px; }
  .responsive-device-matrix-v8510 .back-to-top { right: 16px; bottom: calc(14px + env(safe-area-inset-bottom)); width: 52px; height: 52px; }
}

@media (max-width: 390px) {
  .responsive-device-matrix-v8510 .container { width: min(calc(100% - 24px), var(--container)); }
  .responsive-device-matrix-v8510 .hero-video-fullscreen .title { font-size: clamp(30px, 9.4vw, 38px); }
  .responsive-device-matrix-v8510 .hero-video-card { aspect-ratio: 16 / 11.2; }
  .responsive-device-matrix-v8510 .video-caption strong { font-size: 11.8px; }
  .responsive-device-matrix-v8510 .formula-universe { min-height: 402px; }
  .responsive-device-matrix-v8510 .formula-panel,
  .responsive-device-matrix-v8510 .formula-panel.is-active,
  .responsive-device-matrix-v8510 .formula-panel:hover,
  .responsive-device-matrix-v8510 .formula-panel:focus-within { flex-basis: 88vw; min-height: 392px; }
  .responsive-device-matrix-v8510 .formula-panel-content { padding: 15px; }
  .responsive-device-matrix-v8510 .formula-panel-content h3 { font-size: 21px; }
  .responsive-device-matrix-v8510 .metrics-strip-production { grid-template-columns: 1fr; }
  .responsive-device-matrix-v8510 .metrics-strip-production article { border-right: 0; }
  .responsive-device-matrix-v8510 .metrics-strip-production article:last-child { grid-column: auto; }
}

@media (orientation: landscape) and (max-height: 520px) and (max-width: 980px) {
  .responsive-device-matrix-v8510 .hero-video-fullscreen { padding-block: 22px 28px; }
  .responsive-device-matrix-v8510 .hero-video-grid { grid-template-columns: minmax(0, .95fr) minmax(320px, 1.05fr); gap: 24px; }
  .responsive-device-matrix-v8510 .hero-video-fullscreen .title { font-size: clamp(28px, 4.6vw, 42px); }
  .responsive-device-matrix-v8510 .hero-video-fullscreen .lead { font-size: 14px; line-height: 1.55; }
  .responsive-device-matrix-v8510 .hero-video-card { aspect-ratio: 16 / 9; }
  .responsive-device-matrix-v8510 .trust-row,
  .responsive-device-matrix-v8510 .video-caption { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .responsive-device-matrix-v8510 .brand-marquee-track,
  .responsive-device-matrix-v8510 .formula-panel,
  .responsive-device-matrix-v8510 .formula-panel-content,
  .responsive-device-matrix-v8510 .mobile-quick-menu { animation: none !important; transition: none !important; }
}


/* =========================================================
   DICHANA v8.5.11 — Typography Weight Refinement Pass
   Scope: soften excessive weights across hero, showcase,
   section headings, cards, buttons, metrics, footer and admin.
   Goal: premium Thai readability with Noto Sans Thai, not heavy/rigid.
   ========================================================= */
.typography-weight-refinement-v8511 {
  --tw-heading: 680;
  --tw-heading-strong: 720;
  --tw-card-title: 620;
  --tw-ui: 580;
  --tw-label: 560;
  --tw-body: 400;
  --tw-body-strong: 520;
  --hero-title-max: 58px;
  --hero-title-fluid: 4.05vw;
  --hero-title-min: 38px;
}

/* Global reading rhythm */
.typography-weight-refinement-v8511,
.typography-weight-refinement-v8511 p,
.typography-weight-refinement-v8511 li {
  font-weight: var(--tw-body);
}
.typography-weight-refinement-v8511 p,
.typography-weight-refinement-v8511 .lead {
  color: #475467;
  line-height: 1.86;
}
.typography-weight-refinement-v8511 strong,
.typography-weight-refinement-v8511 b {
  font-weight: var(--tw-body-strong);
}

/* Hero: keep impact, remove the overly heavy black weight. */
.typography-weight-refinement-v8511 .hero-title,
.typography-weight-refinement-v8511 .hero-video-fullscreen .title.hero-title {
  font-size: clamp(var(--hero-title-min), var(--hero-title-fluid), var(--hero-title-max));
  font-weight: var(--tw-heading-strong) !important;
  line-height: 1.18;
  letter-spacing: -.024em;
  max-width: 700px;
}
.typography-weight-refinement-v8511 .hero-title .gradient-text,
.typography-weight-refinement-v8511 .gradient-text {
  font-weight: 720;
}
.typography-weight-refinement-v8511 .hero-video-fullscreen .lead {
  font-weight: 400;
  color: #475467;
  line-height: 1.86;
}
.typography-weight-refinement-v8511 .hero-title-line { text-wrap: balance; }

/* Section titles across the public website. */
.typography-weight-refinement-v8511 .title,
.typography-weight-refinement-v8511 .title.sm,
.typography-weight-refinement-v8511 .title.xs,
.typography-weight-refinement-v8511 .section-head h2,
.typography-weight-refinement-v8511 .section-head h3,
.typography-weight-refinement-v8511 h1,
.typography-weight-refinement-v8511 h2,
.typography-weight-refinement-v8511 h3 {
  font-weight: var(--tw-heading) !important;
  letter-spacing: -.015em;
}
.typography-weight-refinement-v8511 .title.sm {
  line-height: 1.30;
}
.typography-weight-refinement-v8511 .title.xs {
  line-height: 1.34;
}
.typography-weight-refinement-v8511 .section-head .lead,
.typography-weight-refinement-v8511 .section-head p {
  font-weight: 400;
  color: #536176;
  line-height: 1.82;
}

/* Small labels, badges, chips and nav: readable but less rigid. */
.typography-weight-refinement-v8511 .kicker,
.typography-weight-refinement-v8511 .badge,
.typography-weight-refinement-v8511 .tag,
.typography-weight-refinement-v8511 .trust-chip,
.typography-weight-refinement-v8511 .nav-links a,
.typography-weight-refinement-v8511 .drawer-menu a,
.typography-weight-refinement-v8511 .lang,
.typography-weight-refinement-v8511 .product-code,
.typography-weight-refinement-v8511 .trusted-proof-row span,
.typography-weight-refinement-v8511 .brand-marquee span {
  font-weight: var(--tw-label) !important;
  letter-spacing: .004em;
}
.typography-weight-refinement-v8511 .logo-main { font-weight: 720; }
.typography-weight-refinement-v8511 .logo-sub { font-weight: 560; }
.typography-weight-refinement-v8511 .icon-dot,
.typography-weight-refinement-v8511 .trust-highlight-number,
.typography-weight-refinement-v8511 .step-num { font-weight: 650; }

/* Buttons and links: centered, premium, not bulky. */
.typography-weight-refinement-v8511 .btn,
.typography-weight-refinement-v8511 button,
.typography-weight-refinement-v8511 .card-link,
.typography-weight-refinement-v8511 .btn-contact-team,
.typography-weight-refinement-v8511 .header-actions .btn-primary,
.typography-weight-refinement-v8511 .mobile-quick-toggle,
.typography-weight-refinement-v8511 .mobile-quick-menu a {
  font-weight: var(--tw-ui) !important;
  line-height: 1;
  letter-spacing: 0;
}
.typography-weight-refinement-v8511 .btn,
.typography-weight-refinement-v8511 .btn-contact-team {
  align-items: center;
  justify-content: center;
}

/* Hero Brand Film / video card typography. */
.typography-weight-refinement-v8511 .video-caption span,
.typography-weight-refinement-v8511 .video-caption em {
  font-weight: 520 !important;
}
.typography-weight-refinement-v8511 .video-caption strong {
  font-weight: 620 !important;
  line-height: 1.44;
}
.typography-weight-refinement-v8511 .video-play small { font-weight: 560 !important; }

/* Floating trust band under hero. */
.typography-weight-refinement-v8511 .trust-band-intro h2,
.typography-weight-refinement-v8511 .trust-highlight-card h3 {
  font-weight: 640 !important;
}
.typography-weight-refinement-v8511 .trust-band-intro p,
.typography-weight-refinement-v8511 .trust-highlight-card p {
  font-weight: 400;
  line-height: 1.76;
}

/* Interactive Formula Showcase: active titles less heavy; inactive labels softer. */
.typography-weight-refinement-v8511 .formula-panel-content h3,
.typography-weight-refinement-v8511 .formula-panel.is-active .formula-panel-content h3,
.typography-weight-refinement-v8511 .formula-panel:focus-within .formula-panel-content h3 {
  font-size: clamp(28px, 2.55vw, 42px);
  font-weight: 650 !important;
  line-height: 1.25;
  letter-spacing: -.012em;
}
.typography-weight-refinement-v8511 .formula-panel-content p {
  font-weight: 400;
  color: rgba(255,255,255,.82);
  line-height: 1.72;
}
.typography-weight-refinement-v8511 .vertical-label {
  font-weight: 640 !important;
  letter-spacing: -.035em;
  color: rgba(16,24,40,.62);
}
.typography-weight-refinement-v8511 .formula-panel .category-pill,
.typography-weight-refinement-v8511 .formula-panel-content .badge,
.typography-weight-refinement-v8511 .formula-panel-content .tag {
  font-weight: 560 !important;
}

/* Service and product cards. */
.typography-weight-refinement-v8511 .service-mini h3,
.typography-weight-refinement-v8511 .product-premium h3,
.typography-weight-refinement-v8511 .card h3,
.typography-weight-refinement-v8511 .article-card h3 {
  font-weight: var(--tw-card-title) !important;
  letter-spacing: -.006em;
}
.typography-weight-refinement-v8511 .service-mini p,
.typography-weight-refinement-v8511 .product-premium p,
.typography-weight-refinement-v8511 .card p {
  font-weight: 400;
  color: #536176;
}
.typography-weight-refinement-v8511 .service-icon,
.typography-weight-refinement-v8511 .service-mini .service-icon,
.typography-weight-refinement-v8511 .product-visual::after,
.typography-weight-refinement-v8511 .product-bottle::after,
.typography-weight-refinement-v8511 .product-tube::after,
.typography-weight-refinement-v8511 .mask-visual::after,
.typography-weight-refinement-v8511 .cleanser-visual::after,
.typography-weight-refinement-v8511 .toner-visual::after {
  font-weight: 620 !important;
}
.typography-weight-refinement-v8511 .tag-row .tag,
.typography-weight-refinement-v8511 .formula-filter button {
  font-weight: 540 !important;
}

/* Metrics, CTA and trusted-brands proof: high contrast without black weight. */
.typography-weight-refinement-v8511 .metric-number,
.typography-weight-refinement-v8511 .stat-value {
  font-weight: 680 !important;
  letter-spacing: -.018em;
}
.typography-weight-refinement-v8511 .metrics-strip small,
.typography-weight-refinement-v8511 .stat-label {
  font-weight: 520 !important;
  color: #344054;
}
.typography-weight-refinement-v8511 .cta-band .title,
.typography-weight-refinement-v8511 .trusted-brands-copy .title {
  font-weight: 680 !important;
  line-height: 1.30;
}
.typography-weight-refinement-v8511 .cta-band p,
.typography-weight-refinement-v8511 .trusted-brands-copy .lead {
  font-weight: 400;
}
.typography-weight-refinement-v8511 .trusted-hero-card small { font-weight: 540 !important; }
.typography-weight-refinement-v8511 .trusted-hero-card strong { font-weight: 680 !important; }
.typography-weight-refinement-v8511 .trusted-hero-card span { font-weight: 400; }

/* Footer and secondary pages. */
.typography-weight-refinement-v8511 .footer h3,
.typography-weight-refinement-v8511 .footer .logo-main {
  font-weight: 660 !important;
}
.typography-weight-refinement-v8511 .footer p,
.typography-weight-refinement-v8511 .footer a,
.typography-weight-refinement-v8511 .footer-bottom {
  font-weight: 400 !important;
}
.typography-weight-refinement-v8511 .breadcrumb a,
.typography-weight-refinement-v8511 .toc a,
.typography-weight-refinement-v8511 .accordion-button,
.typography-weight-refinement-v8511 .table th,
.typography-weight-refinement-v8511 .field label {
  font-weight: 560 !important;
}
.typography-weight-refinement-v8511 .article-body h2 { font-weight: 660 !important; }
.typography-weight-refinement-v8511 .article-body p,
.typography-weight-refinement-v8511 .article-body li { font-weight: 400; }

/* Admin / login: keep authority, soften overly heavy labels. */
.typography-weight-refinement-v8511.admin-page .admin-brand strong,
.typography-weight-refinement-v8511.admin-page .admin-topbar h1,
.typography-weight-refinement-v8511.admin-page .admin-panel h2,
.typography-weight-refinement-v8511.admin-page .admin-stat strong {
  font-weight: 680 !important;
}
.typography-weight-refinement-v8511.admin-page .admin-nav a,
.typography-weight-refinement-v8511.admin-page .admin-user,
.typography-weight-refinement-v8511.admin-page .admin-stat small,
.typography-weight-refinement-v8511.admin-page .status-badge,
.typography-weight-refinement-v8511.admin-page .admin-table th {
  font-weight: 560 !important;
}
.typography-weight-refinement-v8511 .login-card .title,
.typography-weight-refinement-v8511 .login-card h1 { font-weight: 680 !important; }
.typography-weight-refinement-v8511 .login-card p { font-weight: 400; }

@media (max-width: 1200px) {
  .typography-weight-refinement-v8511 { --hero-title-fluid: 5.65vw; --hero-title-max: 56px; }
  .typography-weight-refinement-v8511 .hero-title,
  .typography-weight-refinement-v8511 .hero-video-fullscreen .title.hero-title { line-height: 1.20; }
  .typography-weight-refinement-v8511 .formula-panel-content h3 { font-size: clamp(26px, 4.8vw, 38px); line-height: 1.28; }
}
@media (max-width: 760px) {
  .typography-weight-refinement-v8511 { --hero-title-min: 30px; --hero-title-fluid: 8.9vw; --hero-title-max: 40px; }
  .typography-weight-refinement-v8511 .hero-title,
  .typography-weight-refinement-v8511 .hero-video-fullscreen .title.hero-title {
    line-height: 1.22;
    letter-spacing: -.018em;
  }
  .typography-weight-refinement-v8511 .hero-title .gradient-text { font-weight: 700; }
  .typography-weight-refinement-v8511 .title.sm { font-size: clamp(27px, 7vw, 35px); line-height: 1.34; }
  .typography-weight-refinement-v8511 .formula-panel-content h3 { font-size: clamp(22px, 6.1vw, 30px); font-weight: 620 !important; line-height: 1.32; }
  .typography-weight-refinement-v8511 .vertical-label { font-weight: 600 !important; letter-spacing: -.025em; }
  .typography-weight-refinement-v8511 .btn { font-weight: 560 !important; }
  .typography-weight-refinement-v8511 .product-premium h3,
  .typography-weight-refinement-v8511 .service-mini h3 { font-weight: 600 !important; }
}
@media (max-width: 390px) {
  .typography-weight-refinement-v8511 { --hero-title-min: 29px; --hero-title-fluid: 8.6vw; --hero-title-max: 37px; }
  .typography-weight-refinement-v8511 .formula-panel-content h3 { font-size: 20px; }
}


/* =========================================================
   DICHANA v8.5.12 Showcase Motion Smoothness Polish
   Scope: smoother + faster Interactive Formula Showcase motion,
   better auto-slide timing, layered reveal animation, reduced layout jank,
   desktop/tablet/mobile motion tuning and reduced-motion support.
   ========================================================= */
.showcase-motion-smooth-v8512 {
  --showcase-ease-premium: cubic-bezier(.22, 1, .36, 1);
  --showcase-ease-soft: cubic-bezier(.16, 1, .3, 1);
  --showcase-panel-duration: 420ms;
  --showcase-media-duration: 520ms;
  --showcase-content-duration: 280ms;
}
.showcase-motion-smooth-v8512 .formula-showcase-frame {
  contain: layout paint;
  transform: translateZ(0);
}
.showcase-motion-smooth-v8512 .formula-universe {
  align-items: stretch;
  will-change: contents;
  transition: gap 260ms var(--showcase-ease-soft);
}
.showcase-motion-smooth-v8512 .formula-panel {
  flex: .76 1 0;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  contain: layout paint;
  will-change: flex-grow, transform, opacity, filter, box-shadow;
  transition:
    flex-grow var(--showcase-panel-duration) var(--showcase-ease-premium),
    flex-basis var(--showcase-panel-duration) var(--showcase-ease-premium),
    transform 360ms var(--showcase-ease-soft),
    box-shadow 360ms var(--showcase-ease-soft),
    filter 320ms var(--showcase-ease-soft),
    opacity 320ms var(--showcase-ease-soft);
}
.showcase-motion-smooth-v8512 .formula-panel.is-active,
.showcase-motion-smooth-v8512 .formula-panel:hover,
.showcase-motion-smooth-v8512 .formula-panel:focus-within {
  flex-grow: 3.36;
  transform: translate3d(0, -6px, 0);
}
.showcase-motion-smooth-v8512 .formula-panel:not(.is-active):not(:hover):not(:focus-within) {
  transform: translate3d(0, 0, 0);
  opacity: .92;
  filter: saturate(.96) contrast(1.02);
}
.showcase-motion-smooth-v8512 .formula-panel-media {
  transform: translate3d(0, 0, 0) scale(1.015);
  backface-visibility: hidden;
  will-change: transform, opacity, filter;
  transition:
    transform var(--showcase-media-duration) var(--showcase-ease-premium),
    opacity 300ms var(--showcase-ease-soft),
    filter 340ms var(--showcase-ease-soft);
}
.showcase-motion-smooth-v8512 .formula-panel.is-active .formula-panel-media,
.showcase-motion-smooth-v8512 .formula-panel:hover .formula-panel-media,
.showcase-motion-smooth-v8512 .formula-panel:focus-within .formula-panel-media {
  transform: translate3d(0, 0, 0) scale(1.048);
  filter: saturate(1.04) contrast(1.02);
}
.showcase-motion-smooth-v8512 .vertical-label {
  transition:
    opacity 280ms var(--showcase-ease-soft),
    transform 360ms var(--showcase-ease-premium),
    color 220ms var(--showcase-ease-soft),
    text-shadow 260ms var(--showcase-ease-soft);
  will-change: transform, opacity;
}
.showcase-motion-smooth-v8512 .formula-panel:not(.is-active):not(:hover):not(:focus-within) .vertical-label {
  opacity: .82;
  transform: translate3d(0, 0, 0) scale(.985);
}
.showcase-motion-smooth-v8512 .formula-panel.is-active .vertical-label,
.showcase-motion-smooth-v8512 .formula-panel:hover .vertical-label,
.showcase-motion-smooth-v8512 .formula-panel:focus-within .vertical-label {
  opacity: .94;
  transform: translate3d(0, 0, 0) scale(1);
}
.showcase-motion-smooth-v8512 .formula-panel-content {
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(0, 14px, 0) scale(.985);
  will-change: opacity, transform;
  transition:
    opacity var(--showcase-content-duration) var(--showcase-ease-soft),
    transform 320ms var(--showcase-ease-premium),
    visibility 0s linear 320ms;
}
.showcase-motion-smooth-v8512 .formula-panel.is-active .formula-panel-content,
.showcase-motion-smooth-v8512 .formula-panel:hover .formula-panel-content,
.showcase-motion-smooth-v8512 .formula-panel:focus-within .formula-panel-content {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  transition-delay: 54ms, 54ms, 0s;
}
.showcase-motion-smooth-v8512 .formula-pill,
.showcase-motion-smooth-v8512 .formula-panel-content h3,
.showcase-motion-smooth-v8512 .formula-panel-content p,
.showcase-motion-smooth-v8512 .formula-panel-content .card-link {
  transform: translate3d(0, 5px, 0);
  opacity: .001;
  transition:
    transform 300ms var(--showcase-ease-premium),
    opacity 240ms var(--showcase-ease-soft);
}
.showcase-motion-smooth-v8512 .formula-panel.is-active .formula-pill,
.showcase-motion-smooth-v8512 .formula-panel.is-active .formula-panel-content h3,
.showcase-motion-smooth-v8512 .formula-panel.is-active .formula-panel-content p,
.showcase-motion-smooth-v8512 .formula-panel.is-active .formula-panel-content .card-link,
.showcase-motion-smooth-v8512 .formula-panel:hover .formula-pill,
.showcase-motion-smooth-v8512 .formula-panel:hover .formula-panel-content h3,
.showcase-motion-smooth-v8512 .formula-panel:hover .formula-panel-content p,
.showcase-motion-smooth-v8512 .formula-panel:hover .formula-panel-content .card-link,
.showcase-motion-smooth-v8512 .formula-panel:focus-within .formula-pill,
.showcase-motion-smooth-v8512 .formula-panel:focus-within .formula-panel-content h3,
.showcase-motion-smooth-v8512 .formula-panel:focus-within .formula-panel-content p,
.showcase-motion-smooth-v8512 .formula-panel:focus-within .formula-panel-content .card-link {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.showcase-motion-smooth-v8512 .formula-panel.is-active .formula-pill,
.showcase-motion-smooth-v8512 .formula-panel:hover .formula-pill,
.showcase-motion-smooth-v8512 .formula-panel:focus-within .formula-pill { transition-delay: 82ms; }
.showcase-motion-smooth-v8512 .formula-panel.is-active .formula-panel-content h3,
.showcase-motion-smooth-v8512 .formula-panel:hover .formula-panel-content h3,
.showcase-motion-smooth-v8512 .formula-panel:focus-within .formula-panel-content h3 { transition-delay: 112ms; }
.showcase-motion-smooth-v8512 .formula-panel.is-active .formula-panel-content p,
.showcase-motion-smooth-v8512 .formula-panel:hover .formula-panel-content p,
.showcase-motion-smooth-v8512 .formula-panel:focus-within .formula-panel-content p { transition-delay: 136ms; }
.showcase-motion-smooth-v8512 .formula-panel.is-active .formula-panel-content .card-link,
.showcase-motion-smooth-v8512 .formula-panel:hover .formula-panel-content .card-link,
.showcase-motion-smooth-v8512 .formula-panel:focus-within .formula-panel-content .card-link { transition-delay: 160ms; }
.showcase-motion-smooth-v8512 .formula-showcase-frame.is-animating .formula-panel {
  transition-duration: 360ms, 360ms, 310ms, 310ms, 280ms, 280ms;
}
.showcase-motion-smooth-v8512 .formula-showcase-frame.is-animating .formula-panel-content {
  transition-duration: 240ms, 280ms, 0s;
}
.showcase-motion-smooth-v8512 .showcase-nav {
  transition:
    transform 210ms var(--showcase-ease-soft),
    box-shadow 210ms var(--showcase-ease-soft),
    background 210ms var(--showcase-ease-soft),
    opacity 210ms var(--showcase-ease-soft);
}
.showcase-motion-smooth-v8512 .showcase-nav:hover {
  transform: translateY(-50%) scale(1.05);
}
.showcase-motion-smooth-v8512 .showcase-nav:active {
  transform: translateY(-50%) scale(.97);
}
@media (max-width: 980px) {
  .showcase-motion-smooth-v8512 .formula-universe {
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
  }
  .showcase-motion-smooth-v8512 .formula-panel,
  .showcase-motion-smooth-v8512 .formula-panel.is-active,
  .showcase-motion-smooth-v8512 .formula-panel:hover,
  .showcase-motion-smooth-v8512 .formula-panel:focus-within {
    transform: translate3d(0, 0, 0);
    transition:
      transform 240ms var(--showcase-ease-soft),
      box-shadow 240ms var(--showcase-ease-soft),
      opacity 220ms var(--showcase-ease-soft),
      filter 220ms var(--showcase-ease-soft);
  }
  .showcase-motion-smooth-v8512 .formula-panel:not(.is-active):not(:focus-within) .formula-panel-content {
    opacity: 0 !important;
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(0, 12px, 0) scale(.985);
  }
  .showcase-motion-smooth-v8512 .formula-panel.is-active .formula-panel-content,
  .showcase-motion-smooth-v8512 .formula-panel:focus-within .formula-panel-content {
    opacity: 1 !important;
    visibility: visible;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@media (max-width: 760px) {
  .showcase-motion-smooth-v8512 .formula-panel-media {
    transition-duration: 360ms;
  }
  .showcase-motion-smooth-v8512 .formula-panel-content {
    transition-duration: 220ms, 260ms, 0s;
  }
}
@media (prefers-reduced-motion: reduce) {
  .showcase-motion-smooth-v8512 .formula-universe { scroll-behavior: auto; }
  .showcase-motion-smooth-v8512 .formula-panel,
  .showcase-motion-smooth-v8512 .formula-panel-media,
  .showcase-motion-smooth-v8512 .formula-panel-content,
  .showcase-motion-smooth-v8512 .vertical-label,
  .showcase-motion-smooth-v8512 .formula-pill,
  .showcase-motion-smooth-v8512 .formula-panel-content h3,
  .showcase-motion-smooth-v8512 .formula-panel-content p,
  .showcase-motion-smooth-v8512 .formula-panel-content .card-link,
  .showcase-motion-smooth-v8512 .showcase-nav {
    transition: none !important;
    animation: none !important;
  }
}


/* ==========================================================================
   DICHANA v8.5.13 — Full-Screen Video Hero Redesign
   Scope: homepage hero only. Uses real DICHANA video as full-bleed background.
   Keeps all downstream sections/routes/API intact.
   ========================================================================== */
.fullscreen-video-hero-v8513 { background:#fff; }
.fullscreen-video-hero-v8513 .site-header {
  position: fixed;
  top: max(18px, env(safe-area-inset-top));
  left: 50%;
  transform: translateX(-50%);
  width: min(92vw, 1660px);
  z-index: 95;
  border: 1px solid rgba(255,255,255,.74);
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 26px 80px rgba(6, 16, 30, .18);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  overflow: hidden;
}
.fullscreen-video-hero-v8513 .site-header .nav-wrap {
  width: 100% !important;
  min-height: 76px;
  padding: 0 clamp(22px, 2.4vw, 36px);
}
.fullscreen-video-hero-v8513 .site-header .logo { min-width: clamp(190px, 17vw, 245px); }
.fullscreen-video-hero-v8513 .site-header .brand-mark { width: 43px; height: 54px; }
.fullscreen-video-hero-v8513 .site-header .logo-main { font-weight: 760; letter-spacing: .075em; }
.fullscreen-video-hero-v8513 .site-header .logo-sub { font-weight: 660; }
.fullscreen-video-hero-v8513 .site-header .nav-links a { font-weight: 600; font-size: 13.2px; padding: 10px 13px; }
.fullscreen-video-hero-v8513 .site-header .nav-links a.active { background: rgba(233,6,172,.105); color: var(--magenta-deep); }
.fullscreen-video-hero-v8513 .site-header .btn-primary { min-height: 52px; padding-inline: 28px; }

.hero-fullscreen-video {
  min-height: 100svh;
  height: 100svh;
  padding: 0;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  color: #fff;
  background: #07111f;
  isolation: isolate;
}
.hero-fullscreen-video::before,
.hero-fullscreen-video::after { display: none !important; }
.hero-fullscreen-media,
.hero-bg-video,
.hero-cinema-overlay {
  position: absolute;
  inset: 0;
}
.hero-fullscreen-media { z-index: 0; overflow: hidden; background:#07111f; }
.hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: saturate(1.13) contrast(1.08) brightness(.88);
  transform: scale(1.012);
}
.hero-cinema-overlay {
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 18%, rgba(8,195,244,.42), transparent 34%),
    radial-gradient(circle at 10% 16%, rgba(233,6,172,.34), transparent 29%),
    linear-gradient(90deg, rgba(2,5,14,.94) 0%, rgba(28,8,30,.76) 28%, rgba(19,16,32,.50) 52%, rgba(5,23,42,.18) 80%, rgba(8,195,244,.12) 100%),
    linear-gradient(180deg, rgba(2,5,14,.34) 0%, rgba(2,5,14,.08) 35%, rgba(2,5,14,.56) 100%);
}
.hero-fullscreen-content {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: grid;
  align-content: center;
  gap: clamp(34px, 4.4vw, 58px);
  padding-top: clamp(106px, 12vh, 150px);
  padding-bottom: clamp(54px, 8vh, 88px);
}
.hero-fullscreen-copy { width: min(760px, 48vw); }
.hero-fullscreen-copy .hero-kicker {
  color: rgba(255,255,255,.88);
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.18);
  box-shadow: none;
  text-shadow: 0 1px 20px rgba(0,0,0,.26);
  backdrop-filter: blur(14px);
}
.hero-video-title {
  margin: clamp(22px, 3vh, 32px) 0 0;
  max-width: 780px;
  color: #fff;
  font-size: clamp(58px, 6.5vw, 106px) !important;
  line-height: .99 !important;
  letter-spacing: -.055em !important;
  font-weight: 480 !important;
  text-shadow: 0 18px 55px rgba(0,0,0,.46);
}
.hero-video-title span { display: block; }
.hero-video-title .gradient-text {
  font-weight: 560 !important;
  background: linear-gradient(95deg, #f713b7 0%, #c245df 43%, #13c9f6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}
.hero-accent-line {
  width: 78px;
  height: 3px;
  margin: clamp(24px, 3.2vh, 34px) 0 clamp(24px, 3vh, 34px);
  border-radius: 99px;
  background: linear-gradient(90deg, var(--magenta), #9D4DFF 54%, var(--cyan));
  box-shadow: 0 0 22px rgba(233,6,172,.3);
}
.hero-video-lead {
  max-width: 735px;
  color: rgba(255,255,255,.86) !important;
  font-size: clamp(18px, 1.35vw, 23px) !important;
  line-height: 1.72 !important;
  text-shadow: 0 10px 35px rgba(0,0,0,.4);
}
.hero-video-ctas {
  margin-top: clamp(30px, 4vh, 42px);
  gap: clamp(14px, 1.6vw, 24px);
}
.hero-video-ctas .btn { min-height: 66px; padding-inline: clamp(28px, 3vw, 40px); font-size: 16px; font-weight: 600; }
.hero-video-ctas .btn-primary { box-shadow: 0 24px 64px rgba(233,6,172,.34), inset 0 1px 0 rgba(255,255,255,.32); }
.btn-video-ghost {
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.44);
  box-shadow: 0 22px 56px rgba(0,0,0,.22);
  backdrop-filter: blur(16px);
}
.btn-video-ghost .play-dot {
  width: 36px; height: 36px; border-radius: 999px;
  display: inline-grid; place-items: center;
  background: rgba(255,255,255,.92);
  color: var(--magenta-deep);
  font-size: 13px;
  box-shadow: 0 12px 32px rgba(0,0,0,.25);
}
.hero-video-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(18px, 2.1vw, 34px);
  width: min(920px, 75vw);
}
.hero-video-trust-item {
  display: grid;
  grid-template-columns: 54px minmax(0,1fr);
  align-items: center;
  gap: 14px;
  color: #fff;
  min-width: 238px;
}
.hero-video-icon {
  width: 54px; height: 54px; border-radius: 999px;
  display: inline-grid; place-items: center;
  background: rgba(255,255,255,.94);
  color: var(--magenta-deep);
  font-size: 12px;
  font-weight: 720;
  box-shadow: 0 20px 50px rgba(0,0,0,.24);
}
.hero-video-trust-item strong {
  display:block;
  color: #fff;
  font-size: 15.5px;
  line-height: 1.35;
  font-weight: 620;
  text-shadow: 0 10px 35px rgba(0,0,0,.38);
}
.hero-video-trust-item small {
  display:block;
  margin-top: 3px;
  color: rgba(255,255,255,.72);
  font-size: 12.5px;
  line-height: 1.42;
  font-weight: 420;
}
.hero-video-toggle {
  position: absolute;
  right: clamp(26px, 4vw, 58px);
  bottom: clamp(32px, 5vh, 64px);
  z-index: 4;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(255,255,255,.10);
  color: #fff;
  display:grid;
  place-items:center;
  box-shadow: 0 22px 58px rgba(0,0,0,.32);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.hero-video-toggle small { display:none; }
.hero-video-toggle:hover { transform: translateY(-2px) scale(1.04); background: rgba(255,255,255,.18); }
.hero-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: clamp(20px, 3.3vh, 38px);
  z-index: 4;
  transform: translateX(-50%);
  display: grid;
  justify-items: center;
  gap: 8px;
  color: rgba(255,255,255,.82);
  font-size: 11px;
  font-weight: 540;
  letter-spacing: .06em;
}
.hero-scroll-cue i { display:block; width:1px; height: 42px; background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,0)); position: relative; }
.hero-scroll-cue i::before { content:""; position:absolute; top:0; left:50%; width:6px; height:6px; border-radius:999px; background:#fff; transform: translate(-50%, -1px); animation: heroScrollDot 1.6s ease-in-out infinite; }
@keyframes heroScrollDot { 0%{transform:translate(-50%, -1px); opacity:1;} 70%{transform:translate(-50%, 30px); opacity:.25;} 100%{transform:translate(-50%, -1px); opacity:0;} }

/* So the redesigned fullscreen hero connects cleanly to the redesigned trust band. */
.fullscreen-video-hero-v8513 .hero-trust-band-section { margin-top: 0; }
.fullscreen-video-hero-v8513 .hero-trust-band-wrap { transform: translateY(-26px); }

@media (min-width: 1500px) {
  .hero-fullscreen-content { width:min(1500px, calc(100% - 96px)); }
}
@media (max-width: 1280px) {
  .fullscreen-video-hero-v8513 .site-header { width:min(95vw, 1200px); top: 14px; }
  .fullscreen-video-hero-v8513 .site-header .nav-wrap { min-height: 70px; padding-inline: 22px; }
  .fullscreen-video-hero-v8513 .site-header .nav-links a { font-size:12.2px; padding-inline:9px; }
  .fullscreen-video-hero-v8513 .site-header .btn-primary { min-height:48px; padding-inline:22px; }
  .hero-video-title { font-size: clamp(52px, 6.2vw, 84px) !important; }
  .hero-fullscreen-copy { width: min(720px, 54vw); }
  .hero-video-trust-row { width:min(860px, 78vw); }
}
@media (max-width: 1024px) {
  .fullscreen-video-hero-v8513 .site-header {
    top: 0;
    width: 100%;
    border-radius: 0;
    transform: translateX(-50%);
    box-shadow: 0 10px 34px rgba(16,24,40,.08);
  }
  .fullscreen-video-hero-v8513 .site-header .nav-wrap { min-height: 68px; }
  .hero-fullscreen-video { height:auto; min-height: 100svh; }
  .hero-fullscreen-content { padding-top: 112px; align-content: end; min-height: 100svh; padding-bottom: 70px; }
  .hero-fullscreen-copy { width: min(680px, 88vw); }
  .hero-video-title { font-size: clamp(44px, 8vw, 72px) !important; line-height: 1.06 !important; }
  .hero-video-lead { font-size: clamp(16px, 2.2vw, 19px) !important; max-width: 660px; }
  .hero-video-trust-row { width: min(760px, 92vw); }
  .hero-video-trust-item { min-width: min(230px, 100%); }
  .hero-cinema-overlay { background:
    radial-gradient(circle at 82% 20%, rgba(8,195,244,.34), transparent 36%),
    radial-gradient(circle at 10% 12%, rgba(233,6,172,.28), transparent 33%),
    linear-gradient(90deg, rgba(2,5,14,.86) 0%, rgba(25,7,30,.66) 45%, rgba(5,23,42,.24) 100%),
    linear-gradient(180deg, rgba(2,5,14,.25) 0%, rgba(2,5,14,.18) 38%, rgba(2,5,14,.70) 100%); }
}
@media (max-width: 760px) {
  .fullscreen-video-hero-v8513 .site-header .logo-text { display: none; }
  .fullscreen-video-hero-v8513 .site-header .brand-mark { width: 34px; height: 42px; }
  .fullscreen-video-hero-v8513 .site-header .header-actions .btn-primary,
  .fullscreen-video-hero-v8513 .site-header .lang { display: none; }
  .fullscreen-video-hero-v8513 .site-header .nav-wrap { min-height: 64px; padding-inline: 16px; }
  .hero-fullscreen-video { min-height: 100svh; }
  .hero-bg-video { object-position: 58% center; filter:saturate(1.1) contrast(1.08) brightness(.74); }
  .hero-fullscreen-content { width: min(100% - 28px, 640px); min-height: 100svh; padding-top: 96px; padding-bottom: 78px; gap: 22px; align-content: center; }
  .hero-fullscreen-copy { width: 100%; }
  .hero-fullscreen-copy .hero-kicker { font-size: 10.5px; padding: 7px 10px; }
  .hero-video-title { font-size: clamp(38px, 12.2vw, 54px) !important; line-height: 1.05 !important; letter-spacing: -.045em !important; max-width: 96%; }
  .hero-accent-line { margin: 20px 0 18px; width: 64px; }
  .hero-video-lead { font-size: 15.4px !important; line-height: 1.7 !important; max-width: 96%; }
  .hero-video-ctas { margin-top: 24px; display:grid; grid-template-columns:1fr; gap:12px; max-width: 330px; }
  .hero-video-ctas .btn { min-height: 54px; font-size: 14.5px; padding-inline: 22px; }
  .hero-video-trust-row { gap: 10px; display:grid; grid-template-columns:1fr; width: min(100%, 360px); }
  .hero-video-trust-item { grid-template-columns: 44px 1fr; min-width: 0; gap: 10px; padding: 9px 11px; border:1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
  .hero-video-icon { width:44px; height:44px; font-size: 10.5px; }
  .hero-video-trust-item strong { font-size: 13.8px; }
  .hero-video-trust-item small { font-size: 11.5px; }
  .hero-scroll-cue { display:none; }
  .hero-video-toggle { width: 50px; height: 50px; right: 16px; bottom: calc(18px + env(safe-area-inset-bottom)); }
  .fullscreen-video-hero-v8513 .hero-trust-band-wrap { transform: none; }
}
@media (max-width: 420px) {
  .hero-fullscreen-content { padding-top: 86px; padding-bottom: 72px; }
  .hero-video-title { font-size: clamp(34px, 11.2vw, 46px) !important; }
  .hero-video-lead { font-size: 14.8px !important; line-height: 1.66 !important; }
  .hero-video-trust-row { width: 100%; }
}
@media (max-height: 720px) and (min-width: 761px) {
  .hero-fullscreen-content { padding-top: 92px; padding-bottom: 52px; gap: 24px; }
  .hero-video-title { font-size: clamp(42px, 5.3vw, 70px) !important; line-height: 1.02 !important; }
  .hero-accent-line { margin: 18px 0; }
  .hero-video-lead { font-size: 16px !important; line-height: 1.55 !important; }
  .hero-video-ctas { margin-top: 22px; }
  .hero-video-trust-row { gap: 16px; }
  .hero-video-trust-item { transform: scale(.94); transform-origin:left center; }
  .hero-scroll-cue { display:none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-scroll-cue i::before { animation:none; }
  .hero-bg-video { transform:none; }
}


/* =========================================================
   DICHANA v8.5.14 Fullscreen Hero Final Polish + Typography Harmony
   Scope: final polish for the new full-screen video hero, softer Thai type weight
   matching the approved reference, improved video overlay/readability, feature row,
   header-on-video balance, responsive hero crop, and consistent type rhythm.
   ========================================================= */
.typography-harmony-v8514 {
  --v8514-heading-weight: 620;
  --v8514-card-weight: 560;
  --v8514-ui-weight: 540;
  --v8514-label-weight: 520;
  --v8514-body-weight: 400;
}
.typography-harmony-v8514 .title,
.typography-harmony-v8514 h1,
.typography-harmony-v8514 h2,
.typography-harmony-v8514 h3 {
  text-wrap: balance;
  font-weight: var(--v8514-heading-weight) !important;
  letter-spacing: -.018em;
}
.typography-harmony-v8514 .title.sm { line-height: 1.28; }
.typography-harmony-v8514 .lead,
.typography-harmony-v8514 p,
.typography-harmony-v8514 li {
  font-weight: var(--v8514-body-weight);
}
.typography-harmony-v8514 .btn,
.typography-harmony-v8514 button,
.typography-harmony-v8514 .card-link,
.typography-harmony-v8514 .nav-links a,
.typography-harmony-v8514 .drawer-menu a,
.typography-harmony-v8514 .lang,
.typography-harmony-v8514 .kicker,
.typography-harmony-v8514 .tag,
.typography-harmony-v8514 .badge,
.typography-harmony-v8514 .trusted-proof-row span,
.typography-harmony-v8514 .brand-marquee span {
  font-weight: var(--v8514-ui-weight) !important;
}
.typography-harmony-v8514 .service-mini h3,
.typography-harmony-v8514 .product-premium h3,
.typography-harmony-v8514 .card h3,
.typography-harmony-v8514 .trust-highlight-card strong,
.typography-harmony-v8514 .footer h3,
.typography-harmony-v8514 .formula-panel-content h3 {
  font-weight: var(--v8514-card-weight) !important;
}
.typography-harmony-v8514 .metric-number,
.typography-harmony-v8514 .trusted-hero-card strong,
.typography-harmony-v8514 .trust-count {
  font-weight: 620 !important;
}

.fullscreen-hero-final-v8514 .site-header {
  width: min(92vw, 1500px);
  top: clamp(10px, 1.7vw, 26px);
  border-radius: 999px;
  background: rgba(255,255,255,.955);
  border: 1px solid rgba(255,255,255,.74);
  box-shadow: 0 24px 70px rgba(2, 8, 22, .17), inset 0 1px 0 rgba(255,255,255,.86);
}
.fullscreen-hero-final-v8514 .site-header .nav-wrap {
  min-height: clamp(66px, 5.1vw, 84px);
  padding-inline: clamp(18px, 2.4vw, 40px);
}
.fullscreen-hero-final-v8514 .site-header .logo-main { font-weight: 690 !important; letter-spacing: .055em; }
.fullscreen-hero-final-v8514 .site-header .logo-sub { font-weight: 520 !important; letter-spacing: .055em; }
.fullscreen-hero-final-v8514 .site-header .nav-links a { font-weight: 540 !important; color: #182236; }
.fullscreen-hero-final-v8514 .site-header .nav-links a.active { font-weight: 560 !important; }
.fullscreen-hero-final-v8514 .site-header .btn-primary { font-weight: 560 !important; min-height: 52px; }

.fullscreen-hero-final-v8514 .hero-fullscreen-video {
  min-height: 100svh;
  height: 100svh;
  background: #06111e;
}
.fullscreen-hero-final-v8514 .hero-bg-video {
  filter: saturate(1.13) contrast(1.08) brightness(.83);
  transform: scale(1.016);
  object-position: center center;
}
.fullscreen-hero-final-v8514 .hero-cinema-overlay {
  background:
    radial-gradient(circle at 86% 18%, rgba(8,195,244,.36), transparent 34%),
    radial-gradient(circle at 12% 26%, rgba(233,6,172,.40), transparent 36%),
    linear-gradient(90deg,
      rgba(3,6,17,.96) 0%,
      rgba(22,3,28,.88) 22%,
      rgba(38,12,40,.62) 44%,
      rgba(6,24,42,.30) 72%,
      rgba(8,195,244,.12) 100%),
    linear-gradient(180deg,
      rgba(1,5,13,.48) 0%,
      rgba(2,7,18,.08) 38%,
      rgba(2,6,14,.66) 100%);
}
.fullscreen-hero-final-v8514 .hero-fullscreen-content {
  width: min(1500px, calc(100% - clamp(44px, 7vw, 136px)));
  padding-top: clamp(110px, 13.2vh, 158px);
  padding-bottom: clamp(58px, 7.8vh, 88px);
  gap: clamp(28px, 4.2vw, 52px);
  align-content: center;
}
.fullscreen-hero-final-v8514 .hero-fullscreen-copy {
  width: min(760px, 48vw);
}
.fullscreen-hero-final-v8514 .hero-fullscreen-copy .hero-kicker {
  font-weight: 520 !important;
  color: rgba(255,255,255,.82);
  background: transparent;
  border: 0;
  box-shadow: none;
  padding-left: 0;
  letter-spacing: .075em;
  backdrop-filter: none;
}
.fullscreen-hero-final-v8514 .hero-video-title {
  margin-top: clamp(18px, 2.6vh, 30px);
  font-size: clamp(58px, 5.65vw, 96px) !important;
  line-height: 1.105 !important;
  letter-spacing: -.038em !important;
  font-weight: 380 !important;
  color: rgba(255,255,255,.96) !important;
  text-shadow: 0 18px 62px rgba(0,0,0,.50), 0 1px 0 rgba(255,255,255,.10);
}
.fullscreen-hero-final-v8514 .hero-video-title .gradient-text {
  font-weight: 520 !important;
  background: linear-gradient(92deg, #ff16ba 0%, #cf48e7 44%, #12c8f5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 10px 28px rgba(233,6,172,.26));
}
.fullscreen-hero-final-v8514 .hero-accent-line {
  width: 92px;
  height: 3px;
  margin: clamp(23px, 2.6vh, 30px) 0 clamp(23px, 2.6vh, 30px);
  opacity: .95;
}
.fullscreen-hero-final-v8514 .hero-video-lead {
  max-width: 760px;
  color: rgba(255,255,255,.88) !important;
  font-size: clamp(17.2px, 1.22vw, 21px) !important;
  line-height: 1.76 !important;
  font-weight: 400 !important;
  text-shadow: 0 12px 38px rgba(0,0,0,.42);
}
.fullscreen-hero-final-v8514 .hero-video-ctas {
  margin-top: clamp(27px, 3.3vh, 38px);
}
.fullscreen-hero-final-v8514 .hero-video-ctas .btn {
  min-height: clamp(56px, 4.4vw, 64px);
  padding-inline: clamp(28px, 3vw, 42px);
  font-size: 15.5px;
  font-weight: 540 !important;
}
.fullscreen-hero-final-v8514 .btn-video-ghost {
  background: rgba(255,255,255,.075);
  border-color: rgba(255,255,255,.42);
  color: rgba(255,255,255,.94);
}
.fullscreen-hero-final-v8514 .hero-video-trust-row {
  width: min(930px, 72vw);
  gap: clamp(16px, 2vw, 30px);
  padding: 0;
}
.fullscreen-hero-final-v8514 .hero-video-trust-item {
  grid-template-columns: 54px minmax(0,1fr);
  min-width: 245px;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}
.fullscreen-hero-final-v8514 .hero-video-icon {
  font-weight: 560 !important;
  box-shadow: 0 20px 58px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.72);
}
.fullscreen-hero-final-v8514 .hero-video-trust-item strong {
  font-weight: 560 !important;
  color: rgba(255,255,255,.94);
}
.fullscreen-hero-final-v8514 .hero-video-trust-item small {
  font-weight: 360 !important;
  color: rgba(255,255,255,.72);
}
.fullscreen-hero-final-v8514 .hero-video-toggle {
  background: rgba(255,255,255,.11);
  border-color: rgba(255,255,255,.32);
  backdrop-filter: blur(18px);
}
.fullscreen-hero-final-v8514 .hero-scroll-cue { font-weight: 480 !important; opacity: .9; }

/* Keep the post-hero flow connected after the new full-screen video hero. */
.fullscreen-hero-final-v8514 .hero-trust-band-section {
  padding-top: clamp(28px, 4vw, 48px);
}
.fullscreen-hero-final-v8514 .hero-trust-band-wrap { transform: translateY(0); }

/* Homepage section type harmony after the hero update. */
.home-page.typography-harmony-v8514 .section-head .kicker,
.home-page.typography-harmony-v8514 .trust-band-intro .kicker,
.home-page.typography-harmony-v8514 .trusted-brands-copy .kicker {
  font-weight: 520 !important;
}
.home-page.typography-harmony-v8514 .section-head .title,
.home-page.typography-harmony-v8514 .section-head h2,
.home-page.typography-harmony-v8514 .trust-band-intro h2,
.home-page.typography-harmony-v8514 .trusted-brands-copy .title,
.home-page.typography-harmony-v8514 .cta-band .title {
  font-weight: 620 !important;
  line-height: 1.28;
}
.home-page.typography-harmony-v8514 .formula-panel-content h3 { font-weight: 560 !important; line-height: 1.28; }
.home-page.typography-harmony-v8514 .formula-panel-content p { font-weight: 370; }
.home-page.typography-harmony-v8514 .vertical-label { font-weight: 520 !important; letter-spacing: -.012em; }
.home-page.typography-harmony-v8514 .service-mini h3,
.home-page.typography-harmony-v8514 .product-premium h3,
.home-page.typography-harmony-v8514 .trust-highlight-card strong { font-weight: 560 !important; }
.home-page.typography-harmony-v8514 .metrics-strip small { font-weight: 430 !important; }
.home-page.typography-harmony-v8514 .footer h3 { font-weight: 570 !important; }

@media (max-width: 1280px) {
  .fullscreen-hero-final-v8514 .site-header { width: min(94vw, 1200px); top: 12px; }
  .fullscreen-hero-final-v8514 .site-header .nav-wrap { min-height: 68px; }
  .fullscreen-hero-final-v8514 .site-header .nav-links a { font-size: 12px; padding-inline: 8px; }
  .fullscreen-hero-final-v8514 .hero-fullscreen-content { width: min(100% - 58px, 1180px); }
  .fullscreen-hero-final-v8514 .hero-fullscreen-copy { width: min(680px, 52vw); }
  .fullscreen-hero-final-v8514 .hero-video-title { font-size: clamp(48px, 5.85vw, 82px) !important; }
  .fullscreen-hero-final-v8514 .hero-video-trust-row { width: min(820px, 78vw); }
}
@media (max-width: 1024px) {
  .fullscreen-hero-final-v8514 .site-header {
    top: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 12px 38px rgba(5,14,30,.12);
  }
  .fullscreen-hero-final-v8514 .hero-bg-video {
    object-position: 60% center;
    filter: saturate(1.08) contrast(1.08) brightness(.76);
  }
  .fullscreen-hero-final-v8514 .hero-cinema-overlay {
    background:
      radial-gradient(circle at 82% 20%, rgba(8,195,244,.30), transparent 36%),
      radial-gradient(circle at 7% 20%, rgba(233,6,172,.36), transparent 34%),
      linear-gradient(90deg, rgba(2,5,14,.92) 0%, rgba(25,7,31,.74) 48%, rgba(6,26,44,.22) 100%),
      linear-gradient(180deg, rgba(2,5,14,.42) 0%, rgba(2,5,14,.10) 42%, rgba(2,5,14,.70) 100%);
  }
  .fullscreen-hero-final-v8514 .hero-fullscreen-content {
    width: min(100% - 40px, 920px);
    padding-top: 100px;
    padding-bottom: 70px;
    align-content: end;
    gap: 26px;
  }
  .fullscreen-hero-final-v8514 .hero-fullscreen-copy { width: min(660px, 88vw); }
  .fullscreen-hero-final-v8514 .hero-video-title { font-size: clamp(42px, 7.2vw, 66px) !important; line-height: 1.10 !important; }
  .fullscreen-hero-final-v8514 .hero-video-lead { font-size: clamp(15.8px, 2vw, 18.5px) !important; max-width: 650px; }
  .fullscreen-hero-final-v8514 .hero-video-trust-row { width: min(760px, 92vw); }
}
@media (max-width: 760px) {
  .fullscreen-hero-final-v8514 .hero-fullscreen-video { min-height: 100svh; height: auto; }
  .fullscreen-hero-final-v8514 .hero-bg-video {
    object-position: 60% center;
    filter: saturate(1.06) contrast(1.06) brightness(.70);
  }
  .fullscreen-hero-final-v8514 .hero-cinema-overlay {
    background:
      radial-gradient(circle at 83% 14%, rgba(8,195,244,.26), transparent 34%),
      radial-gradient(circle at 0% 20%, rgba(233,6,172,.38), transparent 35%),
      linear-gradient(90deg, rgba(2,5,14,.96) 0%, rgba(20,5,28,.82) 58%, rgba(6,24,42,.45) 100%),
      linear-gradient(180deg, rgba(2,5,14,.42) 0%, rgba(2,5,14,.18) 38%, rgba(2,5,14,.82) 100%);
  }
  .fullscreen-hero-final-v8514 .hero-fullscreen-content {
    width: min(100% - 28px, 640px);
    padding-top: 92px;
    padding-bottom: 76px;
    align-content: center;
    gap: 20px;
  }
  .fullscreen-hero-final-v8514 .hero-fullscreen-copy .hero-kicker { display: none; }
  .fullscreen-hero-final-v8514 .hero-video-title {
    font-size: clamp(35px, 10.7vw, 49px) !important;
    font-weight: 400 !important;
    line-height: 1.12 !important;
    letter-spacing: -.032em !important;
    max-width: 98%;
  }
  .fullscreen-hero-final-v8514 .hero-video-title .gradient-text { font-weight: 540 !important; }
  .fullscreen-hero-final-v8514 .hero-accent-line { width: 70px; margin: 18px 0 18px; }
  .fullscreen-hero-final-v8514 .hero-video-lead {
    max-width: 96%;
    font-size: 14.8px !important;
    line-height: 1.68 !important;
  }
  .fullscreen-hero-final-v8514 .hero-video-ctas { margin-top: 21px; max-width: 330px; grid-template-columns: 1fr; }
  .fullscreen-hero-final-v8514 .hero-video-ctas .btn { min-height: 52px; font-size: 14px; }
  .fullscreen-hero-final-v8514 .hero-video-trust-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    width: min(100%, 360px);
  }
  .fullscreen-hero-final-v8514 .hero-video-trust-item {
    padding: 9px 10px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 18px;
    background: rgba(255,255,255,.075);
    backdrop-filter: blur(11px);
    grid-template-columns: 42px 1fr;
  }
  .fullscreen-hero-final-v8514 .hero-video-icon { width:42px; height:42px; font-size:10px; }
  .fullscreen-hero-final-v8514 .hero-video-trust-item strong { font-size: 13.3px; }
  .fullscreen-hero-final-v8514 .hero-video-trust-item small { font-size: 11.3px; }
  .fullscreen-hero-final-v8514 .hero-video-toggle { width: 48px; height: 48px; }
}
@media (max-width: 420px) {
  .fullscreen-hero-final-v8514 .hero-fullscreen-content { padding-top: 84px; padding-bottom: 70px; }
  .fullscreen-hero-final-v8514 .hero-video-title { font-size: clamp(32px, 10.1vw, 43px) !important; }
  .fullscreen-hero-final-v8514 .hero-video-lead { font-size: 14.2px !important; }
}
@media (max-height: 720px) and (min-width: 761px) {
  .fullscreen-hero-final-v8514 .hero-fullscreen-content { padding-top: 86px; padding-bottom: 44px; gap: 20px; }
  .fullscreen-hero-final-v8514 .hero-video-title { font-size: clamp(44px, 5.4vw, 74px) !important; line-height: 1.04 !important; }
  .fullscreen-hero-final-v8514 .hero-video-lead { font-size: 16px !important; line-height: 1.56 !important; }
  .fullscreen-hero-final-v8514 .hero-video-ctas { margin-top: 22px; }
  .fullscreen-hero-final-v8514 .hero-video-trust-row { gap: 14px; }
  .fullscreen-hero-final-v8514 .hero-scroll-cue { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .fullscreen-hero-final-v8514 .hero-scroll-cue i::before { animation: none; }
}

/* =========================================================
   DICHANA v8.5.15 — Phase 0.5 Design Continuation Pre-Freeze
   Scope: items 1–6 only: hero premium refinement, spacing, typography,
   section harmony, responsive behavior, motion/cards/CTA/footer.
   Deferred: final visual polish + design freeze.
   ========================================================= */
.design-continuation-v8515 {
  --v8515-ease: cubic-bezier(.22, 1, .36, 1);
  --v8515-ease-soft: cubic-bezier(.16, 1, .3, 1);
  --v8515-fast: 190ms;
  --v8515-med: 320ms;
  --v8515-slow: 680ms;
  --section-pad-xl: clamp(94px, 8vw, 132px);
  --section-pad-lg: clamp(78px, 7vw, 112px);
  --section-pad-md: clamp(62px, 5.8vw, 88px);
  --section-pad-sm: clamp(46px, 4.6vw, 68px);
  --container-pad: clamp(18px, 3.2vw, 56px);
  --grid-gap: clamp(18px, 2.35vw, 34px);
  --card-gap: clamp(16px, 2vw, 28px);
  --v8515-radius-card: clamp(24px, 2.2vw, 34px);
  --v8515-radius-panel: clamp(30px, 3.1vw, 48px);
  --v8515-shadow-card: 0 26px 76px rgba(16,24,40,.085);
  --v8515-shadow-card-hover: 0 34px 94px rgba(16,24,40,.135);
  --v8515-shadow-brand: 0 28px 72px rgba(233,6,172,.24);
  --v8515-border: rgba(231,236,243,.82);
  --v8515-glass: rgba(255,255,255,.78);
  --v8515-glass-border: rgba(255,255,255,.42);
  font-family: "Noto Sans Thai", sans-serif;
  overflow-x: clip;
}
.design-continuation-v8515 *,
.design-continuation-v8515 *::before,
.design-continuation-v8515 *::after { font-family: "Noto Sans Thai", sans-serif; }
.design-continuation-v8515 p,
.design-continuation-v8515 li,
.design-continuation-v8515 .lead,
.design-continuation-v8515 small {
  letter-spacing: 0;
  text-wrap: pretty;
}
.design-continuation-v8515 p,
.design-continuation-v8515 li { line-height: 1.82; }
.design-continuation-v8515 .lead { line-height: 1.86; font-weight: 400; }
.design-continuation-v8515 .title,
.design-continuation-v8515 h1,
.design-continuation-v8515 h2,
.design-continuation-v8515 h3 {
  font-weight: 560 !important;
  letter-spacing: -.012em;
  text-wrap: balance;
}
.design-continuation-v8515 .title.sm { line-height: 1.30; }
.design-continuation-v8515 .title.xs { line-height: 1.34; }
.design-continuation-v8515 .kicker {
  font-weight: 520 !important;
  letter-spacing: .012em;
  text-transform: none;
}
.design-continuation-v8515 .btn,
.design-continuation-v8515 button,
.design-continuation-v8515 .card-link,
.design-continuation-v8515 .nav-links a,
.design-continuation-v8515 .drawer-menu a,
.design-continuation-v8515 input,
.design-continuation-v8515 select,
.design-continuation-v8515 textarea {
  font-family: "Noto Sans Thai", sans-serif;
}
.design-continuation-v8515 .btn {
  min-height: 50px;
  font-weight: 560 !important;
  letter-spacing: 0;
  transition:
    transform var(--v8515-fast) var(--v8515-ease-soft),
    box-shadow var(--v8515-med) var(--v8515-ease-soft),
    background var(--v8515-med) var(--v8515-ease-soft),
    border-color var(--v8515-med) var(--v8515-ease-soft),
    color var(--v8515-med) var(--v8515-ease-soft);
}
.design-continuation-v8515 .btn:hover { transform: translateY(-1px); }
.design-continuation-v8515 .btn-primary {
  background:
    radial-gradient(circle at 28% 0%, rgba(255,255,255,.34), transparent 25%),
    linear-gradient(135deg, #e906ac 0%, #cf36d6 48%, #08c3f4 100%);
  box-shadow: var(--v8515-shadow-brand), inset 0 1px 0 rgba(255,255,255,.30);
}
.design-continuation-v8515 .btn-primary:hover { box-shadow: 0 32px 84px rgba(233,6,172,.28), inset 0 1px 0 rgba(255,255,255,.32); }
.design-continuation-v8515 .btn-secondary,
.design-continuation-v8515 .btn-ghost,
.design-continuation-v8515 .btn-video-ghost {
  transition:
    transform var(--v8515-fast) var(--v8515-ease-soft),
    box-shadow var(--v8515-med) var(--v8515-ease-soft),
    border-color var(--v8515-med) var(--v8515-ease-soft),
    background var(--v8515-med) var(--v8515-ease-soft);
}
.design-continuation-v8515 .card-link {
  font-weight: 560 !important;
  transition: color var(--v8515-fast) var(--v8515-ease-soft), transform var(--v8515-fast) var(--v8515-ease-soft);
}
.design-continuation-v8515 .card-link:hover { transform: translateX(3px); }
.design-continuation-v8515 :focus-visible {
  outline: 3px solid rgba(8,195,244,.48);
  outline-offset: 4px;
}

/* 1) Hero premium refinement */
.design-continuation-v8515.fullscreen-hero-final-v8514 .site-header {
  top: clamp(10px, 1.45vw, 22px);
  width: min(94vw, 1480px);
  background: linear-gradient(180deg, rgba(255,255,255,.965), rgba(255,255,255,.89));
  border: 1px solid rgba(255,255,255,.76);
  box-shadow: 0 24px 76px rgba(2,8,22,.145), inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter: blur(22px) saturate(1.22);
  -webkit-backdrop-filter: blur(22px) saturate(1.22);
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .site-header .nav-wrap {
  min-height: clamp(64px, 4.85vw, 78px);
  padding-inline: clamp(18px, 2.35vw, 38px);
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .site-header .brand-mark {
  width: clamp(38px, 3.2vw, 45px);
  height: clamp(46px, 3.8vw, 56px);
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .site-header .nav-links { gap: 2px; }
.design-continuation-v8515.fullscreen-hero-final-v8514 .site-header .nav-links a {
  font-size: clamp(12px, .84vw, 13.4px);
  padding: 9px clamp(8px, .76vw, 13px);
  border: 1px solid transparent;
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .site-header .nav-links a:hover,
.design-continuation-v8515.fullscreen-hero-final-v8514 .site-header .nav-links a.active {
  background: linear-gradient(135deg, rgba(233,6,172,.105), rgba(8,195,244,.072));
  border-color: rgba(233,6,172,.09);
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .site-header .btn-primary {
  min-height: clamp(46px, 3.6vw, 52px);
  padding-inline: clamp(20px, 1.9vw, 30px);
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-video {
  min-height: 100svh;
  background: #050d19;
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-bg-video {
  filter: saturate(1.11) contrast(1.06) brightness(.87);
  transform: scale(1.012);
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-cinema-overlay {
  background:
    radial-gradient(circle at 64% 43%, rgba(255,255,255,.15), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(8,195,244,.38), transparent 34%),
    radial-gradient(circle at 10% 26%, rgba(233,6,172,.44), transparent 36%),
    linear-gradient(90deg,
      rgba(2,5,14,.965) 0%,
      rgba(20,4,28,.88) 23%,
      rgba(43,14,45,.62) 46%,
      rgba(6,24,42,.25) 73%,
      rgba(8,195,244,.10) 100%),
    linear-gradient(180deg,
      rgba(1,5,13,.48) 0%,
      rgba(2,7,18,.08) 38%,
      rgba(2,6,14,.70) 100%);
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-content {
  width: min(1480px, calc(100% - clamp(42px, 7vw, 132px)));
  padding-top: clamp(112px, 13vh, 160px);
  padding-bottom: clamp(62px, 7.4vh, 92px);
  gap: clamp(24px, 3.8vw, 48px);
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-copy { width: min(800px, 51vw); }
.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-copy .hero-kicker {
  display: inline-flex;
  color: rgba(255,255,255,.86);
  font-size: clamp(12px, .86vw, 14px);
  line-height: 1;
  padding: 0;
  letter-spacing: .055em;
  text-shadow: 0 16px 42px rgba(0,0,0,.42);
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-title {
  margin-top: clamp(17px, 2.1vh, 28px);
  max-width: 820px;
  font-size: clamp(56px, 5.35vw, 90px) !important;
  line-height: 1.115 !important;
  letter-spacing: -.032em !important;
  font-weight: 420 !important;
  text-shadow: 0 20px 66px rgba(0,0,0,.52), 0 1px 0 rgba(255,255,255,.12);
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-title .gradient-text {
  font-weight: 520 !important;
  background: linear-gradient(95deg, #ff3fc4 0%, #dc5df0 44%, #27d5ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 14px 32px rgba(233,6,172,.22));
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-accent-line {
  width: clamp(76px, 7vw, 108px);
  height: 2px;
  margin: clamp(22px, 2.35vh, 28px) 0 clamp(22px, 2.45vh, 30px);
  background: linear-gradient(90deg, rgba(255,255,255,.88), rgba(233,6,172,.86) 34%, rgba(8,195,244,.82));
  box-shadow: 0 0 26px rgba(233,6,172,.26);
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-lead {
  max-width: 735px;
  font-size: clamp(16.8px, 1.14vw, 20px) !important;
  line-height: 1.82 !important;
  color: rgba(255,255,255,.88) !important;
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 1.4vw, 20px);
  margin-top: clamp(24px, 3vh, 34px);
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-ctas .btn {
  min-height: clamp(54px, 4.1vw, 62px);
  padding-inline: clamp(25px, 2.55vw, 38px);
  font-size: 15.2px;
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .btn-video-ghost {
  background: rgba(255,255,255,.105);
  border-color: rgba(255,255,255,.38);
  box-shadow: 0 20px 58px rgba(0,0,0,.20), inset 0 1px 0 rgba(255,255,255,.16);
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .btn-video-ghost:hover {
  background: rgba(255,255,255,.155);
  border-color: rgba(255,255,255,.54);
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-trust-row {
  width: min(940px, 76vw);
  gap: clamp(12px, 1.65vw, 22px);
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-trust-item {
  min-width: 244px;
  padding: 12px 14px;
  grid-template-columns: 48px minmax(0,1fr);
  gap: 12px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,.105), rgba(255,255,255,.045));
  box-shadow: 0 18px 56px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.14);
  backdrop-filter: blur(16px) saturate(1.15);
  -webkit-backdrop-filter: blur(16px) saturate(1.15);
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-icon {
  width: 48px;
  height: 48px;
  font-weight: 560 !important;
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-trust-item strong {
  font-size: 14.5px;
  font-weight: 540 !important;
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-trust-item small {
  font-size: 12px;
  line-height: 1.46;
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-toggle {
  width: 58px;
  height: 58px;
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.12);
  transition: transform var(--v8515-fast) var(--v8515-ease-soft), background var(--v8515-med) var(--v8515-ease-soft), border-color var(--v8515-med) var(--v8515-ease-soft);
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-toggle:hover {
  transform: translateY(-1px) scale(1.035);
  background: rgba(255,255,255,.18);
}
.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-scroll-cue {
  opacity: .76;
  letter-spacing: .04em;
}

/* 2) Global spacing rebalance */
.design-continuation-v8515 .section { padding-block: var(--section-pad-lg); }
.design-continuation-v8515 .section.tight { padding-block: var(--section-pad-sm); }
.design-continuation-v8515 .section-head { margin-bottom: clamp(28px, 3vw, 42px); gap: var(--grid-gap); }
.design-continuation-v8515 .section-head.centered { justify-content: center; }
.design-continuation-v8515 .container { width: min(var(--container), calc(100% - var(--container-pad))); }
.design-continuation-v8515.home-page .trust-band-section {
  margin-top: -1px;
  padding-block: clamp(34px, 4.4vw, 58px) var(--section-pad-md);
  background:
    radial-gradient(circle at 8% 0%, rgba(233,6,172,.09), transparent 28%),
    radial-gradient(circle at 92% 18%, rgba(8,195,244,.10), transparent 32%),
    linear-gradient(180deg, #fff 0%, #fff9fd 56%, #f3fcff 100%);
}
.design-continuation-v8515.home-page .formula-fullscreen-section { padding-block: var(--section-pad-xl); }
.design-continuation-v8515.home-page .services-overview { padding-block: var(--section-pad-lg); }
.design-continuation-v8515.home-page .products-showcase { padding-block: var(--section-pad-lg) var(--section-pad-xl); }
.design-continuation-v8515.home-page .metrics-section { padding-block: var(--section-pad-md); }
.design-continuation-v8515.home-page .section-cta-balanced { padding-block: var(--section-pad-md) var(--section-pad-lg); }
.design-continuation-v8515.home-page .trusted-brands-section { padding-block: var(--section-pad-lg) var(--section-pad-xl); }
.design-continuation-v8515 .grid,
.design-continuation-v8515 .service-icon-grid,
.design-continuation-v8515 .premium-product-grid,
.design-continuation-v8515 .hero-trust-highlights,
.design-continuation-v8515 .footer-grid-premium { gap: var(--grid-gap); }

/* 3) Typography refinement + 4) section harmony */
.design-continuation-v8515 .hero-trust-band-wrap {
  border-radius: var(--v8515-radius-panel);
  background:
    linear-gradient(135deg, rgba(255,255,255,.94), rgba(255,255,255,.80)),
    radial-gradient(circle at 8% 10%, rgba(233,6,172,.12), transparent 28%),
    radial-gradient(circle at 94% 8%, rgba(8,195,244,.14), transparent 30%);
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 30px 96px rgba(16,24,40,.10), inset 0 1px 0 rgba(255,255,255,.96);
  overflow: hidden;
}
.design-continuation-v8515 .trust-band-intro h2 {
  font-size: clamp(25px, 2.25vw, 38px);
  line-height: 1.30;
}
.design-continuation-v8515 .trust-band-intro p { line-height: 1.78; }
.design-continuation-v8515 .trust-highlight-card,
.design-continuation-v8515 .card,
.design-continuation-v8515 .service-mini,
.design-continuation-v8515 .product-premium,
.design-continuation-v8515 .form-card {
  border-color: var(--v8515-border);
  border-radius: var(--v8515-radius-card);
  box-shadow: var(--v8515-shadow-card);
  transition:
    transform var(--v8515-med) var(--v8515-ease-soft),
    box-shadow var(--v8515-med) var(--v8515-ease-soft),
    border-color var(--v8515-med) var(--v8515-ease-soft),
    background var(--v8515-med) var(--v8515-ease-soft);
}
.design-continuation-v8515 .trust-highlight-card:hover,
.design-continuation-v8515 .service-mini:hover,
.design-continuation-v8515 .product-premium:hover,
.design-continuation-v8515 .card:hover {
  transform: translateY(-5px);
  box-shadow: var(--v8515-shadow-card-hover);
  border-color: rgba(233,6,172,.16);
}
.design-continuation-v8515 .trust-highlight-card strong,
.design-continuation-v8515 .service-mini h3,
.design-continuation-v8515 .product-premium h3,
.design-continuation-v8515 .card h3 {
  font-weight: 560 !important;
  letter-spacing: -.006em;
}
.design-continuation-v8515 .trust-highlight-card small,
.design-continuation-v8515 .service-mini p,
.design-continuation-v8515 .product-premium p,
.design-continuation-v8515 .card p { line-height: 1.76; }
.design-continuation-v8515 .service-icon {
  width: 64px;
  height: 64px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.84), 0 18px 46px rgba(233,6,172,.10);
}
.design-continuation-v8515 .formula-showcase-frame {
  border-radius: clamp(30px, 3.5vw, 52px);
}
.design-continuation-v8515 .formula-panel {
  border-radius: clamp(28px, 3vw, 46px);
  box-shadow: 0 24px 76px rgba(16,24,40,.12);
}
.design-continuation-v8515 .formula-panel-content {
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(180deg, rgba(8,13,26,.74), rgba(8,13,26,.58));
  box-shadow: 0 24px 72px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.14);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.design-continuation-v8515 .formula-panel-content h3 {
  font-size: clamp(26px, 2.28vw, 38px);
  font-weight: 540 !important;
}
.design-continuation-v8515 .formula-panel-content p {
  color: rgba(255,255,255,.82);
  line-height: 1.74;
}
.design-continuation-v8515 .vertical-label {
  color: rgba(16,24,40,.58);
  font-weight: 500 !important;
  letter-spacing: -.008em;
}
.design-continuation-v8515 .showcase-nav {
  box-shadow: 0 20px 58px rgba(16,24,40,.12), inset 0 1px 0 rgba(255,255,255,.80);
}
.design-continuation-v8515 .formula-filter button {
  min-height: 42px;
  font-weight: 520;
  border-radius: 999px;
  transition: transform var(--v8515-fast) var(--v8515-ease-soft), background var(--v8515-med) var(--v8515-ease-soft), border-color var(--v8515-med) var(--v8515-ease-soft);
}
.design-continuation-v8515 .formula-filter button:hover { transform: translateY(-1px); }
.design-continuation-v8515 .product-visual {
  border-radius: clamp(24px, 2.5vw, 34px);
  background:
    radial-gradient(circle at 72% 16%, rgba(255,255,255,.98), transparent 25%),
    radial-gradient(circle at 15% 80%, rgba(233,6,172,.09), transparent 30%),
    radial-gradient(circle at 88% 88%, rgba(8,195,244,.11), transparent 26%),
    linear-gradient(135deg, #fff2fb 0%, #f7f8ff 48%, #ecfbff 100%);
}
.design-continuation-v8515 .metrics-strip-production,
.design-continuation-v8515 .metrics-strip {
  border-radius: var(--v8515-radius-panel);
  box-shadow: 0 24px 78px rgba(16,24,40,.08);
  overflow: hidden;
}
.design-continuation-v8515 .metric-number,
.design-continuation-v8515 .trusted-hero-card strong,
.design-continuation-v8515 .trust-count {
  font-weight: 560 !important;
  letter-spacing: -.018em;
}
.design-continuation-v8515 .metrics-strip small { line-height: 1.55; }
.design-continuation-v8515 .cta-band {
  border-radius: var(--v8515-radius-panel);
  background:
    radial-gradient(circle at 86% 12%, rgba(8,195,244,.34), transparent 28%),
    radial-gradient(circle at 12% 12%, rgba(233,6,172,.25), transparent 32%),
    linear-gradient(90deg, rgba(5,12,26,.97) 0%, rgba(34,10,42,.90) 48%, rgba(5,76,102,.48) 100%),
    linear-gradient(135deg, #07101f 0%, #4b0e38 54%, #08a9d8 100%);
  box-shadow: 0 32px 96px rgba(9,17,31,.18);
}
.design-continuation-v8515 .cta-band .title { line-height: 1.25; }
.design-continuation-v8515 .cta-band p { line-height: 1.78; }
.design-continuation-v8515 .trusted-brands-section {
  background:
    radial-gradient(circle at 10% 12%, rgba(233,6,172,.075), transparent 30%),
    radial-gradient(circle at 92% 22%, rgba(8,195,244,.09), transparent 32%),
    linear-gradient(180deg, #fff 0%, #fff8fd 46%, #f3fcff 100%);
}
.design-continuation-v8515 .trusted-proof-row span {
  font-weight: 500 !important;
  border-color: rgba(233,6,172,.12);
}
.design-continuation-v8515 .footer {
  background:
    radial-gradient(circle at 8% 0%, rgba(233,6,172,.18), transparent 26%),
    radial-gradient(circle at 92% 8%, rgba(8,195,244,.18), transparent 28%),
    linear-gradient(135deg, #07101f 0%, #13051f 54%, #051f2e 100%);
}
.design-continuation-v8515 .footer h3 { font-weight: 560 !important; }
.design-continuation-v8515 .footer p,
.design-continuation-v8515 .footer a {
  line-height: 1.88;
  transition: color var(--v8515-fast) var(--v8515-ease-soft), transform var(--v8515-fast) var(--v8515-ease-soft);
}
.design-continuation-v8515 .footer a:hover {
  color: rgba(255,255,255,.96);
  transform: translateX(3px);
}
.design-continuation-v8515 .social-row a:hover { transform: translateY(-2px); }
.design-continuation-v8515 .floating-contact-premium .float-action {
  box-shadow: 0 20px 58px rgba(16,24,40,.15), inset 0 1px 0 rgba(255,255,255,.20);
  transition: transform var(--v8515-fast) var(--v8515-ease-soft), box-shadow var(--v8515-med) var(--v8515-ease-soft);
}
.design-continuation-v8515 .floating-contact-premium .float-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 28px 76px rgba(16,24,40,.22), inset 0 1px 0 rgba(255,255,255,.22);
}

/* Inner pages: keep Phase 0.5 visual system consistent beyond homepage. */
.design-continuation-v8515:not(.home-page) .page-hero {
  background:
    radial-gradient(circle at 86% 10%, rgba(8,195,244,.16), transparent 32%),
    radial-gradient(circle at 12% 20%, rgba(233,6,172,.13), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fff8fd 52%, #f2fcff 100%);
}
.design-continuation-v8515:not(.home-page) .page-hero .title { font-weight: 560 !important; }
.design-continuation-v8515 .form-card,
.design-continuation-v8515 .login-card,
.design-continuation-v8515 .admin-main,
.design-continuation-v8515 .admin-sidebar {
  font-family: "Noto Sans Thai", sans-serif;
}
.design-continuation-v8515 .field input,
.design-continuation-v8515 .field select,
.design-continuation-v8515 .field textarea {
  border-radius: 18px;
  transition: border-color var(--v8515-fast) var(--v8515-ease-soft), box-shadow var(--v8515-fast) var(--v8515-ease-soft);
}
.design-continuation-v8515 .field input:focus,
.design-continuation-v8515 .field select:focus,
.design-continuation-v8515 .field textarea:focus {
  border-color: rgba(8,195,244,.44);
  box-shadow: 0 0 0 4px rgba(8,195,244,.10);
  outline: none;
}

/* 5) Responsive and mobile refinement */
@media (max-width: 1280px) {
  .design-continuation-v8515.fullscreen-hero-final-v8514 .site-header { width: min(96vw, 1180px); }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .site-header .nav-links a { padding-inline: 7px; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .site-header .logo { min-width: clamp(188px, 17vw, 220px); }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-copy { width: min(720px, 56vw); }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-title { font-size: clamp(48px, 5.75vw, 78px) !important; }
}
@media (max-width: 1024px) {
  .design-continuation-v8515 { --container-pad: 36px; --grid-gap: 22px; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .site-header {
    top: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: 0 14px 44px rgba(5,14,30,.12);
  }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-bg-video {
    object-position: 60% center;
    filter: saturate(1.08) contrast(1.07) brightness(.75);
  }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-cinema-overlay {
    background:
      radial-gradient(circle at 70% 34%, rgba(255,255,255,.10), transparent 28%),
      radial-gradient(circle at 84% 18%, rgba(8,195,244,.31), transparent 35%),
      radial-gradient(circle at 4% 22%, rgba(233,6,172,.40), transparent 34%),
      linear-gradient(90deg, rgba(2,5,14,.94) 0%, rgba(20,5,28,.80) 56%, rgba(6,24,42,.42) 100%),
      linear-gradient(180deg, rgba(2,5,14,.44) 0%, rgba(2,5,14,.16) 38%, rgba(2,5,14,.82) 100%);
  }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-content {
    width: min(100% - 40px, 920px);
    padding-top: 104px;
    padding-bottom: 70px;
    align-content: end;
  }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-copy { width: min(680px, 90vw); }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-title { font-size: clamp(42px, 7vw, 62px) !important; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-trust-row { width: min(760px, 92vw); }
}
@media (max-width: 760px) {
  .design-continuation-v8515 {
    --container-pad: 28px;
    --grid-gap: 16px;
    --section-pad-xl: 72px;
    --section-pad-lg: 64px;
    --section-pad-md: 54px;
    --section-pad-sm: 42px;
  }
  .design-continuation-v8515 .section { padding-block: var(--section-pad-lg); }
  .design-continuation-v8515 .section-head { margin-bottom: 24px; }
  .design-continuation-v8515 .section-head.centered { text-align: left; justify-content: flex-start; }
  .design-continuation-v8515 .section-head.centered .lead { margin-inline: 0; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .site-header .logo-text { display: grid; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .site-header .logo-main { font-size: 16px; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .site-header .logo-sub { font-size: 8px; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .site-header .brand-mark { width: 32px; height: 40px; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .site-header .nav-wrap { min-height: 64px; padding-inline: 14px; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-video { min-height: 100svh; height: auto; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-content {
    min-height: 100svh;
    width: min(100% - 28px, 640px);
    padding-top: 92px;
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
    align-content: center;
    gap: 18px;
  }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-copy .hero-kicker { display: none; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-title {
    max-width: 100%;
    font-size: clamp(34px, 10.6vw, 47px) !important;
    line-height: 1.14 !important;
    letter-spacing: -.024em !important;
    font-weight: 430 !important;
  }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-title .gradient-text { font-weight: 530 !important; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-accent-line { width: 64px; margin: 17px 0; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-lead {
    max-width: 100%;
    font-size: 14.7px !important;
    line-height: 1.72 !important;
  }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-ctas {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 345px;
    gap: 10px;
    margin-top: 20px;
  }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-ctas .btn {
    width: 100%;
    min-height: 52px;
    font-size: 14px;
    padding-inline: 18px;
  }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-trust-row {
    grid-template-columns: 1fr;
    width: min(100%, 360px);
    gap: 8px;
  }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-trust-item {
    min-width: 0;
    grid-template-columns: 40px 1fr;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 17px;
  }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-icon { width: 40px; height: 40px; font-size: 10px; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-trust-item strong { font-size: 13px; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-trust-item small { font-size: 11px; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-toggle {
    width: 46px;
    height: 46px;
    right: 14px;
    bottom: calc(14px + env(safe-area-inset-bottom));
  }
  .design-continuation-v8515.home-page .trust-band-section { padding-top: 30px; }
  .design-continuation-v8515 .hero-trust-band-wrap { border-radius: 24px; }
  .design-continuation-v8515 .trust-band-intro { padding: 18px; }
  .design-continuation-v8515 .trust-highlight-card,
  .design-continuation-v8515 .service-mini,
  .design-continuation-v8515 .product-premium,
  .design-continuation-v8515 .card { border-radius: 22px; }
  .design-continuation-v8515 .formula-universe { min-height: 420px; gap: 12px; padding-inline: 14px; }
  .design-continuation-v8515 .formula-panel,
  .design-continuation-v8515 .formula-panel.is-active,
  .design-continuation-v8515 .formula-panel:hover,
  .design-continuation-v8515 .formula-panel:focus-within {
    flex-basis: min(86vw, 390px);
    min-height: 412px;
    border-radius: 26px;
  }
  .design-continuation-v8515 .formula-panel-content { padding: 16px; border-radius: 20px; }
  .design-continuation-v8515 .formula-panel-content h3 { font-size: 21px; line-height: 1.32; }
  .design-continuation-v8515 .formula-panel-content p { font-size: 13.4px; line-height: 1.66; }
  .design-continuation-v8515 .vertical-label { font-size: clamp(26px, 12vw, 42px); }
  .design-continuation-v8515 .service-icon { width: 56px; height: 56px; }
  .design-continuation-v8515 .formula-filter { padding-bottom: 10px; }
  .design-continuation-v8515 .product-visual { min-height: 156px; }
  .design-continuation-v8515 .cta-band { padding: 28px 20px; border-radius: 26px; }
  .design-continuation-v8515 .cta-band .title { font-size: clamp(25px, 7vw, 34px); line-height: 1.30; }
  .design-continuation-v8515 .footer { padding-bottom: calc(100px + env(safe-area-inset-bottom)); }
}
@media (max-width: 390px) {
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-content { padding-top: 84px; padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-title { font-size: clamp(31px, 10vw, 40px) !important; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-lead { font-size: 14px !important; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .site-header .logo-sub { display: none; }
  .design-continuation-v8515 .formula-universe { min-height: 394px; }
  .design-continuation-v8515 .formula-panel,
  .design-continuation-v8515 .formula-panel.is-active,
  .design-continuation-v8515 .formula-panel:hover,
  .design-continuation-v8515 .formula-panel:focus-within { flex-basis: 88vw; min-height: 386px; }
}
@media (max-height: 720px) and (min-width: 761px) {
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-content { padding-top: 86px; padding-bottom: 46px; gap: 18px; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-title { font-size: clamp(41px, 5.2vw, 68px) !important; line-height: 1.05 !important; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-lead { font-size: 15.6px !important; line-height: 1.58 !important; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-ctas { margin-top: 18px; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-trust-item { padding: 9px 11px; transform: scale(.96); transform-origin: left center; }
}
@media (orientation: landscape) and (max-height: 520px) and (max-width: 980px) {
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-content { padding-top: 74px; padding-bottom: 30px; align-content: center; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-title { font-size: clamp(28px, 4.8vw, 42px) !important; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-lead { font-size: 13.8px !important; line-height: 1.55 !important; }
  .design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-trust-row { display: none; }
}

/* 6) Motion and reduced-motion compliance */
.design-continuation-v8515 .reveal {
  transition: opacity var(--v8515-slow) var(--v8515-ease), transform var(--v8515-slow) var(--v8515-ease);
}
.design-continuation-v8515 .formula-panel,
.design-continuation-v8515 .formula-panel-media,
.design-continuation-v8515 .formula-panel-content,
.design-continuation-v8515 .showcase-nav,
.design-continuation-v8515 .product-visual,
.design-continuation-v8515 .float-action,
.design-continuation-v8515 .back-to-top {
  transition-timing-function: var(--v8515-ease-soft);
}
@media (prefers-reduced-motion: reduce) {
  .design-continuation-v8515 *,
  .design-continuation-v8515 *::before,
  .design-continuation-v8515 *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  .design-continuation-v8515 .hero-bg-video { transform: none !important; }
}

/* =========================================================
   DICHANA v8.5.16 — Hero Trust Relocation Pre-Freeze
   Scope: remove the R&D / GMP / OEM proof row from inside the
   fullscreen hero and relocate it into a slim trust band directly
   below the hero. Keeps Phase 0.5 open; no design freeze.
   ========================================================= */
.hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-video-trust-row {
  display: none !important;
}
.hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-fullscreen-content {
  grid-template-rows: auto;
  align-content: center;
  gap: 0;
  padding-bottom: clamp(84px, 10.5vh, 128px);
}
.hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-fullscreen-copy {
  transform: translateY(clamp(0px, 1.2vh, 12px));
}
.hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-video-ctas {
  margin-bottom: 0;
}
.hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-scroll-cue {
  bottom: clamp(24px, 3.8vh, 46px);
}
.hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-video-toggle {
  bottom: clamp(34px, 5vh, 64px);
}
.hero-trust-moved-v8516.home-page .trust-band-relocated-v8516 {
  position: relative;
  z-index: 8;
  margin-top: 0 !important;
  padding-top: clamp(30px, 4vw, 54px) !important;
  padding-bottom: var(--section-pad-md);
  background:
    radial-gradient(circle at 7% 0%, rgba(233,6,172,.075), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(8,195,244,.088), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fffafe 52%, #f3fcff 100%);
}
.hero-trust-moved-v8516 .hero-proof-strip-v8516 {
  width: min(calc(100% - var(--container-pad)), 1220px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(8px, .92vw, 12px);
  align-items: stretch;
  margin-bottom: clamp(16px, 2.2vw, 28px);
  padding: clamp(8px, .86vw, 11px);
  border-radius: clamp(26px, 2.8vw, 40px);
  border: 1px solid rgba(231,236,243,.92);
  background:
    linear-gradient(135deg, rgba(255,255,255,.965), rgba(255,251,254,.94) 48%, rgba(241,252,255,.96)),
    radial-gradient(circle at 12% 0%, rgba(233,6,172,.08), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(8,195,244,.10), transparent 32%);
  box-shadow: 0 22px 70px rgba(16,24,40,.078), inset 0 1px 0 rgba(255,255,255,.98);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
}
.hero-trust-moved-v8516 .proof-strip-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 74px;
  padding: 12px 14px;
  border-radius: clamp(20px, 1.7vw, 28px);
  border: 1px solid rgba(255,255,255,.84);
  background:
    linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.54)),
    radial-gradient(circle at 100% 0%, rgba(8,195,244,.08), transparent 42%);
  box-shadow: 0 12px 36px rgba(16,24,40,.045), inset 0 1px 0 rgba(255,255,255,.88);
  transition:
    transform var(--v8515-fast) var(--v8515-ease-soft),
    box-shadow var(--v8515-med) var(--v8515-ease-soft),
    border-color var(--v8515-med) var(--v8515-ease-soft),
    background var(--v8515-med) var(--v8515-ease-soft);
}
.hero-trust-moved-v8516 .proof-strip-item:hover {
  transform: translateY(-2px);
  border-color: rgba(233,6,172,.14);
  box-shadow: 0 18px 48px rgba(16,24,40,.075), inset 0 1px 0 rgba(255,255,255,.9);
}
.hero-trust-moved-v8516 .proof-strip-icon {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--magenta-deep);
  background:
    radial-gradient(circle at 30% 18%, rgba(255,255,255,.98), transparent 42%),
    linear-gradient(135deg, rgba(233,6,172,.115), rgba(8,195,244,.105));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.88), 0 12px 28px rgba(233,6,172,.085);
  font-size: 11px;
  font-weight: 660 !important;
  letter-spacing: -.01em;
  line-height: 1;
}
.hero-trust-moved-v8516 .proof-strip-item strong {
  display: block;
  color: #111827;
  font-size: clamp(13.2px, .95vw, 15px);
  line-height: 1.28;
  font-weight: 560 !important;
  letter-spacing: -.006em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero-trust-moved-v8516 .proof-strip-item small {
  display: block;
  margin-top: 4px;
  color: rgba(55,65,81,.74);
  font-size: clamp(11.4px, .82vw, 12.6px);
  line-height: 1.46;
  font-weight: 400;
}
.hero-trust-moved-v8516 .trust-band-relocated-v8516 .hero-trust-band-wrap {
  margin-top: 0;
  transform: none !important;
}
.hero-trust-moved-v8516 .trust-band-relocated-v8516 .trust-band-intro {
  min-height: 140px;
}
.hero-trust-moved-v8516 .trust-band-relocated-v8516 .trust-band-intro p {
  max-width: 330px;
}
.hero-trust-moved-v8516 .trust-band-relocated-v8516 .trust-highlight-card {
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.70)),
    radial-gradient(circle at 100% 0%, rgba(8,195,244,.08), transparent 42%);
}

@media (max-width: 1280px) {
  .hero-trust-moved-v8516 .hero-proof-strip-v8516 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(calc(100% - 42px), 980px);
  }
  .hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-fullscreen-content {
    padding-bottom: clamp(78px, 9vh, 112px);
  }
}
@media (max-width: 1024px) {
  .hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-fullscreen-content {
    align-content: center;
    padding-bottom: clamp(72px, 8vh, 96px);
  }
  .hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-fullscreen-copy {
    transform: none;
  }
  .hero-trust-moved-v8516.home-page .trust-band-relocated-v8516 {
    padding-top: 28px !important;
  }
  .hero-trust-moved-v8516 .trust-band-relocated-v8516 .trust-band-intro p {
    max-width: 780px;
  }
}
@media (max-width: 760px) {
  .hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-fullscreen-content {
    min-height: 100svh;
    align-content: center;
    gap: 0;
    padding-bottom: calc(86px + env(safe-area-inset-bottom));
  }
  .hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-video-ctas {
    margin-top: 22px;
  }
  .hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-scroll-cue {
    display: none;
  }
  .hero-trust-moved-v8516.home-page .trust-band-relocated-v8516 {
    padding-top: 24px !important;
    padding-bottom: 44px;
  }
  .hero-trust-moved-v8516 .hero-proof-strip-v8516 {
    grid-template-columns: 1fr;
    width: min(calc(100% - 26px), 520px);
    gap: 8px;
    padding: 9px;
    margin-bottom: 14px;
    border-radius: 26px;
  }
  .hero-trust-moved-v8516 .proof-strip-item {
    min-height: 64px;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 12px;
    border-radius: 20px;
  }
  .hero-trust-moved-v8516 .proof-strip-icon {
    width: 42px;
    height: 42px;
    font-size: 10.5px;
  }
  .hero-trust-moved-v8516 .proof-strip-item strong {
    white-space: normal;
    font-size: 13.2px;
  }
  .hero-trust-moved-v8516 .proof-strip-item small {
    font-size: 11.4px;
    line-height: 1.42;
  }
  .hero-trust-moved-v8516 .trust-band-relocated-v8516 .trust-band-intro {
    min-height: auto;
  }
}
@media (max-width: 390px) {
  .hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-fullscreen-content {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }
  .hero-trust-moved-v8516 .hero-proof-strip-v8516 {
    width: min(calc(100% - 20px), 420px);
  }
}
@media (max-height: 720px) and (min-width: 761px) {
  .hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-fullscreen-content {
    padding-top: 86px;
    padding-bottom: 54px;
    align-content: center;
  }
  .hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-video-title {
    font-size: clamp(41px, 5.2vw, 68px) !important;
  }
}
@media (orientation: landscape) and (max-height: 520px) and (max-width: 980px) {
  .hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-fullscreen-content {
    padding-bottom: 30px;
  }
  .hero-trust-moved-v8516 .hero-proof-strip-v8516 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-trust-moved-v8516 .proof-strip-item {
    transition: none !important;
  }
  .hero-trust-moved-v8516 .proof-strip-item:hover {
    transform: none;
  }
}

/* =========================================================
   DICHANA v8.5.17 — Responsive Readability Polish Pre-Freeze
   Scope: keep approved v8.5.16 visual direction, then fix narrow
   viewport density/readability across header, trust bands, cards,
   showcase, products, metrics, CTA, trusted proof and footer.
   ========================================================= */
.responsive-readability-v8517 {
  --v8517-gutter-desktop: clamp(22px, 3vw, 42px);
  --v8517-gutter-mobile: clamp(16px, 5vw, 24px);
  --v8517-card-gap: clamp(14px, 2vw, 24px);
  --v8517-ease: cubic-bezier(.22, 1, .36, 1);
  --v8517-readable: #344054;
  --v8517-readable-soft: #526070;
  --v8517-soft-line: rgba(231,236,243,.88);
  --v8517-tap: 48px;
}
.responsive-readability-v8517 p,
.responsive-readability-v8517 small,
.responsive-readability-v8517 a,
.responsive-readability-v8517 button { text-wrap: pretty; }
.responsive-readability-v8517 .btn,
.responsive-readability-v8517 .card-link,
.responsive-readability-v8517 .drawer-menu a,
.responsive-readability-v8517 .mobile-toggle,
.responsive-readability-v8517 .showcase-nav,
.responsive-readability-v8517 .mobile-quick-toggle,
.responsive-readability-v8517 .mobile-quick-menu a {
  min-height: var(--v8517-tap);
}
.responsive-readability-v8517 .section-head.centered .lead,
.responsive-readability-v8517 .trusted-brands-copy .lead,
.responsive-readability-v8517 .hero-video-lead {
  text-wrap: balance;
}
.responsive-readability-v8517 .card-link {
  padding-block: 8px;
  line-height: 1.35;
}

/* Header: prevent desktop navigation from being squeezed on narrow laptop/tablet widths. */
@media (max-width: 1120px) {
  .responsive-readability-v8517.fullscreen-video-hero-v8513 .site-header,
  .responsive-readability-v8517 .site-header {
    width: min(calc(100% - 28px), 980px) !important;
    top: max(10px, env(safe-area-inset-top)) !important;
    border-radius: 999px !important;
    overflow: visible;
  }
  .responsive-readability-v8517 .site-header .nav-wrap,
  .responsive-readability-v8517.fullscreen-video-hero-v8513 .site-header .nav-wrap {
    min-height: 66px !important;
    padding-inline: clamp(14px, 2.4vw, 24px) !important;
  }
  .responsive-readability-v8517 .site-header .nav-links {
    display: none !important;
  }
  .responsive-readability-v8517 .site-header .mobile-toggle {
    display: inline-grid !important;
    place-items: center;
    flex: 0 0 auto;
  }
  .responsive-readability-v8517 .site-header .logo {
    min-width: 0 !important;
    gap: 10px;
  }
  .responsive-readability-v8517 .site-header .brand-mark {
    width: 36px !important;
    height: 44px !important;
  }
  .responsive-readability-v8517 .site-header .logo-main { font-size: 16.6px; }
  .responsive-readability-v8517 .site-header .logo-sub { font-size: 8.8px; letter-spacing: .075em; }
  .responsive-readability-v8517 .site-header .header-actions { margin-left: auto; gap: 8px; }
  .responsive-readability-v8517 .site-header .header-actions .btn-primary {
    min-width: auto !important;
    min-height: 46px !important;
    padding-inline: 18px !important;
    font-size: 13.4px;
  }
}
@media (max-width: 900px) {
  .responsive-readability-v8517 .site-header .lang,
  .responsive-readability-v8517 .site-header .header-actions .btn-primary {
    display: none !important;
  }
  .responsive-readability-v8517 .drawer-panel {
    width: min(420px, calc(100vw - 18px));
    padding: 24px max(20px, env(safe-area-inset-right)) 28px 22px;
    border-radius: 28px 0 0 28px;
  }
  .responsive-readability-v8517 .drawer-menu a {
    display: flex;
    align-items: center;
    font-size: 15.2px;
    line-height: 1.45;
  }
}
@media (max-width: 760px) {
  .responsive-readability-v8517.fullscreen-video-hero-v8513 .site-header,
  .responsive-readability-v8517 .site-header {
    width: calc(100% - 20px) !important;
    border-radius: 24px !important;
    box-shadow: 0 18px 54px rgba(5,14,30,.14) !important;
  }
  .responsive-readability-v8517 .site-header .nav-wrap,
  .responsive-readability-v8517.fullscreen-video-hero-v8513 .site-header .nav-wrap {
    min-height: 58px !important;
    padding-inline: 12px 10px !important;
  }
  .responsive-readability-v8517.fullscreen-video-hero-v8513 .site-header .logo-text,
  .responsive-readability-v8517 .site-header .logo-text {
    display: grid !important;
  }
  .responsive-readability-v8517 .site-header .brand-mark {
    width: 30px !important;
    height: 38px !important;
  }
  .responsive-readability-v8517 .site-header .logo-main { font-size: 14.2px; letter-spacing: .06em; }
  .responsive-readability-v8517 .site-header .logo-sub { font-size: 7.5px; letter-spacing: .055em; }
  .responsive-readability-v8517 .site-header .mobile-toggle {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: rgba(255,255,255,.92);
  }
}
@media (max-width: 390px) {
  .responsive-readability-v8517 .site-header .logo-sub { display: none; }
  .responsive-readability-v8517 .site-header .logo-main { font-size: 13.4px; }
  .responsive-readability-v8517 .site-header .brand-mark { width: 28px !important; height: 36px !important; }
}

/* Hero: improve narrow readability without changing approved desktop mood. */
@media (max-width: 900px) {
  .responsive-readability-v8517.fullscreen-hero-final-v8514 .hero-fullscreen-content {
    width: min(100% - 34px, 720px);
    padding-top: 104px;
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }
  .responsive-readability-v8517.fullscreen-hero-final-v8514 .hero-video-title {
    max-width: 660px;
    font-size: clamp(40px, 8.6vw, 66px) !important;
    line-height: 1.06 !important;
    letter-spacing: -.044em !important;
  }
  .responsive-readability-v8517.fullscreen-hero-final-v8514 .hero-video-lead {
    max-width: 620px;
    font-size: clamp(15.8px, 2.3vw, 18.5px) !important;
    line-height: 1.72 !important;
  }
}
@media (max-width: 560px) {
  .responsive-readability-v8517.fullscreen-hero-final-v8514 .hero-fullscreen-content {
    width: min(100% - 28px, 520px);
    align-content: center;
    padding-top: 92px;
    padding-bottom: calc(70px + env(safe-area-inset-bottom));
  }
  .responsive-readability-v8517.fullscreen-hero-final-v8514 .hero-video-title {
    font-size: clamp(34px, 11.4vw, 48px) !important;
    line-height: 1.09 !important;
  }
  .responsive-readability-v8517.fullscreen-hero-final-v8514 .hero-video-lead {
    font-size: 15px !important;
    line-height: 1.68 !important;
  }
  .responsive-readability-v8517.fullscreen-hero-final-v8514 .hero-video-ctas {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    width: min(100%, 360px);
  }
  .responsive-readability-v8517.fullscreen-hero-final-v8514 .hero-video-ctas .btn {
    width: 100%;
    min-height: 54px;
    padding-inline: 20px;
    font-size: 14.4px;
  }
  .responsive-readability-v8517.fullscreen-hero-final-v8514 .hero-video-toggle {
    width: 52px;
    height: 52px;
    right: 16px;
    bottom: 18px;
  }
}

/* Relocated proof strip and 4 strengths: enforce readable 2x2/tablet and stacked mobile cards. */
@media (max-width: 1120px) {
  .responsive-readability-v8517 .hero-proof-strip-v8516 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(calc(100% - 34px), 920px) !important;
    gap: 10px !important;
  }
  .responsive-readability-v8517 .proof-strip-item {
    min-height: 76px;
    padding: 13px 14px;
  }
  .responsive-readability-v8517 .proof-strip-item strong {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    font-size: 14px !important;
  }
  .responsive-readability-v8517 .proof-strip-item small {
    font-size: 12.2px !important;
  }
  .responsive-readability-v8517 .hero-trust-band-wrap {
    grid-template-columns: 1fr !important;
  }
  .responsive-readability-v8517 .trust-band-intro {
    min-height: auto !important;
  }
  .responsive-readability-v8517 .trust-band-intro p {
    max-width: 760px !important;
  }
}
@media (max-width: 680px) {
  .responsive-readability-v8517.home-page .trust-band-relocated-v8516 {
    padding-top: 22px !important;
    padding-bottom: 48px !important;
  }
  .responsive-readability-v8517 .hero-proof-strip-v8516 {
    grid-template-columns: 1fr !important;
    width: min(calc(100% - 24px), 520px) !important;
    padding: 10px !important;
    border-radius: 26px !important;
  }
  .responsive-readability-v8517 .proof-strip-item {
    grid-template-columns: 44px minmax(0, 1fr) !important;
    min-height: 70px;
    padding: 12px 13px !important;
    border-radius: 20px !important;
  }
  .responsive-readability-v8517 .proof-strip-icon {
    width: 44px !important;
    height: 44px !important;
  }
  .responsive-readability-v8517 .hero-trust-band-wrap {
    width: min(calc(100% - 24px), 560px) !important;
    padding: 12px !important;
    border-radius: 26px !important;
  }
  .responsive-readability-v8517 .trust-band-intro {
    padding: 20px !important;
    border-radius: 22px !important;
  }
  .responsive-readability-v8517 .trust-band-intro h2 {
    font-size: clamp(22px, 6.4vw, 30px) !important;
    line-height: 1.25 !important;
  }
  .responsive-readability-v8517 .trust-band-intro p {
    font-size: 14.6px;
    line-height: 1.72 !important;
  }
  .responsive-readability-v8517 .hero-trust-highlights {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .responsive-readability-v8517 .trust-highlight-card {
    min-height: auto !important;
    padding: 18px !important;
    border-radius: 20px !important;
  }
  .responsive-readability-v8517 .trust-highlight-card strong {
    font-size: 16px !important;
    line-height: 1.36 !important;
  }
  .responsive-readability-v8517 .trust-highlight-card small {
    font-size: 13px !important;
    line-height: 1.64 !important;
  }
}

/* Showcase: make tablet/mobile act like a deliberate swipe carousel, not squeezed desktop panels. */
@media (max-width: 980px) {
  .responsive-readability-v8517 .formula-showcase-frame {
    padding-inline: 0 !important;
    margin-top: 22px;
  }
  .responsive-readability-v8517 .formula-universe {
    display: flex;
    gap: 14px !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--v8517-gutter-mobile);
    min-height: 520px !important;
    padding: 4px var(--v8517-gutter-mobile) 18px !important;
    margin-inline: calc(var(--v8517-gutter-mobile) * -1);
    -webkit-overflow-scrolling: touch;
  }
  .responsive-readability-v8517 .formula-universe::-webkit-scrollbar { height: 6px; }
  .responsive-readability-v8517 .formula-universe::-webkit-scrollbar-thumb { background: rgba(233,6,172,.22); border-radius: 99px; }
  .responsive-readability-v8517 .formula-panel,
  .responsive-readability-v8517 .formula-panel.is-active,
  .responsive-readability-v8517 .formula-panel:hover,
  .responsive-readability-v8517 .formula-panel:focus-within {
    flex: 0 0 min(82vw, 460px) !important;
    min-height: 500px !important;
    scroll-snap-align: center;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }
  .responsive-readability-v8517 .formula-panel:not(.is-active):not(:hover):not(:focus-within) .formula-panel-content,
  .responsive-readability-v8517 .formula-panel-content {
    opacity: 1 !important;
    transform: none !important;
    left: 18px !important;
    right: 18px !important;
    bottom: 18px !important;
    padding: 20px !important;
    border-radius: 22px !important;
  }
  .responsive-readability-v8517 .vertical-label {
    writing-mode: horizontal-tb !important;
    transform: none !important;
    left: 22px !important;
    top: 22px !important;
    font-size: clamp(25px, 7vw, 38px) !important;
    letter-spacing: -.015em !important;
    max-width: calc(100% - 44px);
    overflow-wrap: anywhere;
  }
  .responsive-readability-v8517 .showcase-nav {
    display: grid !important;
    width: 48px;
    height: 48px;
    top: auto !important;
    bottom: 22px;
    transform: none !important;
    z-index: 5;
  }
  .responsive-readability-v8517 .showcase-prev { left: 18px !important; }
  .responsive-readability-v8517 .showcase-next { right: 18px !important; }
}
@media (max-width: 560px) {
  .responsive-readability-v8517 .formula-fullscreen-section {
    padding-block: 58px 66px !important;
  }
  .responsive-readability-v8517 .formula-universe {
    min-height: 490px !important;
  }
  .responsive-readability-v8517 .formula-panel,
  .responsive-readability-v8517 .formula-panel.is-active,
  .responsive-readability-v8517 .formula-panel:hover,
  .responsive-readability-v8517 .formula-panel:focus-within {
    flex-basis: min(88vw, 390px) !important;
    min-height: 472px !important;
    border-radius: 28px !important;
  }
  .responsive-readability-v8517 .formula-panel-content h3 {
    font-size: 21px !important;
    line-height: 1.32 !important;
  }
  .responsive-readability-v8517 .formula-panel-content p {
    font-size: 13.8px !important;
    line-height: 1.66 !important;
  }
}

/* Services and product cards: avoid one-row mini cards on narrow screens. */
@media (max-width: 1120px) {
  .responsive-readability-v8517 .service-icon-grid.grid-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
  .responsive-readability-v8517 .premium-product-grid.grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}
@media (max-width: 760px) {
  .responsive-readability-v8517 .section { padding-block: 58px; }
  .responsive-readability-v8517 .section-head,
  .responsive-readability-v8517 .section-head.centered {
    display: grid;
    text-align: left !important;
    justify-content: stretch !important;
    gap: 12px;
    margin-bottom: 24px;
  }
  .responsive-readability-v8517 .section-head.centered .lead,
  .responsive-readability-v8517 .section-head .lead {
    margin-inline: 0 !important;
    font-size: 15px;
    line-height: 1.76;
  }
  .responsive-readability-v8517 .title.sm {
    font-size: clamp(26px, 7.2vw, 36px) !important;
    line-height: 1.25 !important;
  }
  .responsive-readability-v8517 .service-icon-grid.grid-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }
  .responsive-readability-v8517 .service-mini {
    min-height: auto !important;
    padding: 20px 16px !important;
    border-radius: 22px !important;
    text-align: left !important;
  }
  .responsive-readability-v8517 .service-mini .service-icon {
    margin: 0 0 10px !important;
    width: 46px;
    height: 46px;
  }
  .responsive-readability-v8517 .service-mini h3 {
    font-size: 16px !important;
    line-height: 1.36 !important;
    margin: 10px 0 7px !important;
  }
  .responsive-readability-v8517 .service-mini p {
    font-size: 13px !important;
    line-height: 1.62 !important;
    min-height: 0 !important;
  }
  .responsive-readability-v8517 .premium-product-grid.grid-3 {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .responsive-readability-v8517 .premium-product-grid .product-premium {
    padding: 18px !important;
    border-radius: 24px !important;
  }
  .responsive-readability-v8517 .product-visual {
    min-height: 168px !important;
    border-radius: 20px !important;
  }
  .responsive-readability-v8517 .product-premium h3 {
    font-size: 18px !important;
    line-height: 1.36 !important;
  }
  .responsive-readability-v8517 .product-premium p,
  .responsive-readability-v8517 .product-code {
    font-size: 13.4px !important;
    line-height: 1.66 !important;
  }
  .responsive-readability-v8517 .filter-tabs {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    padding: 0 2px 10px;
    margin-inline: -2px;
    scroll-snap-type: x proximity;
    justify-content: flex-start !important;
  }
  .responsive-readability-v8517 .filter-tabs a,
  .responsive-readability-v8517 .filter-tabs button,
  .responsive-readability-v8517 .filter-tabs .tag {
    flex: 0 0 auto;
    min-height: 38px;
    scroll-snap-align: start;
  }
}
@media (max-width: 520px) {
  .responsive-readability-v8517 .service-icon-grid.grid-6 {
    grid-template-columns: 1fr !important;
  }
  .responsive-readability-v8517 .service-mini {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    column-gap: 14px;
    align-items: start;
  }
  .responsive-readability-v8517 .service-mini .service-icon { grid-row: span 3; }
  .responsive-readability-v8517 .service-mini .card-link { grid-column: 2; }
}

/* Metrics: keep proof numbers legible with deliberate tablet/mobile patterns. */
@media (max-width: 1120px) {
  .responsive-readability-v8517 .metrics-strip-production {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    border-radius: 28px !important;
  }
  .responsive-readability-v8517 .metrics-strip-production article {
    padding: 22px 14px !important;
    border-right: 1px solid var(--line) !important;
    border-bottom: 1px solid var(--line);
  }
  .responsive-readability-v8517 .metrics-strip-production article:nth-child(3n) { border-right: 0 !important; }
  .responsive-readability-v8517 .metrics-strip-production article:nth-last-child(-n+2) { border-bottom: 0; }
  .responsive-readability-v8517 .metrics-strip-production article:nth-child(4) { grid-column: 1 / span 1; }
}
@media (max-width: 760px) {
  .responsive-readability-v8517 .metrics-section { padding-block: 44px 54px !important; }
  .responsive-readability-v8517 .metrics-strip-production {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    border-radius: 24px !important;
  }
  .responsive-readability-v8517 .metrics-strip-production article {
    padding: 18px 12px !important;
  }
  .responsive-readability-v8517 .metrics-strip-production article:nth-child(3n) { border-right: 1px solid var(--line) !important; }
  .responsive-readability-v8517 .metrics-strip-production article:nth-child(2n) { border-right: 0 !important; }
  .responsive-readability-v8517 .metrics-strip-production article:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
  .responsive-readability-v8517 .metrics-strip-production article:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }
  .responsive-readability-v8517 .metric-number {
    font-size: clamp(26px, 8vw, 36px) !important;
  }
  .responsive-readability-v8517 .metrics-strip small {
    font-size: 12.6px !important;
    line-height: 1.48 !important;
    font-weight: 520 !important;
  }
}
@media (max-width: 390px) {
  .responsive-readability-v8517 .metrics-strip-production { grid-template-columns: 1fr !important; }
  .responsive-readability-v8517 .metrics-strip-production article,
  .responsive-readability-v8517 .metrics-strip-production article:nth-child(2n),
  .responsive-readability-v8517 .metrics-strip-production article:nth-child(3n) {
    border-right: 0 !important;
    border-bottom: 1px solid var(--line);
  }
  .responsive-readability-v8517 .metrics-strip-production article:last-child { grid-column: auto; border-bottom: 0; }
}

/* CTA and trusted proof: stack safely and avoid crop/crowding on mobile. */
@media (max-width: 900px) {
  .responsive-readability-v8517 .cta-band-video {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }
  .responsive-readability-v8517 .cta-product-stack {
    display: block !important;
    min-height: 190px !important;
    opacity: .86;
    transform: scale(.92);
    transform-origin: center bottom;
    pointer-events: none;
  }
  .responsive-readability-v8517 .trusted-brands-wrap {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }
}
@media (max-width: 560px) {
  .responsive-readability-v8517 .cta-band {
    padding: 28px 20px !important;
    border-radius: 28px !important;
  }
  .responsive-readability-v8517 .cta-band .title {
    font-size: clamp(24px, 7vw, 32px) !important;
    line-height: 1.28 !important;
  }
  .responsive-readability-v8517 .cta-band p {
    font-size: 14.2px;
    line-height: 1.72;
  }
  .responsive-readability-v8517 .cta-band .hero-ctas {
    display: grid;
    gap: 10px;
  }
  .responsive-readability-v8517 .cta-band .btn { width: 100%; min-height: 52px; }
  .responsive-readability-v8517 .cta-product-stack {
    min-height: 150px !important;
    transform: scale(.75);
  }
  .responsive-readability-v8517 .trusted-brands-section {
    padding-block: 54px 64px !important;
  }
  .responsive-readability-v8517 .trusted-brands-copy .title {
    font-size: clamp(25px, 8.4vw, 36px) !important;
    line-height: 1.26 !important;
  }
  .responsive-readability-v8517 .trusted-brands-copy .lead {
    font-size: 14.6px !important;
    line-height: 1.72 !important;
  }
  .responsive-readability-v8517 .trusted-proof-row {
    gap: 8px;
    max-height: 118px;
    overflow: hidden;
  }
  .responsive-readability-v8517 .trusted-proof-row span {
    font-size: 12px !important;
    padding: 8px 10px;
  }
  .responsive-readability-v8517 .trusted-motion {
    min-height: 360px !important;
    border-radius: 28px !important;
  }
  .responsive-readability-v8517 .trusted-hero-card {
    width: calc(100% - 32px) !important;
    left: 16px !important;
    right: 16px !important;
    bottom: 16px !important;
    padding: 22px !important;
    border-radius: 24px !important;
  }
  .responsive-readability-v8517 .trusted-hero-card strong {
    font-size: clamp(38px, 13vw, 56px) !important;
  }
  .responsive-readability-v8517 .brand-marquee span {
    min-height: 50px !important;
    padding-inline: 15px !important;
    font-size: 12px !important;
  }
}

/* Footer and floating controls: convert to readable stacked mobile footer with safe bottom space. */
@media (max-width: 900px) {
  .responsive-readability-v8517 .footer-grid-premium {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 22px !important;
  }
  .responsive-readability-v8517 .footer-brand { grid-column: 1 / -1; max-width: 620px; }
  .responsive-readability-v8517 .footer .btn-contact-team { width: max-content; min-width: 180px; }
}
@media (max-width: 640px) {
  .responsive-readability-v8517 .footer {
    padding-top: 52px !important;
    padding-bottom: calc(98px + env(safe-area-inset-bottom)) !important;
  }
  .responsive-readability-v8517 .footer-grid-premium {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }
  .responsive-readability-v8517 .footer-brand .logo-text { display: grid !important; }
  .responsive-readability-v8517 .footer h3 {
    margin-bottom: 10px !important;
    font-size: 15.8px !important;
  }
  .responsive-readability-v8517 .footer p,
  .responsive-readability-v8517 .footer a {
    font-size: 14.6px !important;
    line-height: 1.82 !important;
  }
  .responsive-readability-v8517 .footer a {
    margin: 6px 0 !important;
    padding-block: 3px;
  }
  .responsive-readability-v8517 .footer-bottom {
    display: grid !important;
    gap: 10px !important;
    font-size: 12.8px !important;
    line-height: 1.7 !important;
  }
  .responsive-readability-v8517 .floating-contact-premium {
    display: none !important;
  }
  .responsive-readability-v8517 .mobile-contact-bar {
    display: none !important;
  }
  .responsive-readability-v8517 .mobile-quick-contact {
    display: block !important;
    right: 16px;
    bottom: calc(18px + env(safe-area-inset-bottom));
    z-index: 78;
  }
  .responsive-readability-v8517 .mobile-quick-toggle {
    min-width: 56px;
    min-height: 56px;
    border-radius: 999px;
    box-shadow: 0 22px 58px rgba(233,6,172,.26);
  }
  .responsive-readability-v8517 .mobile-quick-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    border-radius: 18px;
    font-size: 12px;
  }
  .responsive-readability-v8517 .back-to-top {
    right: 16px;
    bottom: calc(86px + env(safe-area-inset-bottom));
  }
  .responsive-readability-v8517.is-footer-zone .back-to-top {
    opacity: 0;
    pointer-events: none;
  }
}

@media (orientation: landscape) and (max-height: 540px) and (max-width: 980px) {
  .responsive-readability-v8517.fullscreen-hero-final-v8514 .hero-fullscreen-content {
    padding-top: 74px !important;
    padding-bottom: 28px !important;
    align-content: center !important;
  }
  .responsive-readability-v8517.fullscreen-hero-final-v8514 .hero-video-title {
    font-size: clamp(28px, 5vw, 42px) !important;
    line-height: 1.06 !important;
  }
  .responsive-readability-v8517.fullscreen-hero-final-v8514 .hero-video-lead {
    max-width: 520px;
    font-size: 13.6px !important;
    line-height: 1.5 !important;
  }
  .responsive-readability-v8517.fullscreen-hero-final-v8514 .hero-video-ctas .btn {
    min-height: 44px;
    padding-inline: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .responsive-readability-v8517 .formula-universe,
  .responsive-readability-v8517 .filter-tabs { scroll-behavior: auto !important; }
  .responsive-readability-v8517 .service-mini,
  .responsive-readability-v8517 .product-premium,
  .responsive-readability-v8517 .proof-strip-item,
  .responsive-readability-v8517 .showcase-nav,
  .responsive-readability-v8517 .mobile-quick-toggle {
    transition: none !important;
  }
}

/* =========================================================
   DICHANA v8.5.18 Desktop Readability + Real Device QA Polish
   Scope: keep approved visual direction; improve desktop/laptop
   readability, card contrast, navigation rhythm, claim-safety
   affordances and QA-ready asset cache busting.
   ========================================================= */
.desktop-readability-qa-v8518 {
  --v8518-readable: #243142;
  --v8518-readable-soft: #475467;
  --v8518-readable-muted: #5f6f82;
  --v8518-ink-strong: #0f172a;
  --v8518-line: rgba(203,213,225,.78);
  --v8518-card-border: rgba(219,226,236,.88);
  --v8518-card-shadow: 0 26px 76px rgba(16,24,40,.085);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.desktop-readability-qa-v8518 p,
.desktop-readability-qa-v8518 small,
.desktop-readability-qa-v8518 li,
.desktop-readability-qa-v8518 .lead {
  color: var(--v8518-readable-soft);
}
.desktop-readability-qa-v8518 a,
.desktop-readability-qa-v8518 button,
.desktop-readability-qa-v8518 .btn,
.desktop-readability-qa-v8518 .card-link {
  font-family: "Noto Sans Thai", sans-serif;
}

/* Header / nav: preserve desktop navigation on PC while making 1366/1280 less cramped. */
.desktop-readability-qa-v8518 .site-header {
  background: rgba(255,255,255,.965);
  border-color: rgba(219,226,236,.82);
  box-shadow: 0 14px 42px rgba(16,24,40,.072);
}
.desktop-readability-qa-v8518.fullscreen-video-hero-v8513 .site-header {
  backdrop-filter: blur(22px) saturate(1.12);
  -webkit-backdrop-filter: blur(22px) saturate(1.12);
}
.desktop-readability-qa-v8518 .nav-wrap {
  min-height: 74px;
  gap: clamp(10px, 1.15vw, 18px);
}
.desktop-readability-qa-v8518 .nav-links {
  gap: clamp(1px, .28vw, 5px);
}
.desktop-readability-qa-v8518 .nav-links a {
  color: #263244;
  font-size: clamp(12.5px, .82vw, 13.8px);
  font-weight: 650;
  line-height: 1.22;
  padding: 10px clamp(7px, .64vw, 12px);
  white-space: nowrap;
}
.desktop-readability-qa-v8518 .nav-links a:hover,
.desktop-readability-qa-v8518 .nav-links a.active {
  color: var(--magenta-deep);
  background: rgba(233,6,172,.105);
  box-shadow: inset 0 0 0 1px rgba(233,6,172,.10);
}
.desktop-readability-qa-v8518 .header-actions {
  gap: clamp(8px, .8vw, 12px);
}
.desktop-readability-qa-v8518 .header-actions .btn-primary {
  min-height: 48px;
  padding-inline: clamp(18px, 1.4vw, 28px);
  font-size: 14px;
  font-weight: 650;
}
.desktop-readability-qa-v8518 .lang {
  min-height: 38px;
  color: #344054;
  font-weight: 650;
}
@media (min-width: 1121px) and (max-width: 1380px) {
  .desktop-readability-qa-v8518 .site-header {
    width: min(calc(100% - 34px), 1480px);
  }
  .desktop-readability-qa-v8518 .site-header .logo {
    min-width: 176px;
  }
  .desktop-readability-qa-v8518 .brand-mark {
    width: 38px;
    height: 46px;
  }
  .desktop-readability-qa-v8518 .logo-main {
    font-size: 22px;
  }
  .desktop-readability-qa-v8518 .logo-sub {
    font-size: 10px;
  }
  .desktop-readability-qa-v8518 .nav-links a {
    font-size: 12.3px;
    padding-inline: 7px;
  }
  .desktop-readability-qa-v8518 .header-actions .btn-primary {
    min-height: 44px;
    padding-inline: 18px;
    font-size: 13px;
  }
  .desktop-readability-qa-v8518 .lang {
    min-width: 56px;
    font-size: 12.2px;
  }
}

/* Hero: keep approved cinematic mood, improve all-frame legibility and button contrast. */
.desktop-readability-qa-v8518.fullscreen-hero-final-v8514 .hero-cinema-overlay {
  background:
    linear-gradient(90deg, rgba(80,0,62,.88) 0%, rgba(62,11,59,.72) 31%, rgba(18,30,48,.48) 57%, rgba(2,138,163,.62) 100%),
    radial-gradient(circle at 15% 22%, rgba(233,6,172,.26), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(8,195,244,.30), transparent 34%),
    linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.30));
}
.desktop-readability-qa-v8518.fullscreen-hero-final-v8514 .hero-video-title {
  text-shadow: 0 22px 72px rgba(0,0,0,.56), 0 1px 0 rgba(255,255,255,.08);
}
.desktop-readability-qa-v8518.fullscreen-hero-final-v8514 .hero-video-lead {
  max-width: 760px;
  color: rgba(255,255,255,.92) !important;
  font-size: clamp(16.8px, 1.18vw, 20px) !important;
  line-height: 1.86 !important;
  text-shadow: 0 12px 34px rgba(0,0,0,.48);
}
.desktop-readability-qa-v8518.fullscreen-hero-final-v8514 .btn-video-ghost {
  background: rgba(255,255,255,.13);
  border-color: rgba(255,255,255,.50);
  color: #fff;
}
.desktop-readability-qa-v8518.fullscreen-hero-final-v8514 .btn-video-ghost:hover {
  background: rgba(255,255,255,.19);
  border-color: rgba(255,255,255,.72);
}
.desktop-readability-qa-v8518.fullscreen-hero-final-v8514 .hero-video-toggle {
  color: rgba(255,255,255,.92);
  background: rgba(18,28,44,.45);
  border-color: rgba(255,255,255,.34);
}

/* Relocated proof strip: desktop text gets clearer without changing the new placement. */
.desktop-readability-qa-v8518 .hero-proof-strip-v8516 {
  box-shadow: 0 24px 80px rgba(16,24,40,.09), inset 0 1px 0 rgba(255,255,255,.98);
  border-color: var(--v8518-card-border);
}
.desktop-readability-qa-v8518 .proof-strip-item {
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.74)),
    radial-gradient(circle at 100% 0%, rgba(8,195,244,.075), transparent 42%);
  border-color: rgba(226,232,240,.88);
}
.desktop-readability-qa-v8518 .proof-strip-item strong {
  color: var(--v8518-ink-strong);
  font-size: clamp(13.8px, .98vw, 15.6px);
  font-weight: 650 !important;
  letter-spacing: -.003em;
}
.desktop-readability-qa-v8518 .proof-strip-item small {
  color: var(--v8518-readable-soft);
  font-size: clamp(12.2px, .85vw, 13.3px);
  line-height: 1.56;
  font-weight: 520;
}
.desktop-readability-qa-v8518 .proof-strip-icon {
  color: var(--magenta-deep);
  font-weight: 720 !important;
}
.desktop-readability-qa-v8518 .trust-band-intro h2 {
  color: var(--v8518-ink-strong);
  letter-spacing: -.012em;
}
.desktop-readability-qa-v8518 .trust-band-intro p,
.desktop-readability-qa-v8518 .trust-highlight-card small {
  color: var(--v8518-readable-soft);
  font-size: 13.8px;
  line-height: 1.74;
}
.desktop-readability-qa-v8518 .trust-highlight-card strong {
  color: var(--v8518-ink-strong);
  font-weight: 650 !important;
}
.desktop-readability-qa-v8518 .trust-highlight-card {
  border-color: var(--v8518-card-border);
  box-shadow: 0 18px 54px rgba(16,24,40,.065);
}

/* Showcase: PC readability and controls. */
.desktop-readability-qa-v8518 .formula-fullscreen-section .section-head.centered .lead {
  color: var(--v8518-readable-soft);
  max-width: 760px;
  font-size: 15.8px;
  line-height: 1.9;
}
.desktop-readability-qa-v8518 .vertical-label {
  color: rgba(15,23,42,.74) !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.72), 0 18px 44px rgba(16,24,40,.12);
}
.desktop-readability-qa-v8518 .formula-panel-content {
  box-shadow: 0 22px 60px rgba(2,8,23,.24), inset 0 1px 0 rgba(255,255,255,.12);
}
.desktop-readability-qa-v8518 .formula-panel-content p {
  color: rgba(255,255,255,.88);
  font-size: 15.5px;
  line-height: 1.82;
}
.desktop-readability-qa-v8518 .showcase-nav {
  width: 58px;
  height: 58px;
  color: var(--v8518-ink-strong);
  background: rgba(255,255,255,.92);
  border-color: rgba(226,232,240,.95);
  box-shadow: 0 18px 46px rgba(16,24,40,.14);
}

/* Services: desktop cards stay 6-up but become easier to read. */
.desktop-readability-qa-v8518 .service-mini {
  border-color: var(--v8518-card-border);
  box-shadow: 0 20px 64px rgba(16,24,40,.065);
}
.desktop-readability-qa-v8518 .service-mini h3 {
  color: var(--v8518-ink-strong);
  font-size: clamp(17px, 1.08vw, 18.8px);
  line-height: 1.44;
  font-weight: 680;
}
.desktop-readability-qa-v8518 .service-mini p {
  color: var(--v8518-readable-soft);
  font-size: clamp(13.6px, .9vw, 14.8px);
  line-height: 1.78;
}
.desktop-readability-qa-v8518 .service-mini .card-link {
  color: #C0068F;
  font-weight: 650;
}

/* Products: stronger card hierarchy and less placeholder-feel while assets remain temporary. */
.desktop-readability-qa-v8518 .premium-product-grid .product-premium {
  border-color: var(--v8518-card-border);
  box-shadow: var(--v8518-card-shadow);
}
.desktop-readability-qa-v8518 .product-visual {
  background:
    radial-gradient(circle at 74% 20%, rgba(255,255,255,1), transparent 22%),
    radial-gradient(circle at 20% 84%, rgba(233,6,172,.13), transparent 32%),
    radial-gradient(circle at 88% 82%, rgba(8,195,244,.15), transparent 34%),
    linear-gradient(135deg, #fff1fb 0%, #f7f9ff 44%, #e6fbff 100%);
}
.desktop-readability-qa-v8518 .product-premium h3 {
  color: var(--v8518-ink-strong);
  font-size: clamp(20px, 1.35vw, 23px);
  line-height: 1.42;
  font-weight: 680;
}
.desktop-readability-qa-v8518 .product-premium p {
  color: var(--v8518-readable-soft);
  font-size: 15px;
  line-height: 1.86;
}
.desktop-readability-qa-v8518 .product-code {
  color: var(--v8518-readable-muted);
  font-size: 12.6px;
  font-weight: 520;
}
.desktop-readability-qa-v8518 .tag {
  font-weight: 650;
}
.desktop-readability-qa-v8518 .formula-filter button,
.desktop-readability-qa-v8518 .filter-tabs button,
.desktop-readability-qa-v8518 .filter-tabs a {
  color: #334155;
  border-color: rgba(226,232,240,.9);
}

/* Metrics: improve labels and rhythm while keeping 5-up desktop proof strip. */
.desktop-readability-qa-v8518 .metrics-strip-production {
  border-color: var(--v8518-card-border);
  box-shadow: 0 26px 78px rgba(16,24,40,.085);
}
.desktop-readability-qa-v8518 .metric-number {
  font-weight: 740;
  letter-spacing: -.02em;
}
.desktop-readability-qa-v8518 .metrics-strip small {
  color: var(--v8518-readable-soft);
  font-size: 14.2px;
  line-height: 1.64;
  font-weight: 620;
}

/* CTA band: keep approved contrast, raise paragraph/button legibility. */
.desktop-readability-qa-v8518 .cta-band p {
  color: rgba(255,255,255,.90);
  font-size: 16px;
  line-height: 1.9;
}
.desktop-readability-qa-v8518 .cta-band .btn-secondary {
  color: #fff;
  border-color: rgba(255,255,255,.52);
  background: rgba(255,255,255,.11);
}
.desktop-readability-qa-v8518 .cta-band .btn-secondary:hover {
  background: rgba(255,255,255,.17);
}

/* Trust claim safety: make the placeholder status visible and non-ambiguous before public freeze. */
.desktop-readability-qa-v8518 .trusted-brands-copy .lead {
  color: var(--v8518-readable-soft);
  font-size: 16px;
  line-height: 1.88;
}
.desktop-readability-qa-v8518 .trusted-proof-row span:last-child {
  color: #7a2e0e;
  background: linear-gradient(180deg, #fff7ed, #fffbeb);
  border-color: rgba(251,146,60,.32);
  font-weight: 650;
}
.desktop-readability-qa-v8518 .trusted-hero-card small::after {
  content: " • draft claim";
  color: rgba(255,255,255,.62);
  font-weight: 520;
  letter-spacing: 0;
  text-transform: none;
}
.desktop-readability-qa-v8518 .trusted-hero-card span {
  color: rgba(255,255,255,.84);
}
.desktop-readability-qa-v8518 .brand-marquee span {
  color: rgba(30,41,59,.78);
  border-color: rgba(226,232,240,.88);
}

/* Footer: desktop footer remains multi-column but no longer feels too small. */
.desktop-readability-qa-v8518 .footer {
  background:
    radial-gradient(circle at 8% 0%, rgba(233,6,172,.18), transparent 30%),
    radial-gradient(circle at 100% 10%, rgba(8,195,244,.18), transparent 32%),
    linear-gradient(135deg, #150018 0%, #0b1220 52%, #031a28 100%);
}
.desktop-readability-qa-v8518 .footer-grid-premium {
  gap: clamp(34px, 3.4vw, 54px);
}
.desktop-readability-qa-v8518 .footer h3 {
  color: rgba(255,255,255,.96);
  font-size: 16.8px;
  line-height: 1.45;
  font-weight: 680;
}
.desktop-readability-qa-v8518 .footer p,
.desktop-readability-qa-v8518 .footer a {
  color: rgba(255,255,255,.78);
  font-size: 15.1px;
  line-height: 1.92;
  font-weight: 430;
}
.desktop-readability-qa-v8518 .footer a:hover {
  color: #fff;
  transform: translateX(2px);
}
.desktop-readability-qa-v8518 .footer-bottom {
  color: rgba(255,255,255,.68);
  font-size: 13.6px;
  line-height: 1.72;
}
.desktop-readability-qa-v8518 .footer .btn-contact-team {
  min-height: 48px;
  font-size: 14px;
}
.desktop-readability-qa-v8518 .floating-contact-premium .float-action {
  box-shadow: 0 18px 46px rgba(16,24,40,.18), inset 0 1px 0 rgba(255,255,255,.86);
}

/* Real-device QA breakpoints: do not change the approved desktop mood, only guard against cramped laptop/tablet states. */
@media (min-width: 1121px) and (max-width: 1280px) {
  .desktop-readability-qa-v8518 .hero-proof-strip-v8516 {
    width: min(calc(100% - 34px), 1120px);
  }
  .desktop-readability-qa-v8518 .proof-strip-item {
    grid-template-columns: 42px minmax(0, 1fr);
    padding-inline: 12px;
  }
  .desktop-readability-qa-v8518 .proof-strip-icon {
    width: 42px;
    height: 42px;
    font-size: 10.5px;
  }
  .desktop-readability-qa-v8518 .service-mini {
    padding-inline: 18px;
  }
  .desktop-readability-qa-v8518 .service-mini h3 {
    font-size: 16.4px;
  }
  .desktop-readability-qa-v8518 .service-mini p {
    font-size: 13.6px;
  }
  .desktop-readability-qa-v8518 .footer-grid-premium {
    grid-template-columns: minmax(240px,1.22fr) repeat(4, minmax(128px,1fr));
    gap: 30px;
  }
  .desktop-readability-qa-v8518 .footer p,
  .desktop-readability-qa-v8518 .footer a {
    font-size: 14.2px;
  }
}
@media (max-width: 900px) {
  .desktop-readability-qa-v8518 .site-header {
    background: rgba(255,255,255,.965);
  }
  .desktop-readability-qa-v8518 .nav-links {
    display: none !important;
  }
  .desktop-readability-qa-v8518 .mobile-toggle {
    display: grid !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .desktop-readability-qa-v8518 .footer a {
    transform: none !important;
  }
}


/* =========================================================
   DICHANA v8.5.19 Mobile Real Device Polish Pre-Freeze
   Scope: iPhone 16 Pro Max QA polish — remove internal copy,
   compact mobile sticky header, safer floating controls, mobile
   metrics rhythm, trust-claim safety, public title cache bust and
   footer safe-area spacing without changing approved visual mood.
   ========================================================= */
.mobile-real-device-v8519 {
  --v8519-mobile-fab: 52px;
  --v8519-mobile-gutter: max(16px, env(safe-area-inset-left));
  --v8519-mobile-bottom: calc(18px + env(safe-area-inset-bottom));
  --v8519-compact-header-h: 54px;
}
.mobile-real-device-v8519 p,
.mobile-real-device-v8519 small,
.mobile-real-device-v8519 a,
.mobile-real-device-v8519 button {
  text-wrap: pretty;
}
.mobile-real-device-v8519 [id] {
  scroll-margin-top: 98px;
}
.mobile-real-device-v8519 .trust-band-intro p {
  color: #465568;
  font-size: clamp(14.4px, .98vw, 15.6px);
  line-height: 1.78;
}
.mobile-real-device-v8519 .trusted-brands-copy .title .trust-count {
  white-space: nowrap;
}
.mobile-real-device-v8519 .trusted-hero-card-draft::after {
  content: "รอยืนยันข้อมูลจริง";
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #7a2e0e;
  background: rgba(255,247,237,.94);
  border: 1px solid rgba(251,146,60,.34);
  font-size: 10.5px;
  font-weight: 650;
}
.mobile-real-device-v8519 .trusted-proof-row span:last-child {
  color: #7a2e0e !important;
  background: linear-gradient(180deg, #fff7ed, #fffaf0) !important;
  border-color: rgba(251,146,60,.38) !important;
}

@media (max-width: 760px) {
  html { scroll-padding-top: 82px; }
  .mobile-real-device-v8519 [id] { scroll-margin-top: 86px; }

  .mobile-real-device-v8519 .site-header {
    transition: width .22s ease, top .22s ease, border-radius .22s ease, box-shadow .22s ease, transform .22s ease;
  }
  .mobile-real-device-v8519.is-header-compact .site-header {
    top: max(6px, env(safe-area-inset-top)) !important;
    width: calc(100% - 18px) !important;
    border-radius: 20px !important;
    box-shadow: 0 14px 38px rgba(5,14,30,.13) !important;
  }
  .mobile-real-device-v8519.is-header-compact .site-header .nav-wrap,
  .mobile-real-device-v8519.is-header-compact.fullscreen-video-hero-v8513 .site-header .nav-wrap {
    min-height: var(--v8519-compact-header-h) !important;
    padding-inline: 11px 9px !important;
  }
  .mobile-real-device-v8519.is-header-compact .site-header .brand-mark {
    width: 28px !important;
    height: 35px !important;
  }
  .mobile-real-device-v8519.is-header-compact .site-header .logo-main { font-size: 13.6px !important; }
  .mobile-real-device-v8519.is-header-compact .site-header .logo-sub { display: none !important; }
  .mobile-real-device-v8519.is-header-compact .site-header .mobile-toggle {
    width: 42px !important;
    height: 42px !important;
    border-radius: 15px !important;
  }

  .mobile-real-device-v8519.fullscreen-hero-final-v8514 .hero-video-lead {
    font-size: 15.6px !important;
    line-height: 1.74 !important;
    color: rgba(255,255,255,.94) !important;
  }
  .mobile-real-device-v8519.fullscreen-hero-final-v8514 .btn-video-ghost {
    background: rgba(255,255,255,.18) !important;
    border-color: rgba(255,255,255,.58) !important;
  }
  .mobile-real-device-v8519.fullscreen-hero-final-v8514 .hero-video-toggle {
    right: 14px !important;
    bottom: calc(14px + env(safe-area-inset-bottom)) !important;
    width: 48px !important;
    height: 48px !important;
  }

  .mobile-real-device-v8519.home-page .metrics-section {
    padding-bottom: 58px !important;
  }
  .mobile-real-device-v8519 .metrics-strip-production,
  .mobile-real-device-v8519 .metrics-strip {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    overflow: hidden !important;
    border-radius: 26px !important;
  }
  .mobile-real-device-v8519 .metrics-strip-production article,
  .mobile-real-device-v8519 .metrics-strip article {
    padding: 22px 12px !important;
    border-right: 1px solid var(--line) !important;
    border-bottom: 1px solid var(--line) !important;
    min-height: 104px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 4px;
  }
  .mobile-real-device-v8519 .metrics-strip-production article:nth-child(2n),
  .mobile-real-device-v8519 .metrics-strip article:nth-child(2n) {
    border-right: 0 !important;
  }
  .mobile-real-device-v8519 .metrics-strip-production article:nth-child(5),
  .mobile-real-device-v8519 .metrics-strip article:nth-child(5) {
    grid-column: 1 / -1 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    min-height: 98px;
  }
  .mobile-real-device-v8519 .metrics-strip-production article:nth-child(3),
  .mobile-real-device-v8519 .metrics-strip-production article:nth-child(4),
  .mobile-real-device-v8519 .metrics-strip article:nth-child(3),
  .mobile-real-device-v8519 .metrics-strip article:nth-child(4) {
    border-bottom: 1px solid var(--line) !important;
  }
  .mobile-real-device-v8519 .metric-number {
    font-size: clamp(28px, 9vw, 38px) !important;
    line-height: 1.05 !important;
  }
  .mobile-real-device-v8519 .metrics-strip small {
    max-width: 11em;
    margin-inline: auto;
    font-size: 13.4px !important;
    line-height: 1.48 !important;
  }

  .mobile-real-device-v8519 .trusted-brands-section {
    padding-bottom: 64px !important;
  }
  .mobile-real-device-v8519 .trusted-brands-copy .title {
    font-size: clamp(26px, 7.5vw, 34px) !important;
    line-height: 1.28 !important;
  }
  .mobile-real-device-v8519 .trusted-proof-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    max-height: none !important;
    gap: 8px !important;
    padding: 2px 4px 10px !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }
  .mobile-real-device-v8519 .trusted-proof-row span {
    flex: 0 0 auto !important;
    scroll-snap-align: start;
    white-space: nowrap;
  }
  .mobile-real-device-v8519 .trusted-hero-card {
    padding-top: 42px !important;
  }
  .mobile-real-device-v8519 .trusted-hero-card small::after {
    content: "" !important;
  }
  .mobile-real-device-v8519 .trusted-hero-card-draft::after {
    top: 12px;
    right: 12px;
    font-size: 10px;
  }

  .mobile-real-device-v8519 .floating-contact-premium,
  .mobile-real-device-v8519 .mobile-contact-bar {
    display: none !important;
  }
  .mobile-real-device-v8519 .mobile-quick-contact {
    display: block !important;
    position: fixed !important;
    right: max(14px, env(safe-area-inset-right)) !important;
    bottom: var(--v8519-mobile-bottom) !important;
    z-index: 78 !important;
  }
  .mobile-real-device-v8519 .mobile-quick-contact.is-footer-safe {
    bottom: calc(74px + env(safe-area-inset-bottom)) !important;
  }
  .mobile-real-device-v8519 .mobile-quick-toggle {
    width: var(--v8519-mobile-fab) !important;
    min-width: var(--v8519-mobile-fab) !important;
    height: var(--v8519-mobile-fab) !important;
    min-height: var(--v8519-mobile-fab) !important;
    font-size: 11.4px !important;
    box-shadow: 0 18px 48px rgba(233,6,172,.24), 0 0 0 6px rgba(255,255,255,.62) !important;
  }
  .mobile-real-device-v8519 .mobile-quick-menu {
    bottom: 64px !important;
    gap: 8px !important;
  }
  .mobile-real-device-v8519 .mobile-quick-menu a {
    min-width: 94px !important;
    min-height: 42px !important;
    font-size: 12px !important;
    box-shadow: 0 14px 34px rgba(16,24,40,.15) !important;
  }
  .mobile-real-device-v8519 .back-to-top {
    width: 44px !important;
    height: 44px !important;
    right: max(18px, env(safe-area-inset-right)) !important;
    bottom: calc(84px + env(safe-area-inset-bottom)) !important;
    box-shadow: 0 16px 38px rgba(233,6,172,.22), 0 0 0 5px rgba(255,255,255,.54) !important;
  }
  .mobile-real-device-v8519.is-footer-zone .back-to-top,
  .mobile-real-device-v8519 .back-to-top.footer-safe {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .mobile-real-device-v8519 .footer {
    padding-bottom: calc(112px + env(safe-area-inset-bottom)) !important;
  }
  .mobile-real-device-v8519 .footer-bottom {
    gap: 12px !important;
    padding-bottom: 8px !important;
  }
  .mobile-real-device-v8519 .footer-bottom span:last-child {
    line-height: 1.9 !important;
  }
}

@media (max-width: 380px) {
  .mobile-real-device-v8519 .metrics-strip-production,
  .mobile-real-device-v8519 .metrics-strip {
    grid-template-columns: 1fr !important;
  }
  .mobile-real-device-v8519 .metrics-strip-production article,
  .mobile-real-device-v8519 .metrics-strip article {
    border-right: 0 !important;
  }
  .mobile-real-device-v8519 .metrics-strip-production article:nth-child(5),
  .mobile-real-device-v8519 .metrics-strip article:nth-child(5) {
    grid-column: auto !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-real-device-v8519 .site-header,
  .mobile-real-device-v8519 .mobile-quick-toggle,
  .mobile-real-device-v8519 .back-to-top {
    transition: none !important;
  }
}

/* =========================================================
   DICHANA v8.5.20 iPhone Real Device Hotfix Pre-Freeze
   Scope: fixes confirmed on iPhone 16 Pro Max QA after v8.5.19:
   mobile floating controls, drawer UX/body lock, compact sticky
   header, metrics rhythm, trust overflow/chips, showcase height,
   CTA/floating conflicts, footer safe-area and full-page overflow.
   ========================================================= */
.iphone-hotfix-v8520 {
  --v8520-mobile-header: 52px;
  --v8520-safe-x: max(14px, env(safe-area-inset-left));
  --v8520-safe-right: max(14px, env(safe-area-inset-right));
  --v8520-safe-bottom: calc(14px + env(safe-area-inset-bottom));
  --v8520-ease: cubic-bezier(.22,1,.36,1);
}
html, body { max-width: 100%; overflow-x: hidden; }
.iphone-hotfix-v8520 * { min-width: 0; }
.iphone-hotfix-v8520 .container,
.iphone-hotfix-v8520 section,
.iphone-hotfix-v8520 main,
.iphone-hotfix-v8520 footer { max-width: 100%; }
.iphone-hotfix-v8520 [id] { scroll-margin-top: 92px; }

/* Drawer state, body lock and hamburger morph. */
.drawer-open { overflow: hidden !important; touch-action: none; }
.drawer-open .mobile-toggle { background: linear-gradient(135deg, rgba(233,6,172,.10), rgba(8,195,244,.10)) !important; }
.drawer-open .mobile-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.drawer-open .mobile-toggle span:nth-child(2) { opacity: 0; transform: scaleX(.2); }
.drawer-open .mobile-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.drawer-open .mobile-toggle span { transition: transform .22s var(--v8520-ease), opacity .18s ease; }
.drawer-open .mobile-quick-contact,
.drawer-open .back-to-top,
.drawer-open .hero-video-toggle { opacity: 0 !important; pointer-events: none !important; }

@media (max-width: 760px) {
  html { scroll-padding-top: 78px; }
  .iphone-hotfix-v8520 [id] { scroll-margin-top: 80px; }

  /* Header: compact, less intrusive, keeps premium pill feel. */
  .iphone-hotfix-v8520.fullscreen-video-hero-v8513 .site-header,
  .iphone-hotfix-v8520 .site-header {
    width: calc(100% - 18px) !important;
    top: max(7px, env(safe-area-inset-top)) !important;
    border-radius: 21px !important;
    box-shadow: 0 12px 34px rgba(5,14,30,.12) !important;
  }
  .iphone-hotfix-v8520 .site-header .nav-wrap,
  .iphone-hotfix-v8520.fullscreen-video-hero-v8513 .site-header .nav-wrap {
    min-height: var(--v8520-mobile-header) !important;
    padding-inline: 10px 8px !important;
  }
  .iphone-hotfix-v8520 .site-header .brand-mark {
    width: 28px !important;
    height: 35px !important;
  }
  .iphone-hotfix-v8520 .site-header .logo-main {
    font-size: 13.8px !important;
    letter-spacing: .05em !important;
  }
  .iphone-hotfix-v8520 .site-header .logo-sub { display: none !important; }
  .iphone-hotfix-v8520 .site-header .mobile-toggle {
    width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    border-radius: 14px !important;
    padding: 10px !important;
  }
  .iphone-hotfix-v8520.is-header-compact .site-header,
  .iphone-hotfix-v8520.is-header-compact.fullscreen-video-hero-v8513 .site-header {
    top: max(5px, env(safe-area-inset-top)) !important;
    width: calc(100% - 22px) !important;
    border-radius: 19px !important;
    box-shadow: 0 9px 28px rgba(5,14,30,.105) !important;
  }
  .iphone-hotfix-v8520.is-header-compact .site-header .nav-wrap,
  .iphone-hotfix-v8520.is-header-compact.fullscreen-video-hero-v8513 .site-header .nav-wrap {
    min-height: 48px !important;
  }
  .iphone-hotfix-v8520.is-header-compact .site-header .brand-mark {
    width: 25px !important;
    height: 32px !important;
  }
  .iphone-hotfix-v8520.is-header-compact .site-header .logo-main { font-size: 12.8px !important; }

  /* Mobile drawer: clear overlay, no duplicate brand block, bottom CTA no blank dead space. */
  .iphone-hotfix-v8520 .mobile-drawer { z-index: 120 !important; }
  .iphone-hotfix-v8520 .drawer-backdrop {
    background: rgba(6, 11, 24, .62) !important;
    backdrop-filter: blur(8px);
  }
  .iphone-hotfix-v8520 .drawer-panel {
    width: min(360px, calc(100vw - 22px)) !important;
    height: 100dvh !important;
    padding: calc(18px + env(safe-area-inset-top)) 18px calc(20px + env(safe-area-inset-bottom)) !important;
    border-radius: 28px 0 0 28px !important;
    display: flex !important;
    flex-direction: column !important;
    background:
      radial-gradient(circle at 86% 5%, rgba(8,195,244,.12), transparent 28%),
      radial-gradient(circle at 15% 0%, rgba(233,6,172,.10), transparent 24%),
      #fff !important;
  }
  .iphone-hotfix-v8520 .drawer-panel > .logo { display: none !important; }
  .iphone-hotfix-v8520 .drawer-panel::before {
    content: "เมนูหลัก";
    display: block;
    padding: 10px 56px 16px 4px;
    color: #101828;
    font-size: 22px;
    line-height: 1.22;
    font-weight: 760;
    letter-spacing: -.02em;
  }
  .iphone-hotfix-v8520 .drawer-close {
    position: absolute !important;
    top: calc(18px + env(safe-area-inset-top)) !important;
    right: 18px !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 15px !important;
    background: rgba(255,255,255,.92) !important;
    box-shadow: 0 10px 26px rgba(16,24,40,.08) !important;
  }
  .iphone-hotfix-v8520 .drawer-menu {
    margin-top: 2px !important;
    gap: 8px !important;
  }
  .iphone-hotfix-v8520 .drawer-menu a {
    min-height: 46px !important;
    padding: 12px 14px !important;
    font-size: 15.2px !important;
    line-height: 1.35 !important;
    background: rgba(248,250,252,.86) !important;
    border: 1px solid rgba(231,236,243,.82) !important;
  }
  .iphone-hotfix-v8520 .drawer-cta {
    margin-top: auto !important;
    padding-top: 16px !important;
    display: grid !important;
    gap: 10px !important;
  }
  .iphone-hotfix-v8520 .drawer-cta .btn {
    width: 100% !important;
    min-height: 50px !important;
  }

  /* Hero: maintain current look while preventing controls from fighting FABs. */
  .iphone-hotfix-v8520.fullscreen-hero-final-v8514 .hero-fullscreen-content {
    padding-top: 82px !important;
  }
  .iphone-hotfix-v8520.fullscreen-hero-final-v8514 .hero-video-toggle {
    width: 44px !important;
    height: 44px !important;
    right: 12px !important;
    bottom: 12px !important;
  }
  .iphone-hotfix-v8520.fullscreen-hero-final-v8514 .hero-video-toggle small { display: none !important; }

  /* Showcase: less vertical drag, arrows sit as a deliberate carousel control. */
  .iphone-hotfix-v8520 .formula-universe-section {
    padding-top: 54px !important;
    padding-bottom: 50px !important;
  }
  .iphone-hotfix-v8520 .formula-showcase-frame {
    margin-top: 22px !important;
    padding-bottom: 58px !important;
  }
  .iphone-hotfix-v8520 .formula-universe {
    min-height: 430px !important;
    padding-bottom: 10px !important;
    gap: 12px !important;
  }
  .iphone-hotfix-v8520 .formula-panel,
  .iphone-hotfix-v8520 .formula-panel.is-active,
  .iphone-hotfix-v8520 .formula-panel:hover {
    flex-basis: min(86vw, 380px) !important;
    min-height: 420px !important;
    border-radius: 26px !important;
  }
  .iphone-hotfix-v8520 .vertical-label {
    top: 18px !important;
    left: 18px !important;
    font-size: clamp(23px, 7.8vw, 34px) !important;
    line-height: 1 !important;
  }
  .iphone-hotfix-v8520 .formula-panel-content {
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
    padding: 16px !important;
    border-radius: 20px !important;
  }
  .iphone-hotfix-v8520 .formula-panel-content h3 {
    font-size: clamp(21px, 6vw, 25px) !important;
    line-height: 1.22 !important;
  }
  .iphone-hotfix-v8520 .formula-panel-content p {
    font-size: 13.6px !important;
    line-height: 1.58 !important;
  }
  .iphone-hotfix-v8520 .showcase-nav {
    display: grid !important;
    top: auto !important;
    bottom: 6px !important;
    width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    font-size: 18px !important;
    background: rgba(255,255,255,.92) !important;
    border-color: rgba(231,236,243,.92) !important;
    box-shadow: 0 14px 34px rgba(16,24,40,.10) !important;
  }
  .iphone-hotfix-v8520 .showcase-prev { left: calc(50% - 54px) !important; }
  .iphone-hotfix-v8520 .showcase-next { right: calc(50% - 54px) !important; }

  /* Products/filters: reduce long-scroll feeling and leave bottom room for single contact control. */
  .iphone-hotfix-v8520 .product-visual { min-height: 156px !important; }
  .iphone-hotfix-v8520 .premium-product-grid .product-premium { padding: 18px !important; }
  .iphone-hotfix-v8520 .filter-tabs,
  .iphone-hotfix-v8520 .formula-filter { padding-bottom: 14px !important; }

  /* Metrics: 1-column mobile cards to remove broken 2-column rhythm completely. */
  .iphone-hotfix-v8520 .metrics-section { padding-block: 42px 50px !important; }
  .iphone-hotfix-v8520 .metrics-strip-production,
  .iphone-hotfix-v8520 .metrics-strip {
    grid-template-columns: 1fr !important;
    border-radius: 24px !important;
  }
  .iphone-hotfix-v8520 .metrics-strip-production article,
  .iphone-hotfix-v8520 .metrics-strip article,
  .iphone-hotfix-v8520 .metrics-strip-production article:nth-child(2n),
  .iphone-hotfix-v8520 .metrics-strip article:nth-child(2n),
  .iphone-hotfix-v8520 .metrics-strip-production article:nth-child(3n),
  .iphone-hotfix-v8520 .metrics-strip article:nth-child(3n),
  .iphone-hotfix-v8520 .metrics-strip-production article:nth-child(5),
  .iphone-hotfix-v8520 .metrics-strip article:nth-child(5) {
    grid-column: auto !important;
    border-right: 0 !important;
    border-bottom: 1px solid var(--line) !important;
    min-height: 82px !important;
    padding: 18px 16px !important;
  }
  .iphone-hotfix-v8520 .metrics-strip-production article:last-child,
  .iphone-hotfix-v8520 .metrics-strip article:last-child { border-bottom: 0 !important; }
  .iphone-hotfix-v8520 .metric-number { font-size: clamp(30px, 9vw, 40px) !important; }
  .iphone-hotfix-v8520 .metrics-strip small { font-size: 13.8px !important; max-width: 100% !important; }

  /* CTA: prevent product art + fixed contact from colliding. */
  .iphone-hotfix-v8520 .cta-band { overflow: hidden !important; }
  .iphone-hotfix-v8520 .cta-product-stack {
    min-height: 118px !important;
    transform: scale(.62) !important;
    transform-origin: center bottom !important;
    opacity: .74 !important;
  }

  /* Trust section: stop heading/chips/marquees from producing horizontal overflow. */
  .iphone-hotfix-v8520 .trusted-brands-section,
  .iphone-hotfix-v8520 .trusted-brands-wrap,
  .iphone-hotfix-v8520 .trusted-brands-copy,
  .iphone-hotfix-v8520 .trusted-motion {
    overflow: hidden !important;
    max-width: 100% !important;
  }
  .iphone-hotfix-v8520 .trusted-brands-copy .title {
    font-size: clamp(24px, 7.1vw, 31px) !important;
    line-height: 1.30 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }
  .iphone-hotfix-v8520 .trusted-brands-copy .lead {
    font-size: 14.4px !important;
    line-height: 1.72 !important;
  }
  .iphone-hotfix-v8520 .trusted-proof-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    max-width: 100% !important;
    gap: 8px !important;
    padding: 2px 18px 12px 2px !important;
    margin-right: -8px !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
  }
  .iphone-hotfix-v8520 .trusted-proof-row span {
    flex: 0 0 auto !important;
    max-width: 84vw !important;
    white-space: nowrap !important;
    scroll-snap-align: start;
  }
  .iphone-hotfix-v8520 .trusted-motion {
    min-height: 322px !important;
    border-radius: 26px !important;
  }
  .iphone-hotfix-v8520 .trusted-hero-card {
    width: calc(100% - 28px) !important;
    left: 14px !important;
    right: 14px !important;
    bottom: 14px !important;
  }
  .iphone-hotfix-v8520 .trusted-hero-card strong { font-size: clamp(38px, 12vw, 52px) !important; }
  .iphone-hotfix-v8520 .brand-marquee { max-width: 100% !important; overflow: hidden !important; }

  /* Floating controls: one compact contact control only; no mobile back-to-top overlay. */
  .iphone-hotfix-v8520 .floating-contact-premium,
  .iphone-hotfix-v8520 .mobile-contact-bar,
  .iphone-hotfix-v8520 .back-to-top {
    display: none !important;
  }
  .iphone-hotfix-v8520 .mobile-quick-contact {
    display: block !important;
    position: fixed !important;
    right: var(--v8520-safe-right) !important;
    bottom: var(--v8520-safe-bottom) !important;
    z-index: 78 !important;
    transition: opacity .2s ease, transform .24s var(--v8520-ease), visibility .2s ease !important;
  }
  .iphone-hotfix-v8520 .mobile-quick-toggle {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    border-radius: 999px !important;
    padding: 0 !important;
    font-size: 10.8px !important;
    box-shadow: 0 16px 42px rgba(233,6,172,.22), 0 0 0 6px rgba(255,255,255,.58) !important;
  }
  .iphone-hotfix-v8520 .mobile-quick-menu {
    bottom: 60px !important;
    right: 0 !important;
  }
  .iphone-hotfix-v8520 .mobile-quick-menu a {
    min-width: 86px !important;
    min-height: 40px !important;
    font-size: 12px !important;
  }
  .iphone-hotfix-v8520.is-sensitive-zone .mobile-quick-contact,
  .iphone-hotfix-v8520.is-footer-zone .mobile-quick-contact,
  .iphone-hotfix-v8520 .mobile-quick-contact.is-footer-safe {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(16px) scale(.94) !important;
  }

  /* Footer safe area and legal breathing room. */
  .iphone-hotfix-v8520 .footer {
    padding-bottom: calc(126px + env(safe-area-inset-bottom)) !important;
  }
  .iphone-hotfix-v8520 .footer-bottom {
    gap: 14px !important;
    padding-bottom: 12px !important;
  }
}

@media (max-width: 390px) {
  .iphone-hotfix-v8520 .trusted-brands-copy .title { font-size: clamp(23px, 7.2vw, 29px) !important; }
  .iphone-hotfix-v8520 .formula-panel,
  .iphone-hotfix-v8520 .formula-panel.is-active,
  .iphone-hotfix-v8520 .formula-panel:hover { min-height: 400px !important; }
  .iphone-hotfix-v8520 .formula-panel-content p { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
}

@media (prefers-reduced-motion: reduce) {
  .iphone-hotfix-v8520 .drawer-panel,
  .iphone-hotfix-v8520 .drawer-backdrop,
  .iphone-hotfix-v8520 .mobile-quick-contact,
  .iphone-hotfix-v8520 .site-header { transition: none !important; }
}

/* =========================================================
   DICHANA v8.5.21 — Desktop Hero Thai Typography Hotfix
   Scope: desktop/laptop hero only. Fix oversized Thai headline,
   line-break rhythm, glyph clipping risk, and desktop text bounds.
   ========================================================= */
.desktop-hero-thai-hotfix-v8521 {
  --v8521-hero-title-desktop: clamp(58px, 5vw, 76px);
  --v8521-hero-title-laptop: clamp(54px, 4.95vw, 68px);
  --v8521-hero-copy-max: 740px;
  --v8521-hero-lead-max: 690px;
}
.desktop-hero-thai-hotfix-v8521 .hero-video-title,
.desktop-hero-thai-hotfix-v8521.fullscreen-hero-final-v8514 .hero-video-title,
.desktop-hero-thai-hotfix-v8521.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-title {
  width: min(100%, var(--v8521-hero-copy-max)) !important;
  max-width: var(--v8521-hero-copy-max) !important;
  font-size: var(--v8521-hero-title-desktop) !important;
  line-height: 1.095 !important;
  letter-spacing: -.018em !important;
  font-weight: 450 !important;
  overflow: visible !important;
  text-wrap: balance;
  word-break: keep-all;
  margin-bottom: clamp(20px, 2.1vh, 28px) !important;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
.desktop-hero-thai-hotfix-v8521 .hero-video-title > span,
.desktop-hero-thai-hotfix-v8521 .hero-video-title .hero-title-line {
  display: block !important;
  width: fit-content;
  max-width: 100%;
  line-height: inherit !important;
  overflow: visible !important;
  padding-block: .035em .075em;
  margin-block: -.035em;
  white-space: nowrap;
  text-wrap: nowrap;
}
.desktop-hero-thai-hotfix-v8521 .hero-video-title .gradient-text,
.desktop-hero-thai-hotfix-v8521.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-title .gradient-text {
  display: block !important;
  width: fit-content;
  max-width: 100%;
  font-weight: 560 !important;
  line-height: inherit !important;
  letter-spacing: -.014em !important;
  overflow: visible !important;
  padding-block: .045em .085em;
  margin-block: -.045em;
  filter: drop-shadow(0 12px 28px rgba(233,6,172,.18));
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.desktop-hero-thai-hotfix-v8521 .hero-video-title .gradient-text-secondary {
  margin-top: -.02em;
}
.desktop-hero-thai-hotfix-v8521 .hero-fullscreen-copy,
.desktop-hero-thai-hotfix-v8521.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-copy {
  width: min(var(--v8521-hero-copy-max), 48vw) !important;
  max-width: var(--v8521-hero-copy-max) !important;
}
.desktop-hero-thai-hotfix-v8521 .hero-video-lead,
.desktop-hero-thai-hotfix-v8521.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-lead {
  max-width: var(--v8521-hero-lead-max) !important;
  font-size: clamp(16px, 1.02vw, 18.8px) !important;
  line-height: 1.82 !important;
}
.desktop-hero-thai-hotfix-v8521 .hero-accent-line,
.desktop-hero-thai-hotfix-v8521.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-accent-line {
  margin-block: clamp(18px, 2vh, 24px) clamp(20px, 2.15vh, 27px) !important;
}
@media (min-width: 1121px) and (max-width: 1440px) {
  .desktop-hero-thai-hotfix-v8521 .hero-video-title,
  .desktop-hero-thai-hotfix-v8521.fullscreen-hero-final-v8514 .hero-video-title,
  .desktop-hero-thai-hotfix-v8521.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-title {
    font-size: var(--v8521-hero-title-laptop) !important;
    line-height: 1.105 !important;
    max-width: 690px !important;
  }
  .desktop-hero-thai-hotfix-v8521 .hero-fullscreen-copy,
  .desktop-hero-thai-hotfix-v8521.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-copy {
    width: min(690px, 50vw) !important;
  }
  .desktop-hero-thai-hotfix-v8521 .hero-video-lead,
  .desktop-hero-thai-hotfix-v8521.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-lead {
    max-width: 660px !important;
  }
}
@media (min-width: 901px) and (max-width: 1120px) {
  .desktop-hero-thai-hotfix-v8521 .hero-video-title,
  .desktop-hero-thai-hotfix-v8521.fullscreen-hero-final-v8514 .hero-video-title,
  .desktop-hero-thai-hotfix-v8521.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-title {
    font-size: clamp(48px, 5.35vw, 60px) !important;
    line-height: 1.13 !important;
    max-width: 640px !important;
    letter-spacing: -.014em !important;
  }
  .desktop-hero-thai-hotfix-v8521 .hero-fullscreen-copy,
  .desktop-hero-thai-hotfix-v8521.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-copy {
    width: min(640px, 62vw) !important;
  }
}
@media (max-width: 900px) {
  .desktop-hero-thai-hotfix-v8521 .hero-video-title,
  .desktop-hero-thai-hotfix-v8521.fullscreen-hero-final-v8514 .hero-video-title,
  .desktop-hero-thai-hotfix-v8521.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-title {
    line-height: 1.18 !important;
    letter-spacing: -.018em !important;
    overflow: visible !important;
  }
  .desktop-hero-thai-hotfix-v8521 .hero-video-title > span,
  .desktop-hero-thai-hotfix-v8521 .hero-video-title .hero-title-line,
  .desktop-hero-thai-hotfix-v8521 .hero-video-title .gradient-text {
    white-space: normal;
    width: auto;
    padding-block: .03em .06em;
    margin-block: -.03em;
  }
}

/* =========================================================
   DICHANA v8.5.22 — Desktop Hero Eyebrow Clearance Hotfix
   Scope: desktop/laptop hero only. Keep v8.5.21 Thai typography,
   but move the hero copy block below the fixed header pill so the
   eyebrow/kicker never clips or sits under the nav bar.
   ========================================================= */
.desktop-hero-eyebrow-clearance-v8522 {
  --v8522-header-safe-gap: clamp(30px, 4.4vh, 54px);
  --v8522-hero-copy-nudge: clamp(30px, 4.2vh, 50px);
}
@media (min-width: 901px) {
  .desktop-hero-eyebrow-clearance-v8522.fullscreen-hero-final-v8514 .hero-fullscreen-content,
  .desktop-hero-eyebrow-clearance-v8522.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-content,
  .desktop-hero-eyebrow-clearance-v8522.hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-fullscreen-content {
    padding-top: calc(clamp(122px, 13.4vh, 168px) + var(--v8522-header-safe-gap)) !important;
    padding-bottom: clamp(48px, 6.8vh, 78px) !important;
    align-content: center !important;
  }
  .desktop-hero-eyebrow-clearance-v8522.fullscreen-hero-final-v8514 .hero-fullscreen-copy,
  .desktop-hero-eyebrow-clearance-v8522.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-copy,
  .desktop-hero-eyebrow-clearance-v8522.hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-fullscreen-copy {
    transform: translateY(var(--v8522-hero-copy-nudge)) !important;
  }
  .desktop-hero-eyebrow-clearance-v8522.fullscreen-hero-final-v8514 .hero-fullscreen-copy .hero-kicker,
  .desktop-hero-eyebrow-clearance-v8522.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-copy .hero-kicker {
    position: relative !important;
    z-index: 3 !important;
    display: inline-flex !important;
    align-items: center !important;
    min-height: 22px !important;
    margin-bottom: clamp(16px, 1.8vh, 22px) !important;
    opacity: .96 !important;
    overflow: visible !important;
  }
  .desktop-hero-eyebrow-clearance-v8522.fullscreen-hero-final-v8514 .hero-video-title,
  .desktop-hero-eyebrow-clearance-v8522.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-title {
    margin-top: 0 !important;
  }
}
@media (min-width: 901px) and (max-height: 820px) {
  .desktop-hero-eyebrow-clearance-v8522 {
    --v8522-header-safe-gap: clamp(20px, 2.8vh, 30px);
    --v8522-hero-copy-nudge: clamp(18px, 2.8vh, 34px);
  }
  .desktop-hero-eyebrow-clearance-v8522.fullscreen-hero-final-v8514 .hero-fullscreen-content,
  .desktop-hero-eyebrow-clearance-v8522.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-content,
  .desktop-hero-eyebrow-clearance-v8522.hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-fullscreen-content {
    padding-top: calc(clamp(104px, 12vh, 132px) + var(--v8522-header-safe-gap)) !important;
    padding-bottom: clamp(34px, 4.2vh, 56px) !important;
  }
}
@media (min-width: 901px) and (max-width: 1366px) {
  .desktop-hero-eyebrow-clearance-v8522 {
    --v8522-header-safe-gap: clamp(24px, 3.5vh, 38px);
    --v8522-hero-copy-nudge: clamp(22px, 3.4vh, 40px);
  }
}
@media (max-width: 900px) {
  .desktop-hero-eyebrow-clearance-v8522.fullscreen-hero-final-v8514 .hero-fullscreen-copy,
  .desktop-hero-eyebrow-clearance-v8522.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-copy,
  .desktop-hero-eyebrow-clearance-v8522.hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-fullscreen-copy {
    transform: none !important;
  }
}

/* =========================================================
   DICHANA v8.5.23 — Desktop Hero Height + CTA Clearance Hotfix
   Scope: desktop/laptop hero only. Reverts the v8.5.22 transform-based
   nudge that caused CTA cropping and restores a content-safe hero flow.
   Keeps v8.5.21 Thai headline line breaks and all mobile/iPhone fixes.
   ========================================================= */
.desktop-hero-cta-clearance-v8523 {
  --v8523-hero-min: max(760px, 100svh);
  --v8523-hero-top: clamp(126px, 14.6vh, 170px);
  --v8523-hero-bottom: clamp(92px, 11vh, 134px);
  --v8523-title-size: clamp(54px, 4.55vw, 72px);
  --v8523-copy-max: 720px;
}
@media (min-width: 901px) {
  .desktop-hero-cta-clearance-v8523.fullscreen-hero-final-v8514 .hero-fullscreen-video,
  .desktop-hero-cta-clearance-v8523.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-video,
  .desktop-hero-cta-clearance-v8523.hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-fullscreen-video {
    height: auto !important;
    min-height: var(--v8523-hero-min) !important;
    overflow: hidden !important;
  }

  .desktop-hero-cta-clearance-v8523.fullscreen-hero-final-v8514 .hero-fullscreen-content,
  .desktop-hero-cta-clearance-v8523.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-content,
  .desktop-hero-cta-clearance-v8523.hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-fullscreen-content {
    min-height: var(--v8523-hero-min) !important;
    padding-top: var(--v8523-hero-top) !important;
    padding-bottom: var(--v8523-hero-bottom) !important;
    align-content: center !important;
    gap: 0 !important;
  }

  /* Do not translate the copy block; translation was the source of bottom cropping. */
  .desktop-hero-cta-clearance-v8523.fullscreen-hero-final-v8514 .hero-fullscreen-copy,
  .desktop-hero-cta-clearance-v8523.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-copy,
  .desktop-hero-cta-clearance-v8523.hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-fullscreen-copy {
    transform: none !important;
    width: min(var(--v8523-copy-max), 47vw) !important;
    max-width: var(--v8523-copy-max) !important;
  }

  .desktop-hero-cta-clearance-v8523.fullscreen-hero-final-v8514 .hero-fullscreen-copy .hero-kicker,
  .desktop-hero-cta-clearance-v8523.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-copy .hero-kicker {
    margin-bottom: clamp(16px, 1.7vh, 22px) !important;
    min-height: 20px !important;
    line-height: 1.18 !important;
    overflow: visible !important;
  }

  .desktop-hero-cta-clearance-v8523 .hero-video-title,
  .desktop-hero-cta-clearance-v8523.fullscreen-hero-final-v8514 .hero-video-title,
  .desktop-hero-cta-clearance-v8523.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-title {
    font-size: var(--v8523-title-size) !important;
    line-height: 1.115 !important;
    letter-spacing: -.016em !important;
    max-width: var(--v8523-copy-max) !important;
    margin-top: 0 !important;
    margin-bottom: clamp(12px, 1.8vh, 22px) !important;
    overflow: visible !important;
  }

  .desktop-hero-cta-clearance-v8523 .hero-video-title > span,
  .desktop-hero-cta-clearance-v8523 .hero-video-title .hero-title-line,
  .desktop-hero-cta-clearance-v8523 .hero-video-title .gradient-text {
    overflow: visible !important;
    padding-block: .04em .08em !important;
    margin-block: -.04em !important;
  }

  .desktop-hero-cta-clearance-v8523 .hero-accent-line,
  .desktop-hero-cta-clearance-v8523.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-accent-line {
    margin-block: clamp(12px, 1.7vh, 20px) clamp(16px, 2vh, 24px) !important;
  }

  .desktop-hero-cta-clearance-v8523 .hero-video-lead,
  .desktop-hero-cta-clearance-v8523.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-lead {
    max-width: 660px !important;
    font-size: clamp(16px, .96vw, 18px) !important;
    line-height: 1.78 !important;
    margin-bottom: 0 !important;
  }

  .desktop-hero-cta-clearance-v8523 .hero-ctas,
  .desktop-hero-cta-clearance-v8523.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-ctas {
    margin-top: clamp(22px, 2.8vh, 32px) !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .desktop-hero-cta-clearance-v8523 .hero-ctas .btn {
    min-height: clamp(50px, 4.1vw, 58px) !important;
  }

  .desktop-hero-cta-clearance-v8523 .hero-scroll-cue {
    bottom: clamp(18px, 3vh, 34px) !important;
  }

  .desktop-hero-cta-clearance-v8523 .trust-band-section,
  .desktop-hero-cta-clearance-v8523 .trust-band-relocated-v8516 {
    position: relative !important;
    z-index: 3 !important;
    margin-top: 0 !important;
  }
}

@media (min-width: 901px) and (max-width: 1440px) {
  .desktop-hero-cta-clearance-v8523 {
    --v8523-hero-min: max(730px, 100svh);
    --v8523-hero-top: clamp(118px, 14vh, 148px);
    --v8523-hero-bottom: clamp(82px, 9.4vh, 112px);
    --v8523-title-size: clamp(50px, 4.35vw, 64px);
    --v8523-copy-max: 670px;
  }
}

@media (min-width: 901px) and (max-height: 820px) {
  .desktop-hero-cta-clearance-v8523 {
    --v8523-hero-min: max(720px, 100svh);
    --v8523-hero-top: clamp(110px, 13vh, 132px);
    --v8523-hero-bottom: clamp(74px, 8.8vh, 96px);
    --v8523-title-size: clamp(46px, 4.05vw, 58px);
    --v8523-copy-max: 640px;
  }
  .desktop-hero-cta-clearance-v8523 .hero-video-title,
  .desktop-hero-cta-clearance-v8523.fullscreen-hero-final-v8514 .hero-video-title,
  .desktop-hero-cta-clearance-v8523.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-title {
    line-height: 1.105 !important;
    margin-bottom: clamp(10px, 1.4vh, 16px) !important;
  }
  .desktop-hero-cta-clearance-v8523 .hero-accent-line,
  .desktop-hero-cta-clearance-v8523.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-accent-line {
    margin-block: 10px 14px !important;
  }
  .desktop-hero-cta-clearance-v8523 .hero-video-lead,
  .desktop-hero-cta-clearance-v8523.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-video-lead {
    font-size: clamp(15px, .92vw, 17px) !important;
    line-height: 1.7 !important;
    max-width: 610px !important;
  }
  .desktop-hero-cta-clearance-v8523 .hero-ctas,
  .desktop-hero-cta-clearance-v8523.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-ctas {
    margin-top: clamp(16px, 2.1vh, 24px) !important;
  }
  .desktop-hero-cta-clearance-v8523 .hero-ctas .btn { min-height: 50px !important; }
}

@media (min-width: 901px) and (max-height: 720px) {
  .desktop-hero-cta-clearance-v8523 {
    --v8523-hero-min: 720px;
    --v8523-hero-top: 108px;
    --v8523-hero-bottom: 76px;
    --v8523-title-size: clamp(42px, 3.85vw, 52px);
    --v8523-copy-max: 600px;
  }
  .desktop-hero-cta-clearance-v8523.fullscreen-hero-final-v8514 .hero-fullscreen-copy .hero-kicker,
  .desktop-hero-cta-clearance-v8523.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-copy .hero-kicker {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 900px) {
  .desktop-hero-cta-clearance-v8523.fullscreen-hero-final-v8514 .hero-fullscreen-copy,
  .desktop-hero-cta-clearance-v8523.design-continuation-v8515.fullscreen-hero-final-v8514 .hero-fullscreen-copy,
  .desktop-hero-cta-clearance-v8523.hero-trust-moved-v8516.fullscreen-hero-final-v8514 .hero-fullscreen-copy {
    transform: none !important;
  }
}

/* =========================================================
   v8.5.24 — Strength Cards Icon Placeholder + Balance Hotfix
   Scope: homepage trust band / “4 จุดแข็ง” cards only.
   - Removes the visual rhythm of top-left numbers and top-right mini icons.
   - Adds centered circular premium placeholder slots for future real icons.
   - Rebalances card top/middle/bottom spacing without touching Hero or other sections.
   ========================================================= */
.strength-placeholder-v8524 .hero-trust-highlights {
  align-items: stretch;
}
.strength-placeholder-v8524 .trust-band-relocated-v8516 .trust-highlight-card,
.strength-placeholder-v8524 .trust-highlight-card {
  min-height: clamp(204px, 15vw, 232px);
  padding: clamp(22px, 1.7vw, 28px) clamp(18px, 1.45vw, 22px) clamp(20px, 1.6vw, 24px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 4%, rgba(233,6,172,.105), transparent 34%),
    radial-gradient(circle at 50% 0%, rgba(8,195,244,.10), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.76));
  border-color: rgba(226,232,240,.90);
  box-shadow: 0 20px 58px rgba(16,24,40,.064), inset 0 1px 0 rgba(255,255,255,.92);
}
.strength-placeholder-v8524 .trust-highlight-card::before {
  content: "";
  position: absolute;
  inset: 12px 12px auto;
  height: 76px;
  border-radius: 20px;
  background:
    linear-gradient(90deg, rgba(233,6,172,.12), rgba(8,195,244,.10));
  opacity: .26;
  filter: blur(18px);
  pointer-events: none;
  z-index: -1;
}
.strength-placeholder-v8524 .trust-highlight-card::after {
  content: "";
  width: min(92px, 56%);
  height: 4px;
  margin-top: auto;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(233,6,172,.52), rgba(8,195,244,.46));
  box-shadow: 0 10px 26px rgba(233,6,172,.12);
  opacity: .66;
}
.strength-placeholder-v8524 .trust-highlight-card:hover {
  border-color: rgba(233,6,172,.20);
  background:
    radial-gradient(circle at 50% 4%, rgba(233,6,172,.135), transparent 36%),
    radial-gradient(circle at 50% 0%, rgba(8,195,244,.13), transparent 44%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.84));
  box-shadow: 0 26px 70px rgba(16,24,40,.088), inset 0 1px 0 rgba(255,255,255,.96);
}
.strength-placeholder-v8524 .trust-icon-placeholder {
  position: relative;
  width: clamp(66px, 5vw, 78px);
  height: clamp(66px, 5vw, 78px);
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  margin: 0 auto clamp(16px, 1.35vw, 20px);
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.96);
  background:
    radial-gradient(circle at 32% 24%, rgba(255,255,255,.96) 0 20%, rgba(255,255,255,.62) 21% 36%, transparent 37%),
    linear-gradient(135deg, rgba(255,241,250,.96), rgba(236,251,255,.94));
  box-shadow:
    0 20px 46px rgba(16,24,40,.10),
    0 12px 32px rgba(233,6,172,.10),
    inset 0 1px 0 rgba(255,255,255,.98);
}
.strength-placeholder-v8524 .trust-icon-placeholder::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(233,6,172,.34), rgba(8,195,244,.30));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: .9;
  pointer-events: none;
}
.strength-placeholder-v8524 .trust-icon-core {
  width: 42%;
  height: 42%;
  border-radius: 999px;
  border: 1px dashed rgba(148,163,184,.58);
  background:
    linear-gradient(135deg, rgba(233,6,172,.12), rgba(8,195,244,.13)),
    rgba(255,255,255,.72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
}
.strength-placeholder-v8524 .trust-highlight-card strong {
  display: block;
  width: 100%;
  margin: 0;
  font-size: clamp(16px, 1.04vw, 17.5px);
  line-height: 1.42;
  letter-spacing: -.008em;
  text-wrap: balance;
}
.strength-placeholder-v8524 .trust-highlight-card small {
  display: block;
  width: min(100%, 236px);
  margin: clamp(9px, .75vw, 12px) auto clamp(18px, 1.35vw, 22px);
  color: rgba(71,85,105,.82);
  font-size: clamp(13.2px, .88vw, 14px);
  line-height: 1.72;
  font-weight: 500;
  text-wrap: pretty;
}
.strength-placeholder-v8524 .trust-highlight-top,
.strength-placeholder-v8524 .trust-index,
.strength-placeholder-v8524 .trust-icon {
  display: none !important;
}

@media (max-width: 1120px) {
  .strength-placeholder-v8524 .trust-band-relocated-v8516 .trust-highlight-card,
  .strength-placeholder-v8524 .trust-highlight-card {
    min-height: 214px;
  }
  .strength-placeholder-v8524 .trust-highlight-card small {
    width: min(100%, 310px);
  }
}

@media (max-width: 680px) {
  .strength-placeholder-v8524 .trust-band-relocated-v8516 .trust-highlight-card,
  .strength-placeholder-v8524 .trust-highlight-card {
    min-height: auto !important;
    padding: 20px 18px 18px !important;
    border-radius: 22px !important;
  }
  .strength-placeholder-v8524 .trust-icon-placeholder {
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
  }
  .strength-placeholder-v8524 .trust-highlight-card strong {
    font-size: 16.2px !important;
    line-height: 1.38 !important;
  }
  .strength-placeholder-v8524 .trust-highlight-card small {
    width: min(100%, 360px);
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 13.4px !important;
    line-height: 1.66 !important;
  }
  .strength-placeholder-v8524 .trust-highlight-card::after {
    width: min(82px, 44%);
  }
}



/* =========================================================
   v8.5.25 — Service Cards Icon Placeholder Hotfix
   Scope: homepage “บริการของเรา” mini service cards only.
   - Removes text initials from the six service icon circles.
   - Turns each top circle into a premium empty icon slot for future real icon images.
   - Keeps service card layout, copy, links, Hero, forms, admin, and v8.5.24 strength cards untouched.
   ========================================================= */
.service-placeholder-v8525 .section-services-balanced .service-mini {
  overflow: hidden;
  position: relative;
}
.service-placeholder-v8525 .section-services-balanced .service-mini::before {
  content: "";
  position: absolute;
  inset: 18px 18px auto;
  height: 92px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 24%, rgba(233,6,172,.13), transparent 34%),
    radial-gradient(circle at 50% 20%, rgba(8,195,244,.13), transparent 42%);
  filter: blur(18px);
  opacity: .44;
  pointer-events: none;
  z-index: 0;
}
.service-placeholder-v8525 .section-services-balanced .service-mini > * {
  position: relative;
  z-index: 1;
}
.service-placeholder-v8525 .section-services-balanced .service-icon.service-icon-placeholder {
  position: relative;
  width: clamp(66px, 4.7vw, 76px);
  height: clamp(66px, 4.7vw, 76px);
  margin: 0 auto clamp(18px, 1.35vw, 22px);
  border-radius: 999px;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0;
  display: grid;
  place-items: center;
  isolation: isolate;
  border: 1px solid rgba(255,255,255,.96);
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,.98) 0 20%, rgba(255,255,255,.64) 21% 36%, transparent 37%),
    linear-gradient(135deg, rgba(255,240,250,.98), rgba(236,251,255,.96));
  box-shadow:
    0 22px 52px rgba(16,24,40,.10),
    0 14px 34px rgba(233,6,172,.105),
    inset 0 1px 0 rgba(255,255,255,.98);
}
.service-placeholder-v8525 .section-services-balanced .service-icon.service-icon-placeholder::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(233,6,172,.34), rgba(8,195,244,.31));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: .88;
  pointer-events: none;
}
.service-placeholder-v8525 .section-services-balanced .service-icon.service-icon-placeholder::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 36% 28%, rgba(255,255,255,.72), transparent 34%),
    linear-gradient(135deg, rgba(233,6,172,.08), rgba(8,195,244,.09));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.88);
  opacity: .8;
  pointer-events: none;
}
.service-placeholder-v8525 .section-services-balanced .service-icon-core {
  position: relative;
  z-index: 1;
  width: 42%;
  height: 42%;
  border-radius: 999px;
  border: 1px dashed rgba(148,163,184,.56);
  background:
    linear-gradient(135deg, rgba(233,6,172,.10), rgba(8,195,244,.12)),
    rgba(255,255,255,.70);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
}
.service-placeholder-v8525 .section-services-balanced .service-icon img,
.service-placeholder-v8525 .section-services-balanced .service-icon svg {
  position: relative;
  z-index: 2;
  width: 56%;
  height: 56%;
  object-fit: contain;
  display: block;
}
.service-placeholder-v8525 .section-services-balanced .service-mini h3 {
  margin-top: 0;
}
.service-placeholder-v8525 .section-services-balanced .service-mini:hover .service-icon.service-icon-placeholder {
  transform: translateY(-4px) scale(1.045);
  box-shadow:
    0 26px 60px rgba(16,24,40,.12),
    0 16px 38px rgba(233,6,172,.13),
    inset 0 1px 0 rgba(255,255,255,.98);
}

@media (max-width: 760px) {
  .service-placeholder-v8525 .section-services-balanced .service-mini {
    text-align: left;
  }
  .service-placeholder-v8525 .section-services-balanced .service-mini > * {
  position: relative;
  z-index: 1;
}
.service-placeholder-v8525 .section-services-balanced .service-icon.service-icon-placeholder {
    width: 62px;
    height: 62px;
    margin: 0 0 14px;
  }
}

@media (max-width: 420px) {
  .service-placeholder-v8525 .section-services-balanced .service-mini > * {
  position: relative;
  z-index: 1;
}
.service-placeholder-v8525 .section-services-balanced .service-icon.service-icon-placeholder {
    width: 58px;
    height: 58px;
  }
}

/* =========================================================
   v8.5.26 — Remove Hero Proof Strip / Flow Cleanup Hotfix
   Scope: homepage only. Removes the duplicated four-item proof strip
   between the fullscreen Hero and the “4 จุดแข็ง” strength section,
   then tightens the hero-to-strength flow without touching Hero,
   services, products, forms, admin, footer, or app/config.php.
   ========================================================= */
.hero-proof-strip-removed-v8526 .hero-proof-strip-v8516 {
  display: none !important;
}
.hero-proof-strip-removed-v8526.home-page .trust-band-relocated-v8516 {
  padding-top: clamp(34px, 4.2vw, 60px) !important;
  padding-bottom: clamp(54px, 5vw, 82px);
  background:
    radial-gradient(circle at 7% 0%, rgba(233,6,172,.070), transparent 28%),
    radial-gradient(circle at 92% 8%, rgba(8,195,244,.085), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fffafe 50%, #f3fcff 100%);
}
.hero-proof-strip-removed-v8526 .trust-band-relocated-v8516 .hero-trust-band-wrap {
  margin-top: 0 !important;
}
.hero-proof-strip-removed-v8526 .trust-band-relocated-v8516 .trust-band-intro {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
}

@media (max-width: 1024px) {
  .hero-proof-strip-removed-v8526.home-page .trust-band-relocated-v8516 {
    padding-top: 32px !important;
    padding-bottom: 58px;
  }
}

@media (max-width: 760px) {
  .hero-proof-strip-removed-v8526.home-page .trust-band-relocated-v8516 {
    padding-top: 26px !important;
    padding-bottom: 46px;
  }
}

@media (max-width: 420px) {
  .hero-proof-strip-removed-v8526.home-page .trust-band-relocated-v8516 {
    padding-top: 22px !important;
    padding-bottom: 42px;
  }
}


/* v8.5.32 — Inner Pages Design Consistency Pass
   Align the main menu pages with the approved desktop homepage visual system. */
.inner-page-consistency-v8532 {
  background:
    radial-gradient(circle at 8% 4%, rgba(233, 6, 172, .11), transparent 24rem),
    radial-gradient(circle at 92% 10%, rgba(8, 195, 244, .12), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, #fff8fd 32%, #effcff 100%);
}
.inner-page-consistency-v8532 .site-header {
  width: min(94vw, 1480px);
  top: clamp(10px, 1.45vw, 22px);
  margin-inline: auto;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,.965), rgba(255,255,255,.9));
  border: 1px solid rgba(255,255,255,.76);
  box-shadow: 0 24px 76px rgba(2,8,22,.145), inset 0 1px 0 rgba(255,255,255,.96);
  backdrop-filter: blur(22px) saturate(1.22);
  -webkit-backdrop-filter: blur(22px) saturate(1.22);
}
.inner-page-consistency-v8532 .site-header .nav-wrap {
  min-height: clamp(64px, 4.85vw, 78px);
  padding-inline: clamp(18px, 2.35vw, 38px);
}
.inner-page-consistency-v8532 .site-header .nav-links {
  gap: 2px;
}
.inner-page-consistency-v8532 .site-header .nav-links a {
  font-size: clamp(12px, .84vw, 13.4px);
  font-weight: 650;
  color: #182236;
  padding: 9px clamp(8px, .76vw, 13px);
  border: 1px solid transparent;
}
.inner-page-consistency-v8532 .site-header .nav-links a:hover,
.inner-page-consistency-v8532 .site-header .nav-links a.active {
  color: var(--magenta-deep);
  background: linear-gradient(135deg, rgba(233,6,172,.105), rgba(8,195,244,.072));
  border-color: rgba(233,6,172,.09);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.86);
}
.inner-page-consistency-v8532 .site-header .btn-primary {
  min-height: clamp(46px, 3.6vw, 52px);
  padding-inline: clamp(20px, 1.9vw, 30px);
  font-weight: 700;
}
.inner-page-consistency-v8532 .brand-logo-full {
  height: clamp(50px, 3.8vw, 58px);
  width: auto;
  max-width: 260px;
  object-fit: contain;
}
.inner-page-consistency-v8532 .page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: clamp(430px, 45vh, 560px);
  display: flex;
  align-items: center;
  margin-top: calc(-1 * clamp(78px, 5.8vw, 104px));
  padding: clamp(160px, 12vw, 205px) 0 clamp(72px, 6.4vw, 104px);
  background:
    linear-gradient(90deg, rgba(233,6,172,.12), transparent 26%, rgba(8,195,244,.13)),
    radial-gradient(circle at 18% 14%, rgba(233,6,172,.20), transparent 25rem),
    radial-gradient(circle at 80% 24%, rgba(8,195,244,.18), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, #fff8fd 54%, #effcff 100%);
}
.inner-page-consistency-v8532 .page-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto -8% -34% auto;
  width: min(44vw, 640px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.88) 0 22%, rgba(8,195,244,.16) 23% 42%, transparent 43% 100%);
  filter: blur(.1px);
  opacity: .74;
}
.inner-page-consistency-v8532 .page-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 7%;
  bottom: 11%;
  width: 86px;
  height: 86px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(233,6,172,.16), rgba(8,195,244,.13));
  transform: rotate(18deg);
  box-shadow: 0 24px 70px rgba(16,24,40,.08);
}
.inner-page-consistency-v8532 .page-hero .container {
  text-align: center;
  max-width: 960px;
}
.inner-page-consistency-v8532 .breadcrumb {
  justify-content: center;
  margin-bottom: 18px;
  font-weight: 650;
}
.inner-page-consistency-v8532 .breadcrumb span,
.inner-page-consistency-v8532 .breadcrumb a {
  color: rgba(71,84,103,.9);
}
.inner-page-consistency-v8532 .breadcrumb a {
  color: var(--magenta-deep);
}
.inner-page-consistency-v8532 .page-hero .kicker {
  background: rgba(255,255,255,.82);
  border-color: rgba(233,6,172,.16);
  box-shadow: 0 18px 48px rgba(233,6,172,.07), inset 0 1px 0 rgba(255,255,255,.8);
}
.inner-page-consistency-v8532 .page-hero .title {
  margin-top: 20px;
  font-size: clamp(42px, 4.8vw, 70px);
  line-height: 1.06;
  font-weight: 820 !important;
  letter-spacing: -.05em;
  color: #101828;
  text-wrap: balance;
}
.inner-page-consistency-v8532 .page-hero .lead {
  margin-inline: auto;
  max-width: 860px;
  color: #536176;
  font-size: clamp(17px, 1.32vw, 21px);
  line-height: 1.9;
  text-wrap: balance;
}
.inner-page-consistency-v8532 .section {
  padding: clamp(78px, 7vw, 112px) 0;
}
.inner-page-consistency-v8532 .section:not(.soft-bg) {
  background: transparent;
}
.inner-page-consistency-v8532 .soft-bg {
  background:
    radial-gradient(circle at 0% 0%, rgba(233,6,172,.10), transparent 25rem),
    radial-gradient(circle at 100% 18%, rgba(8,195,244,.11), transparent 28rem),
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(239,252,255,.82));
}
.inner-page-consistency-v8532 .section-head {
  margin-bottom: clamp(30px, 3vw, 44px);
}
.inner-page-consistency-v8532 .section-head.centered,
.inner-page-consistency-v8532 .section-head:has(.title) {
  text-wrap: balance;
}
.inner-page-consistency-v8532 .grid {
  gap: clamp(22px, 2.2vw, 34px);
}
.inner-page-consistency-v8532 .card,
.inner-page-consistency-v8532 .form-card,
.inner-page-consistency-v8532 .split-card,
.inner-page-consistency-v8532 .timeline-step,
.inner-page-consistency-v8532 .toc {
  border: 1px solid rgba(216,226,238,.76);
  background:
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(255,255,255,.78));
  box-shadow: 0 30px 90px rgba(16,24,40,.075), inset 0 1px 0 rgba(255,255,255,.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.inner-page-consistency-v8532 .card {
  border-radius: 34px;
  padding: clamp(26px, 2.45vw, 36px);
  min-height: 100%;
}
.inner-page-consistency-v8532 .card:hover,
.inner-page-consistency-v8532 .timeline-step:hover {
  transform: translateY(-5px);
  border-color: rgba(233,6,172,.17);
  box-shadow: 0 38px 105px rgba(16,24,40,.11), 0 18px 56px rgba(233,6,172,.06);
}
.inner-page-consistency-v8532 .card h3,
.inner-page-consistency-v8532 .timeline-step h3,
.inner-page-consistency-v8532 .form-card h2,
.inner-page-consistency-v8532 aside.card h2 {
  color: #111827;
  font-weight: 760;
  letter-spacing: -.026em;
  text-wrap: balance;
}
.inner-page-consistency-v8532 .card p,
.inner-page-consistency-v8532 .timeline-step p,
.inner-page-consistency-v8532 .form-card p,
.inner-page-consistency-v8532 aside.card p {
  color: #526176;
}
.inner-page-consistency-v8532 .icon-dot,
.inner-page-consistency-v8532 .step-num {
  border-radius: 999px;
  background:
    radial-gradient(circle at 36% 28%, rgba(255,255,255,.96), transparent 32%),
    linear-gradient(135deg, rgba(233,6,172,.18), rgba(8,195,244,.22));
  color: var(--magenta-deep);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: 0 18px 46px rgba(16,24,40,.08), inset 0 1px 0 rgba(255,255,255,.88);
}
.inner-page-consistency-v8532 .step-num {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.12);
  background: linear-gradient(135deg, var(--magenta), #C932DB 50%, var(--cyan));
}
.inner-page-consistency-v8532 .split-card {
  border-radius: 44px;
  overflow: hidden;
}
.inner-page-consistency-v8532 .split-content {
  padding: clamp(42px, 4.2vw, 66px);
}
.inner-page-consistency-v8532 .placeholder-img {
  position: relative;
  overflow: hidden;
  color: rgba(16,24,40,.50);
  border-radius: 30px;
  background:
    radial-gradient(circle at 68% 28%, rgba(255,255,255,.88) 0 18%, transparent 19% 100%),
    linear-gradient(135deg, rgba(233,6,172,.10), rgba(8,195,244,.15));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78);
}
.inner-page-consistency-v8532 .image-card {
  padding: 0;
  overflow: hidden;
}
.inner-page-consistency-v8532 .image-card .placeholder-img {
  min-height: 260px;
  border-radius: 0;
}
.inner-page-consistency-v8532 .image-card .card-body {
  padding: clamp(24px, 2.3vw, 34px);
}
.inner-page-consistency-v8532 .tag,
.inner-page-consistency-v8532 .badge {
  min-height: 30px;
  padding-inline: 12px;
  background: rgba(255,255,255,.76);
  border-color: rgba(233,6,172,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.inner-page-consistency-v8532 .tag.cyan,
.inner-page-consistency-v8532 .badge.cyan {
  background: rgba(236,251,255,.76);
  border-color: rgba(8,195,244,.18);
}
.inner-page-consistency-v8532 .timeline {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 28px);
}
.inner-page-consistency-v8532 .timeline-step {
  border-radius: 30px;
  padding: clamp(24px, 2.2vw, 32px);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.inner-page-consistency-v8532 .form-card,
.inner-page-consistency-v8532 aside.card {
  border-radius: 38px;
}
.inner-page-consistency-v8532 .field input,
.inner-page-consistency-v8532 .field textarea,
.inner-page-consistency-v8532 .field select {
  border-radius: 20px;
  background: rgba(255,255,255,.92);
  border-color: rgba(215,222,233,.86);
}
.inner-page-consistency-v8532 .field input:focus,
.inner-page-consistency-v8532 .field textarea:focus,
.inner-page-consistency-v8532 .field select:focus {
  border-color: rgba(233,6,172,.44);
  box-shadow: 0 0 0 5px rgba(233,6,172,.09), 0 14px 34px rgba(8,195,244,.06);
}
.inner-page-consistency-v8532 .cta-band {
  border-radius: 44px;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 36px 110px rgba(16,24,40,.12);
}
.inner-page-consistency-v8532 .footer {
  margin-top: 0;
}
@media (max-width: 1180px) {
  .inner-page-consistency-v8532 .site-header { width: min(96vw, 1180px); }
  .inner-page-consistency-v8532 .site-header .nav-links a { padding-inline: 7px; }
  .inner-page-consistency-v8532 .brand-logo-full { height: 50px; max-width: 220px; }
}
@media (max-width: 980px) {
  .inner-page-consistency-v8532 .page-hero {
    margin-top: -82px;
    padding-top: 146px;
    min-height: 410px;
  }
  .inner-page-consistency-v8532 .timeline { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .inner-page-consistency-v8532 .site-header {
    width: calc(100% - 24px);
    top: 10px;
    border-radius: 28px;
  }
  .inner-page-consistency-v8532 .page-hero .container { text-align: left; }
  .inner-page-consistency-v8532 .breadcrumb { justify-content: flex-start; }
  .inner-page-consistency-v8532 .page-hero .lead { margin-inline: 0; }
  .inner-page-consistency-v8532 .page-hero .title { font-size: clamp(36px, 9vw, 48px); }
}

body.inner-page-consistency-v8532.design-continuation-v8515:not(.home-page) .page-hero .title {
  font-weight: 820 !important;
  letter-spacing: -.05em;
}
body.inner-page-consistency-v8532 .title.sm,
body.inner-page-consistency-v8532 .title.xs {
  font-weight: 780 !important;
}

/* =========================================================
   DICHANA v8.5.33 — Homepage Header + Hero Typography Sync
   Scope: inner menu pages only. Align logo usage and hero text rhythm with the approved homepage desktop design.
   ========================================================= */
.inner-page-consistency-v8532 .site-header .logo.logo-full {
  min-width: clamp(188px, 17vw, 245px);
  display: inline-flex;
  align-items: center;
}
.inner-page-consistency-v8532 .site-header .brand-logo-full {
  display: block;
  width: auto !important;
  height: 58px !important;
  max-width: 260px !important;
  object-fit: contain;
}
.inner-page-consistency-v8532 .drawer-panel .brand-logo-full {
  width: auto !important;
  height: 56px !important;
  max-width: min(240px, 72vw) !important;
}
.inner-page-consistency-v8532 .page-hero {
  min-height: clamp(520px, 58vh, 680px);
  align-items: center;
  padding: clamp(168px, 12vw, 214px) 0 clamp(82px, 7.2vw, 116px);
}
.inner-page-consistency-v8532 .page-hero .container {
  text-align: left;
  max-width: var(--container);
}
.inner-page-consistency-v8532 .breadcrumb {
  justify-content: flex-start;
  margin-bottom: clamp(18px, 1.8vw, 26px);
}
.inner-page-consistency-v8532 .page-hero .kicker {
  display: inline-flex;
  margin-bottom: clamp(16px, 1.6vw, 22px);
}
.inner-page-consistency-v8532 .page-hero .title.page-hero-title-home,
body.inner-page-consistency-v8532.design-continuation-v8515:not(.home-page) .page-hero .title.page-hero-title-home {
  width: min(100%, 760px) !important;
  max-width: 760px !important;
  margin: 0 0 clamp(18px, 2.1vh, 28px) !important;
  font-size: clamp(58px, 5vw, 76px) !important;
  line-height: 1.095 !important;
  letter-spacing: -.018em !important;
  font-weight: 450 !important;
  color: #0F172A !important;
  overflow: visible !important;
  text-wrap: balance;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
.inner-page-consistency-v8532 .page-hero-title-home > span,
.inner-page-consistency-v8532 .page-hero-title-home .hero-title-line {
  display: block !important;
  width: fit-content;
  max-width: 100%;
  line-height: inherit !important;
  overflow: visible !important;
  padding-block: .035em .075em;
  margin-block: -.035em;
  white-space: nowrap;
  text-wrap: nowrap;
}
.inner-page-consistency-v8532 .page-hero-title-home .gradient-text {
  display: block !important;
  width: fit-content;
  max-width: 100%;
  font-weight: 560 !important;
  line-height: inherit !important;
  letter-spacing: -.014em !important;
  overflow: visible !important;
  padding-block: .045em .085em;
  margin-block: -.045em;
  background: linear-gradient(92deg, #FF4ED8 0%, #C77CFF 48%, #18C9FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 12px 28px rgba(233,6,172,.18));
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.inner-page-consistency-v8532 .page-hero .lead {
  margin-inline: 0;
  max-width: 720px;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.84;
  color: rgba(241, 245, 249, .92);
  color: #536176;
}
@media (max-width: 1180px) {
  .inner-page-consistency-v8532 .site-header .logo.logo-full { min-width: clamp(174px, 17vw, 220px); }
  .inner-page-consistency-v8532 .site-header .brand-logo-full { height: 50px !important; max-width: 220px !important; }
  .inner-page-consistency-v8532 .page-hero .title.page-hero-title-home,
  body.inner-page-consistency-v8532.design-continuation-v8515:not(.home-page) .page-hero .title.page-hero-title-home {
    font-size: clamp(52px, 5.35vw, 68px) !important;
  }
}
@media (max-width: 760px) {
  .inner-page-consistency-v8532 .site-header .brand-logo-full { height: 44px !important; max-width: 190px !important; }
  .inner-page-consistency-v8532 .page-hero {
    min-height: 460px;
    padding-top: 138px;
  }
  .inner-page-consistency-v8532 .page-hero .title.page-hero-title-home,
  body.inner-page-consistency-v8532.design-continuation-v8515:not(.home-page) .page-hero .title.page-hero-title-home {
    width: min(100%, 96vw) !important;
    font-size: clamp(36px, 10.1vw, 48px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.016em !important;
  }
  .inner-page-consistency-v8532 .page-hero-title-home > span,
  .inner-page-consistency-v8532 .page-hero-title-home .hero-title-line,
  .inner-page-consistency-v8532 .page-hero-title-home .gradient-text {
    white-space: normal;
    text-wrap: balance;
  }
}

/* =========================================================
   DICHANA v8.5.40 — Mobile Design Consistency + Compact Rhythm Pass
   Scope: mobile only (<= 760px). Desktop design is intentionally untouched.
   Baseline: v8.5.39 stable / pre-Firefox-hotfix.
   ========================================================= */
@media (max-width: 760px) {
  body.mobile-design-consistency-v8540 {
    --v8540-gutter: 16px;
    --v8540-radius-xl: 28px;
    --v8540-radius-lg: 24px;
    --v8540-radius-md: 19px;
    --v8540-dock-height: 58px;
    overflow-x: clip !important;
  }
  body.mobile-design-consistency-v8540 .container {
    width: min(calc(100% - (var(--v8540-gutter) * 2)), var(--container)) !important;
  }
  body.mobile-design-consistency-v8540 .section {
    padding-block: 58px !important;
  }
  body.mobile-design-consistency-v8540 .section-head {
    margin-bottom: 24px !important;
    gap: 12px !important;
  }
  body.mobile-design-consistency-v8540 .section-head .title,
  body.mobile-design-consistency-v8540 .title.sm {
    font-size: clamp(27px, 7.2vw, 34px) !important;
    line-height: 1.22 !important;
    letter-spacing: -.025em !important;
    text-wrap: balance;
  }
  body.mobile-design-consistency-v8540 .section-head .lead,
  body.mobile-design-consistency-v8540 .lead {
    font-size: 14.5px !important;
    line-height: 1.72 !important;
  }
  body.mobile-design-consistency-v8540 .kicker {
    padding: 7px 11px !important;
    font-size: 10.5px !important;
    letter-spacing: .018em !important;
  }

  /* 1–2. Mobile header, approved logo asset and compact drawer. */
  body.mobile-design-consistency-v8540 .site-header,
  body.mobile-design-consistency-v8540.fullscreen-video-hero-v8513 .site-header {
    position: fixed !important;
    top: max(8px, env(safe-area-inset-top)) !important;
    left: 50% !important;
    width: calc(100% - 20px) !important;
    transform: translateX(-50%) !important;
    border-radius: 22px !important;
    overflow: visible !important;
    background: rgba(255,255,255,.95) !important;
    border: 1px solid rgba(255,255,255,.86) !important;
    box-shadow: 0 14px 38px rgba(8,18,36,.12) !important;
    backdrop-filter: blur(18px) saturate(1.12) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.12) !important;
  }
  body.mobile-design-consistency-v8540 .site-header .nav-wrap,
  body.mobile-design-consistency-v8540.fullscreen-video-hero-v8513 .site-header .nav-wrap {
    min-height: 58px !important;
    padding-inline: 12px !important;
    gap: 10px !important;
  }
  body.mobile-design-consistency-v8540.is-header-compact .site-header,
  body.mobile-design-consistency-v8540.is-header-compact.fullscreen-video-hero-v8513 .site-header {
    top: max(5px, env(safe-area-inset-top)) !important;
    width: calc(100% - 16px) !important;
    border-radius: 19px !important;
  }
  body.mobile-design-consistency-v8540.is-header-compact .site-header .nav-wrap {
    min-height: 50px !important;
  }
  body.mobile-design-consistency-v8540 .site-header .logo.logo-full {
    min-width: 0 !important;
    max-width: calc(100% - 52px) !important;
  }
  body.mobile-design-consistency-v8540 .site-header .brand-logo-full {
    display: block !important;
    width: auto !important;
    height: 38px !important;
    max-width: 148px !important;
    object-fit: contain !important;
  }
  body.mobile-design-consistency-v8540.is-header-compact .site-header .brand-logo-full {
    height: 34px !important;
    max-width: 136px !important;
  }
  body.mobile-design-consistency-v8540 .site-header .header-actions .btn-primary { display: none !important; }
  body.mobile-design-consistency-v8540 .site-header .mobile-toggle {
    display: block !important;
    flex: 0 0 40px !important;
    width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    padding: 10px !important;
    border-radius: 14px !important;
    border-color: rgba(231,236,243,.96) !important;
    background: rgba(255,255,255,.96) !important;
    box-shadow: 0 8px 22px rgba(16,24,40,.07) !important;
  }
  body.mobile-design-consistency-v8540 .mobile-drawer { z-index: 140 !important; }
  body.mobile-design-consistency-v8540 .drawer-backdrop {
    background: rgba(5,11,24,.62) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
  }
  body.mobile-design-consistency-v8540 .drawer-panel {
    top: 6px !important;
    right: 0 !important;
    width: min(356px, calc(100vw - 14px)) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 12px) !important;
    padding: calc(16px + env(safe-area-inset-top)) 16px calc(18px + env(safe-area-inset-bottom)) !important;
    border-radius: 28px 0 0 28px !important;
    overflow-y: auto !important;
    display: block !important;
    background:
      radial-gradient(circle at 88% 4%, rgba(8,195,244,.13), transparent 30%),
      radial-gradient(circle at 10% 0%, rgba(233,6,172,.11), transparent 26%),
      #fff !important;
  }
  body.mobile-design-consistency-v8540 .drawer-panel::before { display: none !important; content: none !important; }
  body.mobile-design-consistency-v8540 .drawer-panel > .logo.logo-full {
    display: inline-flex !important;
    margin: 2px 52px 14px 2px !important;
  }
  body.mobile-design-consistency-v8540 .drawer-panel .brand-logo-full {
    width: auto !important;
    height: 42px !important;
    max-width: 174px !important;
  }
  body.mobile-design-consistency-v8540 .drawer-close {
    position: absolute !important;
    top: calc(14px + env(safe-area-inset-top)) !important;
    right: 14px !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 15px !important;
    font-size: 25px !important;
    box-shadow: 0 10px 28px rgba(16,24,40,.09) !important;
  }
  body.mobile-design-consistency-v8540 .drawer-menu {
    margin-top: 4px !important;
    gap: 6px !important;
  }
  body.mobile-design-consistency-v8540 .drawer-menu a {
    min-height: 43px !important;
    padding: 10px 13px !important;
    border-radius: 14px !important;
    font-size: 14.2px !important;
    line-height: 1.35 !important;
  }
  body.mobile-design-consistency-v8540 .drawer-cta {
    margin-top: 14px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }
  body.mobile-design-consistency-v8540 .drawer-cta .btn {
    min-height: 46px !important;
    padding-inline: 12px !important;
    font-size: 12.4px !important;
  }

  /* 1. Homepage Hero: no clipping, compact CTA and protected video-caption area. */
  body.mobile-design-consistency-v8540.home-page .hero-fullscreen-video {
    min-height: 100svh !important;
    height: auto !important;
  }
  body.mobile-design-consistency-v8540.home-page .hero-fullscreen-media::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42%;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 0%, rgba(4,8,19,.30) 34%, rgba(4,8,19,.76) 100%);
  }
  body.mobile-design-consistency-v8540.home-page .hero-bg-video {
    object-position: 58% 38% !important;
    transform: scale(1.08) !important;
    filter: saturate(1.08) contrast(1.08) brightness(.70) !important;
  }
  body.mobile-design-consistency-v8540.home-page .hero-fullscreen-content {
    width: min(calc(100% - 28px), 640px) !important;
    min-height: 100svh !important;
    padding-top: calc(88px + env(safe-area-inset-top)) !important;
    padding-bottom: calc(84px + env(safe-area-inset-bottom)) !important;
    align-content: center !important;
    gap: 0 !important;
  }
  body.mobile-design-consistency-v8540.home-page .hero-fullscreen-copy {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }
  body.mobile-design-consistency-v8540.home-page .hero-fullscreen-copy .hero-kicker {
    max-width: 100% !important;
    font-size: 10px !important;
    padding: 6px 9px !important;
  }
  body.mobile-design-consistency-v8540.home-page .hero-video-title,
  body.mobile-design-consistency-v8540.home-page.fullscreen-hero-final-v8514 .hero-video-title {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 17px !important;
    font-size: clamp(34px, 9.7vw, 43px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.022em !important;
    overflow: visible !important;
  }
  body.mobile-design-consistency-v8540.home-page .hero-video-title > span,
  body.mobile-design-consistency-v8540.home-page .hero-video-title .hero-title-line,
  body.mobile-design-consistency-v8540.home-page .hero-video-title .gradient-text {
    display: block !important;
    width: fit-content !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: visible !important;
    padding-inline: .01em !important;
    padding-block: .04em .08em !important;
    margin-block: -.04em !important;
  }
  body.mobile-design-consistency-v8540.home-page .hero-accent-line {
    width: 58px !important;
    height: 2px !important;
    margin: 17px 0 15px !important;
  }
  body.mobile-design-consistency-v8540.home-page .hero-video-lead {
    max-width: 100% !important;
    font-size: 14.1px !important;
    line-height: 1.68 !important;
  }
  body.mobile-design-consistency-v8540.home-page .hero-video-ctas {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 18px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 9px !important;
  }
  body.mobile-design-consistency-v8540.home-page .hero-video-ctas .btn {
    width: 100% !important;
    min-height: 48px !important;
    padding-inline: 11px !important;
    font-size: 12.2px !important;
    gap: 6px !important;
  }
  body.mobile-design-consistency-v8540.home-page .btn-video-ghost .play-dot {
    width: 28px !important;
    height: 28px !important;
    font-size: 10px !important;
  }
  body.mobile-design-consistency-v8540.home-page .hero-video-toggle {
    width: 44px !important;
    height: 44px !important;
    right: 14px !important;
    bottom: calc(76px + env(safe-area-inset-bottom)) !important;
  }
  body.mobile-design-consistency-v8540.home-page .hero-scroll-cue { display: none !important; }

  /* 3. Strength cards: horizontal snap, visible next card and compact vertical rhythm. */
  body.mobile-design-consistency-v8540 .trust-band-relocated-v8516 {
    padding-top: 52px !important;
    padding-bottom: 56px !important;
  }
  body.mobile-design-consistency-v8540 .trust-band-relocated-v8516 .hero-trust-band-wrap {
    display: block !important;
    padding: 24px 0 22px !important;
    border-radius: var(--v8540-radius-xl) !important;
    overflow: hidden !important;
  }
  body.mobile-design-consistency-v8540 .trust-band-intro {
    padding-inline: 20px !important;
    margin-bottom: 20px !important;
  }
  body.mobile-design-consistency-v8540 .trust-band-intro h2 {
    font-size: clamp(27px, 7.5vw, 34px) !important;
    line-height: 1.24 !important;
    margin-block: 14px 10px !important;
  }
  body.mobile-design-consistency-v8540 .trust-band-intro p {
    font-size: 14px !important;
    line-height: 1.68 !important;
  }
  body.mobile-design-consistency-v8540 .hero-trust-highlights {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    padding: 2px 20px 12px !important;
    margin: 0 !important;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  body.mobile-design-consistency-v8540 .hero-trust-highlights::-webkit-scrollbar { display: none; }
  body.mobile-design-consistency-v8540 .trust-highlight-card,
  body.mobile-design-consistency-v8540 .trust-band-relocated-v8516 .trust-highlight-card {
    flex: 0 0 min(82vw, 320px) !important;
    min-height: 282px !important;
    padding: 24px 20px 21px !important;
    border-radius: 24px !important;
    scroll-snap-align: start !important;
    justify-content: flex-start !important;
  }
  body.mobile-design-consistency-v8540 .trust-icon-placeholder {
    width: 78px !important;
    height: 78px !important;
    margin: 0 auto 18px !important;
  }
  body.mobile-design-consistency-v8540 .trust-highlight-card strong {
    margin-top: 0 !important;
    font-size: 17px !important;
    line-height: 1.42 !important;
  }
  body.mobile-design-consistency-v8540 .trust-highlight-card small {
    min-height: 0 !important;
    margin-top: 9px !important;
    font-size: 13.5px !important;
    line-height: 1.66 !important;
  }

  /* 4. Formula showcase: compact swipe carousel with in-frame navigation. */
  body.mobile-design-consistency-v8540 .formula-fullscreen-section {
    padding-block: 58px 64px !important;
  }
  body.mobile-design-consistency-v8540 .formula-fullscreen-container {
    width: 100% !important;
    max-width: 100% !important;
  }
  body.mobile-design-consistency-v8540 .formula-fullscreen-section .section-head {
    padding-inline: var(--v8540-gutter) !important;
  }
  body.mobile-design-consistency-v8540 .formula-showcase-frame {
    position: relative !important;
    margin-top: 18px !important;
    padding: 0 !important;
    overflow: visible !important;
  }
  body.mobile-design-consistency-v8540 .formula-universe {
    display: flex !important;
    min-height: 408px !important;
    gap: 12px !important;
    padding: 2px 36px 14px !important;
    margin: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-padding-inline: 36px !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch;
  }
  body.mobile-design-consistency-v8540 .formula-universe::-webkit-scrollbar { display: none; }
  body.mobile-design-consistency-v8540 .formula-panel,
  body.mobile-design-consistency-v8540 .formula-panel.is-active,
  body.mobile-design-consistency-v8540 .formula-panel:hover,
  body.mobile-design-consistency-v8540 .formula-panel:focus-within {
    flex: 0 0 min(80vw, 320px) !important;
    min-height: 390px !important;
    height: 390px !important;
    border-radius: 26px !important;
    scroll-snap-align: center !important;
    transform: none !important;
    filter: none !important;
  }
  body.mobile-design-consistency-v8540 .vertical-label {
    writing-mode: horizontal-tb !important;
    transform: none !important;
    left: 18px !important;
    top: 18px !important;
    right: 18px !important;
    max-width: calc(100% - 36px) !important;
    font-size: clamp(24px, 7vw, 31px) !important;
    line-height: 1.08 !important;
    overflow-wrap: anywhere !important;
  }
  body.mobile-design-consistency-v8540 .formula-panel-content {
    left: 13px !important;
    right: 13px !important;
    bottom: 13px !important;
    padding: 17px !important;
    border-radius: 20px !important;
  }
  body.mobile-design-consistency-v8540 .formula-panel-content h3 {
    font-size: 21px !important;
    line-height: 1.32 !important;
    margin-block: 8px 7px !important;
  }
  body.mobile-design-consistency-v8540 .formula-panel-content p {
    font-size: 13.1px !important;
    line-height: 1.58 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  body.mobile-design-consistency-v8540 .formula-panel-content .card-link {
    margin-top: 8px !important;
    font-size: 13px !important;
  }
  body.mobile-design-consistency-v8540 .showcase-nav {
    display: grid !important;
    position: absolute !important;
    top: 50% !important;
    z-index: 12 !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 999px !important;
    transform: translateY(-50%) !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: 0 14px 34px rgba(16,24,40,.15) !important;
  }
  body.mobile-design-consistency-v8540 .showcase-prev { left: 7px !important; }
  body.mobile-design-consistency-v8540 .showcase-next { right: 7px !important; }

  /* 5. Services: compact horizontal cards; consistent CTA baseline. */
  body.mobile-design-consistency-v8540 .section-services-balanced {
    padding-block: 58px 62px !important;
    overflow: hidden !important;
  }
  body.mobile-design-consistency-v8540 .service-icon-grid.grid-6 {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    padding: 2px 16px 14px !important;
    margin-inline: -16px !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch;
  }
  body.mobile-design-consistency-v8540 .service-icon-grid.grid-6::-webkit-scrollbar { display: none; }
  body.mobile-design-consistency-v8540 .section-services-balanced .service-mini {
    flex: 0 0 min(82vw, 314px) !important;
    min-height: 320px !important;
    padding: 22px 20px !important;
    border-radius: 24px !important;
    scroll-snap-align: start !important;
    display: flex !important;
    flex-direction: column !important;
  }
  body.mobile-design-consistency-v8540 .section-services-balanced .service-icon.service-icon-placeholder {
    width: 78px !important;
    height: 78px !important;
    margin-bottom: 17px !important;
  }
  body.mobile-design-consistency-v8540 .section-services-balanced .service-mini h3 {
    font-size: 18px !important;
    line-height: 1.42 !important;
    margin-block: 0 8px !important;
  }
  body.mobile-design-consistency-v8540 .section-services-balanced .service-mini p {
    min-height: 0 !important;
    font-size: 13.5px !important;
    line-height: 1.65 !important;
  }
  body.mobile-design-consistency-v8540 .section-services-balanced .service-mini .card-link {
    margin-top: auto !important;
    padding-top: 14px !important;
    font-size: 13.4px !important;
  }

  /* 6. Product category chips and compact product card carousel. */
  body.mobile-design-consistency-v8540 .formula-filter {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    padding: 2px 16px 13px !important;
    margin: 0 -16px 18px !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch;
  }
  body.mobile-design-consistency-v8540 .formula-filter::-webkit-scrollbar { display: none; }
  body.mobile-design-consistency-v8540 .formula-filter button {
    flex: 0 0 auto !important;
    min-height: 40px !important;
    padding-inline: 15px !important;
    font-size: 12.5px !important;
    white-space: nowrap !important;
    scroll-snap-align: start !important;
  }
  body.mobile-design-consistency-v8540 .premium-product-grid.grid-3,
  body.mobile-design-consistency-v8540 .premium-product-grid {
    display: flex !important;
    grid-template-columns: none !important;
    gap: 12px !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    padding: 2px 16px 14px !important;
    margin-inline: -16px !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch;
  }
  body.mobile-design-consistency-v8540 .premium-product-grid::-webkit-scrollbar { display: none; }
  body.mobile-design-consistency-v8540 .premium-product-grid .product-premium {
    flex: 0 0 min(86vw, 330px) !important;
    min-height: 0 !important;
    padding: 17px !important;
    border-radius: 24px !important;
    scroll-snap-align: start !important;
  }
  body.mobile-design-consistency-v8540 .product-visual {
    min-height: 158px !important;
    height: 158px !important;
    border-radius: 19px !important;
    margin-bottom: 14px !important;
  }
  body.mobile-design-consistency-v8540 .product-premium h3 {
    font-size: 20px !important;
    line-height: 1.35 !important;
    margin-block: 10px 5px !important;
  }
  body.mobile-design-consistency-v8540 .product-premium p {
    font-size: 13.3px !important;
    line-height: 1.62 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  body.mobile-design-consistency-v8540 .product-premium .tag-row {
    gap: 6px !important;
    margin-top: 12px !important;
  }

  /* 7. Metrics: 2x2 + full-width final item. */
  body.mobile-design-consistency-v8540 .metrics-strip-production,
  body.mobile-design-consistency-v8540 .metrics-strip {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    border-radius: 24px !important;
    overflow: hidden !important;
  }
  body.mobile-design-consistency-v8540 .metrics-strip-production article,
  body.mobile-design-consistency-v8540 .metrics-strip article {
    min-height: 142px !important;
    padding: 20px 12px !important;
    border-right: 1px solid var(--line) !important;
    border-bottom: 1px solid var(--line) !important;
  }
  body.mobile-design-consistency-v8540 .metrics-strip-production article:nth-child(2n),
  body.mobile-design-consistency-v8540 .metrics-strip article:nth-child(2n) {
    border-right: 0 !important;
  }
  body.mobile-design-consistency-v8540 .metrics-strip-production article:nth-child(5),
  body.mobile-design-consistency-v8540 .metrics-strip article:nth-child(5) {
    grid-column: 1 / -1 !important;
    min-height: 126px !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
  }
  body.mobile-design-consistency-v8540 .metric-number {
    font-size: clamp(29px, 8.8vw, 38px) !important;
    line-height: 1.04 !important;
  }
  body.mobile-design-consistency-v8540 .metrics-strip small {
    max-width: 12em !important;
    margin-inline: auto !important;
    font-size: 12.5px !important;
    line-height: 1.5 !important;
  }

  /* 8. Trusted network: safe chips and static, readable mobile rows. */
  body.mobile-design-consistency-v8540 .trusted-brands-section {
    padding-block: 58px 64px !important;
    overflow: hidden !important;
  }
  body.mobile-design-consistency-v8540 .trusted-brands-wrap {
    gap: 22px !important;
  }
  body.mobile-design-consistency-v8540 .trusted-brands-copy .title {
    max-width: 100% !important;
    font-size: clamp(25px, 7vw, 31px) !important;
    line-height: 1.26 !important;
    overflow-wrap: normal !important;
    word-break: keep-all !important;
  }
  body.mobile-design-consistency-v8540 .trusted-proof-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    overflow-x: auto !important;
    padding: 2px 16px 10px !important;
    margin-inline: -16px !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch;
  }
  body.mobile-design-consistency-v8540 .trusted-proof-row::-webkit-scrollbar { display: none; }
  body.mobile-design-consistency-v8540 .trusted-proof-row span {
    flex: 0 0 auto !important;
    max-width: 82vw !important;
    min-height: 38px !important;
    padding-inline: 13px !important;
    font-size: 11.5px !important;
    white-space: nowrap !important;
    scroll-snap-align: start !important;
  }
  body.mobile-design-consistency-v8540 .trusted-motion {
    min-height: 0 !important;
    padding: 14px !important;
    border-radius: 24px !important;
    display: grid !important;
    gap: 10px !important;
    overflow: hidden !important;
  }
  body.mobile-design-consistency-v8540 .trusted-motion::before { inset: 10px !important; border-radius: 18px !important; }
  body.mobile-design-consistency-v8540 .trusted-hero-card {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    min-height: 152px !important;
    padding: 20px !important;
    border-radius: 20px !important;
    transform: none !important;
  }
  body.mobile-design-consistency-v8540 .trusted-hero-card strong {
    font-size: clamp(36px, 11vw, 48px) !important;
  }
  body.mobile-design-consistency-v8540 .brand-marquee {
    position: relative !important;
    inset: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    scrollbar-width: none !important;
  }
  body.mobile-design-consistency-v8540 .brand-marquee::-webkit-scrollbar { display: none; }
  body.mobile-design-consistency-v8540 .brand-marquee-track {
    animation: none !important;
    transform: none !important;
    gap: 8px !important;
    width: max-content !important;
  }
  body.mobile-design-consistency-v8540 .brand-marquee span {
    min-height: 42px !important;
    padding-inline: 13px !important;
    border-radius: 15px !important;
    font-size: 11.5px !important;
  }

  /* CTA and forms: mobile single-column, no oversized dead space. */
  body.mobile-design-consistency-v8540 .cta-band {
    padding: 26px 20px !important;
    border-radius: 24px !important;
  }
  body.mobile-design-consistency-v8540 .cta-band .hero-ctas {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 9px !important;
    margin-block: 20px 0 !important;
  }
  body.mobile-design-consistency-v8540 .cta-band .btn { width: 100% !important; min-height: 48px !important; }
  body.mobile-design-consistency-v8540 .form-card,
  body.mobile-design-consistency-v8540 .split-content,
  body.mobile-design-consistency-v8540 .content-card,
  body.mobile-design-consistency-v8540 .card {
    border-radius: 24px !important;
  }
  body.mobile-design-consistency-v8540 .form-card {
    padding: 22px 17px !important;
  }
  body.mobile-design-consistency-v8540 .form-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  body.mobile-design-consistency-v8540 input,
  body.mobile-design-consistency-v8540 select,
  body.mobile-design-consistency-v8540 textarea {
    min-height: 48px !important;
    font-size: 16px !important;
  }

  /* Inner-page mobile hero consistency, including quotation. */
  body.mobile-design-consistency-v8540:not(.home-page) .page-hero {
    min-height: 0 !important;
    padding: calc(104px + env(safe-area-inset-top)) 0 54px !important;
    align-items: center !important;
  }
  body.mobile-design-consistency-v8540:not(.home-page) .page-hero .container {
    text-align: left !important;
  }
  body.mobile-design-consistency-v8540:not(.home-page) .breadcrumb {
    justify-content: flex-start !important;
    margin-bottom: 13px !important;
    font-size: 12px !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
  }
  body.mobile-design-consistency-v8540:not(.home-page) .page-hero .title,
  body.mobile-design-consistency-v8540:not(.home-page) .page-hero .title.page-hero-title-home {
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px 0 14px !important;
    font-size: clamp(34px, 9.4vw, 43px) !important;
    line-height: 1.14 !important;
    letter-spacing: -.022em !important;
    overflow: visible !important;
    text-wrap: balance !important;
  }
  body.mobile-design-consistency-v8540:not(.home-page) .page-hero-title-home > span,
  body.mobile-design-consistency-v8540:not(.home-page) .page-hero-title-home .hero-title-line,
  body.mobile-design-consistency-v8540:not(.home-page) .page-hero-title-home .gradient-text {
    white-space: normal !important;
    width: fit-content !important;
    max-width: 100% !important;
    line-height: inherit !important;
  }
  body.mobile-design-consistency-v8540:not(.home-page) .page-hero .lead {
    max-width: 100% !important;
    font-size: 14.5px !important;
    line-height: 1.72 !important;
  }

  /* 9. Replace intrusive circular contact FAB with a compact bottom dock. */
  body.mobile-design-consistency-v8540 .floating-contact-premium,
  body.mobile-design-consistency-v8540 .mobile-quick-contact,
  body.mobile-design-consistency-v8540 .back-to-top {
    display: none !important;
  }
  body.mobile-design-consistency-v8540 .mobile-contact-bar {
    position: fixed !important;
    z-index: 82 !important;
    left: 10px !important;
    right: 10px !important;
    bottom: calc(8px + env(safe-area-inset-bottom)) !important;
    display: grid !important;
    grid-template-columns: .82fr .72fr 1.18fr !important;
    gap: 7px !important;
    padding: 7px !important;
    border: 1px solid rgba(255,255,255,.82) !important;
    border-radius: 20px !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: 0 18px 48px rgba(8,18,36,.18) !important;
    backdrop-filter: blur(18px) saturate(1.12) !important;
    -webkit-backdrop-filter: blur(18px) saturate(1.12) !important;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease !important;
  }
  body.mobile-design-consistency-v8540 .mobile-contact-bar .btn {
    min-width: 0 !important;
    min-height: 43px !important;
    height: 43px !important;
    padding-inline: 8px !important;
    border-radius: 14px !important;
    font-size: 11.5px !important;
    white-space: nowrap !important;
  }
  body.mobile-design-consistency-v8540 .mobile-contact-bar .mobile-call-link {
    color: var(--ink) !important;
    background: #f8fafc !important;
    border: 1px solid var(--line) !important;
  }
  body.mobile-design-consistency-v8540.is-sensitive-zone .mobile-contact-bar,
  body.mobile-design-consistency-v8540.is-footer-zone .mobile-contact-bar,
  body.mobile-design-consistency-v8540.is-keyboard-open .mobile-contact-bar,
  body.mobile-design-consistency-v8540.drawer-open .mobile-contact-bar {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(18px) !important;
  }

  /* 10. Footer compactness and safe-area rhythm. */
  body.mobile-design-consistency-v8540 .footer {
    padding-top: 48px !important;
    padding-bottom: calc(40px + env(safe-area-inset-bottom)) !important;
  }
  body.mobile-design-consistency-v8540 .footer-grid-premium {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }
  body.mobile-design-consistency-v8540 .footer-grid-premium > div {
    padding-bottom: 18px !important;
    border-bottom: 1px solid rgba(255,255,255,.10) !important;
  }
  body.mobile-design-consistency-v8540 .footer-grid-premium > div:last-child { border-bottom: 0 !important; }
  body.mobile-design-consistency-v8540 .footer .logo {
    min-width: 0 !important;
    margin-bottom: 12px !important;
  }
  body.mobile-design-consistency-v8540 .footer p,
  body.mobile-design-consistency-v8540 .footer a {
    font-size: 13.5px !important;
    line-height: 1.72 !important;
  }
  body.mobile-design-consistency-v8540 .footer h3 {
    margin-bottom: 10px !important;
    font-size: 16px !important;
  }
  body.mobile-design-consistency-v8540 .footer-bottom {
    display: grid !important;
    gap: 10px !important;
    padding-top: 22px !important;
    font-size: 11.5px !important;
    line-height: 1.65 !important;
  }

  body.mobile-design-consistency-v8540 .cookie-banner {
    left: 10px !important;
    right: 10px !important;
    bottom: calc(76px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    border-radius: 20px !important;
    padding: 16px !important;
  }
}

@media (max-width: 390px) {
  body.mobile-design-consistency-v8540.home-page .hero-video-title,
  body.mobile-design-consistency-v8540.home-page.fullscreen-hero-final-v8514 .hero-video-title {
    font-size: clamp(32px, 9.35vw, 37px) !important;
  }
  body.mobile-design-consistency-v8540.home-page .hero-video-ctas .btn { font-size: 11.5px !important; }
  body.mobile-design-consistency-v8540 .mobile-contact-bar { left: 7px !important; right: 7px !important; gap: 5px !important; padding: 6px !important; }
  body.mobile-design-consistency-v8540 .mobile-contact-bar .btn { font-size: 10.8px !important; padding-inline: 6px !important; }
  body.mobile-design-consistency-v8540 .formula-panel,
  body.mobile-design-consistency-v8540 .formula-panel.is-active,
  body.mobile-design-consistency-v8540 .formula-panel:hover { flex-basis: 82vw !important; }
}

@media (max-width: 760px) {
  body.mobile-design-consistency-v8540 .hero-trust-highlights,
  body.mobile-design-consistency-v8540 .formula-universe,
  body.mobile-design-consistency-v8540 .service-icon-grid.grid-6,
  body.mobile-design-consistency-v8540 .formula-filter,
  body.mobile-design-consistency-v8540 .premium-product-grid,
  body.mobile-design-consistency-v8540 .trusted-proof-row,
  body.mobile-design-consistency-v8540 .brand-marquee {
    touch-action: pan-x !important;
    overscroll-behavior-inline: contain !important;
  }
}


/* =========================================================
   v8.5.41 — Mobile Hero Headline Fit Hotfix
   Scope: mobile homepage hero headline only.
   Goal: prevent clipping/truncation of Thai headline on real devices
   while preserving approved desktop design and the rest of mobile layout.
   ========================================================= */
@media (max-width: 480px) {
  body.mobile-design-consistency-v8540.home-page .hero-fullscreen-content {
    width: min(calc(100% - 22px), 640px) !important;
    padding-top: calc(84px + env(safe-area-inset-top)) !important;
  }

  body.mobile-design-consistency-v8540.home-page .hero-video-title,
  body.mobile-design-consistency-v8540.home-page.fullscreen-hero-final-v8514 .hero-video-title {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 14px !important;
    font-size: clamp(29px, 8.45vw, 38px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.028em !important;
  }

  body.mobile-design-consistency-v8540.home-page .hero-video-title > span,
  body.mobile-design-consistency-v8540.home-page .hero-video-title .hero-title-line,
  body.mobile-design-consistency-v8540.home-page .hero-video-title .gradient-text {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    white-space: nowrap !important;
    overflow: visible !important;
    padding-inline: 0 !important;
    padding-block: 0.02em 0.06em !important;
    margin-block: 0 !important;
  }

  body.mobile-design-consistency-v8540.home-page .hero-video-title .gradient-text,
  body.mobile-design-consistency-v8540.home-page .hero-video-title .gradient-text-secondary {
    font-size: 0.96em !important;
  }

  body.mobile-design-consistency-v8540.home-page .hero-video-lead {
    max-width: 94% !important;
    font-size: 13.8px !important;
    line-height: 1.64 !important;
  }
}

@media (max-width: 390px) {
  body.mobile-design-consistency-v8540.home-page .hero-video-title,
  body.mobile-design-consistency-v8540.home-page.fullscreen-hero-final-v8514 .hero-video-title {
    font-size: clamp(27px, 8.15vw, 34px) !important;
    line-height: 1.07 !important;
  }

  body.mobile-design-consistency-v8540.home-page .hero-video-title .gradient-text,
  body.mobile-design-consistency-v8540.home-page .hero-video-title .gradient-text-secondary {
    font-size: 0.94em !important;
  }
}

/* ==========================================================================
   DICHANA v8.5.42 — Desktop Header Logo Alignment
   Scope: every non-home public page with the shared site header, desktop only.
   Master reference: approved homepage header geometry.
   Purpose: remove the inherited 1200px container inset that pushed the logo
   toward the center. Mobile/tablet layouts remain untouched.
   ========================================================================== */

@media (min-width: 1121px) {
  body.desktop-header-home-aligned-v8542 .site-header {
    top: clamp(10px, 1.45vw, 22px);
  }

  body.desktop-header-home-aligned-v8542 .site-header .nav-wrap {
    width: 100% !important;
    max-width: none;
    margin-inline: 0;
    padding-inline: clamp(18px, 2.35vw, 38px);
  }

  /* Detail, service and policy pages did not yet use the shared inner-page
     header shell. Give only their desktop header the approved homepage shell;
     page content and mobile layouts are not changed. */
  body.desktop-header-home-aligned-v8542:not(.inner-page-consistency-v8532) .site-header {
    margin-inline: auto;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255,255,255,.965), rgba(255,255,255,.9));
    border: 1px solid rgba(255,255,255,.76);
    box-shadow: 0 24px 76px rgba(2,8,22,.145), inset 0 1px 0 rgba(255,255,255,.96);
    backdrop-filter: blur(22px) saturate(1.22);
    -webkit-backdrop-filter: blur(22px) saturate(1.22);
    overflow: hidden;
  }

  body.desktop-header-home-aligned-v8542:not(.inner-page-consistency-v8532) .site-header .nav-wrap {
    min-height: clamp(64px, 4.85vw, 78px);
  }
}

/* Wide and standard desktop: mirror the homepage's 94vw / 1480px shell. */
@media (min-width: 1281px) {
  body.desktop-header-home-aligned-v8542:not(.inner-page-consistency-v8532) .site-header {
    width: min(94vw, 1480px);
  }
}

@media (min-width: 1381px) {
  body.desktop-header-home-aligned-v8542 .site-header .logo.logo-full {
    min-width: clamp(190px, 17vw, 245px);
  }
}

/* Standard desktop: use the same compact logo slot as the homepage. */
@media (min-width: 1281px) and (max-width: 1380px) {
  body.desktop-header-home-aligned-v8542 .site-header .logo.logo-full {
    min-width: 176px;
  }
}

/* 1280px laptop desktop: mirror the homepage's 1180px capped shell. */
@media (min-width: 1121px) and (max-width: 1280px) {
  body.desktop-header-home-aligned-v8542 .site-header {
    width: min(96vw, 1180px);
  }

  body.desktop-header-home-aligned-v8542 .site-header .logo.logo-full {
    min-width: clamp(188px, 17vw, 220px);
  }
}

/* ==========================================================================
   DICHANA v8.5.43 — Cache-Safe Desktop Header Alignment
   Scope: every non-home public page, desktop only.
   Master reference: approved homepage header geometry.
   This repeats the critical inline rule so the working stylesheet remains
   self-contained while the inline copy protects deployment from stale cache.
   ========================================================================== */
@media (min-width: 1121px) {
  body:not(.home-page) .site-header {
    top: clamp(10px, 1.45vw, 22px) !important;
    width: min(94vw, 1480px) !important;
    max-width: 1480px !important;
    margin-inline: auto !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, rgba(255,255,255,.965), rgba(255,255,255,.9)) !important;
    border: 1px solid rgba(255,255,255,.76) !important;
    box-shadow: 0 24px 76px rgba(2,8,22,.145), inset 0 1px 0 rgba(255,255,255,.96) !important;
    backdrop-filter: blur(22px) saturate(1.22) !important;
    -webkit-backdrop-filter: blur(22px) saturate(1.22) !important;
    overflow: hidden;
  }
  body:not(.home-page) .site-header > .container.nav-wrap {
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    min-height: clamp(64px, 4.85vw, 78px) !important;
    padding-inline: clamp(18px, 2.35vw, 38px) !important;
  }
  body:not(.home-page) .site-header .logo.logo-full {
    margin-left: 0 !important;
    transform: none !important;
  }
  body:not(.home-page) .site-header .brand-logo-full {
    display: block !important;
    width: auto !important;
    height: 58px !important;
    max-width: 260px !important;
    object-fit: contain !important;
  }
}
@media (min-width: 1381px) {
  body:not(.home-page) .site-header .logo.logo-full {
    min-width: clamp(190px, 17vw, 245px) !important;
  }
}
@media (min-width: 1281px) and (max-width: 1380px) {
  body:not(.home-page) .site-header .logo.logo-full {
    min-width: 176px !important;
  }
}
@media (min-width: 1121px) and (max-width: 1280px) {
  body:not(.home-page) .site-header {
    width: min(96vw, 1180px) !important;
  }
  body:not(.home-page) .site-header .logo.logo-full {
    min-width: clamp(188px, 17vw, 220px) !important;
  }
}



/* v8.5.44 — Footer Full Logo Asset Integration */
.footer-brand-logo-link {
  display: inline-block !important;
  width: min(100%, 360px);
  margin: 0 0 20px !important;
  line-height: 0;
  border-radius: 0;
}
.footer-brand-logo-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 360px;
  object-fit: contain;
  object-position: left center;
  filter: none;
}
.footer-brand-logo-link:focus-visible {
  outline: 3px solid rgba(8,195,244,.78);
  outline-offset: 6px;
  border-radius: 8px;
}
@media (max-width: 980px) {
  .footer-brand-logo-link,
  .footer-brand-logo-image {
    max-width: 310px;
  }
}
@media (max-width: 760px) {
  body.mobile-design-consistency-v8540 .footer-brand-logo-link {
    width: min(100%, 270px);
    margin-bottom: 14px !important;
  }
  body.mobile-design-consistency-v8540 .footer-brand-logo-image {
    max-width: 270px;
  }
}
@media (max-width: 390px) {
  body.mobile-design-consistency-v8540 .footer-brand-logo-link,
  body.mobile-design-consistency-v8540 .footer-brand-logo-image {
    max-width: 238px;
  }
}

/* =========================================================
   DICHANA v8.5.45 — Phase 1 Batch 1 Homepage Mockup Completion
   Scope: homepage mockup assets, staging disclaimers, partner-logo tiles,
   and global footer mockup contact labels. Preserves v8.5.44 design freeze.
   ========================================================= */
.homepage-mockup-batch1-v8545 .trust-icon-placeholder,
.homepage-mockup-batch1-v8545 .section-services-balanced .service-icon-placeholder {
  overflow: hidden;
}
.homepage-mockup-batch1-v8545 .trust-icon-placeholder .trust-icon-core,
.homepage-mockup-batch1-v8545 .section-services-balanced .service-icon-placeholder .service-icon-core {
  display: none !important;
}
.homepage-mockup-batch1-v8545 .trust-icon-image {
  position: relative;
  z-index: 2;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: inherit;
  object-fit: cover;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
}
.homepage-mockup-batch1-v8545 .section-services-balanced .service-icon.service-icon-placeholder img.service-icon-image {
  position: relative;
  z-index: 2;
  display: block;
  width: calc(100% - 8px) !important;
  height: calc(100% - 8px) !important;
  border-radius: inherit;
  object-fit: cover;
}
.homepage-mockup-batch1-v8545 .formula-panel-media::before,
.homepage-mockup-batch1-v8545 .formula-panel-media::after,
.homepage-mockup-batch1-v8545 .product-visual::before,
.homepage-mockup-batch1-v8545 .product-visual::after {
  display: none !important;
  content: none !important;
}
.homepage-mockup-batch1-v8545 .formula-panel-media {
  background: #f8fbff;
}
.homepage-mockup-batch1-v8545 .formula-panel-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(.94) contrast(1.015);
}
.homepage-mockup-batch1-v8545 .formula-panel::before {
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(9,17,31,.28));
}
.homepage-mockup-batch1-v8545 .product-visual {
  background: linear-gradient(135deg,#fff5fb,#eefbff);
}
.homepage-mockup-batch1-v8545 .product-mockup-image {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform .36s ease, filter .36s ease;
}
.homepage-mockup-batch1-v8545 .product-premium:hover .product-mockup-image {
  transform: scale(1.035);
  filter: saturate(1.03) contrast(1.015);
}
.homepage-mockup-batch1-v8545 .mockup-card-flag {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: -6px 0 12px;
  padding: 0 11px;
  border-radius: 999px;
  color: #9d166f;
  background: linear-gradient(135deg,rgba(233,6,172,.09),rgba(8,195,244,.10));
  border: 1px solid rgba(233,6,172,.13);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.homepage-mockup-batch1-v8545 .mockup-disclaimer {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 16px;
  padding: 9px 15px;
  border-radius: 999px;
  color: #8b3b19;
  background: rgba(255,247,237,.94);
  border: 1px solid rgba(251,146,60,.34);
  box-shadow: 0 12px 28px rgba(154,52,18,.06);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.homepage-mockup-batch1-v8545 .cta-product-stack {
  min-height: clamp(230px, 22vw, 310px);
  display: grid;
  place-items: center;
}
.homepage-mockup-batch1-v8545 .cta-product-stack-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 310px;
  object-fit: cover;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.19);
  box-shadow: 0 30px 80px rgba(0,0,0,.24);
}
.homepage-mockup-batch1-v8545 .brand-logo-tile {
  min-width: 188px;
  min-height: 68px;
  padding: 7px 16px !important;
  justify-content: center;
}
.homepage-mockup-batch1-v8545 .brand-logo-tile img {
  display: block;
  width: 170px;
  height: 56px;
  object-fit: contain;
  object-position: center;
}
.homepage-mockup-batch1-v8545 .trusted-proof-row span:last-child {
  color: #8b3b19;
  border-color: rgba(251,146,60,.30);
  background: rgba(255,247,237,.92);
}
.mockup-inline-label {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  margin-left: 4px;
  padding: 0 7px;
  border-radius: 999px;
  color: #f8b4df;
  background: rgba(233,6,172,.13);
  border: 1px solid rgba(255,255,255,.13);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  vertical-align: middle;
}
.footer-mockup-note {
  max-width: 260px;
  margin-top: 10px !important;
  color: rgba(255,255,255,.48) !important;
  font-size: 11px !important;
  line-height: 1.55 !important;
}
@media (max-width: 1120px) {
  .homepage-mockup-batch1-v8545 .formula-panel-image { object-position: center 42%; }
  .homepage-mockup-batch1-v8545 .brand-logo-tile { min-width: 174px; }
  .homepage-mockup-batch1-v8545 .brand-logo-tile img { width: 156px; height: 52px; }
}
@media (max-width: 760px) {
  .homepage-mockup-batch1-v8545 .mockup-disclaimer {
    width: 100%;
    border-radius: 18px;
    padding: 10px 13px;
    font-size: 11.5px;
  }
  .homepage-mockup-batch1-v8545 .product-mockup-image { min-height: 156px; }
  .homepage-mockup-batch1-v8545 .brand-logo-tile {
    min-width: 154px;
    min-height: 58px;
    padding: 5px 12px !important;
  }
  .homepage-mockup-batch1-v8545 .brand-logo-tile img { width: 138px; height: 46px; }
}
@media (prefers-reduced-motion: reduce) {
  .homepage-mockup-batch1-v8545 .product-mockup-image { transition: none; }
}
/* v8.5.45 formula artwork stacking safeguard */
.homepage-mockup-batch1-v8545 .formula-panel-media {
  z-index: 0;
}
.homepage-mockup-batch1-v8545 .formula-panel-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}


/* ------------------------------------------------------------
   DICHANA v8.5.46 — Homepage Metrics Mockup Layout Polish
   Scope: keep the staging disclaimer outside the metrics grid,
   restore the approved five-item desktop row and two-column mobile
   rhythm with the fifth metric spanning full width.
   ------------------------------------------------------------ */
.homepage-metrics-layout-v8546 .metrics-section-shell {
  display: block;
}
.homepage-metrics-layout-v8546 .metrics-mockup-disclaimer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: auto;
  max-width: min(100%, 760px);
  margin: 0 auto 18px;
  padding: 9px 15px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(154,52,18,.055);
}
.homepage-metrics-layout-v8546 .metrics-section-shell > .metrics-mockup-disclaimer {
  display: flex;
}
.homepage-metrics-layout-v8546 .metrics-mockup-disclaimer-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg,var(--magenta),var(--cyan));
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}
.homepage-metrics-layout-v8546 .metrics-strip-production {
  width: 100%;
  grid-template-columns: repeat(5,minmax(0,1fr));
}
.homepage-metrics-layout-v8546 .metrics-strip-production article {
  min-width: 0;
}
.homepage-metrics-layout-v8546 .metrics-strip-production article:last-child {
  grid-column: auto;
}
@media (max-width: 1200px) and (min-width: 901px) {
  .homepage-metrics-layout-v8546 .metrics-strip-production {
    grid-template-columns: repeat(3,minmax(0,1fr));
  }
  .homepage-metrics-layout-v8546 .metrics-strip-production article:nth-child(3n) {
    border-right: 0;
  }
  .homepage-metrics-layout-v8546 .metrics-strip-production article:nth-child(-n+3) {
    border-bottom: 1px solid var(--line);
  }
  .homepage-metrics-layout-v8546 .metrics-strip-production article:nth-child(4) {
    grid-column: 1 / 2;
  }
  .homepage-metrics-layout-v8546 .metrics-strip-production article:nth-child(5) {
    grid-column: 2 / 4;
    border-right: 0;
  }
}
@media (max-width: 900px) {
  .homepage-metrics-layout-v8546 .metrics-strip-production,
  .responsive-device-matrix-v8510.homepage-metrics-layout-v8546 .metrics-strip-production {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .homepage-metrics-layout-v8546 .metrics-strip-production article,
  .responsive-device-matrix-v8510.homepage-metrics-layout-v8546 .metrics-strip-production article {
    border-bottom: 1px solid var(--line);
  }
  .homepage-metrics-layout-v8546 .metrics-strip-production article:nth-child(2n),
  .responsive-device-matrix-v8510.homepage-metrics-layout-v8546 .metrics-strip-production article:nth-child(2n) {
    border-right: 0;
  }
  .homepage-metrics-layout-v8546 .metrics-strip-production article:last-child,
  .responsive-device-matrix-v8510.homepage-metrics-layout-v8546 .metrics-strip-production article:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }
}
@media (max-width: 760px) {
  .homepage-metrics-layout-v8546 .metrics-mockup-disclaimer {
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: 16px;
    font-size: 11px;
    line-height: 1.48;
    text-align: left;
  }
  .homepage-metrics-layout-v8546 .metrics-mockup-disclaimer-icon {
    margin-top: 1px;
  }
  .homepage-metrics-layout-v8546 .metrics-strip-production article,
  .responsive-device-matrix-v8510.homepage-metrics-layout-v8546 .metrics-strip-production article {
    padding: 18px 8px;
  }
  .homepage-metrics-layout-v8546 .metric-number {
    font-size: clamp(25px,7.4vw,34px);
  }
  .homepage-metrics-layout-v8546 .metrics-strip small {
    font-size: 12px;
  }
}
@media (max-width: 390px) {
  .homepage-metrics-layout-v8546 .metrics-strip-production,
  .responsive-device-matrix-v8510.homepage-metrics-layout-v8546 .metrics-strip-production {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .homepage-metrics-layout-v8546 .metrics-strip-production article:last-child,
  .responsive-device-matrix-v8510.homepage-metrics-layout-v8546 .metrics-strip-production article:last-child {
    grid-column: 1 / -1;
  }
}

/* ================================================================
   v8.5.47 — Phase 1 Batch 2 Mockup Content
   Scope: About, Services and four service-detail pages only.
   Preserves the approved global header, footer and mobile contact dock.
   ================================================================ */
.phase1-batch2-v8547,
.phase1-batch2-v8547 button,
.phase1-batch2-v8547 input,
.phase1-batch2-v8547 select,
.phase1-batch2-v8547 textarea {
  font-family: "Noto Sans Thai", sans-serif;
}

.phase1-batch2-v8547 .batch2-page-hero {
  min-height: auto;
  padding-top: clamp(96px, 9vw, 142px);
  padding-bottom: clamp(54px, 6.5vw, 88px);
  background:
    radial-gradient(circle at 8% 28%, rgba(233, 6, 172, .13), transparent 26%),
    radial-gradient(circle at 92% 20%, rgba(8, 195, 244, .16), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff8fd 54%, #effcff 100%);
}
.phase1-batch2-v8547 .batch2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
}
.phase1-batch2-v8547 .batch2-hero-copy { min-width: 0; }
.phase1-batch2-v8547 .batch2-hero-copy .title {
  font-size: clamp(46px, 5.25vw, 74px);
  max-width: 850px;
}
.phase1-batch2-v8547 .batch2-hero-copy .lead { max-width: 720px; }
.phase1-batch2-v8547 .batch2-hero-visual,
.phase1-batch2-v8547 .batch2-wide-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(28px, 3vw, 46px);
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: 0 34px 96px rgba(16,24,40,.14), 0 0 0 10px rgba(255,255,255,.34);
}
.phase1-batch2-v8547 .batch2-hero-visual::after,
.phase1-batch2-v8547 .batch2-wide-visual::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: calc(clamp(28px, 3vw, 46px) - 12px);
  pointer-events: none;
}
.phase1-batch2-v8547 .batch2-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.phase1-batch2-v8547 .batch2-hero-visual .batch2-image {
  aspect-ratio: 16 / 10;
  min-height: 390px;
}
.phase1-batch2-v8547 .batch2-hero-visual figcaption,
.phase1-batch2-v8547 .batch2-wide-visual figcaption {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 18px;
  width: fit-content;
  max-width: calc(100% - 44px);
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(9,17,31,.74);
  color: rgba(255,255,255,.9);
  font-size: 11px;
  line-height: 1.45;
  font-weight: 600;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.phase1-batch2-v8547 .mockup-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: clamp(30px, 4vw, 54px);
  padding: 14px 18px;
  border: 1px solid rgba(245,158,11,.34);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255,247,237,.96), rgba(255,255,255,.9));
  box-shadow: 0 18px 48px rgba(120,53,15,.07);
}
.phase1-batch2-v8547 .mockup-banner p {
  margin: 0;
  color: #7C2D12;
  font-size: 13px;
  line-height: 1.68;
  font-weight: 560;
}
.phase1-batch2-v8547 .mockup-badge {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  padding: 0 12px;
  border-radius: 999px;
  background: #FFF0D8;
  color: #9A3412;
  border: 1px solid rgba(245,158,11,.38);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .055em;
  font-weight: 800;
}

.phase1-batch2-v8547 .batch2-split-card { align-items: stretch; }
.phase1-batch2-v8547 .batch2-split-card.reverse { grid-template-columns: 1.1fr .9fr; }
.phase1-batch2-v8547 .batch2-split-card.reverse .batch2-media { order: 2; }
.phase1-batch2-v8547 .batch2-split-card.reverse .split-content { order: 1; }
.phase1-batch2-v8547 .batch2-media { min-height: 470px; overflow: hidden; }
.phase1-batch2-v8547 .batch2-media .batch2-image { min-height: 100%; }
.phase1-batch2-v8547 .batch2-verify-note {
  margin: 18px 0 0;
  padding: 12px 15px;
  border-radius: 17px;
  background: rgba(245,158,11,.09);
  border: 1px solid rgba(245,158,11,.23);
  color: #8A3B12;
  font-size: 12.5px;
  line-height: 1.68;
  font-weight: 560;
}
.phase1-batch2-v8547 .batch2-principle-grid,
.phase1-batch2-v8547 .batch2-services-grid { gap: clamp(18px, 2vw, 28px); }
.phase1-batch2-v8547 .batch2-principle-card,
.phase1-batch2-v8547 .batch2-service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.phase1-batch2-v8547 .batch2-card-media {
  min-height: 224px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, var(--magenta-soft), var(--cyan-soft));
}
.phase1-batch2-v8547 .batch2-card-media .batch2-image { object-fit: cover; }
.phase1-batch2-v8547 .batch2-principle-card .batch2-card-media { aspect-ratio: 1 / .76; }
.phase1-batch2-v8547 .batch2-service-card .card-body,
.phase1-batch2-v8547 .batch2-principle-card .card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.phase1-batch2-v8547 .batch2-service-card .card-link { margin-top: auto; }
.phase1-batch2-v8547 .batch2-wide-visual { margin-bottom: 34px; }
.phase1-batch2-v8547 .batch2-wide-visual .batch2-image {
  width: 100%;
  aspect-ratio: 16 / 7.8;
  object-fit: cover;
}
.phase1-batch2-v8547 .batch2-route-grid { gap: 16px; }
.phase1-batch2-v8547 .batch2-route-grid .card { min-height: 100%; }
.phase1-batch2-v8547 .batch2-comparison .table th,
.phase1-batch2-v8547 .batch2-comparison .table td { padding: 18px 20px; }
.phase1-batch2-v8547 .batch2-comparison .table td { line-height: 1.72; }

.phase1-batch2-v8547 .batch2-who-grid { gap: clamp(22px, 3vw, 38px); }
.phase1-batch2-v8547 .batch2-who-grid .card { min-height: 100%; }
.phase1-batch2-v8547 .batch2-dark-check li { color: rgba(255,255,255,.84); }
.phase1-batch2-v8547 .batch2-dark-check li::before {
  background: rgba(255,255,255,.12);
  color: #fff;
}
.phase1-batch2-v8547 .batch2-who-grid .dark-card .btn { margin-top: 26px; }
.phase1-batch2-v8547 .batch2-timeline {
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}
.phase1-batch2-v8547 .batch2-timeline .timeline-step {
  min-height: 154px;
  align-content: start;
}
.phase1-batch2-v8547 .batch2-gallery-grid {
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: clamp(18px, 2vw, 26px);
}
.phase1-batch2-v8547 .batch2-gallery-grid:has(> :nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.phase1-batch2-v8547 .batch2-gallery-card { margin: 0; }
.phase1-batch2-v8547 .batch2-gallery-media {
  aspect-ratio: 14 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, var(--magenta-soft), var(--cyan-soft));
}
.phase1-batch2-v8547 .batch2-gallery-card figcaption {
  display: grid;
  gap: 4px;
  padding: 20px 22px 22px;
}
.phase1-batch2-v8547 .batch2-gallery-card figcaption strong {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 650;
}
.phase1-batch2-v8547 .batch2-gallery-card figcaption span {
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.6;
}
.phase1-batch2-v8547 .batch2-example-grid { gap: 16px; }
.phase1-batch2-v8547 .batch2-example-grid .card { min-height: 100%; }
.phase1-batch2-v8547 .batch2-cta {
  display: grid;
  grid-template-columns: minmax(0,1fr) 250px;
  align-items: center;
  gap: 30px;
}
.phase1-batch2-v8547 .batch2-cta .kicker {
  color: #fff;
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.11);
}
.phase1-batch2-v8547 .batch2-cta .kicker::before { box-shadow: 0 0 0 6px rgba(255,255,255,.08); }
.phase1-batch2-v8547 .batch2-cta .title { color: #fff; }
.phase1-batch2-v8547 .batch2-cta-orbit {
  position: relative;
  width: 230px;
  height: 230px;
  justify-self: end;
}
.phase1-batch2-v8547 .batch2-cta-orbit::before,
.phase1-batch2-v8547 .batch2-cta-orbit::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.25);
}
.phase1-batch2-v8547 .batch2-cta-orbit::after { inset: 34px; border-color: rgba(8,195,244,.46); }
.phase1-batch2-v8547 .batch2-cta-orbit span {
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--magenta), var(--cyan));
  box-shadow: 0 18px 48px rgba(8,195,244,.25);
}
.phase1-batch2-v8547 .batch2-cta-orbit span:nth-child(1) { left: 18px; top: 74px; transform: rotate(18deg); }
.phase1-batch2-v8547 .batch2-cta-orbit span:nth-child(2) { right: 22px; top: 24px; border-radius: 50%; }
.phase1-batch2-v8547 .batch2-cta-orbit span:nth-child(3) { right: 48px; bottom: 18px; transform: rotate(-16deg); background: rgba(255,255,255,.88); }

@media (max-width: 1120px) {
  .phase1-batch2-v8547 .batch2-page-hero { padding-top: 58px; }
  .phase1-batch2-v8547 .batch2-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .phase1-batch2-v8547 .batch2-hero-copy .title { max-width: 780px; }
  .phase1-batch2-v8547 .batch2-hero-visual { max-width: 820px; width: 100%; }
  .phase1-batch2-v8547 .batch2-hero-visual .batch2-image { min-height: 0; }
  .phase1-batch2-v8547 .batch2-services-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .phase1-batch2-v8547 .batch2-route-grid,
  .phase1-batch2-v8547 .batch2-example-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .phase1-batch2-v8547 .batch2-split-card,
  .phase1-batch2-v8547 .batch2-split-card.reverse { grid-template-columns: 1fr; }
  .phase1-batch2-v8547 .batch2-split-card.reverse .batch2-media,
  .phase1-batch2-v8547 .batch2-split-card.reverse .split-content { order: initial; }
  .phase1-batch2-v8547 .batch2-media { min-height: 0; }
  .phase1-batch2-v8547 .batch2-media .batch2-image { aspect-ratio: 14 / 9; }
  .phase1-batch2-v8547 .batch2-principle-grid { grid-template-columns: repeat(3,minmax(260px,1fr)); overflow-x: auto; scroll-snap-type: x mandatory; padding: 4px 4px 18px; margin-inline: -4px; }
  .phase1-batch2-v8547 .batch2-principle-card { scroll-snap-align: start; }
  .phase1-batch2-v8547 .batch2-timeline { grid-template-columns: 1fr; }
  .phase1-batch2-v8547 .batch2-gallery-grid,
  .phase1-batch2-v8547 .batch2-gallery-grid:has(> :nth-child(2):last-child) { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .phase1-batch2-v8547 .batch2-cta { grid-template-columns: 1fr; }
  .phase1-batch2-v8547 .batch2-cta-orbit { display: none; }
}

@media (max-width: 760px) {
  .phase1-batch2-v8547 .batch2-page-hero { padding-top: 36px; padding-bottom: 48px; }
  .phase1-batch2-v8547 .batch2-hero-grid { gap: 26px; }
  .phase1-batch2-v8547 .batch2-hero-copy .title {
    font-size: clamp(34px, 10.2vw, 48px);
    line-height: 1.12;
    letter-spacing: -.035em;
  }
  .phase1-batch2-v8547 .batch2-hero-copy .lead { font-size: 15.5px; line-height: 1.76; }
  .phase1-batch2-v8547 .batch2-hero-visual { border-radius: 26px; box-shadow: 0 22px 64px rgba(16,24,40,.13), 0 0 0 6px rgba(255,255,255,.36); }
  .phase1-batch2-v8547 .batch2-hero-visual::after { inset: 9px; border-radius: 19px; }
  .phase1-batch2-v8547 .batch2-hero-visual figcaption,
  .phase1-batch2-v8547 .batch2-wide-visual figcaption { left: 13px; right: 13px; bottom: 12px; max-width: calc(100% - 26px); font-size: 9.5px; padding: 7px 10px; }
  .phase1-batch2-v8547 .mockup-banner { align-items: flex-start; flex-direction: column; gap: 8px; padding: 13px 14px; border-radius: 18px; }
  .phase1-batch2-v8547 .mockup-banner p { font-size: 12px; }
  .phase1-batch2-v8547 .split-content { padding: 26px 22px; }
  .phase1-batch2-v8547 .batch2-services-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px; padding: 4px 4px 18px; margin-inline: -4px; }
  .phase1-batch2-v8547 .batch2-service-card { flex: 0 0 min(82vw, 330px); scroll-snap-align: start; }
  .phase1-batch2-v8547 .batch2-card-media { min-height: 180px; }
  .phase1-batch2-v8547 .batch2-wide-visual .batch2-image { aspect-ratio: 16 / 10.5; }
  .phase1-batch2-v8547 .batch2-route-grid,
  .phase1-batch2-v8547 .batch2-example-grid { grid-template-columns: 1fr; }
  .phase1-batch2-v8547 .batch2-comparison { border-radius: 20px; }
  .phase1-batch2-v8547 .batch2-comparison .table { min-width: 680px; }
  .phase1-batch2-v8547 .batch2-timeline .timeline-step { grid-template-columns: 50px 1fr; gap: 14px; padding: 18px; min-height: 0; }
  .phase1-batch2-v8547 .batch2-timeline .step-num { width: 50px; height: 50px; border-radius: 18px; font-size: 17px; }
  .phase1-batch2-v8547 .batch2-gallery-grid,
  .phase1-batch2-v8547 .batch2-gallery-grid:has(> :nth-child(2):last-child) { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px; padding: 4px 4px 18px; margin-inline: -4px; }
  .phase1-batch2-v8547 .batch2-gallery-card { flex: 0 0 min(84vw, 350px); scroll-snap-align: start; }
  .phase1-batch2-v8547 .batch2-cta { padding: 30px 22px; border-radius: 28px; }
}

@media (max-width: 420px) {
  .phase1-batch2-v8547 .batch2-hero-copy .title { font-size: clamp(32px, 10.6vw, 43px); }
  .phase1-batch2-v8547 .batch2-hero-copy .hero-ctas { display: grid; grid-template-columns: 1fr; }
  .phase1-batch2-v8547 .batch2-hero-copy .btn { width: 100%; }
  .phase1-batch2-v8547 .batch2-principle-grid { grid-template-columns: repeat(3,minmax(82vw,1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  .phase1-batch2-v8547 .reveal { transition: none !important; transform: none !important; opacity: 1 !important; }
}

/* v8.5.47 QA hotfix: the legacy .page-hero is flex; Batch 2 has two stacked containers. */
.phase1-batch2-v8547 .batch2-page-hero { display: block; align-items: initial; }

@media (max-width: 1120px) {
  /* Batch 2 uses a fixed mobile/tablet header. Remove the legacy negative hero offset. */
  .phase1-batch2-v8547 .batch2-page-hero {
    margin-top: 0 !important;
    padding-top: calc(96px + env(safe-area-inset-top)) !important;
  }
}
/* ================================================================
   v8.5.48 — Full-site Spacing & Vertical Rhythm Polish
   Scope: all public pages, desktop/tablet/mobile.
   Purpose: reduce accumulated section whitespace while preserving
   the approved design system, typography, card geometry, controls,
   sticky header, swipe rails, footer, and mobile contact dock.
   ================================================================ */
.fullsite-spacing-v8548 {
  --v8548-section-y: clamp(58px, 4.45vw, 68px);
  --v8548-section-y-tight: clamp(44px, 3.5vw, 54px);
  --v8548-section-head-gap: clamp(24px, 2.15vw, 31px);
  --v8548-grid-gap: clamp(20px, 1.75vw, 27px);
  --v8548-transition-compact: clamp(40px, 3.15vw, 48px);
  --v8548-transition-standard: clamp(50px, 3.8vw, 60px);
}

/* Global section rhythm: lower double-padding accumulation between sections. */
body.fullsite-spacing-v8548 main > .section {
  padding-top: var(--v8548-section-y) !important;
  padding-bottom: var(--v8548-section-y) !important;
}
body.fullsite-spacing-v8548 main > .section.tight {
  padding-top: var(--v8548-section-y-tight) !important;
  padding-bottom: var(--v8548-section-y-tight) !important;
}
body.fullsite-spacing-v8548 main > .page-hero + .section {
  padding-top: var(--v8548-transition-standard) !important;
}
body.fullsite-spacing-v8548 main > .section:last-child {
  padding-bottom: var(--v8548-transition-standard) !important;
}
body.fullsite-spacing-v8548 .section-head,
body.fullsite-spacing-v8548 .section-head.centered {
  margin-bottom: var(--v8548-section-head-gap) !important;
}
body.fullsite-spacing-v8548 .grid,
body.fullsite-spacing-v8548 .service-icon-grid,
body.fullsite-spacing-v8548 .premium-product-grid,
body.fullsite-spacing-v8548 .hero-trust-highlights,
body.fullsite-spacing-v8548 .footer-grid-premium {
  gap: var(--v8548-grid-gap) !important;
}
body.fullsite-spacing-v8548 .title { margin-top: 12px; margin-bottom: 10px; }
body.fullsite-spacing-v8548 .title.sm { margin-top: 10px; margin-bottom: 9px; }
body.fullsite-spacing-v8548 .lead { margin-top: 0; }

/* Standard inner-page hero: retain header clearance but remove excess depth. */
body.fullsite-spacing-v8548 .page-hero:not(.batch2-page-hero) {
  min-height: auto !important;
  padding-top: clamp(118px, 8.1vw, 138px) !important;
  padding-bottom: clamp(58px, 4.5vw, 72px) !important;
}
body.fullsite-spacing-v8548 .page-hero:not(.batch2-page-hero) .breadcrumb {
  margin-bottom: 15px !important;
}
body.fullsite-spacing-v8548 .page-hero:not(.batch2-page-hero) .title {
  margin-top: 16px !important;
  margin-bottom: 10px !important;
}

/* Batch 2 hero/content rhythm. */
body.fullsite-spacing-v8548.phase1-batch2-v8547 .batch2-page-hero {
  min-height: auto !important;
  padding-top: clamp(102px, 7.7vw, 120px) !important;
  padding-bottom: clamp(50px, 4.2vw, 64px) !important;
}
body.fullsite-spacing-v8548.phase1-batch2-v8547 .batch2-hero-grid {
  gap: clamp(30px, 4vw, 58px) !important;
}
body.fullsite-spacing-v8548.phase1-batch2-v8547 .mockup-banner {
  margin-top: clamp(22px, 2.8vw, 36px) !important;
}
body.fullsite-spacing-v8548.phase1-batch2-v8547 .batch2-wide-visual {
  margin-bottom: clamp(22px, 2vw, 28px) !important;
}
body.fullsite-spacing-v8548.phase1-batch2-v8547 .batch2-principle-grid,
body.fullsite-spacing-v8548.phase1-batch2-v8547 .batch2-services-grid,
body.fullsite-spacing-v8548.phase1-batch2-v8547 .batch2-who-grid,
body.fullsite-spacing-v8548.phase1-batch2-v8547 .batch2-gallery-grid {
  gap: var(--v8548-grid-gap) !important;
}
body.fullsite-spacing-v8548.phase1-batch2-v8547 .batch2-route-grid,
body.fullsite-spacing-v8548.phase1-batch2-v8547 .batch2-example-grid,
body.fullsite-spacing-v8548.phase1-batch2-v8547 .batch2-timeline {
  gap: clamp(14px, 1.25vw, 18px) !important;
}
body.fullsite-spacing-v8548.phase1-batch2-v8547 .batch2-gallery-card figcaption {
  padding: 17px 19px 19px !important;
}
body.fullsite-spacing-v8548.phase1-batch2-v8547 .batch2-who-grid .dark-card .btn {
  margin-top: 20px !important;
}

/* Homepage transition map: each adjacent pair is intentionally tuned.
   The services → products pair is the reference transition requested. */
body.fullsite-spacing-v8548.home-page main > .trust-band-section {
  padding-top: clamp(38px, 3.2vw, 48px) !important;
  padding-bottom: clamp(44px, 3.6vw, 54px) !important;
}
body.fullsite-spacing-v8548.home-page main > .formula-fullscreen-section {
  padding-top: clamp(60px, 4.8vw, 72px) !important;
  padding-bottom: clamp(54px, 4.3vw, 66px) !important;
}
body.fullsite-spacing-v8548.home-page main > .section-services-balanced {
  padding-top: clamp(48px, 3.8vw, 58px) !important;
  padding-bottom: var(--v8548-transition-compact) !important;
}
body.fullsite-spacing-v8548.home-page main > .section-products-balanced {
  padding-top: var(--v8548-transition-compact) !important;
  padding-bottom: clamp(48px, 3.8vw, 58px) !important;
}
body.fullsite-spacing-v8548.home-page main > .metrics-section {
  padding-top: clamp(30px, 2.6vw, 38px) !important;
  padding-bottom: clamp(32px, 2.8vw, 40px) !important;
}
body.fullsite-spacing-v8548.home-page main > .section-cta-balanced {
  padding-top: clamp(34px, 2.9vw, 42px) !important;
  padding-bottom: clamp(46px, 3.7vw, 56px) !important;
}
body.fullsite-spacing-v8548.home-page main > .trusted-brands-section {
  padding-top: clamp(50px, 4.1vw, 60px) !important;
  padding-bottom: clamp(54px, 4.5vw, 66px) !important;
}
body.fullsite-spacing-v8548.home-page .formula-fullscreen-section .section-head,
body.fullsite-spacing-v8548.home-page .section-services-balanced .section-head,
body.fullsite-spacing-v8548.home-page .section-products-balanced .section-head {
  margin-bottom: clamp(22px, 1.9vw, 28px) !important;
}
body.fullsite-spacing-v8548.home-page .formula-showcase-frame {
  margin-top: clamp(18px, 1.7vw, 24px) !important;
}
body.fullsite-spacing-v8548.home-page .formula-filter {
  margin-top: 0 !important;
  margin-bottom: clamp(18px, 1.6vw, 24px) !important;
}
body.fullsite-spacing-v8548.home-page .metrics-mockup-disclaimer {
  margin-bottom: 14px !important;
}

/* Footer closes the page without a second oversized transition. */
body.fullsite-spacing-v8548 .footer {
  padding-top: clamp(52px, 4.2vw, 64px) !important;
}
body.fullsite-spacing-v8548 .footer-bottom {
  margin-top: clamp(26px, 2.2vw, 32px) !important;
  padding-top: 18px !important;
}

/* Tablet: maintain breathing room while reducing long vertical scroll. */
@media (max-width: 1120px) {
  .fullsite-spacing-v8548 {
    --v8548-section-y: 52px;
    --v8548-section-y-tight: 42px;
    --v8548-section-head-gap: 24px;
    --v8548-grid-gap: 20px;
    --v8548-transition-compact: 40px;
    --v8548-transition-standard: 48px;
  }
  body.fullsite-spacing-v8548 .page-hero:not(.batch2-page-hero) {
    padding-top: calc(92px + env(safe-area-inset-top)) !important;
    padding-bottom: 46px !important;
  }
  body.fullsite-spacing-v8548.phase1-batch2-v8547 .batch2-page-hero {
    margin-top: 0 !important;
    padding-top: calc(92px + env(safe-area-inset-top)) !important;
    padding-bottom: 48px !important;
  }
  body.fullsite-spacing-v8548.phase1-batch2-v8547 .batch2-hero-grid { gap: 28px !important; }
  body.fullsite-spacing-v8548.home-page main > .formula-fullscreen-section { padding-block: 54px 56px !important; }
  body.fullsite-spacing-v8548.home-page main > .section-services-balanced { padding-block: 48px 40px !important; }
  body.fullsite-spacing-v8548.home-page main > .section-products-balanced { padding-block: 40px 50px !important; }
  body.fullsite-spacing-v8548.home-page main > .metrics-section { padding-block: 34px 38px !important; }
  body.fullsite-spacing-v8548.home-page main > .section-cta-balanced { padding-block: 38px 48px !important; }
  body.fullsite-spacing-v8548.home-page main > .trusted-brands-section { padding-block: 50px 56px !important; }
}

/* Mobile: compact and consistent, without shrinking tap targets or rails. */
@media (max-width: 760px) {
  .fullsite-spacing-v8548 {
    --v8548-section-y: 44px;
    --v8548-section-y-tight: 36px;
    --v8548-section-head-gap: 20px;
    --v8548-grid-gap: 16px;
    --v8548-transition-compact: 36px;
    --v8548-transition-standard: 42px;
  }
  body.fullsite-spacing-v8548 main > .page-hero + .section { padding-top: 42px !important; }
  body.fullsite-spacing-v8548 main > .section:last-child { padding-bottom: 46px !important; }
  body.fullsite-spacing-v8548 .page-hero:not(.batch2-page-hero) {
    padding-top: calc(88px + env(safe-area-inset-top)) !important;
    padding-bottom: 40px !important;
  }
  body.fullsite-spacing-v8548.phase1-batch2-v8547 .batch2-page-hero {
    padding-top: calc(88px + env(safe-area-inset-top)) !important;
    padding-bottom: 42px !important;
  }
  body.fullsite-spacing-v8548.phase1-batch2-v8547 .batch2-hero-grid { gap: 22px !important; }
  body.fullsite-spacing-v8548.phase1-batch2-v8547 .mockup-banner { margin-top: 20px !important; }
  body.fullsite-spacing-v8548.phase1-batch2-v8547 .batch2-wide-visual { margin-bottom: 20px !important; }
  body.fullsite-spacing-v8548.phase1-batch2-v8547 .batch2-gallery-card figcaption { padding: 16px 18px 18px !important; }

  body.fullsite-spacing-v8548.home-page main > .trust-band-section { padding-block: 22px 42px !important; }
  body.fullsite-spacing-v8548.home-page main > .formula-fullscreen-section { padding-block: 48px 50px !important; }
  body.fullsite-spacing-v8548.home-page main > .section-services-balanced { padding-block: 46px 36px !important; }
  body.fullsite-spacing-v8548.home-page main > .section-products-balanced { padding-block: 36px 46px !important; }
  body.fullsite-spacing-v8548.home-page main > .metrics-section { padding-block: 34px 38px !important; }
  body.fullsite-spacing-v8548.home-page main > .section-cta-balanced { padding-block: 38px 44px !important; }
  body.fullsite-spacing-v8548.home-page main > .trusted-brands-section { padding-block: 44px 50px !important; }
  body.fullsite-spacing-v8548.home-page .formula-fullscreen-section .section-head,
  body.fullsite-spacing-v8548.home-page .section-services-balanced .section-head,
  body.fullsite-spacing-v8548.home-page .section-products-balanced .section-head { margin-bottom: 20px !important; }
  body.fullsite-spacing-v8548.home-page .formula-showcase-frame { margin-top: 14px !important; }
  body.fullsite-spacing-v8548.home-page .formula-filter { margin-bottom: 14px !important; }

  body.fullsite-spacing-v8548 .footer { padding-top: 42px !important; }
  body.fullsite-spacing-v8548 .footer-bottom { margin-top: 24px !important; padding-top: 17px !important; }
}

@media (max-width: 420px) {
  body.fullsite-spacing-v8548 .page-hero:not(.batch2-page-hero),
  body.fullsite-spacing-v8548.phase1-batch2-v8547 .batch2-page-hero {
    padding-top: calc(84px + env(safe-area-inset-top)) !important;
  }
  body.fullsite-spacing-v8548 main > .section { padding-block: 42px !important; }
  body.fullsite-spacing-v8548.home-page main > .section-services-balanced { padding-block: 44px 34px !important; }
  body.fullsite-spacing-v8548.home-page main > .section-products-balanced { padding-block: 34px 44px !important; }
}

/* Anchor safety remains aligned with sticky/fixed headers after compaction. */
body.fullsite-spacing-v8548 main [id] { scroll-margin-top: 98px; }
@media (max-width: 1120px) {
  body.fullsite-spacing-v8548 main [id] { scroll-margin-top: calc(82px + env(safe-area-inset-top)); }
}

/* ================================================================
   v8.5.49 — Phase 1 Batch 3: Products, Product Detail, Portfolio
   Complete mockup content and responsive presentation.
   ================================================================ */
.phase1-batch3-v8549,
.phase1-batch3-v8549 button,
.phase1-batch3-v8549 input,
.phase1-batch3-v8549 select,
.phase1-batch3-v8549 textarea {
  font-family: "Noto Sans Thai", sans-serif;
}
.phase1-batch3-v8549 .batch3-page-hero {
  display: block;
  min-height: auto;
  margin-top: 0;
  padding-top: clamp(122px, 10.4vw, 164px);
  padding-bottom: clamp(54px, 6.3vw, 82px);
  background:
    radial-gradient(circle at 8% 28%, rgba(233,6,172,.13), transparent 27%),
    radial-gradient(circle at 92% 20%, rgba(8,195,244,.16), transparent 29%),
    linear-gradient(180deg,#fff 0%,#fff8fd 54%,#effcff 100%);
}
.phase1-batch3-v8549 .batch3-hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(430px,.94fr);
  gap: clamp(34px,5vw,72px);
  align-items: center;
}
.phase1-batch3-v8549 .batch3-hero-copy { min-width: 0; }
.phase1-batch3-v8549 .batch3-hero-copy .title {
  margin-top: 18px;
  max-width: 860px;
  font-size: clamp(44px,5.05vw,72px);
  line-height: 1.12;
  letter-spacing: -.035em;
}
.phase1-batch3-v8549 .batch3-hero-copy .lead { max-width: 735px; }
.phase1-batch3-v8549 .batch3-hero-visual,
.phase1-batch3-v8549 .batch3-wide-visual,
.phase1-batch3-v8549 .batch3-packaging-visual,
.phase1-batch3-v8549 .batch3-process-visual {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: clamp(28px,3vw,46px);
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.94);
  box-shadow: 0 34px 96px rgba(16,24,40,.14), 0 0 0 10px rgba(255,255,255,.34);
}
.phase1-batch3-v8549 .batch3-hero-visual::after,
.phase1-batch3-v8549 .batch3-wide-visual::after,
.phase1-batch3-v8549 .batch3-packaging-visual::after,
.phase1-batch3-v8549 .batch3-process-visual::after {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: calc(clamp(28px,3vw,46px) - 11px);
  pointer-events: none;
}
.phase1-batch3-v8549 .batch3-hero-visual img,
.phase1-batch3-v8549 .batch3-wide-visual img,
.phase1-batch3-v8549 .batch3-packaging-visual img,
.phase1-batch3-v8549 .batch3-process-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.phase1-batch3-v8549 .batch3-hero-visual img { aspect-ratio: 16/10; min-height: 390px; }
.phase1-batch3-v8549 .batch3-hero-visual figcaption {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 18px;
  max-width: calc(100% - 44px);
  padding: 9px 13px;
  border-radius: 999px;
  background: rgba(9,17,31,.76);
  color: rgba(255,255,255,.92);
  font-size: 11px;
  line-height: 1.45;
  font-weight: 600;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.phase1-batch3-v8549 .batch3-mockup-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: clamp(26px,3.5vw,44px);
  padding: 14px 18px;
  border: 1px solid rgba(245,158,11,.34);
  border-radius: 22px;
  background: linear-gradient(135deg,rgba(255,247,237,.97),rgba(255,255,255,.92));
  box-shadow: 0 18px 48px rgba(120,53,15,.07);
}
.phase1-batch3-v8549 .batch3-mockup-banner p {
  margin: 0;
  color: #7c2d12;
  font-size: 13px;
  line-height: 1.68;
  font-weight: 560;
}
.phase1-batch3-v8549 .batch3-mockup-badge,
.phase1-batch3-v8549 .batch3-mockup-flag,
.phase1-batch3-v8549 .batch3-case-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 31px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff0d8;
  color: #9a3412;
  border: 1px solid rgba(245,158,11,.38);
  font-size: 10px;
  line-height: 1;
  letter-spacing: .055em;
  font-weight: 800;
}
.phase1-batch3-v8549 .batch3-mockup-badge { flex: none; }
.phase1-batch3-v8549 .batch3-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto 30px;
}
.phase1-batch3-v8549 .batch3-filter button {
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(148,163,184,.28);
  background: rgba(255,255,255,.9);
  color: var(--text);
  font-size: 13px;
  font-weight: 620;
  cursor: pointer;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease, background .25s ease;
}
.phase1-batch3-v8549 .batch3-filter button:hover,
.phase1-batch3-v8549 .batch3-filter button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(233,6,172,.42);
  box-shadow: 0 14px 34px rgba(233,6,172,.10);
}
.phase1-batch3-v8549 .batch3-filter button.active,
.phase1-batch3-v8549 .batch3-filter button[aria-pressed="true"] {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg,var(--magenta),var(--cyan));
  box-shadow: 0 18px 42px rgba(116,64,255,.20);
}
.phase1-batch3-v8549 .batch3-product-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: clamp(18px,2.2vw,28px);
}
.phase1-batch3-v8549 .batch3-product-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(148,163,184,.20);
  background: rgba(255,255,255,.93);
  box-shadow: 0 24px 70px rgba(16,24,40,.10);
  transition: transform .32s ease, box-shadow .32s ease;
}
.phase1-batch3-v8549 .batch3-product-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 34px 86px rgba(16,24,40,.14);
}
.phase1-batch3-v8549 .batch3-product-card[hidden] { display: none !important; }
.phase1-batch3-v8549 .batch3-product-media {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: linear-gradient(135deg,var(--magenta-soft),var(--cyan-soft));
}
.phase1-batch3-v8549 .batch3-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .42s ease, filter .42s ease;
}
.phase1-batch3-v8549 .batch3-product-card:hover .batch3-product-media img { transform: scale(1.035); filter: saturate(1.04); }
.phase1-batch3-v8549 .batch3-mockup-flag { position: absolute; left: 15px; top: 15px; min-height: 27px; padding-inline: 10px; font-size: 8px; }
.phase1-batch3-v8549 .batch3-product-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 22px 22px 24px;
}
.phase1-batch3-v8549 .batch3-product-brand {
  margin: 0 0 7px;
  color: var(--magenta);
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .045em;
  font-weight: 800;
  text-transform: uppercase;
}
.phase1-batch3-v8549 .batch3-product-body h3 { margin: 0 0 9px; font-size: 20px; line-height: 1.4; }
.phase1-batch3-v8549 .batch3-product-body > p:not(.batch3-product-brand) { margin: 0 0 16px; color: var(--muted); font-size: 13.5px; line-height: 1.72; }
.phase1-batch3-v8549 .batch3-product-body .tag-row { margin-top: auto; padding-top: 2px; }
.phase1-batch3-v8549 .batch3-product-body .card-link { margin-top: 18px; }
.phase1-batch3-v8549 .batch3-filter-empty { text-align: center; color: var(--muted); }
.phase1-batch3-v8549 .batch3-direction-grid,
.phase1-batch3-v8549 .batch3-detail-split,
.phase1-batch3-v8549 .batch3-notes-grid { gap: clamp(28px,4vw,58px); }
.phase1-batch3-v8549 .batch3-detail-split.reverse figure { order: 2; }
.phase1-batch3-v8549 .batch3-detail-split.reverse > div { order: 1; }
.phase1-batch3-v8549 .batch3-wide-visual img { aspect-ratio: 14/10; }
.phase1-batch3-v8549 .batch3-feature-list,
.phase1-batch3-v8549 .batch3-ingredient-list,
.phase1-batch3-v8549 .batch3-case-columns {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}
.phase1-batch3-v8549 .batch3-feature-list > div,
.phase1-batch3-v8549 .batch3-ingredient-list > div,
.phase1-batch3-v8549 .batch3-case-columns > div {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(148,163,184,.18);
}
.phase1-batch3-v8549 .batch3-feature-list strong,
.phase1-batch3-v8549 .batch3-ingredient-list strong,
.phase1-batch3-v8549 .batch3-case-columns strong { font-size: 13.5px; color: var(--text); }
.phase1-batch3-v8549 .batch3-feature-list span,
.phase1-batch3-v8549 .batch3-ingredient-list span,
.phase1-batch3-v8549 .batch3-case-columns span { color: var(--muted); font-size: 12.5px; line-height: 1.62; }
.phase1-batch3-v8549 .batch3-verify-note {
  margin: 18px 0 0;
  padding: 12px 15px;
  border-radius: 17px;
  background: rgba(245,158,11,.09);
  border: 1px solid rgba(245,158,11,.23);
  color: #8a3b12;
  font-size: 12.5px;
  line-height: 1.68;
  font-weight: 560;
}
.phase1-batch3-v8549 .batch3-concept-grid { gap: 18px; }
.phase1-batch3-v8549 .batch3-concept-grid .card { position: relative; min-height: 220px; padding-top: 72px; }
.phase1-batch3-v8549 .batch3-card-index {
  position: absolute;
  left: 22px;
  top: 20px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: linear-gradient(135deg,rgba(233,6,172,.14),rgba(8,195,244,.14));
  color: var(--magenta);
  font-size: 13px;
  font-weight: 800;
}
.phase1-batch3-v8549 .batch3-packaging-visual { margin-bottom: 24px; }
.phase1-batch3-v8549 .batch3-packaging-visual img { aspect-ratio: 16/8.6; }
.phase1-batch3-v8549 .batch3-option-grid { gap: 16px; }
.phase1-batch3-v8549 .batch3-option-grid .card { min-height: 160px; }
.phase1-batch3-v8549 .batch3-notes-grid { align-items: center; }
.phase1-batch3-v8549 .batch3-cta {
  display: grid;
  grid-template-columns: minmax(0,1fr) 250px;
  align-items: center;
  gap: 30px;
}
.phase1-batch3-v8549 .batch3-cta .kicker { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.11); }
.phase1-batch3-v8549 .batch3-cta .kicker::before { box-shadow: 0 0 0 6px rgba(255,255,255,.08); }
.phase1-batch3-v8549 .batch3-cta .title { color: #fff; }
.phase1-batch3-v8549 .batch3-cta-orbit { position: relative; width: 230px; height: 230px; justify-self: end; }
.phase1-batch3-v8549 .batch3-cta-orbit::before,
.phase1-batch3-v8549 .batch3-cta-orbit::after { content:""; position:absolute; inset:0; border-radius:50%; border:1px solid rgba(255,255,255,.25); }
.phase1-batch3-v8549 .batch3-cta-orbit::after { inset:34px; border-color:rgba(8,195,244,.46); }
.phase1-batch3-v8549 .batch3-cta-orbit span { position:absolute; width:62px; height:62px; border-radius:22px; background:linear-gradient(135deg,var(--magenta),var(--cyan)); box-shadow:0 18px 48px rgba(8,195,244,.25); }
.phase1-batch3-v8549 .batch3-cta-orbit span:nth-child(1) { left:18px; top:74px; transform:rotate(18deg); }
.phase1-batch3-v8549 .batch3-cta-orbit span:nth-child(2) { right:22px; top:24px; border-radius:50%; }
.phase1-batch3-v8549 .batch3-cta-orbit span:nth-child(3) { right:48px; bottom:18px; transform:rotate(-16deg); background:rgba(255,255,255,.88); }
.phase1-batch3-v8549 .batch3-case-card {
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr);
  align-items: stretch;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(148,163,184,.20);
  background: rgba(255,255,255,.94);
  box-shadow: 0 28px 88px rgba(16,24,40,.11);
}
.phase1-batch3-v8549 .batch3-case-card.reverse { grid-template-columns: minmax(360px,.9fr) minmax(0,1.1fr); }
.phase1-batch3-v8549 .batch3-case-card.reverse figure { order: 2; }
.phase1-batch3-v8549 .batch3-case-card.reverse .batch3-case-content { order: 1; }
.phase1-batch3-v8549 .batch3-case-card figure { margin: 0; min-height: 520px; background: linear-gradient(135deg,var(--magenta-soft),var(--cyan-soft)); }
.phase1-batch3-v8549 .batch3-case-card figure img { width:100%; height:100%; object-fit:cover; }
.phase1-batch3-v8549 .batch3-case-content { display:flex; flex-direction:column; justify-content:center; padding: clamp(28px,4vw,58px); }
.phase1-batch3-v8549 .batch3-case-content h3 { margin:18px 0 8px; font-size: clamp(24px,2.2vw,34px); }
.phase1-batch3-v8549 .batch3-case-content > p { color: var(--muted); line-height:1.78; }
.phase1-batch3-v8549 .batch3-process-visual { margin-bottom:24px; }
.phase1-batch3-v8549 .batch3-process-visual img { aspect-ratio:16/8.2; }
.phase1-batch3-v8549 .batch3-process-grid { gap:12px; }
.phase1-batch3-v8549 .batch3-process-grid .card { min-height:150px; display:grid; align-content:start; gap:8px; }
.phase1-batch3-v8549 .batch3-process-grid strong { color:var(--magenta); font-size:14px; }
.phase1-batch3-v8549 .batch3-process-grid span { color:var(--muted); font-size:12.5px; line-height:1.65; }

@media (max-width:1120px) {
  .phase1-batch3-v8549 .batch3-page-hero { padding-top: calc(104px + env(safe-area-inset-top)); }
  .phase1-batch3-v8549 .batch3-hero-grid { grid-template-columns:1fr; gap:32px; }
  .phase1-batch3-v8549 .batch3-hero-visual { width:100%; max-width:840px; }
  .phase1-batch3-v8549 .batch3-product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .phase1-batch3-v8549 .batch3-case-card,
  .phase1-batch3-v8549 .batch3-case-card.reverse { grid-template-columns:1fr; }
  .phase1-batch3-v8549 .batch3-case-card.reverse figure,
  .phase1-batch3-v8549 .batch3-case-card.reverse .batch3-case-content { order:initial; }
  .phase1-batch3-v8549 .batch3-case-card figure { min-height:0; }
  .phase1-batch3-v8549 .batch3-case-card figure img { aspect-ratio:16/10; }
}
@media (max-width:900px) {
  .phase1-batch3-v8549 .batch3-direction-grid,
  .phase1-batch3-v8549 .batch3-detail-split,
  .phase1-batch3-v8549 .batch3-notes-grid { grid-template-columns:1fr; }
  .phase1-batch3-v8549 .batch3-detail-split.reverse figure,
  .phase1-batch3-v8549 .batch3-detail-split.reverse > div { order:initial; }
  .phase1-batch3-v8549 .batch3-concept-grid { grid-template-columns:1fr; }
  .phase1-batch3-v8549 .batch3-cta { grid-template-columns:1fr; }
  .phase1-batch3-v8549 .batch3-cta-orbit { display:none; }
  .phase1-batch3-v8549 .batch3-option-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .phase1-batch3-v8549 .batch3-process-grid { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; padding:4px 4px 16px; margin-inline:-4px; }
  .phase1-batch3-v8549 .batch3-process-grid .card { flex:0 0 min(72vw,260px); scroll-snap-align:start; }
}
@media (max-width:760px) {
  .phase1-batch3-v8549 .batch3-page-hero { padding-top:calc(92px + env(safe-area-inset-top)); padding-bottom:44px; }
  .phase1-batch3-v8549 .batch3-hero-grid { gap:24px; }
  .phase1-batch3-v8549 .batch3-hero-copy .title { margin-top:14px; font-size:clamp(33px,10vw,46px); line-height:1.13; }
  .phase1-batch3-v8549 .batch3-hero-copy .lead { font-size:15px; line-height:1.76; }
  .phase1-batch3-v8549 .batch3-hero-visual { border-radius:25px; box-shadow:0 22px 64px rgba(16,24,40,.13),0 0 0 6px rgba(255,255,255,.36); }
  .phase1-batch3-v8549 .batch3-hero-visual::after { inset:9px; border-radius:18px; }
  .phase1-batch3-v8549 .batch3-hero-visual img { min-height:0; aspect-ratio:16/10.5; }
  .phase1-batch3-v8549 .batch3-hero-visual figcaption { left:12px; right:12px; bottom:11px; max-width:calc(100% - 24px); font-size:9px; padding:7px 10px; }
  .phase1-batch3-v8549 .batch3-mockup-banner { align-items:flex-start; flex-direction:column; gap:8px; padding:13px 14px; border-radius:18px; }
  .phase1-batch3-v8549 .batch3-mockup-banner p { font-size:11.5px; }
  .phase1-batch3-v8549 .batch3-filter { justify-content:flex-start; flex-wrap:nowrap; overflow-x:auto; scroll-snap-type:x proximity; margin-inline:-4px; padding:4px 4px 12px; }
  .phase1-batch3-v8549 .batch3-filter button { flex:none; min-height:42px; padding-inline:17px; scroll-snap-align:start; font-size:12px; }
  .phase1-batch3-v8549 .batch3-product-grid { display:flex; overflow-x:auto; scroll-snap-type:x mandatory; gap:14px; padding:4px 4px 18px; margin-inline:-4px; }
  .phase1-batch3-v8549 .batch3-product-card { flex:0 0 min(83vw,330px); scroll-snap-align:start; border-radius:24px; }
  .phase1-batch3-v8549 .batch3-product-body { padding:19px 19px 22px; }
  .phase1-batch3-v8549 .batch3-wide-visual,
  .phase1-batch3-v8549 .batch3-packaging-visual,
  .phase1-batch3-v8549 .batch3-process-visual { border-radius:24px; box-shadow:0 20px 58px rgba(16,24,40,.11),0 0 0 5px rgba(255,255,255,.32); }
  .phase1-batch3-v8549 .batch3-wide-visual::after,
  .phase1-batch3-v8549 .batch3-packaging-visual::after,
  .phase1-batch3-v8549 .batch3-process-visual::after { inset:8px; border-radius:17px; }
  .phase1-batch3-v8549 .batch3-option-grid { grid-template-columns:1fr; }
  .phase1-batch3-v8549 .batch3-case-card { border-radius:26px; }
  .phase1-batch3-v8549 .batch3-case-content { padding:26px 22px 28px; }
  .phase1-batch3-v8549 .batch3-case-columns { margin-top:18px; }
  .phase1-batch3-v8549 .batch3-cta { padding:30px 22px; border-radius:28px; }
}
@media (max-width:420px) {
  .phase1-batch3-v8549 .batch3-hero-copy .hero-ctas { display:grid; grid-template-columns:1fr; }
  .phase1-batch3-v8549 .batch3-hero-copy .btn { width:100%; }
}
@media (prefers-reduced-motion:reduce) {
  .phase1-batch3-v8549 .reveal,
  .phase1-batch3-v8549 .batch3-product-card,
  .phase1-batch3-v8549 .batch3-product-media img { transition:none !important; transform:none !important; opacity:1 !important; }
}


/* ==========================================================================
   v8.5.50 — Production content verification + Batch 4
   ========================================================================== */
.production-content-v8550,
.production-content-v8550 input,
.production-content-v8550 select,
.production-content-v8550 textarea,
.production-content-v8550 button { font-family:"Noto Sans Thai",sans-serif; }
.production-verify-banner,
.production-verify-note {
  border:1px solid rgba(245,158,11,.28);
  background:linear-gradient(135deg,rgba(255,251,235,.98),rgba(255,247,237,.94));
  color:#7c3f10;
  border-radius:20px;
  padding:15px 18px;
  line-height:1.72;
  box-shadow:0 16px 44px rgba(120,53,15,.06);
}
.production-verify-banner { display:grid; grid-template-columns:auto 1fr; align-items:start; gap:12px; margin-top:24px; }
.production-verify-banner strong { white-space:nowrap; color:#9a3412; }
.production-verify-banner p,.production-verify-note { margin:0; font-size:13px; }
.production-fact-strip { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin-top:28px; }
.production-fact-strip article { display:grid; gap:5px; min-height:118px; align-content:center; padding:20px; border-radius:23px; background:rgba(255,255,255,.88); border:1px solid rgba(148,163,184,.18); box-shadow:0 18px 48px rgba(16,24,40,.08); }
.production-fact-strip strong { color:var(--magenta); font-size:clamp(20px,2.2vw,30px); line-height:1.25; }
.production-fact-strip span { color:var(--muted); font-size:12.5px; line-height:1.6; }
.production-vision-card { max-width:960px; margin-inline:auto; padding:clamp(26px,4vw,48px); text-align:center; }
.production-vision-card p { margin:0; font-size:clamp(16px,1.5vw,20px); line-height:1.9; color:var(--text); }
.production-mission-grid .card { position:relative; min-height:250px; padding-top:78px; }
.production-contact-grid { display:grid; grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr); gap:clamp(24px,4vw,54px); align-items:start; }
.production-contact-panel { padding:clamp(24px,3vw,38px); border-radius:30px; background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(246,252,255,.92)); border:1px solid rgba(148,163,184,.20); box-shadow:0 26px 78px rgba(16,24,40,.11); }
.production-contact-item { display:grid; gap:4px; margin-top:14px; padding:16px 18px; border-radius:18px; background:#fff; border:1px solid rgba(148,163,184,.18); transition:transform .25s ease,box-shadow .25s ease; }
.production-contact-item:hover,.production-contact-item:focus-visible { transform:translateY(-2px); box-shadow:0 14px 34px rgba(16,24,40,.08); }
.production-contact-item span { color:var(--muted); font-size:12px; }
.production-contact-item strong { color:var(--text); font-size:16px; overflow-wrap:anywhere; }
.production-contact-note { margin-top:24px; padding:20px; border-radius:22px; background:linear-gradient(135deg,rgba(233,6,172,.07),rgba(8,195,244,.08)); }
.production-contact-note h3 { margin:0 0 10px; }
.production-catalog-grid { display:grid; gap:26px; }
.production-catalog-panel { overflow:hidden; border-radius:32px; background:rgba(255,255,255,.96); border:1px solid rgba(148,163,184,.20); box-shadow:0 28px 82px rgba(16,24,40,.10); }
.production-catalog-panel[hidden] { display:none!important; }
.production-catalog-panel>header { display:grid; grid-template-columns:220px minmax(0,1fr); align-items:stretch; background:linear-gradient(135deg,rgba(255,241,250,.94),rgba(235,250,255,.92)); }
.production-catalog-panel>header img { width:100%; height:100%; min-height:210px; object-fit:cover; }
.production-catalog-panel>header>div { display:grid; align-content:center; gap:9px; padding:28px clamp(24px,4vw,48px); }
.production-catalog-panel>header h2 { margin:0; font-size:clamp(24px,2.5vw,36px); }
.production-catalog-panel>header p { margin:0; color:var(--muted); line-height:1.75; }
.production-product-groups { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; padding:clamp(22px,3vw,38px); }
.production-product-subgroup { padding:20px; border-radius:22px; background:rgba(248,250,252,.82); border:1px solid rgba(148,163,184,.16); }
.production-product-subgroup h3 { margin:0 0 12px; font-size:17px; color:var(--magenta); }
.production-product-subgroup ul { margin:0; padding:0; display:flex; flex-wrap:wrap; gap:9px; list-style:none; }
.production-product-subgroup li { padding:8px 11px; border-radius:999px; background:#fff; border:1px solid rgba(148,163,184,.18); color:var(--text); font-size:12px; line-height:1.45; }
.production-catalog-footnote { margin:18px 0 0; color:var(--muted); font-size:12px; }
.production-metrics-v8550 { grid-template-columns:repeat(3,minmax(0,1fr))!important; }
.production-home-capabilities { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; align-content:center; }
.production-home-capabilities article { display:grid; gap:7px; min-height:142px; align-content:center; padding:20px; border-radius:24px; background:rgba(255,255,255,.88); border:1px solid rgba(255,255,255,.70); box-shadow:0 20px 55px rgba(16,24,40,.08); }
.production-home-capabilities strong { color:var(--magenta); font-size:26px; }
.production-home-capabilities span { font-size:13px; line-height:1.55; }
.batch4-page-hero { position:relative; overflow:hidden; padding:clamp(150px,14vw,210px) 0 clamp(58px,7vw,90px); background:radial-gradient(circle at 85% 18%,rgba(8,195,244,.16),transparent 32%),radial-gradient(circle at 12% 35%,rgba(233,6,172,.14),transparent 30%),linear-gradient(180deg,#fff,#fbfdff); }
.batch4-hero-grid { display:grid; grid-template-columns:minmax(0,1fr) minmax(400px,.88fr); gap:clamp(36px,5vw,78px); align-items:center; }
.batch4-hero-copy .title { margin:16px 0 18px; font-size:clamp(42px,5.1vw,76px); line-height:1.08; }
.batch4-hero-copy .lead { max-width:760px; }
.batch4-hero-visual,.batch4-wide-visual { position:relative; overflow:hidden; border-radius:34px; background:linear-gradient(135deg,var(--magenta-soft),var(--cyan-soft)); box-shadow:0 30px 90px rgba(16,24,40,.14),0 0 0 8px rgba(255,255,255,.40); }
.batch4-hero-visual img,.batch4-wide-visual img { display:block; width:100%; height:100%; object-fit:cover; aspect-ratio:16/11; }
.batch4-hero-visual figcaption { position:absolute; left:15px; right:15px; bottom:14px; max-width:max-content; padding:8px 11px; border-radius:999px; background:rgba(15,23,42,.72); color:#fff; font-size:10px; backdrop-filter:blur(8px); }
.batch4-process-list { display:grid; gap:18px; }
.batch4-process-step { display:grid; grid-template-columns:minmax(240px,.7fr) minmax(0,1.3fr); overflow:hidden; min-height:250px; border-radius:30px; background:#fff; border:1px solid rgba(148,163,184,.18); box-shadow:0 24px 70px rgba(16,24,40,.09); }
.batch4-process-step:nth-child(even) { grid-template-columns:minmax(0,1.3fr) minmax(240px,.7fr); }
.batch4-process-step:nth-child(even) img { order:2; }
.batch4-process-step img { width:100%; height:100%; object-fit:cover; }
.batch4-process-step>div { display:grid; align-content:center; gap:8px; padding:clamp(24px,4vw,48px); }
.batch4-process-step>div>span,.batch4-standard-card>div>span,.batch4-innovation-card>span { color:var(--magenta); font-size:13px; font-weight:800; letter-spacing:.08em; }
.batch4-process-step h3,.batch4-standard-card h3,.batch4-innovation-card h3 { margin:0; font-size:clamp(22px,2vw,30px); }
.batch4-process-step p,.batch4-standard-card p,.batch4-innovation-card p { margin:0; color:var(--muted); line-height:1.75; }
.batch4-gate-grid .card { min-height:190px; }
.batch4-standard-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.batch4-standard-card { overflow:hidden; border-radius:30px; background:#fff; border:1px solid rgba(148,163,184,.18); box-shadow:0 24px 70px rgba(16,24,40,.09); }
.batch4-standard-card img { width:100%; aspect-ratio:16/9; object-fit:cover; }
.batch4-standard-card>div { display:grid; gap:8px; padding:24px; }
.batch4-innovation-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:22px; }
.batch4-innovation-card { overflow:hidden; padding-bottom:26px; border-radius:30px; background:#fff; border:1px solid rgba(148,163,184,.18); box-shadow:0 24px 70px rgba(16,24,40,.09); }
.batch4-innovation-card img { width:100%; aspect-ratio:16/9.2; object-fit:cover; margin-bottom:22px; }
.batch4-innovation-card>span,.batch4-innovation-card h3,.batch4-innovation-card p { margin-left:24px; margin-right:24px; }
.batch4-rd-columns .card { min-height:360px; }
.batch4-scenario-stack { display:grid; gap:30px; }
.legal-content { max-width:960px; }
.legal-content h2 { margin:34px 0 12px; font-size:22px; }
.legal-content p,.legal-content li { color:var(--muted); line-height:1.82; }
.production-search-form { max-width:820px; margin:0 auto 18px; }
.production-search-form>label { display:block; margin-bottom:9px; font-weight:700; }
.production-search-form>div { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:10px; }
.production-search-form input { min-height:52px; padding:0 17px; border-radius:16px; border:1px solid rgba(148,163,184,.34); background:#fff; font-size:15px; }
.production-search-status { text-align:center; color:var(--muted); font-size:13px; margin:0 0 28px; }
.production-search-grid a { display:block; min-height:200px; }
.production-search-grid a[hidden] { display:none!important; }
.production-search-empty { text-align:center; padding:24px; border-radius:20px; background:rgba(248,250,252,.92); color:var(--muted); }
@media (max-width:1120px) {
  .batch4-page-hero { padding-top:calc(112px + env(safe-area-inset-top)); }
  .batch4-hero-grid { grid-template-columns:1fr; }
  .batch4-hero-visual { max-width:820px; width:100%; }
}
@media (max-width:900px) {
  .production-contact-grid,.batch4-standard-grid,.batch4-innovation-grid,.batch4-rd-columns { grid-template-columns:1fr; }
  .production-product-groups { grid-template-columns:1fr; }
  .batch4-process-step,.batch4-process-step:nth-child(even) { grid-template-columns:1fr; }
  .batch4-process-step:nth-child(even) img { order:initial; }
  .batch4-process-step img { aspect-ratio:16/9; }
}
@media (max-width:760px) {
  .production-verify-banner { grid-template-columns:1fr; gap:5px; border-radius:17px; }
  .production-fact-strip,.production-metrics-v8550 { grid-template-columns:1fr!important; }
  .production-fact-strip article { min-height:96px; }
  .production-catalog-panel { border-radius:24px; }
  .production-catalog-panel>header { grid-template-columns:1fr; }
  .production-catalog-panel>header img { min-height:0; aspect-ratio:16/9; }
  .production-product-groups { padding:16px; gap:13px; }
  .production-product-subgroup { padding:16px; }
  .production-home-capabilities { grid-template-columns:1fr; }
  .batch4-page-hero { padding-top:calc(96px + env(safe-area-inset-top)); padding-bottom:46px; }
  .batch4-hero-copy .title { font-size:clamp(34px,10vw,48px); }
  .batch4-hero-visual,.batch4-wide-visual { border-radius:25px; box-shadow:0 22px 64px rgba(16,24,40,.12),0 0 0 5px rgba(255,255,255,.34); }
  .batch4-process-step,.batch4-standard-card,.batch4-innovation-card { border-radius:24px; }
  .batch4-process-step>div { padding:24px 20px 26px; }
  .production-search-form>div { grid-template-columns:1fr; }
  .production-search-form button { width:100%; }
}
@media (prefers-reduced-motion:reduce) {
  .production-content-v8550 .reveal,.production-contact-item { transition:none!important; transform:none!important; opacity:1!important; }
}

/* ======================================================================
   v8.5.51 — Full-site Typography Hierarchy, Alignment & Readability
   Scope: all 25 public pages via body.typography-system-v8551
   Reference scale (desktop): H1 64 / H2 48 / H3 32 / H4 24 / Body 16 / Caption 12
   ====================================================================== */
.typography-system-v8551 {
  --type-h1: clamp(44px, 4.6vw, 64px);
  --type-h2: clamp(34px, 3.45vw, 48px);
  --type-h3: clamp(26px, 2.35vw, 32px);
  --type-h4: clamp(20px, 1.7vw, 24px);
  --type-subtitle: 16px;
  --type-body: 16px;
  --type-caption: 12px;
  --leading-h1: 1.22;
  --leading-h2: 1.30;
  --leading-h3: 1.38;
  --leading-h4: 1.46;
  --leading-subtitle: 1.62;
  --leading-body: 1.78;
  --leading-caption: 1.60;
  font-size: var(--type-body);
  line-height: var(--leading-body);
  text-align: left;
  word-break: normal;
  overflow-wrap: break-word;
}

.typography-system-v8551 h1,
.typography-system-v8551 h2,
.typography-system-v8551 h3,
.typography-system-v8551 h4,
.typography-system-v8551 .title {
  margin-block-start: 0;
  color: var(--ink);
  font-family: "Noto Sans Thai", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-wrap: balance;
  word-break: normal;
  overflow-wrap: break-word;
  letter-spacing: -.018em;
  overflow: visible;
}

/* Primary page title / H1 */
.typography-system-v8551 h1,
.typography-system-v8551 .title:not(.sm):not(.xs) {
  font-size: var(--type-h1) !important;
  line-height: var(--leading-h1) !important;
  margin-block-end: 20px;
  letter-spacing: -.026em;
}

/* Major section title / H2 */
.typography-system-v8551 .title.sm,
.typography-system-v8551 .section-head > div > h2.title,
.typography-system-v8551 .cta-copy > h2.title,
.typography-system-v8551 .trusted-brands-copy > h2.title {
  font-size: var(--type-h2) !important;
  line-height: var(--leading-h2) !important;
  margin-block-end: 16px;
  letter-spacing: -.022em;
}

/* Card or content-group title / H3 */
.typography-system-v8551 .title.xs,
.typography-system-v8551 .article-body h2,
.typography-system-v8551 .batch3-case-content h2,
.typography-system-v8551 .production-catalog-panel > header h2,
.typography-system-v8551 .formula-panel-content h3,
.typography-system-v8551 .batch4-process-step h3,
.typography-system-v8551 .batch4-standard-card h3,
.typography-system-v8551 .batch4-innovation-card h3 {
  font-size: var(--type-h3) !important;
  line-height: var(--leading-h3) !important;
  margin-block-end: 12px;
  letter-spacing: -.014em;
}

/* Supporting heading / H4-equivalent */
.typography-system-v8551 h2:not(.title),
.typography-system-v8551 h3,
.typography-system-v8551 h4,
.typography-system-v8551 .card h3,
.typography-system-v8551 .production-product-subgroup h3 {
  font-size: var(--type-h4);
  line-height: var(--leading-h4);
  margin-block-end: 10px;
  letter-spacing: -.01em;
}

/* Contextual heading exceptions */
.typography-system-v8551 .trust-band-intro h2,
.typography-system-v8551 .legal-content h2,
.typography-system-v8551 .production-contact-note h3 {
  font-size: var(--type-h4) !important;
  line-height: var(--leading-h4) !important;
}
.typography-system-v8551 .service-mini h3 { font-size: clamp(19px, 1.45vw, 22px); }
.typography-system-v8551 .product-premium h3 { font-size: clamp(21px, 1.7vw, 24px); }
.typography-system-v8551 .footer h3 { font-size: 16px; line-height: 1.5; letter-spacing: 0; }

/* Body, subtitle and caption rhythm */
.typography-system-v8551 p,
.typography-system-v8551 li,
.typography-system-v8551 dd,
.typography-system-v8551 td,
.typography-system-v8551 .accordion-content {
  font-size: var(--type-body);
  line-height: var(--leading-body);
  text-wrap: pretty;
  word-break: normal;
  overflow-wrap: break-word;
}
.typography-system-v8551 p { margin-block: 0 1em; }
.typography-system-v8551 .lead {
  max-width: 72ch;
  font-size: var(--type-subtitle) !important;
  line-height: var(--leading-subtitle) !important;
  color: #475467;
  text-wrap: pretty;
}
.typography-system-v8551 .subtitle,
.typography-system-v8551 .premium-trust-strip strong,
.typography-system-v8551 .production-contact-item strong,
.typography-system-v8551 .accordion-button {
  font-size: var(--type-subtitle);
  line-height: var(--leading-subtitle);
}
.typography-system-v8551 .kicker,
.typography-system-v8551 .eyebrow-note,
.typography-system-v8551 .badge,
.typography-system-v8551 .tag,
.typography-system-v8551 small,
.typography-system-v8551 figcaption,
.typography-system-v8551 .product-code,
.typography-system-v8551 .production-catalog-footnote,
.typography-system-v8551 .production-search-status {
  font-size: var(--type-caption);
  line-height: var(--leading-caption);
}

/* Alignment: left is the reading default; center only where the component is intentionally presentational. */
.typography-system-v8551 main,
.typography-system-v8551 article,
.typography-system-v8551 .card,
.typography-system-v8551 .form-card,
.typography-system-v8551 .production-contact-panel,
.typography-system-v8551 .production-catalog-panel,
.typography-system-v8551 .batch4-process-step > div,
.typography-system-v8551 .batch4-standard-card > div,
.typography-system-v8551 .batch4-innovation-card {
  text-align: left;
}
.typography-system-v8551 .text-center,
.typography-system-v8551 .empty-state,
.typography-system-v8551 .production-search-status,
.typography-system-v8551 .production-search-empty,
.typography-system-v8551 .production-vision-card,
.typography-system-v8551 .cta-band,
.typography-system-v8551 .section-head.centered {
  text-align: center;
}
.typography-system-v8551 .section-head:not(.centered) { align-items: flex-end; }
.typography-system-v8551 .section-head > div { max-width: 780px; }
.typography-system-v8551 .section-head.centered > div,
.typography-system-v8551 .text-center .lead,
.typography-system-v8551 .production-vision-card p {
  margin-inline: auto;
}

/* Comfortable measure for long-form Thai text. */
.typography-system-v8551 .article-body,
.typography-system-v8551 .legal-content { max-width: 820px; }
.typography-system-v8551 .article-body p,
.typography-system-v8551 .article-body li,
.typography-system-v8551 .legal-content p,
.typography-system-v8551 .legal-content li { max-width: 72ch; }
.typography-system-v8551 .article-body h2,
.typography-system-v8551 .legal-content h2 { scroll-margin-top: 120px; }
.typography-system-v8551 ul,
.typography-system-v8551 ol { padding-inline-start: 1.35em; }
.typography-system-v8551 li + li { margin-block-start: .42em; }

/* Navigation, actions, forms and tables */
.typography-system-v8551 .nav-links a,
.typography-system-v8551 .drawer-menu a {
  line-height: 1.45;
  font-weight: 600;
}
.typography-system-v8551 .btn {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  min-height: 48px;
  padding-block: 10px;
  white-space: normal;
  text-align: center;
}
.typography-system-v8551 .field label,
.typography-system-v8551 .production-search-form > label {
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
}
.typography-system-v8551 input,
.typography-system-v8551 select,
.typography-system-v8551 textarea {
  font-size: 16px;
  line-height: 1.55;
}
.typography-system-v8551 .accordion-button {
  text-align: left;
  font-weight: 700;
  padding-block: 20px;
}
.typography-system-v8551 .table th,
.typography-system-v8551 .admin-table th {
  font-size: 13px;
  line-height: 1.55;
  font-weight: 700;
  text-align: left;
}
.typography-system-v8551 .table td,
.typography-system-v8551 .admin-table td { text-align: left; }

/* Cards and specialist components */
.typography-system-v8551 .card p,
.typography-system-v8551 .service-mini p,
.typography-system-v8551 .product-premium p,
.typography-system-v8551 .batch4-process-step p,
.typography-system-v8551 .batch4-standard-card p,
.typography-system-v8551 .batch4-innovation-card p,
.typography-system-v8551 .production-catalog-panel > header p {
  font-size: 15.5px;
  line-height: 1.76;
}
.typography-system-v8551 .production-product-subgroup li {
  font-size: 13px;
  line-height: 1.55;
}
.typography-system-v8551 .stat-label,
.typography-system-v8551 .metrics-strip small,
.typography-system-v8551 .premium-trust-strip small {
  font-size: 14px;
  line-height: 1.68;
}
.typography-system-v8551 .footer p,
.typography-system-v8551 .footer a {
  font-size: 14px;
  line-height: 1.78;
}
.typography-system-v8551 .footer-bottom {
  font-size: 12px;
  line-height: 1.65;
}

/* Tablet */
@media (max-width: 1024px) {
  .typography-system-v8551 {
    --type-h1: clamp(40px, 6.2vw, 52px);
    --type-h2: clamp(32px, 4.8vw, 40px);
    --type-h3: clamp(25px, 3.5vw, 28px);
    --type-h4: clamp(20px, 2.8vw, 22px);
  }
  .typography-system-v8551 .section-head { align-items: flex-start; }
}

/* Mobile */
@media (max-width: 640px) {
  .typography-system-v8551 {
    --type-h1: clamp(36px, 10.4vw, 40px);
    --type-h2: clamp(29px, 8.2vw, 32px);
    --type-h3: clamp(23px, 6.4vw, 24px);
    --type-h4: clamp(19px, 5.4vw, 20px);
    --leading-h1: 1.24;
    --leading-h2: 1.32;
    --leading-h3: 1.40;
    --leading-h4: 1.48;
    --leading-body: 1.74;
  }
  .typography-system-v8551 .container { width: min(var(--container), calc(100% - 32px)); }
  .typography-system-v8551 .section-head,
  .typography-system-v8551 .section-head.centered {
    text-align: left;
    justify-content: flex-start;
  }
  .typography-system-v8551 .section-head.centered > div { margin-inline: 0; }
  .typography-system-v8551 .text-center .lead { max-width: 38ch; }
  .typography-system-v8551 .btn { min-height: 48px; font-size: 14.5px; }
  .typography-system-v8551 .accordion-button { font-size: 15.5px; line-height: 1.62; padding-inline: 18px; }
  .typography-system-v8551 .accordion-content { padding-inline: 18px; }
  .typography-system-v8551 .card p,
  .typography-system-v8551 .service-mini p,
  .typography-system-v8551 .product-premium p,
  .typography-system-v8551 .batch4-process-step p,
  .typography-system-v8551 .batch4-standard-card p,
  .typography-system-v8551 .batch4-innovation-card p,
  .typography-system-v8551 .production-catalog-panel > header p { font-size: 15px; line-height: 1.74; }
}

@media (max-width: 380px) {
  .typography-system-v8551 {
    --type-h1: 35px;
    --type-h2: 29px;
    --type-h3: 22px;
    --type-h4: 19px;
  }
}
.typography-system-v8551 .accordion-heading {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0;
}
.typography-system-v8551 .accordion-heading .accordion-button { margin: 0; }

/* v8.5.51 — ID-priority typography lock
   Prevents legacy high-specificity !important rules from overriding the approved scale. */
body#dichana-typography-v8551 h1.title,
body#dichana-typography-v8551 h1.hero-video-title,
body#dichana-typography-v8551 .page-hero h1.title,
body#dichana-typography-v8551 .batch2-hero-copy h1.title,
body#dichana-typography-v8551 .batch3-hero-copy h1.title,
body#dichana-typography-v8551 .batch4-hero-copy h1.title {
  font-size: var(--type-h1) !important;
  line-height: var(--leading-h1) !important;
  font-weight: 700 !important;
  letter-spacing: -.026em !important;
  word-break: normal !important;
  text-wrap: balance !important;
}
body#dichana-typography-v8551 h2.title.sm,
body#dichana-typography-v8551 .section-head h2.title.sm,
body#dichana-typography-v8551 .cta-copy h2.title.sm,
body#dichana-typography-v8551 .trusted-brands-copy h2.title.sm {
  font-size: var(--type-h2) !important;
  line-height: var(--leading-h2) !important;
  font-weight: 700 !important;
  letter-spacing: -.022em !important;
}
body#dichana-typography-v8551 h2.title.xs,
body#dichana-typography-v8551 .article-body h2,
body#dichana-typography-v8551 .batch3-case-content h2,
body#dichana-typography-v8551 .production-catalog-panel > header h2,
body#dichana-typography-v8551 .formula-panel-content h3,
body#dichana-typography-v8551 .batch4-process-step h3,
body#dichana-typography-v8551 .batch4-standard-card h3,
body#dichana-typography-v8551 .batch4-innovation-card h3 {
  font-size: var(--type-h3) !important;
  line-height: var(--leading-h3) !important;
  font-weight: 700 !important;
  letter-spacing: -.014em !important;
}
body#dichana-typography-v8551 main h2:not(.title),
body#dichana-typography-v8551 main h3,
body#dichana-typography-v8551 main h4 {
  font-size: var(--type-h4);
  line-height: var(--leading-h4);
  font-weight: 700;
}
body#dichana-typography-v8551 .trust-band-intro h2,
body#dichana-typography-v8551 .legal-content h2,
body#dichana-typography-v8551 .production-contact-note h3 {
  font-size: var(--type-h4) !important;
  line-height: var(--leading-h4) !important;
}


/* v8.5.51 — Mobile homepage hero text-width safety */
@media (max-width: 760px) {
  body#dichana-typography-v8551.home-page .hero-fullscreen-copy {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }
  body#dichana-typography-v8551.home-page .hero-video-title {
    width: 100% !important;
    max-width: 100% !important;
  }
  body#dichana-typography-v8551.home-page .hero-video-title > span,
  body#dichana-typography-v8551.home-page .hero-video-title .hero-title-line,
  body#dichana-typography-v8551.home-page .hero-video-title .gradient-text {
    max-width: 100% !important;
  }
}


/* v8.5.53 — Homepage product category showcase expansion and content refinement */
body.homepage-category-showcase-v8553 {
  --v8553-showcase-max: 1760px;
}
body.homepage-category-showcase-v8553 .formula-fullscreen-section {
  padding-top: clamp(64px, 4.9vw, 84px) !important;
  padding-bottom: clamp(60px, 4.7vw, 78px) !important;
}
body.homepage-category-showcase-v8553 .formula-fullscreen-container {
  width: min(calc(100vw - 24px), var(--v8553-showcase-max)) !important;
  max-width: none !important;
}
body.homepage-category-showcase-v8553 .formula-fullscreen-section .section-head.centered {
  width: min(100%, 980px);
  margin-inline: auto;
  margin-bottom: clamp(26px, 2vw, 36px) !important;
}
body.homepage-category-showcase-v8553 .formula-fullscreen-section .section-head.centered .title {
  max-width: 14ch;
  margin-inline: auto;
  font-size: clamp(48px, 4.5vw, 78px);
  line-height: 1.08;
  letter-spacing: -.034em;
}
body.homepage-category-showcase-v8553 .formula-fullscreen-section .section-head.centered .lead {
  max-width: 920px;
  margin-inline: auto;
  font-size: clamp(17px, 1.12vw, 19px);
  line-height: 1.9;
  color: rgba(88, 100, 122, .94);
}
body.homepage-category-showcase-v8553 .formula-showcase-frame {
  margin-top: clamp(16px, 1.6vw, 24px) !important;
  padding-inline: clamp(10px, 0.8vw, 16px);
}
body.homepage-category-showcase-v8553 .formula-universe {
  min-height: clamp(600px, 43vw, 720px);
  gap: clamp(14px, 1vw, 18px);
}
body.homepage-category-showcase-v8553 .formula-panel,
body.homepage-category-showcase-v8553 .formula-panel.is-active,
body.homepage-category-showcase-v8553 .formula-panel:hover,
body.homepage-category-showcase-v8553 .formula-panel:focus-within {
  min-height: clamp(600px, 43vw, 720px);
}
body.homepage-category-showcase-v8553 .formula-panel.is-active,
body.homepage-category-showcase-v8553 .formula-panel:hover,
body.homepage-category-showcase-v8553 .formula-panel:focus-within {
  flex-grow: 3.72 !important;
}
body.homepage-category-showcase-v8553 .formula-panel-content {
  left: clamp(24px, 1.5vw, 32px);
  right: clamp(24px, 1.5vw, 32px);
  bottom: clamp(22px, 1.8vw, 30px);
  max-width: min(620px, calc(100% - 56px));
  padding: clamp(22px, 1.6vw, 28px);
  border-radius: clamp(22px, 1.8vw, 28px);
}
body.homepage-category-showcase-v8553 .formula-pill {
  font-size: 12px;
  letter-spacing: .035em;
}
body.homepage-category-showcase-v8553 .formula-panel-content h3 {
  font-size: clamp(28px, 2.2vw, 40px) !important;
  line-height: 1.24;
}
body.homepage-category-showcase-v8553 .formula-panel-content p {
  font-size: clamp(15px, 1vw, 16.5px) !important;
  line-height: 1.86;
  max-width: 52ch;
}
body.homepage-category-showcase-v8553 .formula-panel-content .card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
  font-weight: 700;
}
body.homepage-category-showcase-v8553 .vertical-label {
  left: 16px;
  top: 26px;
  font-size: clamp(42px, 3.15vw, 62px);
  line-height: .9;
}
body.homepage-category-showcase-v8553 .vertical-label-long {
  font-size: clamp(30px, 2.2vw, 42px);
}
body.homepage-category-showcase-v8553 .vertical-label-xlong {
  font-size: clamp(24px, 1.7vw, 34px);
}
body.homepage-category-showcase-v8553 .showcase-nav {
  width: 62px;
  height: 62px;
}
body.homepage-category-showcase-v8553 .showcase-prev { left: clamp(2px, .55vw, 12px) !important; }
body.homepage-category-showcase-v8553 .showcase-next { right: clamp(2px, .55vw, 12px) !important; }
@media (max-width: 1180px) {
  body.homepage-category-showcase-v8553 .formula-fullscreen-container {
    width: min(calc(100% - 32px), 100%) !important;
  }
  body.homepage-category-showcase-v8553 .formula-fullscreen-section .section-head.centered .title {
    max-width: 12ch;
    font-size: clamp(42px, 4.6vw, 62px);
  }
  body.homepage-category-showcase-v8553 .formula-fullscreen-section .section-head.centered .lead {
    font-size: 16px;
    line-height: 1.84;
  }
  body.homepage-category-showcase-v8553 .vertical-label {
    font-size: clamp(36px, 3vw, 52px);
  }
  body.homepage-category-showcase-v8553 .vertical-label-long {
    font-size: clamp(26px, 2vw, 36px);
  }
  body.homepage-category-showcase-v8553 .vertical-label-xlong {
    font-size: clamp(22px, 1.65vw, 30px);
  }
}
@media (max-width: 980px) {
  body.homepage-category-showcase-v8553 .formula-fullscreen-section .section-head.centered {
    width: min(calc(100% - 28px), 620px);
  }
  body.homepage-category-showcase-v8553 .formula-fullscreen-section .section-head.centered .title,
  body.homepage-category-showcase-v8553 .formula-fullscreen-section .section-head.centered .lead {
    max-width: none;
    margin-inline: 0;
  }
}
@media (max-width: 760px) {
  body.homepage-category-showcase-v8553 .formula-fullscreen-section .section-head.centered .title {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.12;
  }
  body.homepage-category-showcase-v8553 .formula-fullscreen-section .section-head.centered .lead {
    font-size: 15px;
    line-height: 1.78;
  }
}


/* v8.5.55 — Homepage alignment and centering refinement */
body.homepage-alignment-polish-v8555 .formula-fullscreen-section .section-head.centered {
  width: min(100%, 1200px) !important;
}
body.homepage-alignment-polish-v8555 .formula-fullscreen-section .section-head.centered .title {
  max-width: none !important;
  margin-inline: auto;
}
@media (min-width: 1280px) {
  body.homepage-alignment-polish-v8555 .formula-fullscreen-section .section-head.centered .title {
    white-space: nowrap;
    font-size: clamp(44px, 3.45vw, 66px) !important;
    line-height: 1.14 !important;
    letter-spacing: -0.032em;
  }
}
@media (max-width: 1279px) {
  body.homepage-alignment-polish-v8555 .formula-fullscreen-section .section-head.centered .title {
    white-space: normal;
  }
}

body.homepage-alignment-polish-v8555 .section-services-balanced .service-icon-grid {
  align-items: stretch;
}
body.homepage-alignment-polish-v8555 .section-services-balanced .service-mini {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body.homepage-alignment-polish-v8555 .section-services-balanced .service-mini h3 {
  width: 100%;
  min-height: 2.9em;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
body.homepage-alignment-polish-v8555 .section-services-balanced .service-mini p {
  width: 100%;
  text-align: center;
}
body.homepage-alignment-polish-v8555 .section-services-balanced .service-mini .card-link {
  align-self: center;
  text-align: center;
}

body.homepage-alignment-polish-v8555 .section-cta-balanced .cta-copy {
  text-align: center;
}
body.homepage-alignment-polish-v8555 .section-cta-balanced .cta-copy .kicker,
body.homepage-alignment-polish-v8555 .section-cta-balanced .cta-copy .title,
body.homepage-alignment-polish-v8555 .section-cta-balanced .cta-copy p {
  margin-left: auto;
  margin-right: auto;
}
body.homepage-alignment-polish-v8555 .section-cta-balanced .cta-copy .hero-ctas {
  justify-content: center;
}

@media (max-width: 760px) {
  body.homepage-alignment-polish-v8555 .section-services-balanced .service-mini {
    align-items: flex-start;
    text-align: left;
  }
  body.homepage-alignment-polish-v8555 .section-services-balanced .service-mini h3,
  body.homepage-alignment-polish-v8555 .section-services-balanced .service-mini p,
  body.homepage-alignment-polish-v8555 .section-services-balanced .service-mini .card-link {
    text-align: left;
    justify-content: flex-start;
    align-self: stretch;
  }
  body.homepage-alignment-polish-v8555 .section-services-balanced .service-mini h3 {
    min-height: 0;
  }
}


/* v8.5.56 — Complete Products Page Redesign */
body.product-library-redesign-v8556 {
  --pl-ink: #0b1425;
  --pl-muted: #5c687b;
  --pl-line: rgba(203, 213, 225, .82);
  --pl-surface: rgba(255, 255, 255, .92);
  --pl-soft: #f7f9fc;
  background: radial-gradient(circle at 10% 14%, rgba(233,6,172,.07), transparent 26%), radial-gradient(circle at 90% 22%, rgba(8,195,244,.08), transparent 30%), #fff;
}
.product-library-v8556 { overflow: clip; }
.product-library-hero { padding: clamp(142px, 11vw, 184px) 0 clamp(72px, 6vw, 104px); background: linear-gradient(135deg, rgba(255,247,252,.92), rgba(247,252,255,.96)); border-bottom: 1px solid rgba(226,232,240,.72); }
.product-library-hero-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(460px, 1.06fr); align-items: center; gap: clamp(46px, 6vw, 92px); }
.product-library-hero-copy { max-width: 690px; }
.product-library-hero-copy .title { margin-top: 18px; }
.product-library-hero-copy .lead { max-width: 680px; line-height: 1.86; }
.product-library-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 30px; max-width: 610px; }
.product-library-summary > div { min-height: 88px; padding: 18px 20px; border: 1px solid rgba(226,232,240,.9); border-radius: 22px; background: rgba(255,255,255,.82); box-shadow: 0 18px 52px rgba(16,24,40,.055); display: grid; align-content: center; gap: 2px; }
.product-library-summary strong { font-size: clamp(25px, 2vw, 34px); line-height: 1; background: linear-gradient(135deg,var(--magenta),var(--cyan)); -webkit-background-clip: text; color: transparent; }
.product-library-summary span { color: var(--pl-muted); font-size: 13px; font-weight: 650; }
.product-library-hero-visual { position: relative; margin: 0; border-radius: clamp(30px, 3vw, 48px); overflow: hidden; border: 1px solid rgba(255,255,255,.92); background: #fff; box-shadow: 0 36px 110px rgba(16,24,40,.14); }
.product-library-hero-visual img { display: block; width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.product-library-hero-visual figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; padding: 12px 16px; border-radius: 16px; background: rgba(8,15,29,.68); color: rgba(255,255,255,.88); font-size: 12px; text-align: center; backdrop-filter: blur(14px); }

.product-library-section { padding: clamp(72px, 6.4vw, 112px) 0 clamp(84px, 7vw, 124px); }
.product-library-shell { width: min(1600px, calc(100% - 48px)); max-width: none; display: grid; grid-template-columns: minmax(260px, 320px) minmax(0, 1fr); align-items: start; gap: clamp(30px, 3.2vw, 52px); }
.product-library-sidebar { position: sticky; top: 116px; max-height: calc(100vh - 136px); overflow-y: auto; scrollbar-width: thin; padding: 28px 20px 22px; border-radius: 30px; border: 1px solid rgba(226,232,240,.92); background: linear-gradient(180deg, rgba(255,255,255,.97), rgba(248,251,255,.96)); box-shadow: 0 26px 78px rgba(16,24,40,.09); }
.product-sidebar-head { padding: 2px 8px 20px; border-bottom: 1px solid var(--pl-line); }
.product-sidebar-head h2 { margin: 14px 0 8px; font-size: 26px; line-height: 1.3; color: var(--pl-ink); }
.product-sidebar-head p { margin: 0; color: var(--pl-muted); font-size: 14px; line-height: 1.72; }
.product-category-navigation { display: grid; gap: 12px; margin-top: 18px; }
.product-nav-group { border: 1px solid rgba(226,232,240,.9); border-radius: 20px; background: rgba(255,255,255,.85); overflow: hidden; transition: border-color .2s ease, box-shadow .2s ease; }
.product-nav-group.is-open { border-color: rgba(233,6,172,.22); box-shadow: 0 14px 40px rgba(233,6,172,.07); }
.product-nav-category { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px; border: 0; background: transparent; color: var(--pl-ink); text-align: left; cursor: pointer; font-family: "Noto Sans Thai", sans-serif; }
.product-nav-category span { min-width: 0; display: grid; gap: 3px; }
.product-nav-category small { color: #b30b81; font-size: 10px; font-weight: 750; letter-spacing: .025em; }
.product-nav-category strong { font-size: 14px; line-height: 1.45; font-weight: 680; }
.product-nav-category b { flex: 0 0 28px; height: 28px; display: grid; place-items: center; border-radius: 999px; background: linear-gradient(135deg,rgba(233,6,172,.12),rgba(8,195,244,.13)); color: #a70c7a; font-size: 12px; }
.product-nav-subcategories { display: none; padding: 0 10px 12px; gap: 6px; }
.product-nav-group.is-open .product-nav-subcategories { display: grid; }
.product-nav-subcategory { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 42px; padding: 9px 11px; border: 1px solid transparent; border-radius: 13px; background: transparent; color: #536079; text-align: left; cursor: pointer; font-family: "Noto Sans Thai", sans-serif; font-size: 12.5px; line-height: 1.45; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.product-nav-subcategory small { flex: 0 0 24px; height: 24px; display: grid; place-items: center; border-radius: 999px; background: #f1f5f9; color: #64748b; font-size: 10px; }
.product-nav-subcategory:hover { background: #f8fafc; color: var(--pl-ink); }
.product-nav-subcategory.is-active { color: #97096f; border-color: rgba(233,6,172,.14); background: linear-gradient(135deg,rgba(233,6,172,.09),rgba(8,195,244,.075)); font-weight: 680; }
.product-nav-subcategory.is-active small { background: linear-gradient(135deg,var(--magenta),var(--cyan)); color: #fff; }
.product-sidebar-note { margin-top: 20px; padding: 16px; border-radius: 18px; border: 1px solid rgba(245,158,11,.22); background: #fffaf0; }
.product-sidebar-note strong { display: block; margin-bottom: 6px; color: #9a5b00; font-size: 12px; }
.product-sidebar-note p { margin: 0; color: #755b34; font-size: 11.5px; line-height: 1.65; }

.product-library-results { min-width: 0; }
.product-results-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; padding: 4px 0 24px; border-bottom: 1px solid var(--pl-line); }
.product-results-header > div:first-child { max-width: 860px; }
.product-results-eyebrow { display: inline-flex; color: #b30b81; font-size: 12px; font-weight: 730; letter-spacing: .015em; }
.product-results-header h2 { margin: 10px 0 8px; color: var(--pl-ink); font-size: clamp(34px, 3vw, 52px); line-height: 1.18; letter-spacing: -.025em; }
.product-results-header p { margin: 0; color: var(--pl-muted); line-height: 1.78; }
.product-result-count { flex: 0 0 auto; min-width: 132px; padding: 18px 20px; border-radius: 22px; text-align: center; background: linear-gradient(135deg,#fff1fa,#eefbff); border: 1px solid rgba(233,6,172,.13); }
.product-result-count strong { display: block; font-size: 32px; line-height: 1; color: #b30b81; }
.product-result-count span { display: block; margin-top: 5px; color: #64748b; font-size: 11px; font-weight: 650; }
.product-concept-notice { display: flex; align-items: center; gap: 14px; margin: 22px 0 26px; padding: 14px 16px; border-radius: 16px; background: #f8fafc; border: 1px solid rgba(226,232,240,.9); }
.product-concept-notice span { flex: 0 0 auto; padding: 7px 10px; border-radius: 999px; background: #0b1425; color: #fff; font-size: 10px; font-weight: 750; letter-spacing: .04em; }
.product-concept-notice p { margin: 0; color: #64748b; font-size: 12px; line-height: 1.65; }
.product-concept-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(22px, 2.2vw, 32px); }
.product-loading-state, .product-noscript { grid-column: 1/-1; padding: 50px; text-align: center; border-radius: 26px; background: #f8fafc; color: #64748b; }
.product-concept-card { min-width: 0; display: grid; grid-template-columns: minmax(180px, .78fr) minmax(0, 1.22fr); border-radius: 30px; overflow: hidden; background: rgba(255,255,255,.97); border: 1px solid rgba(226,232,240,.94); box-shadow: 0 24px 72px rgba(16,24,40,.075); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.product-concept-card:hover { transform: translateY(-5px); border-color: rgba(233,6,172,.18); box-shadow: 0 34px 92px rgba(16,24,40,.115); }
.product-concept-visual { position: relative; min-height: 100%; background: linear-gradient(180deg,#fff8fd,#eefbff); overflow: hidden; }
.product-concept-visual img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; display: block; }
.product-concept-code { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 8px 10px; border-radius: 12px; background: rgba(9,17,31,.78); color: #fff; font-size: 10px; text-align: center; letter-spacing: .04em; backdrop-filter: blur(10px); }
.product-concept-body { min-width: 0; padding: 24px; display: flex; flex-direction: column; }
.product-concept-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.product-concept-meta span { display: inline-flex; align-items: center; min-height: 28px; padding: 6px 9px; border-radius: 999px; background: #f4f7fb; color: #536079; font-size: 10px; font-weight: 650; }
.product-concept-meta .pending { background: #fff7ed; color: #9a5b00; }
.product-concept-body h3 { margin: 14px 0 8px; color: var(--pl-ink); font-size: clamp(22px, 1.65vw, 28px); line-height: 1.3; letter-spacing: -.015em; }
.product-concept-description { margin: 0 0 18px; color: var(--pl-muted); font-size: 13.5px; line-height: 1.78; }
.product-concept-specs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 20px; }
.product-spec { padding: 13px 14px; border-radius: 16px; background: var(--pl-soft); border: 1px solid rgba(226,232,240,.8); }
.product-spec h4 { margin: 0 0 7px; color: #9f0c74; font-size: 11px; line-height: 1.4; letter-spacing: .015em; }
.product-spec p, .product-spec li { color: #536079; font-size: 11px; line-height: 1.62; }
.product-spec p { margin: 0; }
.product-spec ul { margin: 0; padding-left: 16px; }
.product-spec-benefit, .product-spec-ingredients { grid-column: 1/-1; }
.registration-pending { color: #9a5b00 !important; font-weight: 680; }
.ingredient-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.ingredient-tags span { padding: 6px 8px; border-radius: 999px; background: #fff; border: 1px solid rgba(203,213,225,.85); color: #475569; font-size: 9.5px; font-weight: 620; }
.tester-order-button { width: 100%; margin-top: auto; min-height: 50px; }
.product-library-cta-section { padding-top: 0; }

.tester-modal[hidden] { display: none !important; }
.tester-modal { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 24px; opacity: 0; transition: opacity .22s ease; }
.tester-modal.is-open { opacity: 1; }
.tester-modal-backdrop { position: absolute; inset: 0; background: rgba(4,10,22,.68); backdrop-filter: blur(12px); }
.tester-modal-dialog { position: relative; width: min(1120px, 100%); max-height: calc(100vh - 48px); overflow-y: auto; border-radius: 34px; background: #fff; border: 1px solid rgba(255,255,255,.8); box-shadow: 0 42px 140px rgba(0,0,0,.32); transform: translateY(18px) scale(.985); transition: transform .22s ease; outline: none; }
.tester-modal.is-open .tester-modal-dialog { transform: translateY(0) scale(1); }
.tester-modal-close { position: absolute; top: 16px; right: 16px; z-index: 3; width: 42px; height: 42px; border-radius: 999px; border: 1px solid rgba(226,232,240,.9); background: rgba(255,255,255,.92); color: #111827; font-size: 25px; cursor: pointer; }
.tester-modal-layout { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); }
.tester-modal-summary { padding: 42px; color: #fff; background: radial-gradient(circle at 86% 10%, rgba(8,195,244,.35), transparent 26%), linear-gradient(145deg,#0a1324,#420d37 58%,#087a9c); }
.tester-modal-summary h2 { margin: 16px 0 20px; color: #fff; font-size: clamp(30px, 3vw, 44px); line-height: 1.2; }
.tester-modal-summary > p { color: rgba(255,255,255,.82); line-height: 1.75; }
.tester-selected-product { display: grid; grid-template-columns: 110px minmax(0,1fr); gap: 16px; align-items: center; padding: 14px; border-radius: 22px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); }
.tester-selected-product img { width: 110px; height: 110px; object-fit: cover; border-radius: 16px; background: #fff; }
.tester-selected-product div { display: grid; gap: 5px; }
.tester-selected-product small { color: #76e4ff; font-size: 10px; }
.tester-selected-product strong { color: #fff; font-size: 16px; line-height: 1.45; }
.tester-selected-product span { color: rgba(255,255,255,.7); font-size: 11px; line-height: 1.5; }
.tester-modal-disclaimer { margin-top: 20px; padding: 14px; border-radius: 16px; background: rgba(255,255,255,.09); color: rgba(255,255,255,.76); font-size: 11px; line-height: 1.65; }
.tester-request-form { padding: 44px 42px; }
.tester-request-form .field label { font-weight: 650; }
.tester-form-actions { display: flex; gap: 12px; }
body.tester-modal-open { overflow: hidden; }

@media (max-width: 1380px) {
  .product-library-shell { width: min(100% - 36px, 1380px); grid-template-columns: 280px minmax(0, 1fr); gap: 30px; }
  .product-concept-card { grid-template-columns: 175px minmax(0,1fr); }
  .product-concept-visual img { min-height: 440px; }
  .product-concept-body { padding: 20px; }
}
@media (max-width: 1180px) {
  .product-library-hero-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .product-library-shell { grid-template-columns: 250px minmax(0,1fr); }
  .product-concept-grid { grid-template-columns: 1fr; }
  .product-concept-card { grid-template-columns: 230px minmax(0,1fr); }
  .product-concept-visual img { min-height: 400px; }
}
@media (max-width: 980px) {
  .product-library-hero { padding-top: 118px; }
  .product-library-hero-grid { grid-template-columns: 1fr; }
  .product-library-hero-copy { max-width: 780px; }
  .product-library-hero-visual { max-width: 760px; }
  .product-library-shell { width: min(100% - 28px, 820px); grid-template-columns: 1fr; }
  .product-library-sidebar { position: relative; top: auto; max-height: none; overflow: visible; }
  .product-category-navigation { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-nav-group { min-width: 0; }
  .product-results-header { scroll-margin-top: 100px; }
}
@media (max-width: 760px) {
  .product-library-hero { padding: 100px 0 60px; }
  .product-library-summary { grid-template-columns: 1fr; }
  .product-library-summary > div { min-height: 72px; }
  .product-category-navigation { grid-template-columns: 1fr; }
  .product-results-header { align-items: flex-start; }
  .product-result-count { min-width: 100px; }
  .product-concept-notice { align-items: flex-start; }
  .product-concept-card { grid-template-columns: 1fr; }
  .product-concept-visual img { min-height: 0; aspect-ratio: 4/3; }
  .product-concept-specs { grid-template-columns: 1fr; }
  .product-spec, .product-spec-benefit, .product-spec-ingredients { grid-column: auto; }
  .tester-modal { padding: 12px; }
  .tester-modal-dialog { max-height: calc(100vh - 24px); border-radius: 26px; }
  .tester-modal-layout { grid-template-columns: 1fr; }
  .tester-modal-summary, .tester-request-form { padding: 30px 22px; }
  .tester-modal-summary { padding-top: 50px; }
  .tester-form-actions { display: grid; }
}
@media (max-width: 430px) {
  .product-library-shell { width: min(100% - 20px, 100%); }
  .product-library-sidebar { padding: 22px 14px; border-radius: 24px; }
  .product-results-header { display: grid; }
  .product-result-count { width: 100%; text-align: left; display: flex; align-items: center; gap: 10px; }
  .product-result-count strong { display: inline; }
  .product-result-count span { margin: 0; }
  .product-concept-body { padding: 18px; }
  .tester-selected-product { grid-template-columns: 82px minmax(0,1fr); }
  .tester-selected-product img { width: 82px; height: 82px; }
}

/* v8.5.57 — Premium compact product cards + complete detail modal */
body.product-library-card-detail-v8557 {
  --pl57-ink: #091426;
  --pl57-muted: #5d687b;
  --pl57-line: rgba(203, 213, 225, .78);
  --pl57-shadow: 0 24px 72px rgba(15, 23, 42, .085);
  --pl57-shadow-hover: 0 34px 96px rgba(15, 23, 42, .14);
}

body.product-library-card-detail-v8557 .product-library-hero-grid {
  width: min(1520px, calc(100% - 56px));
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(500px, .94fr);
  gap: clamp(48px, 5vw, 86px);
}
body.product-library-card-detail-v8557 .product-library-hero-copy {
  max-width: 720px;
}
body.product-library-card-detail-v8557 .product-library-hero-visual {
  max-width: 720px;
  justify-self: end;
}
body.product-library-card-detail-v8557 .product-library-hero-visual img {
  aspect-ratio: 16 / 11;
}

body.product-library-card-detail-v8557 .product-library-shell {
  width: min(1680px, calc(100% - 64px));
  max-width: none;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: clamp(32px, 3.1vw, 52px);
}
body.product-library-card-detail-v8557 .product-library-sidebar {
  top: 112px;
  padding: 26px 18px 20px;
  border-radius: 28px;
  box-shadow: 0 24px 72px rgba(15, 23, 42, .08);
}
body.product-library-card-detail-v8557 .product-library-results {
  min-width: 0;
  width: 100%;
}
body.product-library-card-detail-v8557 .product-results-header {
  align-items: center;
  padding-top: 0;
  padding-bottom: 26px;
}
body.product-library-card-detail-v8557 .product-results-header h2 {
  font-size: clamp(38px, 3.25vw, 58px);
}
body.product-library-card-detail-v8557 .product-concept-notice {
  margin: 20px 0 26px;
}

body.product-library-card-detail-v8557 .product-concept-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 1.7vw, 26px);
  align-items: stretch;
}
body.product-library-card-detail-v8557 .product-concept-card {
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 1px solid rgba(220, 227, 237, .94);
  border-radius: 28px;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, .98);
  color: var(--pl57-ink);
  text-align: left;
  font: inherit;
  box-shadow: var(--pl57-shadow);
  cursor: pointer;
  transform: translateZ(0);
  transition: transform .28s cubic-bezier(.2,.8,.2,1), box-shadow .28s ease, border-color .28s ease;
}
body.product-library-card-detail-v8557 .product-concept-card:hover,
body.product-library-card-detail-v8557 .product-concept-card:focus-visible {
  transform: translateY(-7px);
  border-color: rgba(233, 6, 172, .24);
  box-shadow: var(--pl57-shadow-hover);
  outline: none;
}
body.product-library-card-detail-v8557 .product-concept-visual {
  position: relative;
  width: 100%;
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(145deg, #fff7fc, #eefbff);
}
body.product-library-card-detail-v8557 .product-concept-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(8, 17, 31, .1));
  pointer-events: none;
}
body.product-library-card-detail-v8557 .product-concept-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .3s ease;
}
body.product-library-card-detail-v8557 .product-concept-card:hover .product-concept-visual img,
body.product-library-card-detail-v8557 .product-concept-card:focus-visible .product-concept-visual img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.01);
}
body.product-library-card-detail-v8557 .product-card-status {
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 16px;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .9);
  color: #a50b78;
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
  backdrop-filter: blur(12px);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .035em;
  text-transform: uppercase;
}
body.product-library-card-detail-v8557 .product-concept-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 22px 22px 20px;
}
body.product-library-card-detail-v8557 .product-concept-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 12px;
}
body.product-library-card-detail-v8557 .product-concept-meta span {
  min-width: 0;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 5px 8px;
  border-radius: 999px;
  background: #f8f4fa;
  color: #9f0c74;
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1.35;
}
body.product-library-card-detail-v8557 .product-concept-meta .product-concept-code {
  position: static;
  flex: 0 0 auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #7a8596;
  font-size: 9px;
  text-align: right;
  letter-spacing: .035em;
  backdrop-filter: none;
}
body.product-library-card-detail-v8557 .product-concept-body h3 {
  margin: 16px 0 9px;
  color: var(--pl57-ink);
  font-size: clamp(20px, 1.35vw, 25px);
  line-height: 1.32;
  letter-spacing: -.015em;
  font-weight: 650;
  overflow-wrap: anywhere;
}
body.product-library-card-detail-v8557 .product-card-focus {
  margin: 0;
  min-height: 3.35em;
  color: var(--pl57-muted);
  font-size: 12.5px;
  line-height: 1.68;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.product-library-card-detail-v8557 .product-card-ingredients {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}
body.product-library-card-detail-v8557 .product-card-ingredients span {
  max-width: 100%;
  padding: 6px 8px;
  border-radius: 999px;
  border: 1px solid rgba(203, 213, 225, .82);
  background: #fbfcfe;
  color: #596579;
  font-size: 9px;
  font-weight: 620;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.product-library-card-detail-v8557 .product-card-ingredients .more {
  flex: 0 0 auto;
  color: #a50b78;
  background: #fff3fa;
  border-color: rgba(233, 6, 172, .13);
}
body.product-library-card-detail-v8557 .product-card-detail-link {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #a50b78;
  font-size: 12px;
  font-weight: 750;
}
body.product-library-card-detail-v8557 .product-card-detail-link b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--magenta), var(--cyan));
  box-shadow: 0 12px 30px rgba(233, 6, 172, .18);
  transition: transform .22s ease;
}
body.product-library-card-detail-v8557 .product-concept-card:hover .product-card-detail-link b,
body.product-library-card-detail-v8557 .product-concept-card:focus-visible .product-card-detail-link b {
  transform: translateX(3px);
}

.product-detail-modal[hidden] { display: none !important; }
.product-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 490;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  transition: opacity .22s ease;
}
.product-detail-modal.is-open { opacity: 1; }
.product-detail-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 9, 22, .72);
  backdrop-filter: blur(14px) saturate(.95);
}
.product-detail-modal-dialog {
  position: relative;
  width: min(1180px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  border-radius: 36px;
  background: #fff;
  border: 1px solid rgba(255,255,255,.86);
  box-shadow: 0 48px 160px rgba(0,0,0,.34);
  transform: translateY(18px) scale(.985);
  transition: transform .24s cubic-bezier(.2,.8,.2,1);
  outline: none;
}
.product-detail-modal.is-open .product-detail-modal-dialog {
  transform: translateY(0) scale(1);
}
.product-detail-modal-close {
  position: absolute;
  z-index: 4;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(203,213,225,.82);
  background: rgba(255,255,255,.92);
  color: #0b1425;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(15,23,42,.1);
}
.product-detail-modal-grid {
  display: grid;
  grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr);
}
.product-detail-visual-panel {
  padding: 42px;
  color: #fff;
  background: radial-gradient(circle at 82% 8%, rgba(8,195,244,.34), transparent 28%), linear-gradient(145deg, #071223, #3b1035 58%, #087692);
}
.product-detail-visual-frame {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.17);
  background: rgba(255,255,255,.09);
  box-shadow: 0 26px 72px rgba(0,0,0,.22);
}
.product-detail-visual-frame img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
}
.product-detail-identity {
  display: grid;
  gap: 4px;
  margin-top: 20px;
}
.product-detail-identity > span {
  color: #71e5ff;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .055em;
}
.product-detail-identity small {
  color: rgba(255,255,255,.68);
  font-size: 11px;
}
.product-detail-identity strong {
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
}
.product-detail-visual-note {
  margin: 18px 0 0;
  padding: 14px 15px;
  border-radius: 17px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.72);
  font-size: 10.5px;
  line-height: 1.68;
}
.product-detail-content {
  padding: 48px 44px 42px;
}
.product-detail-content h2 {
  margin: 16px 0 12px;
  color: var(--pl57-ink);
  font-size: clamp(34px, 3.1vw, 50px);
  line-height: 1.16;
  letter-spacing: -.025em;
  overflow-wrap: anywhere;
}
.product-detail-description {
  margin: 0;
  color: var(--pl57-muted);
  font-size: 14px;
  line-height: 1.82;
}
.product-detail-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}
.product-detail-spec {
  padding: 17px 18px;
  border-radius: 19px;
  border: 1px solid rgba(220,227,237,.9);
  background: linear-gradient(180deg, #fbfcfe, #f6f8fb);
}
.product-detail-spec h3 {
  margin: 0 0 9px;
  color: #a50b78;
  font-size: 11.5px;
  line-height: 1.4;
  letter-spacing: .02em;
}
.product-detail-spec p,
.product-detail-spec li {
  color: #536079;
  font-size: 11.5px;
  line-height: 1.68;
}
.product-detail-spec p { margin: 0; }
.product-detail-spec ul { margin: 0; padding-left: 18px; }
.product-detail-benefit,
.product-detail-ingredients {
  grid-column: 1 / -1;
}
.product-detail-ingredient-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.product-detail-ingredient-tags span {
  padding: 7px 9px;
  border-radius: 999px;
  border: 1px solid rgba(203,213,225,.82);
  background: #fff;
  color: #475569;
  font-size: 10px;
  font-weight: 650;
}
.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.product-detail-actions .btn {
  min-height: 52px;
}
.product-detail-legal-note {
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(226,232,240,.88);
  color: #8791a0;
  font-size: 10.5px;
  line-height: 1.68;
}
body.product-overlay-open { overflow: hidden; }

@media (max-width: 1540px) {
  body.product-library-card-detail-v8557 .product-library-shell {
    width: min(1440px, calc(100% - 48px));
    grid-template-columns: 286px minmax(0, 1fr);
    gap: 34px;
  }
  body.product-library-card-detail-v8557 .product-concept-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1180px) {
  body.product-library-card-detail-v8557 .product-library-hero-grid {
    width: min(100% - 40px, 1120px);
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }
  body.product-library-card-detail-v8557 .product-library-shell {
    width: min(100% - 36px, 1120px);
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 28px;
  }
  body.product-library-card-detail-v8557 .product-concept-grid {
    grid-template-columns: 1fr;
  }
  body.product-library-card-detail-v8557 .product-concept-card {
    display: grid;
    grid-template-columns: minmax(230px, .78fr) minmax(0, 1.22fr);
  }
  body.product-library-card-detail-v8557 .product-concept-visual {
    height: 100%;
    aspect-ratio: auto;
  }
  body.product-library-card-detail-v8557 .product-concept-visual img {
    min-height: 330px;
  }
}
@media (max-width: 980px) {
  body.product-library-card-detail-v8557 .product-library-hero-grid {
    grid-template-columns: 1fr;
  }
  body.product-library-card-detail-v8557 .product-library-hero-visual {
    justify-self: stretch;
    max-width: 760px;
  }
  body.product-library-card-detail-v8557 .product-library-shell {
    width: min(100% - 28px, 820px);
    grid-template-columns: 1fr;
  }
  body.product-library-card-detail-v8557 .product-library-sidebar {
    position: relative;
    top: auto;
    max-height: none;
    overflow: visible;
  }
  .product-detail-modal-grid {
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
  }
  .product-detail-visual-panel,
  .product-detail-content {
    padding: 34px;
  }
}
@media (max-width: 760px) {
  body.product-library-card-detail-v8557 .product-concept-card {
    display: flex;
  }
  body.product-library-card-detail-v8557 .product-concept-visual {
    aspect-ratio: 4 / 3;
    height: auto;
  }
  body.product-library-card-detail-v8557 .product-concept-visual img {
    min-height: 0;
  }
  body.product-library-card-detail-v8557 .product-concept-body {
    padding: 20px;
  }
  body.product-library-card-detail-v8557 .product-results-header {
    align-items: flex-start;
  }
  .product-detail-modal {
    padding: 12px;
  }
  .product-detail-modal-dialog {
    max-height: calc(100vh - 24px);
    border-radius: 27px;
  }
  .product-detail-modal-grid {
    grid-template-columns: 1fr;
  }
  .product-detail-visual-panel {
    padding: 52px 22px 26px;
  }
  .product-detail-visual-frame {
    max-width: 360px;
    margin-inline: auto;
  }
  .product-detail-content {
    padding: 30px 22px;
  }
  .product-detail-spec-grid {
    grid-template-columns: 1fr;
  }
  .product-detail-benefit,
  .product-detail-ingredients {
    grid-column: auto;
  }
  .product-detail-actions {
    display: grid;
  }
  .product-detail-actions .btn {
    width: 100%;
  }
}
@media (max-width: 430px) {
  body.product-library-card-detail-v8557 .product-library-shell {
    width: min(100% - 20px, 100%);
  }
  body.product-library-card-detail-v8557 .product-concept-meta {
    align-items: flex-start;
  }
  body.product-library-card-detail-v8557 .product-concept-body h3 {
    font-size: 21px;
  }
  .product-detail-content h2 {
    font-size: 31px;
  }
}

/* v8.5.57 contrast hotfix for the dark product-detail visual panel */
.product-detail-visual-note { color: rgba(255,255,255,.78) !important; }

/* ========================================================================== 
   v8.5.58 — Four-level product taxonomy and 576 product concepts
   Level 1 category > Level 2 form > Level 3 type > Level 4 products
   ========================================================================== */
body.product-library-taxonomy-v8558 .product-library-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 760px;
}
body.product-library-taxonomy-v8558 .product-library-summary > div {
  min-width: 0;
  padding-inline: 15px;
}
body.product-library-taxonomy-v8558 .product-library-summary span {
  line-height: 1.48;
}
body.product-library-taxonomy-v8558 .product-library-shell {
  grid-template-columns: minmax(310px, 350px) minmax(0, 1fr);
}
body.product-library-taxonomy-v8558 .product-library-sidebar {
  padding: 20px 16px 18px;
  border-radius: 30px;
  overscroll-behavior: contain;
}
body.product-library-taxonomy-v8558 .product-sidebar-content {
  display: block;
}
body.product-library-taxonomy-v8558 .product-sidebar-head {
  padding: 8px 10px 20px;
}
body.product-library-taxonomy-v8558 .product-sidebar-head h2 {
  font-size: 24px;
  letter-spacing: -.012em;
}
body.product-library-taxonomy-v8558 .product-nav-mobile-toggle {
  display: none;
}
body.product-library-taxonomy-v8558 .product-taxonomy-search {
  display: grid;
  gap: 8px;
  margin: 16px 4px 4px;
  padding: 14px;
  border: 1px solid rgba(203, 213, 225, .82);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #f8fafc);
}
body.product-library-taxonomy-v8558 .product-taxonomy-search label {
  color: #263448;
  font-size: 11.5px;
  font-weight: 700;
}
body.product-library-taxonomy-v8558 .product-taxonomy-search-control {
  position: relative;
}
body.product-library-taxonomy-v8558 .product-taxonomy-search input {
  width: 100%;
  min-height: 44px;
  padding: 10px 42px 10px 12px;
  border: 1px solid rgba(203, 213, 225, .9);
  border-radius: 13px;
  background: #fff;
  color: #111827;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 12px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}
body.product-library-taxonomy-v8558 .product-taxonomy-search input:focus {
  border-color: rgba(233, 6, 172, .42);
  box-shadow: 0 0 0 4px rgba(233, 6, 172, .08);
}
body.product-library-taxonomy-v8558 .product-taxonomy-search-control button {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border: 0;
  border-radius: 999px;
  background: #f1f5f9;
  color: #475569;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 18px;
  cursor: pointer;
}
body.product-library-taxonomy-v8558 .product-taxonomy-search > small {
  color: #7a8596;
  font-size: 10px;
  font-weight: 650;
}
body.product-library-taxonomy-v8558 .product-category-navigation {
  gap: 12px;
  margin-top: 14px;
}
body.product-library-taxonomy-v8558 .product-nav-level1 {
  overflow: hidden;
  border: 1px solid rgba(216, 224, 235, .92);
  border-radius: 20px;
  background: rgba(255,255,255,.9);
  transition: border-color .2s ease, box-shadow .2s ease;
}
body.product-library-taxonomy-v8558 .product-nav-level1.is-current,
body.product-library-taxonomy-v8558 .product-nav-level1.is-open {
  border-color: rgba(233, 6, 172, .2);
}
body.product-library-taxonomy-v8558 .product-nav-level1.is-current {
  box-shadow: 0 14px 38px rgba(233, 6, 172, .075);
}
body.product-library-taxonomy-v8558 .product-nav-level1-button,
body.product-library-taxonomy-v8558 .product-nav-level2-button,
body.product-library-taxonomy-v8558 .product-nav-level3-button {
  font-family: "Noto Sans Thai", sans-serif;
}
body.product-library-taxonomy-v8558 .product-nav-level1-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 14px;
  border: 0;
  background: transparent;
  color: #111827;
  text-align: left;
  cursor: pointer;
}
body.product-library-taxonomy-v8558 .product-nav-level1-text {
  min-width: 0;
  display: grid;
  gap: 3px;
}
body.product-library-taxonomy-v8558 .product-nav-level1-text small {
  color: #b10b80;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: .035em;
  line-height: 1.4;
}
body.product-library-taxonomy-v8558 .product-nav-level1-text strong {
  color: #152033;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.5;
}
body.product-library-taxonomy-v8558 .product-nav-count {
  flex: 0 0 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(233,6,172,.12), rgba(8,195,244,.15));
  color: #9d0c73;
  font-size: 10px;
}
body.product-library-taxonomy-v8558 .product-nav-level2-list {
  display: none;
  gap: 8px;
  padding: 0 9px 10px;
}
body.product-library-taxonomy-v8558 .product-nav-level1.is-open > .product-nav-level2-list {
  display: grid;
}
body.product-library-taxonomy-v8558 .product-nav-level2 {
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, .94);
  border-radius: 15px;
  background: #fbfcfe;
}
body.product-library-taxonomy-v8558 .product-nav-level2.is-current {
  border-color: rgba(8, 195, 244, .26);
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(239,252,255,.88));
}
body.product-library-taxonomy-v8558 .product-nav-level2-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px;
  border: 0;
  background: transparent;
  color: #334155;
  text-align: left;
  cursor: pointer;
}
body.product-library-taxonomy-v8558 .product-nav-level2-text {
  min-width: 0;
  display: grid;
  gap: 2px;
}
body.product-library-taxonomy-v8558 .product-nav-level2-text strong {
  color: #263448;
  font-size: 11.8px;
  font-weight: 680;
  line-height: 1.48;
}
body.product-library-taxonomy-v8558 .product-nav-level2-text small {
  color: #8791a0;
  font-size: 8px;
  font-weight: 650;
  line-height: 1.4;
}
body.product-library-taxonomy-v8558 .product-nav-level2-count {
  flex: 0 0 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #eef2f7;
  color: #667085;
  font-size: 9px;
}
body.product-library-taxonomy-v8558 .product-nav-level3-list {
  display: none;
  gap: 5px;
  padding: 0 8px 9px;
}
body.product-library-taxonomy-v8558 .product-nav-level2.is-open > .product-nav-level3-list {
  display: grid;
}
body.product-library-taxonomy-v8558 .product-nav-level3-button {
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 9px 8px 11px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: #596579;
  text-align: left;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}
body.product-library-taxonomy-v8558 .product-nav-level3-button > span {
  min-width: 0;
  font-size: 10.5px;
  line-height: 1.52;
}
body.product-library-taxonomy-v8558 .product-nav-level3-button > small {
  flex: 0 0 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #edf1f6;
  color: #7a8596;
  font-size: 8.5px;
}
body.product-library-taxonomy-v8558 .product-nav-level3-button:hover {
  transform: translateX(2px);
  background: #fff;
  color: #182437;
}
body.product-library-taxonomy-v8558 .product-nav-level3-button.is-active {
  border-color: rgba(233, 6, 172, .16);
  background: linear-gradient(135deg, rgba(233,6,172,.1), rgba(8,195,244,.085));
  color: #930a6c;
  font-weight: 700;
}
body.product-library-taxonomy-v8558 .product-nav-level3-button.is-active > small {
  background: linear-gradient(135deg, var(--magenta), var(--cyan));
  color: #fff;
}
body.product-library-taxonomy-v8558 .product-taxonomy-empty {
  padding: 24px 16px;
  border: 1px dashed rgba(148, 163, 184, .6);
  border-radius: 18px;
  text-align: center;
  background: #f8fafc;
}
body.product-library-taxonomy-v8558 .product-taxonomy-empty strong {
  display: block;
  color: #334155;
  font-size: 13px;
}
body.product-library-taxonomy-v8558 .product-taxonomy-empty p {
  margin: 6px 0 0;
  color: #7a8596;
  font-size: 10.5px;
  line-height: 1.65;
}
body.product-library-taxonomy-v8558 .product-taxonomy-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
  color: #6b7688;
  font-size: 10.5px;
  line-height: 1.55;
}
body.product-library-taxonomy-v8558 .product-taxonomy-breadcrumb b {
  color: #c2cad5;
  font-size: 14px;
  font-weight: 500;
}
body.product-library-taxonomy-v8558 .product-taxonomy-breadcrumb strong {
  color: #a40b78;
  font-weight: 700;
}
body.product-library-taxonomy-v8558 .product-results-header > div:first-child {
  max-width: 960px;
}
body.product-library-taxonomy-v8558 .product-results-header h2 {
  max-width: 980px;
  font-size: clamp(34px, 2.75vw, 50px);
  line-height: 1.22;
}
body.product-library-taxonomy-v8558 .product-result-count {
  min-width: 150px;
}
body.product-library-taxonomy-v8558 .product-card-type {
  margin: 0 0 8px;
  color: #9e0b74;
  font-size: 10.5px;
  font-weight: 680;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.product-library-taxonomy-v8558 .product-concept-body h3 {
  min-height: 3.95em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body.product-library-taxonomy-v8558 .product-card-focus {
  min-height: 3.4em;
}
body.product-library-taxonomy-v8558 .product-detail-identity {
  gap: 5px;
}
body.product-library-taxonomy-v8558 .product-detail-identity small + small {
  color: rgba(255,255,255,.82);
}
body.product-library-taxonomy-v8558 .product-detail-identity strong {
  margin-top: 3px;
}
body.product-library-taxonomy-v8558 .product-detail-claim-note {
  margin: 18px 0 0;
  padding: 13px 15px;
  border: 1px solid rgba(245, 158, 11, .22);
  border-radius: 16px;
  background: #fffaf0;
  color: #7a5b2c;
  font-size: 10.5px;
  line-height: 1.68;
}

@media (max-width: 1540px) {
  body.product-library-taxonomy-v8558 .product-library-shell {
    grid-template-columns: 310px minmax(0, 1fr);
  }
  body.product-library-taxonomy-v8558 .product-library-summary {
    max-width: 700px;
  }
}

@media (max-width: 1180px) {
  body.product-library-taxonomy-v8558 .product-library-shell {
    grid-template-columns: 280px minmax(0, 1fr);
  }
  body.product-library-taxonomy-v8558 .product-library-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 620px;
  }
}

@media (max-width: 980px) {
  body.product-library-taxonomy-v8558 .product-library-shell {
    grid-template-columns: 1fr;
  }
  body.product-library-taxonomy-v8558 .product-library-sidebar {
    padding: 14px;
    max-height: none;
    overflow: visible;
  }
  body.product-library-taxonomy-v8558 .product-nav-mobile-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 15px;
    border: 1px solid rgba(233, 6, 172, .18);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,252,255,.96));
    color: #111827;
    text-align: left;
    font-family: "Noto Sans Thai", sans-serif;
    cursor: pointer;
  }
  body.product-library-taxonomy-v8558 .product-nav-mobile-toggle > span {
    min-width: 0;
    display: grid;
    gap: 3px;
  }
  body.product-library-taxonomy-v8558 .product-nav-mobile-toggle small {
    color: #a40b78;
    font-size: 9.5px;
    font-weight: 700;
  }
  body.product-library-taxonomy-v8558 .product-nav-mobile-toggle strong {
    color: #263448;
    font-size: 12.5px;
    line-height: 1.5;
  }
  body.product-library-taxonomy-v8558 .product-nav-mobile-toggle b {
    flex: 0 0 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--magenta), var(--cyan));
    color: #fff;
    transition: transform .2s ease;
  }
  body.product-library-taxonomy-v8558 .product-library-sidebar.is-mobile-open .product-nav-mobile-toggle b {
    transform: rotate(180deg);
  }
  body.product-library-taxonomy-v8558 .product-sidebar-content {
    display: none;
    padding-top: 12px;
  }
  body.product-library-taxonomy-v8558 .product-library-sidebar.is-mobile-open .product-sidebar-content {
    display: block;
  }
  body.product-library-taxonomy-v8558 .product-results-header {
    align-items: flex-start;
  }
}

@media (max-width: 760px) {
  body.product-library-taxonomy-v8558 .product-library-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  body.product-library-taxonomy-v8558 .product-library-summary > div {
    min-height: 78px;
    padding: 14px;
  }
  body.product-library-taxonomy-v8558 .product-results-header {
    display: grid;
    gap: 18px;
  }
  body.product-library-taxonomy-v8558 .product-result-count {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  body.product-library-taxonomy-v8558 .product-result-count strong,
  body.product-library-taxonomy-v8558 .product-result-count span {
    margin: 0;
  }
  body.product-library-taxonomy-v8558 .product-results-header h2 {
    font-size: clamp(29px, 8.4vw, 38px);
  }
  body.product-library-taxonomy-v8558 .product-concept-body h3 {
    min-height: 0;
  }
}

@media (max-width: 430px) {
  body.product-library-taxonomy-v8558 .product-library-summary span {
    font-size: 10.5px;
  }
  body.product-library-taxonomy-v8558 .product-library-summary strong {
    font-size: 25px;
  }
  body.product-library-taxonomy-v8558 .product-nav-level1-text strong {
    font-size: 12.5px;
  }
  body.product-library-taxonomy-v8558 .product-nav-level3-button > span {
    font-size: 10px;
  }
}

/* ========================================================================== 
   v8.5.59 — Product library customer UX refinement
   Natural-language navigation, compact hero, right-side product form/type controls
   ========================================================================== */
body.product-library-ux-v8559 {
  --pl59-ink: #0b1425;
  --pl59-muted: #536079;
  --pl59-line: rgba(203, 213, 225, .82);
  --pl59-pink-soft: rgba(233, 6, 172, .075);
  --pl59-cyan-soft: rgba(8, 195, 244, .085);
}

/* Compact hero: the product library should enter the viewport sooner. */
body.product-library-ux-v8559 .product-library-hero {
  padding: clamp(118px, 8.4vw, 144px) 0 clamp(54px, 4.8vw, 72px);
}
body.product-library-ux-v8559 .product-library-hero-grid {
  width: min(1440px, calc(100% - 56px));
  grid-template-columns: minmax(0, 1.18fr) minmax(380px, .82fr);
  gap: clamp(42px, 5vw, 72px);
}
body.product-library-ux-v8559 .product-library-hero-copy {
  max-width: 760px;
}
body.product-library-ux-v8559 .product-library-hero-copy .title {
  font-size: clamp(46px, 4.05vw, 66px);
  line-height: 1.12;
}
body.product-library-ux-v8559 .product-library-hero-copy .lead {
  max-width: 740px;
  font-size: 16px;
  line-height: 1.82;
}
body.product-library-ux-v8559 .product-library-summary {
  max-width: 720px;
  margin-top: 24px;
  gap: 10px;
}
body.product-library-ux-v8559 .product-library-summary > div {
  min-height: 78px;
  padding: 14px 16px;
  border-radius: 19px;
}
body.product-library-ux-v8559 .product-library-summary strong {
  font-size: clamp(26px, 2vw, 32px);
}
body.product-library-ux-v8559 .product-library-summary span {
  font-size: 13px;
  line-height: 1.45;
}
body.product-library-ux-v8559 .product-library-hero-visual {
  width: 100%;
  max-width: 520px;
  justify-self: end;
  border-radius: 34px;
  box-shadow: 0 28px 80px rgba(16,24,40,.12);
}
body.product-library-ux-v8559 .product-library-hero-visual img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
body.product-library-ux-v8559 .product-library-hero-visual figcaption {
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 13px;
  font-size: 12px;
}

body.product-library-ux-v8559 .product-library-section {
  padding: clamp(64px, 5vw, 84px) 0 clamp(88px, 7vw, 124px);
}
body.product-library-ux-v8559 .product-library-shell {
  width: min(1660px, calc(100% - 56px));
  grid-template-columns: minmax(290px, 320px) minmax(0, 1fr);
  gap: clamp(34px, 3.2vw, 52px);
}
body.product-library-ux-v8559 .product-library-sidebar {
  top: 108px;
  max-height: calc(100vh - 128px);
  padding: 22px 18px 20px;
}
body.product-library-ux-v8559 .product-sidebar-head {
  padding: 8px 8px 20px;
}
body.product-library-ux-v8559 .product-sidebar-head .kicker {
  font-size: 12px;
}
body.product-library-ux-v8559 .product-sidebar-head h2 {
  margin: 14px 0 8px;
  font-size: 27px;
  line-height: 1.28;
}
body.product-library-ux-v8559 .product-sidebar-head p {
  font-size: 14.5px;
  line-height: 1.75;
}
body.product-library-ux-v8559 .product-taxonomy-search {
  margin: 16px 2px 0;
  padding: 15px;
}
body.product-library-ux-v8559 .product-taxonomy-search label {
  font-size: 13px;
}
body.product-library-ux-v8559 .product-taxonomy-search input {
  min-height: 48px;
  font-size: 14px;
}
body.product-library-ux-v8559 .product-taxonomy-search > small {
  font-size: 12px;
}
body.product-library-ux-v8559 .product-nav-utilities {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin: 12px 4px 0;
}
body.product-library-ux-v8559 .product-nav-utilities button {
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(203,213,225,.86);
  border-radius: 999px;
  background: #fff;
  color: #536079;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 11.5px;
  font-weight: 650;
  cursor: pointer;
  transition: border-color .18s ease, color .18s ease, background .18s ease;
}
body.product-library-ux-v8559 .product-nav-utilities button:hover {
  border-color: rgba(233,6,172,.28);
  background: #fff7fc;
  color: #9d0c73;
}

/* Independent category accordion. Product forms and types now live in the main content. */
body.product-library-ux-v8559 .product-category-navigation {
  display: grid;
  gap: 11px;
  margin-top: 14px;
}
body.product-library-ux-v8559 .product-nav-category-card {
  overflow: hidden;
  border: 1px solid rgba(216,224,235,.94);
  border-radius: 19px;
  background: rgba(255,255,255,.94);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}
body.product-library-ux-v8559 .product-nav-category-card.is-open {
  border-color: rgba(8,195,244,.25);
}
body.product-library-ux-v8559 .product-nav-category-card.is-current {
  border-color: rgba(233,6,172,.26);
  box-shadow: 0 15px 42px rgba(233,6,172,.08);
}
body.product-library-ux-v8559 .product-nav-category-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  border: 0;
  background: transparent;
  color: var(--pl59-ink);
  text-align: left;
  font-family: "Noto Sans Thai", sans-serif;
  cursor: pointer;
}
body.product-library-ux-v8559 .product-nav-category-copy {
  min-width: 0;
  display: grid;
  gap: 4px;
}
body.product-library-ux-v8559 .product-nav-category-copy small {
  color: #a40b78;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}
body.product-library-ux-v8559 .product-nav-category-copy strong {
  color: #152033;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.5;
}
body.product-library-ux-v8559 .product-nav-category-meta {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 7px;
}
body.product-library-ux-v8559 .product-nav-category-meta b,
body.product-library-ux-v8559 .product-nav-category-meta i {
  display: grid;
  place-items: center;
  border-radius: 999px;
  font-style: normal;
}
body.product-library-ux-v8559 .product-nav-category-meta b {
  min-width: 32px;
  height: 32px;
  padding-inline: 8px;
  background: linear-gradient(135deg, var(--pl59-pink-soft), var(--pl59-cyan-soft));
  color: #9d0c73;
  font-size: 11px;
}
body.product-library-ux-v8559 .product-nav-category-meta i {
  width: 28px;
  height: 28px;
  background: #f2f5f8;
  color: #536079;
  font-size: 18px;
  font-weight: 500;
}
body.product-library-ux-v8559 .product-nav-category-panel {
  display: none;
  padding: 0 15px 15px;
}
body.product-library-ux-v8559 .product-nav-category-card.is-open .product-nav-category-panel {
  display: block;
}
body.product-library-ux-v8559 .product-nav-category-panel p {
  margin: 0;
  padding-top: 13px;
  border-top: 1px solid rgba(226,232,240,.9);
  color: #667085;
  font-size: 13px;
  line-height: 1.72;
}
body.product-library-ux-v8559 .product-nav-category-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}
body.product-library-ux-v8559 .product-nav-category-stats span {
  padding: 6px 9px;
  border-radius: 999px;
  background: #f4f7fa;
  color: #596579;
  font-size: 11px;
  font-weight: 650;
}
body.product-library-ux-v8559 .product-nav-category-select {
  width: 100%;
  min-height: 42px;
  margin-top: 13px;
  border: 1px solid rgba(233,6,172,.18);
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(233,6,172,.09), rgba(8,195,244,.08));
  color: #97096f;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
body.product-library-ux-v8559 .product-nav-category-select:disabled {
  background: #f5f7fa;
  border-color: rgba(203,213,225,.82);
  color: #7a8596;
  cursor: default;
}

/* Main category heading */
body.product-library-ux-v8559 .product-category-intro {
  padding: 0 0 26px;
  border-bottom: 1px solid var(--pl59-line);
}
body.product-library-ux-v8559 .product-taxonomy-breadcrumb {
  margin-bottom: 17px;
  gap: 9px;
  font-size: 13.5px;
  line-height: 1.65;
}
body.product-library-ux-v8559 .product-results-eyebrow {
  font-size: 13px;
  letter-spacing: .01em;
}
body.product-library-ux-v8559 .product-category-intro h2 {
  max-width: 980px;
  margin: 10px 0 9px;
  color: var(--pl59-ink);
  font-size: clamp(38px, 3vw, 52px);
  line-height: 1.2;
  letter-spacing: -.025em;
}
body.product-library-ux-v8559 .product-category-intro > p {
  max-width: 920px;
  margin: 0;
  color: var(--pl59-muted);
  font-size: 16px;
  line-height: 1.8;
}

/* Right-side product form and type selectors */
body.product-library-ux-v8559 .product-choice-panel {
  display: grid;
  gap: 18px;
  margin: 26px 0 32px;
  padding: clamp(22px, 2.1vw, 30px);
  border: 1px solid rgba(216,224,235,.9);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(248,251,255,.96));
  box-shadow: 0 22px 68px rgba(15,23,42,.06);
  scroll-margin-top: 110px;
}
body.product-library-ux-v8559 .product-choice-section + .product-choice-section {
  padding-top: 20px;
  border-top: 1px solid rgba(216,224,235,.82);
}
body.product-library-ux-v8559 .product-choice-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 15px;
}
body.product-library-ux-v8559 .product-choice-heading > div {
  display: grid;
  gap: 3px;
}
body.product-library-ux-v8559 .product-choice-heading span {
  color: #a40b78;
  font-size: 11.5px;
  font-weight: 750;
  letter-spacing: .025em;
}
body.product-library-ux-v8559 .product-choice-heading h3 {
  margin: 0;
  color: #172235;
  font-size: 21px;
  line-height: 1.4;
}
body.product-library-ux-v8559 .product-choice-heading > small {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: #f0f4f8;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
}
body.product-library-ux-v8559 .product-group-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 11px;
}
body.product-library-ux-v8559 .product-group-tab {
  min-width: 0;
  min-height: 76px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 14px 16px;
  border: 1px solid rgba(203,213,225,.9);
  border-radius: 17px;
  background: #fff;
  color: #263448;
  text-align: left;
  font-family: "Noto Sans Thai", sans-serif;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
body.product-library-ux-v8559 .product-group-tab:hover {
  transform: translateY(-2px);
  border-color: rgba(8,195,244,.35);
  box-shadow: 0 12px 30px rgba(15,23,42,.065);
}
body.product-library-ux-v8559 .product-group-tab strong {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}
body.product-library-ux-v8559 .product-group-tab small {
  color: #7a8596;
  font-size: 11px;
  line-height: 1.4;
}
body.product-library-ux-v8559 .product-group-tab.is-active {
  border-color: rgba(233,6,172,.3);
  background: linear-gradient(135deg, rgba(233,6,172,.105), rgba(8,195,244,.09));
  box-shadow: 0 14px 34px rgba(233,6,172,.08);
}
body.product-library-ux-v8559 .product-group-tab.is-active strong {
  color: #930a6c;
}
body.product-library-ux-v8559 .product-type-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
body.product-library-ux-v8559 .product-type-tab {
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid rgba(203,213,225,.9);
  border-radius: 999px;
  background: #fff;
  color: #536079;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
  cursor: pointer;
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}
body.product-library-ux-v8559 .product-type-tab:hover {
  transform: translateY(-1px);
  border-color: rgba(233,6,172,.25);
  color: #8f0a69;
}
body.product-library-ux-v8559 .product-type-tab.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #e906ac, #08b7e8);
  color: #fff;
  box-shadow: 0 12px 28px rgba(233,6,172,.18);
}

body.product-library-ux-v8559 .product-results-header {
  align-items: center;
  padding: 0 0 26px;
}
body.product-library-ux-v8559 .product-results-header h2 {
  margin: 9px 0 9px;
  font-size: clamp(34px, 2.6vw, 48px);
  line-height: 1.23;
}
body.product-library-ux-v8559 .product-results-header p {
  max-width: 900px;
  font-size: 15.5px;
  line-height: 1.8;
}
body.product-library-ux-v8559 .product-result-count {
  min-width: 150px;
  padding: 18px 20px;
}
body.product-library-ux-v8559 .product-result-count span {
  font-size: 12.5px;
}
body.product-library-ux-v8559 .product-concept-notice {
  margin: 22px 0 27px;
  padding: 15px 17px;
}
body.product-library-ux-v8559 .product-concept-notice span {
  font-size: 11px;
}
body.product-library-ux-v8559 .product-concept-notice p {
  font-size: 13.5px;
  line-height: 1.7;
}

/* Improve catalogue reading size without making cards dense. */
body.product-library-ux-v8559 .product-concept-meta span {
  font-size: 11.5px;
}
body.product-library-ux-v8559 .product-concept-body h3 {
  font-size: clamp(21px, 1.5vw, 25px);
  line-height: 1.34;
}
body.product-library-ux-v8559 .product-card-type {
  font-size: 12.5px;
  line-height: 1.6;
}
body.product-library-ux-v8559 .product-card-focus {
  font-size: 14px;
  line-height: 1.72;
}
body.product-library-ux-v8559 .product-card-ingredients span {
  font-size: 11.5px;
}
body.product-library-ux-v8559 .product-card-detail-link {
  font-size: 13.5px;
}
body.product-library-ux-v8559 .product-sidebar-note strong {
  font-size: 13px;
}
body.product-library-ux-v8559 .product-sidebar-note p {
  font-size: 12.5px;
  line-height: 1.72;
}

@media (max-width: 1540px) {
  body.product-library-ux-v8559 .product-library-shell {
    width: min(1440px, calc(100% - 44px));
    grid-template-columns: 294px minmax(0, 1fr);
    gap: 34px;
  }
  body.product-library-ux-v8559 .product-group-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  body.product-library-ux-v8559 .product-library-hero-grid {
    width: min(100% - 40px, 1120px);
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
  }
  body.product-library-ux-v8559 .product-library-shell {
    width: min(100% - 36px, 1120px);
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 28px;
  }
  body.product-library-ux-v8559 .product-group-tabs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  body.product-library-ux-v8559 .product-library-hero {
    padding-top: 112px;
  }
  body.product-library-ux-v8559 .product-library-hero-grid {
    grid-template-columns: 1fr;
  }
  body.product-library-ux-v8559 .product-library-hero-visual {
    max-width: 560px;
    justify-self: start;
  }
  body.product-library-ux-v8559 .product-library-shell {
    grid-template-columns: 1fr;
  }
  body.product-library-ux-v8559 .product-library-sidebar {
    position: relative;
    top: auto;
    max-height: none;
    overflow: visible;
  }
  body.product-library-ux-v8559 .product-nav-mobile-toggle small {
    font-size: 11px;
  }
  body.product-library-ux-v8559 .product-nav-mobile-toggle strong {
    font-size: 14px;
  }
  body.product-library-ux-v8559 .product-choice-panel {
    scroll-margin-top: 90px;
  }
}

@media (max-width: 760px) {
  body.product-library-ux-v8559 .product-library-hero {
    padding: 96px 0 54px;
  }
  body.product-library-ux-v8559 .product-library-hero-grid {
    width: min(100% - 28px, 720px);
  }
  body.product-library-ux-v8559 .product-library-hero-copy .title {
    font-size: clamp(38px, 10.5vw, 52px);
  }
  body.product-library-ux-v8559 .product-library-hero-copy .lead {
    font-size: 15.5px;
  }
  body.product-library-ux-v8559 .product-library-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  body.product-library-ux-v8559 .product-library-hero-visual {
    max-width: none;
  }
  body.product-library-ux-v8559 .product-library-shell {
    width: min(100% - 24px, 720px);
  }
  body.product-library-ux-v8559 .product-category-intro h2 {
    font-size: clamp(31px, 8.4vw, 40px);
  }
  body.product-library-ux-v8559 .product-category-intro > p {
    font-size: 15px;
  }
  body.product-library-ux-v8559 .product-choice-panel {
    padding: 20px 16px;
    border-radius: 23px;
  }
  body.product-library-ux-v8559 .product-choice-heading {
    align-items: flex-start;
  }
  body.product-library-ux-v8559 .product-choice-heading h3 {
    font-size: 19px;
  }
  body.product-library-ux-v8559 .product-group-tabs {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    padding-bottom: 5px;
  }
  body.product-library-ux-v8559 .product-group-tab {
    flex: 0 0 min(76vw, 290px);
    scroll-snap-align: start;
  }
  body.product-library-ux-v8559 .product-type-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 5px;
  }
  body.product-library-ux-v8559 .product-type-tab {
    flex: 0 0 auto;
  }
  body.product-library-ux-v8559 .product-results-header {
    display: grid;
    gap: 18px;
  }
  body.product-library-ux-v8559 .product-result-count {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  body.product-library-ux-v8559 .product-result-count span {
    margin: 0;
  }
}

@media (max-width: 430px) {
  body.product-library-ux-v8559 .product-library-shell {
    width: min(100% - 18px, 100%);
  }
  body.product-library-ux-v8559 .product-library-summary > div {
    min-height: 76px;
    padding: 13px;
  }
  body.product-library-ux-v8559 .product-library-summary span {
    font-size: 11.5px;
  }
  body.product-library-ux-v8559 .product-taxonomy-breadcrumb {
    font-size: 12px;
  }
  body.product-library-ux-v8559 .product-choice-heading > small {
    font-size: 11px;
  }
  body.product-library-ux-v8559 .product-concept-notice {
    display: grid;
  }
}


/* ==========================================================================
   v8.5.60 — Product library hero visual size refinement
   Keeps the hero artwork supportive rather than dominant on desktop.
   ========================================================================== */
body.product-library-hero-compact-v8560 .product-library-hero-grid {
  grid-template-columns: minmax(0, 1.34fr) minmax(320px, .66fr);
  gap: clamp(38px, 4.2vw, 66px);
}
body.product-library-hero-compact-v8560 .product-library-hero-copy {
  max-width: 800px;
}
body.product-library-hero-compact-v8560 .product-library-hero-visual {
  width: min(100%, 440px) !important;
  max-width: 440px !important;
  height: auto !important;
  max-height: 390px !important;
  align-self: center;
  justify-self: end;
  border-radius: 28px;
  box-shadow: 0 24px 64px rgba(16, 24, 40, .105);
}
body.product-library-hero-compact-v8560 .product-library-hero-visual img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: 390px !important;
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
  object-position: center !important;
}
body.product-library-hero-compact-v8560 .product-library-hero-visual figcaption {
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 8px 11px;
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 1540px) {
  body.product-library-hero-compact-v8560 .product-library-hero-grid {
    grid-template-columns: minmax(0, 1.28fr) minmax(310px, .72fr);
  }
  body.product-library-hero-compact-v8560 .product-library-hero-visual {
    width: min(100%, 410px) !important;
    max-width: 410px !important;
    max-height: 360px !important;
  }
  body.product-library-hero-compact-v8560 .product-library-hero-visual img {
    max-height: 360px !important;
  }
}

@media (max-width: 1180px) {
  body.product-library-hero-compact-v8560 .product-library-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
    gap: 32px;
  }
  body.product-library-hero-compact-v8560 .product-library-hero-visual {
    width: min(100%, 380px) !important;
    max-width: 380px !important;
    max-height: 330px !important;
  }
  body.product-library-hero-compact-v8560 .product-library-hero-visual img {
    max-height: 330px !important;
  }
}

@media (max-width: 980px) {
  body.product-library-hero-compact-v8560 .product-library-hero-grid {
    grid-template-columns: 1fr;
  }
  body.product-library-hero-compact-v8560 .product-library-hero-visual {
    width: min(100%, 480px) !important;
    max-width: 480px !important;
    max-height: 360px !important;
    justify-self: start;
  }
  body.product-library-hero-compact-v8560 .product-library-hero-visual img {
    max-height: 360px !important;
  }
}

@media (max-width: 760px) {
  body.product-library-hero-compact-v8560 .product-library-hero-visual {
    width: min(100%, 420px) !important;
    max-width: 420px !important;
    max-height: none !important;
    border-radius: 24px;
  }
  body.product-library-hero-compact-v8560 .product-library-hero-visual img {
    max-height: none !important;
    aspect-ratio: 4 / 3 !important;
  }
}

/* =====================================================================
   Release 2.2.15 — Public floating actions solid cyan
   Owner-specified color: #27AAE1 for MAIL, CALL, RFQ and Back to top.
   ===================================================================== */
:root {
  --v2215-floating-action-color: #27aae1;
  --v2215-floating-action-shadow: rgba(39, 170, 225, .30);
}

.floating-contact-premium .float-action b,
.back-to-top {
  background: var(--v2215-floating-action-color);
}

.back-to-top {
  box-shadow:
    0 24px 62px var(--v2215-floating-action-shadow),
    0 0 0 8px rgba(255, 255, 255, .55);
}
