/* Weilin Qinli — industrial content shaped by Apple interface principles. */
:root {
  color-scheme: light;
  --ap-bg: #f5f5f7;
  --ap-bg-raised: #ffffff;
  --ap-bg-soft: #ececf0;
  --ap-label: #1d1d1f;
  --ap-label-2: #6e6e73;
  --ap-label-3: #86868b;
  --ap-separator: rgba(60, 60, 67, .16);
  --ap-separator-strong: rgba(60, 60, 67, .28);
  --ap-fill: rgba(118, 118, 128, .12);
  --ap-fill-hover: rgba(118, 118, 128, .18);
  --ap-blue: #0071e3;
  --ap-blue-hover: #0077ed;
  --ap-green: #21a366;
  --ap-dark: #101012;
  --ap-dark-2: #1c1c1e;
  --ap-dark-label: #f5f5f7;
  --ap-dark-label-2: #a1a1a6;
  --ap-radius-s: 12px;
  --ap-radius-m: 18px;
  --ap-radius-l: 28px;
  --ap-radius-xl: 36px;
  --ap-shadow-1: 0 1px 2px rgba(0, 0, 0, .04), 0 10px 35px rgba(0, 0, 0, .06);
  --ap-shadow-2: 0 18px 70px rgba(0, 0, 0, .14);
  --ap-glass: rgba(250, 250, 252, .72);
  --ap-glass-dark: rgba(28, 28, 30, .72);
  --ap-spring: linear(0, .007, .029 2.2%, .118 4.7%, .625 14.4%, .826 19%, .902, .962, 1.006 28.7%, 1.026 33%, 1.03 36.3%, 1.012 45.5%, 1.002 52.7%, .999 63%, 1);
  --ap-container: min(1280px, calc(100vw - 56px));
  --ap-font: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --ap-bg: #000000;
    --ap-bg-raised: #1c1c1e;
    --ap-bg-soft: #2c2c2e;
    --ap-label: #f5f5f7;
    --ap-label-2: #a1a1a6;
    --ap-label-3: #8e8e93;
    --ap-separator: rgba(84, 84, 88, .52);
    --ap-separator-strong: rgba(110, 110, 115, .65);
    --ap-fill: rgba(120, 120, 128, .22);
    --ap-fill-hover: rgba(120, 120, 128, .32);
    --ap-blue: #0a84ff;
    --ap-blue-hover: #409cff;
    --ap-glass: rgba(28, 28, 30, .74);
    --ap-shadow-1: 0 1px 0 rgba(255, 255, 255, .05), 0 14px 45px rgba(0, 0, 0, .3);
  }
}

*, *::before, *::after { box-sizing: border-box; }
html { background: var(--ap-bg); scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: var(--ap-bg);
  color: var(--ap-label);
  font-family: var(--ap-font);
  font-size: 16px;
  line-height: 1.47;
  font-optical-sizing: auto;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.hazard-strip { display: none; }
.container { width: var(--ap-container); max-width: none; margin-inline: auto; }
.section { padding: 104px 0; }
.section--paper, .section--white { background: transparent; color: var(--ap-label); }
.section--dark { background: transparent; color: var(--ap-label); }

/* Top app bar */
.site-header {
  position: sticky;
  z-index: 90;
  top: 0;
  height: 76px;
  padding: 10px 0 8px;
  border: 0;
  background: linear-gradient(to bottom, var(--ap-bg) 0, color-mix(in srgb, var(--ap-bg) 88%, transparent) 70%, transparent 100%);
  transition: height .5s var(--ap-spring), padding .5s var(--ap-spring);
}
.site-header.is-condensed { height: 64px; padding-top: 6px; }
.header-in {
  position: relative;
  height: 56px;
  padding: 6px 7px 6px 10px;
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, .64);
  border-bottom-color: rgba(0, 0, 0, .12);
  border-radius: 18px;
  background: var(--ap-glass);
  box-shadow: 0 1px 0 rgba(255,255,255,.7) inset, 0 9px 30px rgba(0,0,0,.08);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  backdrop-filter: blur(24px) saturate(180%);
}
.header-in::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(110deg, rgba(255,255,255,.38), transparent 28%, transparent 72%, rgba(255,255,255,.12));
  mix-blend-mode: soft-light;
}
.brand { position: relative; z-index: 1; display: inline-flex; width: 155px; height: 40px; align-items: center; padding: 3px 9px; border-radius: 12px; background: #fff; overflow: hidden; }
.brand-logo { width: 135px; height: auto; object-fit: contain; }
.nav { position: relative; z-index: 1; justify-self: center; display: flex; align-items: center; gap: 2px; padding: 3px; border-radius: 13px; background: var(--ap-fill); }
.nav-link {
  min-height: 34px;
  padding: 7px 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--ap-label-2);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 20px;
  text-transform: none;
  transition: color .18s ease, background-color .18s ease, box-shadow .18s ease;
}
.nav-link:hover { color: var(--ap-label); background: rgba(255,255,255,.42); }
.nav-link.is-active { color: var(--ap-label); background: var(--ap-bg-raised); box-shadow: 0 1px 4px rgba(0,0,0,.12), 0 1px 0 rgba(255,255,255,.8) inset; }
.nav-link::after { display: none; }
.header-actions { position: relative; z-index: 2; display: flex; align-items: center; gap: 7px; }
.lang-pill { margin: 0; }
.lang-menu { position: relative; }
.lang-menu summary {
  width: auto;
  min-width: 60px;
  min-height: 40px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  list-style: none;
  border-radius: 12px;
  background: var(--ap-fill);
  color: var(--ap-label);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.lang-menu summary::-webkit-details-marker { display: none; }
.lang-menu summary i { color: var(--ap-label-3); font-style: normal; transform-origin: 50% 55%; transition: transform .34s var(--ap-spring); }
.lang-menu[open] summary { background: var(--ap-fill-hover); }
.lang-menu[open] summary i { transform: rotate(180deg); }
.lang-options {
  position: absolute;
  z-index: 120;
  top: calc(100% + 10px);
  right: 0;
  width: 232px;
  padding: 7px;
  border: 1px solid rgba(255,255,255,.62);
  border-bottom-color: rgba(0,0,0,.14);
  border-radius: 16px;
  background: var(--ap-glass);
  box-shadow: var(--ap-shadow-2);
  -webkit-backdrop-filter: blur(28px) saturate(180%);
  backdrop-filter: blur(28px) saturate(180%);
  transform-origin: calc(100% - 20px) -8px;
  animation: apPopover .42s var(--ap-spring) both;
}
@keyframes apPopover { from { opacity: 0; transform: scale(.88) translateY(-6px); } to { opacity: 1; transform: none; } }
.lang-btn { width: 100%; min-height: 42px; padding: 7px 10px; display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 8px; border: 0; border-radius: 10px; background: transparent; color: var(--ap-label); text-align: left; cursor: pointer; }
.lang-btn:hover { background: var(--ap-fill); }
.lang-btn.is-on { color: var(--ap-blue); background: color-mix(in srgb, var(--ap-blue) 12%, transparent); }
.lang-btn b { font-size: 11px; letter-spacing: .04em; }
.lang-btn span { font-size: 13px; font-weight: 500; }
.burger { display: none; }

/* Controls */
.btn {
  min-height: 44px;
  padding: 10px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 20px;
  white-space: nowrap;
  text-transform: none;
  transform: translate3d(0,0,0) scale(1);
  will-change: transform;
  cursor: pointer;
}
.btn i { font-style: normal; }
.btn--sm { min-height: 40px; padding: 8px 14px; font-size: 13px; }
.btn--solid { color: #fff; background: var(--ap-blue); box-shadow: 0 1px 0 rgba(255,255,255,.22) inset, 0 5px 16px color-mix(in srgb, var(--ap-blue) 22%, transparent); }
.btn--solid:hover { background: var(--ap-blue-hover); }
.btn--ghost { color: var(--ap-label); background: var(--ap-fill); box-shadow: 0 0 0 1px var(--ap-separator) inset; }
.btn--ghost:hover { background: var(--ap-fill-hover); }
.btn--wa { color: #fff; background: var(--ap-green); box-shadow: 0 1px 0 rgba(255,255,255,.2) inset; }
.btn--ink { color: var(--ap-label); background: var(--ap-bg-raised); }
.btn--ghost-ink { color: #fff; background: rgba(255,255,255,.14); box-shadow: 0 0 0 1px rgba(255,255,255,.22) inset; }
.btn--block { width: 100%; }
.wa-icon { width: 17px; height: 17px; flex: 0 0 auto; }

/* Type hierarchy */
.kicker {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--ap-blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}
.kicker span { min-width: 27px; height: 20px; padding: 0 6px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 6px; background: color-mix(in srgb, var(--ap-blue) 12%, transparent); color: var(--ap-blue); font-size: 10px; }
.kicker::after { display: none; }
.kicker--light { color: #78b7ff; }
.kicker--light span { color: #78b7ff; background: rgba(10,132,255,.18); }
.section-head { max-width: 760px; margin-bottom: 48px; }
.section-head h2, .why-copy h2, .proof-record-head h2, .proof-equipment-copy h2, .proof-documents-head h2, .about-proof-copy h2 {
  margin: 0;
  color: inherit;
  font-family: var(--ap-font);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.03;
}
.section-sub, .section-head .section-sub { max-width: 680px; margin: 18px 0 0; color: var(--ap-label-2); font-size: 18px; line-height: 1.55; }

/* Home hero */
.hero { min-height: auto; padding: 8px 0 38px; background: transparent; color: var(--ap-label); }
.hero-documentary {
  min-height: 670px;
  padding: 46px 48px;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: 52px;
  border-radius: var(--ap-radius-xl);
  background: var(--ap-bg-raised);
  box-shadow: var(--ap-shadow-1);
  overflow: hidden;
}
.hero-copy { padding: 0; }
.hero-copy::before { display: none; }
.hero-title {
  max-width: 720px;
  margin: 0;
  color: var(--ap-label);
  font-family: var(--ap-font);
  font-size: clamp(50px, 5.2vw, 78px);
  font-weight: 750;
  letter-spacing: -.055em;
  line-height: .98;
  text-wrap: balance;
}
.hero-title-accent { color: var(--ap-blue); }
.hero-tagline { margin: 22px 0 0; color: var(--ap-label); font-size: clamp(22px, 2.2vw, 32px); font-weight: 650; letter-spacing: -.035em; line-height: 1.15; }
.hero-sub { max-width: 600px; margin: 17px 0 0; color: var(--ap-label-2); font-size: 17px; line-height: 1.55; }
.hero-cta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px; }
.hero-evidence { min-width: 0; height: 570px; position: relative; display: block; }
.hero-evidence figure { margin: 0; overflow: hidden; border-radius: 24px; background: var(--ap-bg-soft); box-shadow: 0 1px 0 rgba(255,255,255,.38) inset; }
.hero-evidence img { width: 100%; height: 100%; object-fit: cover; }
.hero-evidence-factory { position: absolute; top: 0; left: 0; width: 78%; height: 40%; }
.hero-evidence-product { position: absolute; right: 0; bottom: 0; width: 84%; height: 68%; border: 8px solid var(--ap-bg-raised); }
.hero-evidence figcaption { position: absolute; inset: auto 12px 12px 12px; padding: 10px 12px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 12px; background: rgba(20,20,22,.58); color: #fff; font-size: 10px; letter-spacing: .04em; -webkit-backdrop-filter: blur(18px) saturate(150%); backdrop-filter: blur(18px) saturate(150%); }
.hero-evidence figcaption b { font-size: 10px; font-weight: 650; text-align: right; }
.hero-evidence figcaption b { color: #fff; }

/* Compact statistics */
.stats { padding: 0 0 72px; border: 0; background: transparent; color: var(--ap-label); }
.stats-in, .about-stats { padding: 10px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border-radius: 22px; background: var(--ap-bg-raised); box-shadow: var(--ap-shadow-1); overflow: hidden; }
.stat { min-height: 118px; padding: 24px; display: flex; flex-direction: column; justify-content: center; border: 0; border-right: 1px solid var(--ap-separator); }
.stat:last-child { border-right: 0; }
.stat-num { color: var(--ap-label); font-family: var(--ap-font); font-size: clamp(30px, 3vw, 43px); font-weight: 700; letter-spacing: -.045em; line-height: 1; }
.stat-label { margin-top: 9px; color: var(--ap-label-2); font-size: 12px; font-weight: 550; letter-spacing: 0; text-transform: none; }

/* Real work and product catalogue */
.real-stories { padding-top: 86px; }
.real-stories { background: transparent; }
.field-story { min-height: 520px; margin: 0 0 24px; display: grid; grid-template-columns: .76fr 1.24fr; align-items: stretch; border-radius: var(--ap-radius-l); background: var(--ap-bg-raised); box-shadow: var(--ap-shadow-1); overflow: hidden; }
.field-story--lift { grid-template-columns: 1.05fr .95fr; }
.field-story-copy { padding: clamp(32px, 5vw, 66px); display: flex; flex-direction: column; justify-content: center; }
.field-story-copy h3 { max-width: 620px; margin: 0; font-family: var(--ap-font); font-size: clamp(34px, 4vw, 56px); font-weight: 700; letter-spacing: -.045em; line-height: 1.04; }
.field-story-copy > p:not(.field-story-index) { max-width: 540px; margin: 19px 0 0; color: var(--ap-label-2); font-size: 16px; line-height: 1.6; }
.field-story-index { margin: 0 0 18px; color: var(--ap-blue); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.field-story-media { min-height: 520px; margin: 0; overflow: hidden; }
.field-story-media img { width: 100%; height: 100%; object-fit: cover; }
.field-story-media--portrait img { object-position: center 52%; }
.text-link { margin-top: 27px; padding: 0; display: inline-flex; align-items: center; gap: 7px; border: 0; color: var(--ap-blue); font-size: 14px; font-weight: 600; letter-spacing: -.01em; text-transform: none; }
.text-link i { font-style: normal; transition: transform .42s var(--ap-spring); }
.text-link:hover i { transform: translateX(4px); }
.catalogue { padding-top: 94px; background: transparent; }
.catalogue-list { border-radius: 22px; background: var(--ap-bg-raised); box-shadow: var(--ap-shadow-1); overflow: hidden; }
.catalogue-item { min-height: 90px; padding: 14px 20px; display: grid; grid-template-columns: 46px 1fr 40px; align-items: center; gap: 14px; border: 0; border-bottom: 1px solid var(--ap-separator); color: var(--ap-label); transform: translate3d(0,0,0) scale(1); will-change: transform; }
.catalogue-item:last-child { border-bottom: 0; }
.catalogue-item:hover { background: var(--ap-fill); }
.catalogue-index { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border-radius: 11px; background: color-mix(in srgb, var(--ap-blue) 12%, transparent); color: var(--ap-blue); font-size: 11px; font-weight: 700; }
.catalogue-copy { display: grid; grid-template-columns: minmax(200px, .75fr) minmax(220px, 1.25fr); align-items: center; gap: 20px; }
.catalogue-copy b { font-size: 17px; font-weight: 650; letter-spacing: -.02em; }
.catalogue-copy small { color: var(--ap-label-2); font-size: 13px; }
.catalogue-arrow { width: 31px; height: 31px; display: inline-flex; align-items: center; justify-content: center; justify-self: end; border-radius: 50%; background: var(--ap-fill); color: var(--ap-blue); font-size: 16px; }
.spec-note { margin: 16px 4px 0; color: var(--ap-label-3); font-size: 12px; }

/* Dark editorial groups */
.why, .about-proof, .proof-documents { width: var(--ap-container); margin: 0 auto 104px; padding: 0; border-radius: var(--ap-radius-xl); background: var(--ap-dark); color: var(--ap-dark-label); overflow: hidden; }
.why-grid { width: 100%; padding: clamp(40px, 6vw, 80px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 78px; }
.why-copy > p:not(.kicker):not(.std-badge), .about-proof-copy > p:not(.kicker), .proof-documents-head > p:not(.kicker) { color: var(--ap-dark-label-2); font-size: 16px; line-height: 1.65; }
.std-badge { width: fit-content; padding: 10px 13px; display: flex; gap: 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(255,255,255,.08); color: #fff; font-size: 12px; }
.why .btn--ghost, .section--dark .btn--ghost { color: #fff; background: rgba(255,255,255,.12); box-shadow: 0 0 0 1px rgba(255,255,255,.15) inset; }
.side-title { margin: 0 0 10px; color: var(--ap-dark-label-2); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.side-title--code { margin-top: 30px; }
.value-list, .code-list { margin: 0; padding: 0; list-style: none; border-radius: 16px; background: rgba(255,255,255,.08); overflow: hidden; }
.value-list li { min-height: 62px; padding: 13px 16px; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 10px; border-bottom: 1px solid rgba(255,255,255,.1); }
.value-list li:last-child, .code-list li:last-child { border-bottom: 0; }
.vl-idx { color: #78b7ff; font-size: 11px; font-weight: 700; }
.vl-name { color: #fff; font-size: 15px; font-weight: 600; }
.vl-en { color: var(--ap-dark-label-2); font-size: 11px; text-align: right; }
.code-list li { min-height: 46px; padding: 11px 16px; display: flex; gap: 14px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); color: var(--ap-dark-label-2); font-size: 13px; }
.code-list b { color: #78b7ff; font-size: 10px; }

.cta-banner { padding: 0 0 104px; background: transparent; }
.cta-in { min-height: 210px; padding: 42px 48px; display: flex; align-items: center; justify-content: space-between; gap: 38px; border-radius: var(--ap-radius-l); background: linear-gradient(135deg, #0071e3, #0058c9); color: #fff; overflow: hidden; }
.cta-copy h2 { margin: 0; font-family: var(--ap-font); font-size: clamp(32px, 4vw, 48px); font-weight: 700; letter-spacing: -.04em; line-height: 1.06; }
.cta-copy p { margin: 12px 0 0; color: rgba(255,255,255,.75); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 9px; }

/* Page and product detail heroes */
.page-hero, .detail-hero, .proof-hero, .contact-hero { padding: 8px 0 42px; background: transparent; color: var(--ap-label); }
.page-hero > .container, .proof-hero-in, .contact-hero-in { min-height: 350px; padding: 58px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: var(--ap-radius-xl); background: var(--ap-dark); color: #fff; overflow: hidden; }
.page-hero h1, .proof-hero h1, .contact-hero h1 { max-width: 950px; margin: 0; color: #fff; font-family: var(--ap-font); font-size: clamp(46px, 6vw, 76px); font-weight: 720; letter-spacing: -.055em; line-height: .98; }
.page-hero .section-sub, .proof-hero .section-sub, .contact-hero p { color: var(--ap-dark-label-2); }
.detail-hero > .container { padding: 28px 0 0; }
.crumbs { margin: 0 0 14px; color: var(--ap-label-2); font-size: 12px; }
.crumbs a { color: var(--ap-label-2); }
.crumbs i { color: var(--ap-label-3); }
.crumbs a:hover { color: var(--ap-blue); }
.detail-grid { min-height: 540px; padding: 52px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 48px; border-radius: var(--ap-radius-xl); background: var(--ap-dark); color: #fff; overflow: hidden; }
.detail-copy h1 { margin: 0; font-family: var(--ap-font); font-size: clamp(44px, 5vw, 70px); font-weight: 720; letter-spacing: -.05em; line-height: 1; }
.detail-tagline { max-width: 530px; margin: 20px 0 30px; color: var(--ap-dark-label-2); font-size: 18px; line-height: 1.55; }
.detail-fig { height: 430px; margin: 0; border-radius: 26px; background: #fff; overflow: hidden; }
.detail-fig img { width: 100%; height: 100%; object-fit: cover; }
.detail-fig--contain img { padding: 22px; object-fit: contain; }
.detail-body { display: grid; gap: 58px; }
.prose { max-width: 840px; }
.prose p { color: var(--ap-label-2); font-size: 17px; line-height: 1.68; }
.block-title { margin: 0 0 20px; color: var(--ap-label); font-family: var(--ap-font); font-size: 27px; font-weight: 700; letter-spacing: -.035em; }
.block-title span { margin-right: 8px; color: var(--ap-blue); font-size: 14px; }
.model-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 14px; }
.model-card { border: 0; border-radius: 18px; background: var(--ap-bg-raised); box-shadow: var(--ap-shadow-1); overflow: hidden; }
.model-name { margin: 0; padding: 18px 20px 13px; color: var(--ap-label); font-size: 17px; letter-spacing: -.02em; }
.model-rows { padding: 0 20px 10px; }
.model-row { min-height: 44px; padding: 10px 0; display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--ap-separator); color: var(--ap-label-2); font-size: 13px; }
.model-row:last-child { border-bottom: 0; }
.model-row strong { color: var(--ap-label); font-weight: 600; text-align: right; }
.table-wrap { border-radius: 18px; background: var(--ap-bg-raised); box-shadow: var(--ap-shadow-1); overflow: hidden; }
.spec-table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.spec-table tr { border-bottom: 1px solid var(--ap-separator); }
.spec-table tr:last-child { border-bottom: 0; }
.spec-table th, .spec-table td { padding: 14px 18px; border: 0; font-size: 14px; line-height: 1.35; }
.spec-table th { width: 36%; color: var(--ap-label-2); font-weight: 500; text-align: left; }
.spec-table td { color: var(--ap-label); font-weight: 600; text-align: right; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.feature { min-height: 100px; padding: 20px; display: grid; grid-template-columns: 35px 1fr; gap: 12px; border: 0; border-radius: 16px; background: var(--ap-bg-raised); box-shadow: var(--ap-shadow-1); }
.feature-idx { color: var(--ap-blue); font-size: 11px; font-weight: 700; }
.feature p { margin: 0; color: var(--ap-label); font-size: 14px; line-height: 1.55; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip, .chip--dark { padding: 7px 12px; border: 0; border-radius: 999px; background: var(--ap-fill); color: var(--ap-label-2); font-size: 12px; }
.check-list { margin: 0; padding: 8px 18px; list-style: none; border-radius: 18px; background: var(--ap-bg-raised); box-shadow: var(--ap-shadow-1); }
.check-list li { min-height: 48px; padding: 12px 8px 12px 32px; position: relative; border-bottom: 1px solid var(--ap-separator); color: var(--ap-label); font-size: 14px; }
.check-list li:last-child { border-bottom: 0; }
.check-list li::before { content: "✓"; position: absolute; left: 6px; color: var(--ap-blue); font-weight: 700; }
.note { padding: 16px 18px; border: 0; border-radius: 14px; background: color-mix(in srgb, var(--ap-blue) 10%, transparent); color: var(--ap-label-2); font-size: 13px; }
.note b { margin-right: 7px; color: var(--ap-blue); }
.cta-panel { padding: 32px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border: 0; border-radius: 24px; background: var(--ap-bg-raised); box-shadow: var(--ap-shadow-1); }
.cta-panel h3 { margin: 0; font-size: 27px; letter-spacing: -.035em; }
.cta-panel p { margin: 8px 0 0; color: var(--ap-label-2); }

/* About and factory proof */
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: start; gap: 60px; }
.about-stats { grid-template-columns: repeat(2, 1fr); }
.about-stats .stat:nth-child(2) { border-right: 0; }
.about-proof { padding: clamp(40px, 6vw, 76px) 0; }
.about-proof-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 52px; }
.about-proof-photo, .about-design-photo { margin: 0; overflow: hidden; border-radius: 24px; }
.about-proof-photo img { width: 100%; height: 390px; object-fit: cover; }
.about-proof-photo figcaption, .about-design-photo figcaption { padding: 10px 2px 0; color: var(--ap-dark-label-2); font-size: 11px; }
.about-design-note { margin-top: 58px; padding-top: 48px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 52px; align-items: center; border-top: 1px solid rgba(255,255,255,.12); }
.about-design-copy h3 { margin: 0; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.04em; }
.about-design-copy > p:not(.kicker) { color: var(--ap-dark-label-2); }
.about-design-photo img { width: 100%; height: 390px; object-fit: cover; }
.mission-grid { padding: 50px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 58px; border-radius: var(--ap-radius-l); background: var(--ap-dark); color: #fff; }
.mission blockquote { margin: 0; font-size: clamp(32px, 4vw, 50px); font-weight: 650; letter-spacing: -.04em; line-height: 1.15; }
.std-block { padding: 28px; border-radius: 20px; background: var(--ap-bg-raised); box-shadow: var(--ap-shadow-1); }
.std-text { color: var(--ap-label-2); }
.certs { display: flex; flex-wrap: wrap; gap: 8px; }
.proof-hero-in { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 50px; }
.proof-hero-copy { align-self: end; }
.proof-hero-link { margin-top: 28px; display: inline-flex; gap: 8px; color: #78b7ff; font-size: 14px; }
.proof-hero-link i, .contact-hero-wa i { color: #78b7ff; }
.proof-ledger { padding: 12px; border: 1px solid rgba(255,255,255,.12); border-top-color: rgba(255,255,255,.2); border-radius: 18px; background: rgba(255,255,255,.08); }
.proof-ledger > p { margin: 4px 6px 10px; color: var(--ap-dark-label-2); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.proof-ledger div { min-height: 49px; padding: 10px; display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 10px; border-top: 1px solid rgba(255,255,255,.1); }
.proof-ledger span { color: #78b7ff; font-size: 10px; }
.proof-ledger b { font-size: 13px; }
.proof-ledger em { color: var(--ap-dark-label-2); font-size: 11px; font-style: normal; }
.proof-record { padding-top: 90px; }
.proof-record-head { max-width: 760px; margin-bottom: 42px; display: block; }
.proof-factory-figure { margin: 0; border-radius: 28px; background: var(--ap-bg-raised); box-shadow: var(--ap-shadow-1); overflow: hidden; }
.proof-factory-figure img { width: 100%; max-height: 600px; object-fit: cover; }
.proof-factory-figure figcaption, .proof-equipment-photo figcaption { padding: 14px 18px; display: flex; justify-content: space-between; gap: 20px; color: var(--ap-label-2); font-size: 11px; }
.proof-address { margin-top: 15px; padding: 18px; display: grid; grid-template-columns: 150px 1fr; border-radius: 16px; background: var(--ap-bg-raised); box-shadow: var(--ap-shadow-1); }
.proof-address span { color: var(--ap-label-3); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.proof-address p { margin: 0; color: var(--ap-label); }
.proof-equipment-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 55px; }
.proof-equipment-photo { margin: 0; border-radius: 26px; background: var(--ap-bg-raised); box-shadow: var(--ap-shadow-1); overflow: hidden; }
.proof-equipment-photo img { width: 100%; height: 450px; object-fit: cover; }
.proof-equipment-copy > p:not(.kicker) { color: var(--ap-label-2); line-height: 1.65; }
.proof-documents { padding: 72px 0; }
.proof-documents-head { max-width: 760px; }
.proof-document-grid, .credentials-grid { margin-top: 40px; display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 14px; }
.proof-document, .credentials-photo { margin: 0; padding: 8px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: rgba(255,255,255,.08); overflow: hidden; }
.proof-document img, .credentials-photo img { width: 100%; height: 330px; border-radius: 13px; object-fit: cover; }
.proof-document figcaption { padding: 11px 4px 5px; color: var(--ap-dark-label-2); font-size: 11px; }
.proof-disclaimer { color: var(--ap-dark-label-2); font-size: 11px; }
.credentials-section { padding-top: 70px; }
.credentials-photo { border-color: var(--ap-separator); background: var(--ap-bg-raised); box-shadow: var(--ap-shadow-1); }

/* Contact — settings-like density */
.contact-hero-in { min-height: 370px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 38px; }
.contact-hero-in > div > p:not(.kicker) { max-width: 690px; font-size: 17px; }
.contact-hero-wa { min-width: 280px; padding: 18px; display: grid; grid-template-columns: 32px 1fr 25px; align-items: center; gap: 8px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(255,255,255,.1); color: #fff; -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); transform: translate3d(0,0,0) scale(1); will-change: transform; }
.contact-hero-wa .wa-icon { grid-row: 1 / span 2; width: 28px; height: 28px; color: #5be497; }
.contact-hero-wa span { color: var(--ap-dark-label-2); font-size: 11px; }
.contact-hero-wa b { grid-column: 2; font-size: 15px; }
.contact-hero-wa i { grid-column: 3; grid-row: 1 / span 2; justify-self: end; font-style: normal; }
.contact-main { padding-top: 46px; background: transparent; }
.contact-layout { display: grid; grid-template-columns: minmax(320px, .82fr) minmax(520px, 1.18fr); align-items: start; gap: 20px; }
.contact-directory, .contact-request { padding: 30px; border: 0; border-radius: 24px; background: var(--ap-bg-raised); box-shadow: var(--ap-shadow-1); }
.contact-section-label { margin: 0 0 12px; color: var(--ap-label-3); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-directory-main { margin: 0 0 20px; padding: 18px; display: block; border: 0; border-radius: 16px; background: color-mix(in srgb, var(--ap-green) 11%, transparent); }
.contact-directory-main span { display: block; color: var(--ap-label-2); font-size: 11px; }
.contact-directory-main a { display: block; margin-top: 5px; color: var(--ap-label); font-size: 24px; font-weight: 650; letter-spacing: -.03em; }
.contact-directory-list { margin: 20px 0 0; }
.contact-directory-list > div { padding: 14px 0; display: grid; grid-template-columns: 88px 1fr; gap: 14px; border-bottom: 1px solid var(--ap-separator); }
.contact-directory-list dt { color: var(--ap-label-3); font-size: 12px; }
.contact-directory-list dd { margin: 0; color: var(--ap-label); font-size: 13px; overflow-wrap: anywhere; }
.contact-directory-list a { border: 0; color: var(--ap-label); text-decoration: none; }
.contact-directory-list a:hover { color: var(--ap-blue); }
.copy-btn { min-height: 30px; margin-left: 8px; padding: 4px 9px; border: 0; border-radius: 8px; background: var(--ap-fill); color: var(--ap-blue); font-size: 11px; cursor: pointer; }
.copy-btn.copied { color: var(--ap-green); }
.contact-directory-note { color: var(--ap-label-3); font-size: 12px; line-height: 1.5; }
.contact-request-head h2 { margin: 0; font-size: 34px; letter-spacing: -.04em; line-height: 1.1; }
.contact-request-head > p:last-child { margin: 10px 0 22px; color: var(--ap-label-2); font-size: 14px; }
.inquiry-form { display: grid; gap: 14px; }
.form-fields--split { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: grid; gap: 7px; }
.field label { color: var(--ap-label-2); font-size: 12px; font-weight: 600; }
.field label b { color: var(--ap-blue); }
.field input, .field select, .field textarea,
.contact-request .field input, .contact-request .field select, .contact-request .field textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid transparent;
  border-radius: 11px;
  outline: 0;
  background: var(--ap-fill);
  color: var(--ap-label);
  font-size: 14px;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.field textarea { min-height: 112px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus,
.contact-request .field input:focus, .contact-request .field select:focus, .contact-request .field textarea:focus { border-color: var(--ap-blue); background: var(--ap-bg-raised); box-shadow: 0 0 0 3px color-mix(in srgb, var(--ap-blue) 22%, transparent); }
.field--other-method[hidden] { display: none; }
.form-hint, .form-status { margin: 0; color: var(--ap-label-3); font-size: 11px; }
.form-status--ok { padding: 10px; border-radius: 10px; background: color-mix(in srgb, var(--ap-green) 12%, transparent); color: var(--ap-green); }
.form-status--err { padding: 10px; border-radius: 10px; background: rgba(255,59,48,.1); color: #ff3b30; }

/* Footer and privacy glass */
.site-footer { width: var(--ap-container); margin: 0 auto 18px; padding: 52px 0 0; border-radius: 30px; background: var(--ap-dark); color: #fff; overflow: hidden; }
.footer-grid { width: 100%; padding: 0 46px 42px; display: grid; grid-template-columns: 1.6fr .7fr 1fr 1.15fr; gap: 34px; }
.f-brand-logo { width: 152px; height: auto; padding: 5px 9px; border-radius: 11px; background: #fff; }
.f-slogan { margin: 20px 0 5px; font-size: 17px; font-weight: 650; letter-spacing: -.02em; }
.f-desc, .f-addr { color: var(--ap-dark-label-2); font-size: 12px; line-height: 1.55; }
.f-col h4 { margin: 0 0 13px; color: var(--ap-dark-label-2); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.f-col > a { width: fit-content; margin: 7px 0; display: block; color: #fff; font-size: 12px; }
.f-col > a:hover { color: #78b7ff; }
.wa-link { display: flex !important; align-items: center; gap: 7px; color: #5be497 !important; }
.footer-bar { border-top: 1px solid rgba(255,255,255,.1); }
.footer-bar-in { width: 100%; min-height: 52px; padding: 0 46px; display: flex; align-items: center; justify-content: space-between; color: var(--ap-dark-label-2); font-size: 10px; }
.footer-legal { display: flex; gap: 16px; align-items: center; }
.footer-legal button { padding: 0; border: 0; background: transparent; color: inherit; font-size: inherit; cursor: pointer; }
.wa-float { position: fixed; z-index: 80; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 8px; }
.wa-float-label { padding: 8px 11px; border: 1px solid rgba(255,255,255,.6); border-radius: 11px; background: var(--ap-glass); color: var(--ap-label); box-shadow: var(--ap-shadow-1); font-size: 11px; -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
.wa-float-btn { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--ap-green); color: #fff; box-shadow: 0 8px 22px rgba(0,0,0,.2); }
.wa-float-btn .wa-icon { width: 23px; height: 23px; }
.privacy-consent { position: fixed; z-index: 150; left: 50%; bottom: max(16px, env(safe-area-inset-bottom)); width: min(760px, calc(100vw - 32px)); padding: 12px; display: grid; grid-template-columns: 56px 1fr auto; align-items: center; gap: 13px; border: 1px solid rgba(255,255,255,.65); border-bottom-color: rgba(0,0,0,.14); border-radius: 20px; background: var(--ap-glass); color: var(--ap-label); box-shadow: var(--ap-shadow-2); -webkit-backdrop-filter: blur(28px) saturate(180%); backdrop-filter: blur(28px) saturate(180%); transform: translateX(-50%); }
.privacy-consent-index { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: var(--ap-fill); color: var(--ap-blue); }
.privacy-consent-index span { display: none; }
.privacy-consent-index b { font-size: 12px; }
.privacy-consent-copy strong { font-size: 13px; }
.privacy-consent-copy p { margin: 3px 0 0; color: var(--ap-label-2); font-size: 11px; line-height: 1.4; }
.privacy-consent-copy a { color: var(--ap-blue); }
.privacy-consent-actions { display: flex; gap: 7px; }
.privacy-choice { min-height: 38px; padding: 8px 14px; border: 0; border-radius: 999px; font-size: 12px; font-weight: 600; cursor: pointer; }
.privacy-choice--secondary { background: var(--ap-fill); color: var(--ap-label); }
.privacy-choice--primary { background: var(--ap-blue); color: #fff; }

/* Reveal motion is one-shot; reversible controls use the JS spring. */
.reveal { opacity: 0; transform: translate3d(0, 18px, 0) scale(.985); transition: opacity .6s ease, transform .8s var(--ap-spring); transition-delay: var(--d, 0s); }
.reveal.in { opacity: 1; transform: none; }

/* The old theme declared display fonts on individual nodes; this enforces one optical system family. */
#app * { font-family: var(--ap-font); }
.stat-label, .catalogue-copy small, .hero-evidence figcaption, .proof-ledger, .proof-factory-figure figcaption, .proof-document figcaption { letter-spacing: 0; text-transform: none; }
.about-proof-photo figcaption { position: static; padding: 10px 2px 0; background: transparent; color: var(--ap-dark-label-2); }

.proof-process { padding-top: 86px; }
.proof-process-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 64px; }
.proof-process-copy h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); font-weight: 700; letter-spacing: -.045em; line-height: 1.03; }
.proof-process-list { margin: 0; padding: 8px 18px; list-style: none; border: 0; border-radius: 20px; background: var(--ap-bg-raised); box-shadow: var(--ap-shadow-1); }
.proof-process-list li { min-height: 78px; padding: 16px 8px; display: grid; grid-template-columns: 38px 1fr; gap: 10px; border-bottom: 1px solid var(--ap-separator); }
.proof-process-list li:last-child { border-bottom: 0; }
.proof-process-list b { color: var(--ap-blue); font-size: 11px; }
.proof-process-list strong { display: block; color: var(--ap-label); font-size: 15px; font-weight: 650; letter-spacing: -.01em; text-transform: none; }
.proof-process-list span { display: block; margin-top: 4px; color: var(--ap-label-2); font-size: 13px; line-height: 1.5; }

/* Mobile bottom sheet and dense responsive layout */
.mobile-menu { display: none; }
@media (max-width: 980px) {
  :root { --ap-container: min(100% - 32px, 760px); }
  .site-header { height: 72px; padding-top: 8px; }
  .header-in { height: 54px; grid-template-columns: 1fr auto; gap: 10px; padding-left: 8px; }
  .brand { width: 145px; }
  .brand-logo { width: 125px; }
  .nav, .header-actions > .lang-pill, .header-wa { display: none; }
  .burger { width: 42px; height: 42px; padding: 0; display: grid; place-content: center; gap: 5px; border: 0; border-radius: 13px; background: var(--ap-fill); color: var(--ap-label); cursor: pointer; }
  .burger span { width: 18px; height: 1.5px; display: block; border-radius: 2px; background: currentColor; transform-origin: center; transition: transform .44s var(--ap-spring); }
  .burger[aria-expanded="true"] span:first-child { transform: translateY(3.25px) rotate(45deg); }
  .burger[aria-expanded="true"] span:last-child { transform: translateY(-3.25px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 89; left: 16px; right: 16px; bottom: max(12px, env(safe-area-inset-bottom)); max-height: calc(100dvh - 96px); padding: 12px; display: block; visibility: hidden; border: 1px solid rgba(255,255,255,.65); border-bottom-color: rgba(0,0,0,.16); border-radius: 28px; background: var(--ap-glass); box-shadow: var(--ap-shadow-2); -webkit-backdrop-filter: blur(30px) saturate(180%); backdrop-filter: blur(30px) saturate(180%); transform: translate3d(0, calc(100% + 40px), 0); will-change: transform; }
  .mobile-menu { top: auto; height: auto; min-height: 0; justify-content: initial; gap: 0; pointer-events: auto; }
  .mobile-menu.open { visibility: visible; }
  .mobile-nav { display: grid; gap: 3px; }
  .mobile-link { min-height: 52px; padding: 14px 16px; display: flex; align-items: center; border: 0; border-radius: 15px; color: var(--ap-label); font-size: 18px; font-weight: 650; letter-spacing: -.02em; text-transform: none; }
  .mobile-link:hover { background: var(--ap-fill); }
  .mobile-link::before { color: var(--ap-blue); }
  .mobile-menu-foot { margin-top: 8px; padding-top: 10px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 8px; border-top: 1px solid var(--ap-separator); }
  .mobile-menu .lang-pill, .mobile-menu .lang-menu, .mobile-menu .lang-menu summary { width: 100%; }
  .mobile-menu .lang-options { left: 0; right: auto; bottom: calc(100% + 8px); top: auto; transform-origin: 20px calc(100% + 8px); }
  .section { padding: 76px 0; }
  .hero-documentary { min-height: auto; padding: 42px; grid-template-columns: 1fr; gap: 38px; }
  .hero-evidence { height: 500px; }
  .field-story, .field-story--lift { grid-template-columns: 1fr; }
  .field-story--lift .field-story-media { order: 2; }
  .field-story-media { min-height: 430px; }
  .why-grid { grid-template-columns: 1fr; gap: 48px; }
  .detail-grid { grid-template-columns: 1fr; }
  .about-grid, .about-proof-grid, .about-design-note, .proof-equipment-grid { grid-template-columns: 1fr; }
  .proof-hero-in { grid-template-columns: 1fr; }
  .contact-hero-in { grid-template-columns: 1fr; }
  .contact-hero-wa { min-width: 0; width: 100%; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .f-brand { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  :root { --ap-container: calc(100% - 24px); }
  body { font-size: 15px; }
  .section { padding: 58px 0; }
  .header-in { border-radius: 16px; }
  .hero { padding-bottom: 24px; }
  .hero-documentary { padding: 30px 22px 22px; border-radius: 28px; gap: 30px; }
  .hero-title { font-size: clamp(42px, 13.5vw, 62px); line-height: .99; }
  .hero-tagline { font-size: 23px; }
  .hero-sub { font-size: 15px; }
  .hero-cta { display: grid; grid-template-columns: 1fr; }
  .hero-cta .btn { width: 100%; }
  .hero-evidence { height: 390px; }
  .hero-evidence-factory { width: 86%; height: 39%; }
  .hero-evidence-product { width: 90%; height: 69%; border-width: 6px; }
  .hero-evidence figcaption { padding: 8px 9px; }
  .hero-evidence figcaption span { display: none; }
  .stats { padding-bottom: 45px; }
  .stats-in, .about-stats { grid-template-columns: repeat(2, 1fr); padding: 6px; }
  .stat { min-height: 96px; padding: 18px 14px; }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--ap-separator); }
  .stat-num { font-size: 31px; }
  .section-head { margin-bottom: 30px; }
  .section-head h2, .why-copy h2, .proof-record-head h2, .proof-equipment-copy h2, .proof-documents-head h2, .about-proof-copy h2 { font-size: 36px; }
  .section-sub { font-size: 15px; }
  .field-story { min-height: 0; border-radius: 24px; }
  .field-story-copy { padding: 30px 24px; }
  .field-story-copy h3 { font-size: 35px; }
  .field-story-media { min-height: 330px; }
  .catalogue { padding-top: 58px; }
  .catalogue-item { min-height: 76px; padding: 11px 12px; grid-template-columns: 36px 1fr 30px; gap: 10px; }
  .catalogue-copy { display: block; }
  .catalogue-copy b { display: block; font-size: 15px; }
  .catalogue-copy small { margin-top: 2px; display: block; font-size: 10px; }
  .catalogue-arrow { width: 28px; height: 28px; }
  .why, .about-proof, .proof-documents { width: var(--ap-container); margin-bottom: 58px; border-radius: 28px; }
  .why-grid { padding: 38px 24px; }
  .value-list li { grid-template-columns: 28px 1fr; }
  .vl-en { grid-column: 2; text-align: left; }
  .cta-banner { padding-bottom: 58px; }
  .cta-in { min-height: 0; padding: 36px 24px; display: block; }
  .cta-actions { margin-top: 25px; display: grid; }
  .page-hero, .detail-hero, .proof-hero, .contact-hero { padding-bottom: 26px; }
  .page-hero > .container, .proof-hero-in, .contact-hero-in { min-height: 310px; padding: 34px 24px; border-radius: 28px; }
  .page-hero h1, .proof-hero h1, .contact-hero h1 { font-size: 45px; }
  .detail-hero > .container { padding-top: 8px; }
  .detail-grid { min-height: 0; padding: 34px 22px 22px; gap: 28px; border-radius: 28px; }
  .detail-copy h1 { font-size: 43px; }
  .detail-fig { height: 300px; }
  .detail-body { gap: 44px; }
  .model-grid, .feature-grid { grid-template-columns: 1fr; }
  .table-wrap { overflow: visible; background: transparent; box-shadow: none; }
  .spec-table, .spec-table tbody, .spec-table tr, .spec-table th, .spec-table td { display: block; width: 100%; }
  .spec-table { table-layout: auto; }
  .spec-table tr { margin-bottom: 8px; padding: 12px 14px; border: 0; border-radius: 13px; background: var(--ap-bg-raised); box-shadow: 0 1px 8px rgba(0,0,0,.04); }
  .spec-table th, .spec-table td { padding: 0; text-align: left; overflow-wrap: anywhere; }
  .spec-table th { color: var(--ap-label-3); font-size: 11px; }
  .spec-table td { margin-top: 4px; font-size: 14px; }
  .detail-body .table-wrap { overflow: visible; border: 0; background: transparent; box-shadow: none; }
  .detail-body .spec-table,
  .detail-body .spec-table tbody { display: block; width: 100%; min-width: 0; }
  .detail-body .spec-table tr {
    min-height: 72px;
    margin-bottom: 8px;
    padding: 0;
    display: grid;
    grid-template-columns: minmax(112px, .78fr) minmax(0, 1.22fr);
    align-items: stretch;
    border: 1px solid var(--ap-separator);
    border-radius: 14px;
    background: var(--ap-bg-raised);
    box-shadow: 0 2px 10px rgba(0,0,0,.035);
    overflow: hidden;
  }
  .detail-body .spec-table th,
  .detail-body .spec-table td {
    width: auto;
    min-width: 0;
    margin: 0;
    padding: 13px 14px;
    display: flex;
    align-items: center;
    border: 0;
    background: transparent;
    overflow-wrap: anywhere;
    word-break: normal;
    text-align: left;
  }
  .detail-body .spec-table th {
    background: var(--ap-fill);
    color: var(--ap-label-3);
    font-size: 10px;
    font-weight: 650;
    letter-spacing: .045em;
    line-height: 1.35;
    text-transform: uppercase;
  }
  .detail-body .spec-table td { color: var(--ap-label); font-size: 13px; font-weight: 600; line-height: 1.45; }
  .cta-panel { padding: 25px 20px; display: block; }
  .cta-panel .cta-actions { margin-top: 20px; }
  .about-proof { padding: 38px 0; }
  .about-proof-photo img, .about-design-photo img { height: 280px; }
  .about-design-note { margin-top: 38px; padding-top: 36px; gap: 28px; }
  .mission-grid { padding: 34px 24px; grid-template-columns: 1fr; gap: 40px; border-radius: 24px; }
  .proof-ledger div { grid-template-columns: 28px 1fr; }
  .proof-ledger em { grid-column: 2; }
  .proof-factory-figure { border-radius: 22px; }
  .proof-factory-figure figcaption, .proof-equipment-photo figcaption { display: grid; }
  .proof-address { grid-template-columns: 1fr; gap: 7px; }
  .proof-equipment-photo img { height: 310px; }
  .proof-document-grid, .credentials-grid { grid-template-columns: 1fr; }
  .proof-document img, .credentials-photo img { height: 280px; }
  .contact-main { padding-top: 24px; }
  .contact-directory, .contact-request { padding: 22px 18px; border-radius: 20px; }
  .contact-directory-main a { font-size: 20px; }
  .contact-directory-list > div { grid-template-columns: 1fr; gap: 5px; }
  .form-fields--split { grid-template-columns: 1fr; }
  .proof-process-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-grid { padding: 0 26px 34px; grid-template-columns: 1fr 1fr; }
  .f-brand, .f-col:last-child { grid-column: 1 / -1; }
  .footer-bar-in { min-height: 70px; padding: 13px 26px; display: grid; gap: 7px; }
  .privacy-consent { grid-template-columns: 1fr; padding: 15px; border-radius: 22px; }
  .privacy-consent-index { display: none; }
  .privacy-consent-actions { justify-content: flex-end; }
  body.has-privacy-consent .wa-float { bottom: 205px; }
  .wa-float-label { display: none; }
}

@media (prefers-color-scheme: dark) {
  .header-in, .privacy-consent, .wa-float-label, .mobile-menu { border-color: rgba(255,255,255,.12); }
  .header-in::before { opacity: .36; }
  .brand, .f-brand-logo { background: #fff; }
  .nav-link.is-active { box-shadow: 0 1px 0 rgba(255,255,255,.08) inset, 0 2px 8px rgba(0,0,0,.25); }
}

@media (prefers-reduced-transparency: reduce) {
  .header-in, .lang-options, .mobile-menu, .privacy-consent, .wa-float-label, .hero-evidence figcaption, .contact-hero-wa { -webkit-backdrop-filter: none; backdrop-filter: none; background: var(--ap-bg-raised); }
  .contact-hero-wa, .hero-evidence figcaption { background: #2c2c2e; }
}

@media (prefers-contrast: more) {
  :root { --ap-separator: currentColor; }
  .btn, .field input, .field select, .field textarea { border: 1px solid currentColor; }
}

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