/* ═══════════════════════════════════════════════════════════════
   AMPM — design elevation layer
   Loads after main.css. Shared components for all pages, the
   drawing-sheet signature, mobile nav, motion, and new-page styles.
   ═══════════════════════════════════════════════════════════════ */

/* ---- brand mark ---- */
.logo { display: flex; align-items: center; gap: 10px; }
.logo-mark { width: 34px; height: 26px; color: var(--navy); flex-shrink: 0; }
.logo-text { display: flex; align-items: baseline; }
.logo-lockup { display: flex; flex-direction: column; gap: 3px; line-height: 1; }
.logo-name { font-family: 'Barlow', sans-serif; font-weight: 700; font-size: 23px; letter-spacing: 0.03em; color: var(--navy); }
.logo-sub { font-family: 'Barlow', sans-serif; font-size: 8.2px; font-weight: 700; letter-spacing: 0.28em; text-transform: uppercase; color: var(--navy); padding-left: 1px; }
footer .logo-mark { color: var(--sky); }
footer .logo-name { color: #fff; }
footer .logo-sub { color: var(--sky); }
.sheet-brand { display: inline-flex; align-items: center; gap: 7px; }
.sheet-mark { width: 17px; height: 13px; color: var(--sky-dk); }
.cta-box { position: relative; overflow: hidden; }
.cta-box::after { content: ''; position: absolute; right: -30px; bottom: -50px;
  width: 320px; height: 246px; opacity: 0.06; pointer-events: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 322.1 247.1" fill="white"><path d="M0 247.1 L161.1 0 L321.1 245.5 L322.1 247.1 L309.1 247.1 L161.1 20 L13.1 247.1 Z M155.6 10 h11 v237.1 h-11 Z M84.3 122.3 h65.7 v11 h-65.7 Z M172.1 191.9 L172.1 180.9 C185.2 180.9 195.9 170.2 195.9 157.1 C195.9 144.0 185.2 133.4 172.1 133.4 L172.1 122.4 C191.3 122.4 206.8 138.0 206.8 157.1 C206.8 176.3 191.3 191.9 172.1 191.9 Z"/></svg>') no-repeat center / contain; }
.cta-box > * { position: relative; z-index: 1; }

/* ---- accessibility floor ---- */
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--navy); color: #fff; padding: 10px 18px; border-radius: 0 0 8px 0;
  font-weight: 600; text-decoration: none; }
.skip-link:focus { left: 0; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 2px solid var(--sky-dk); outline-offset: 2px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001s !important; transition-duration: 0.001s !important; }
  html { scroll-behavior: auto; }
}

/* ---- shared page scaffolding (new pages) ---- */
.page-hero { padding: 72px 0 56px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0;
  background-image: radial-gradient(circle, #cddaee 1px, transparent 1px);
  background-size: 26px 26px; opacity: 0.45;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 85%);
  mask-image: linear-gradient(to bottom, #000 0%, transparent 85%); }
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(40px, 6vw, 60px); font-weight: 700; margin: 14px 0 18px; max-width: 800px; }
.page-hero h1 .accent { color: var(--sky-dk); }
.page-hero > .wrap > p { font-size: 18px; font-weight: 300; max-width: 640px; line-height: 1.6; }
.breadcrumb { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: var(--muted); }
.breadcrumb a { color: var(--sky-dk); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

.section-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sky-dk); margin-bottom: 14px; }
.section-head { margin-bottom: 44px; max-width: 720px; }
.section-head h2 { font-size: clamp(30px, 4vw, 42px); font-weight: 700; margin-bottom: 14px; }
.section-head p { font-size: 18px; font-weight: 300; color: var(--body); }
main section { padding: 72px 0; }

.btn-primary { background: var(--navy); color: #fff; text-decoration: none; border: 0; cursor: pointer;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: 18px;
  letter-spacing: 0.03em; text-transform: uppercase; padding: 15px 34px; border-radius: 8px;
  display: inline-flex; align-items: center; gap: 10px;
  transition: background 0.18s, transform 0.15s, box-shadow 0.18s;
  box-shadow: 0 4px 18px rgba(42,70,135,0.18); }
.btn-primary:hover { background: var(--navy-lt); transform: translateY(-2px); box-shadow: 0 6px 22px rgba(42,70,135,0.26); }
.btn-text { color: var(--navy); text-decoration: none; font-size: 16px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 7px; transition: gap 0.18s, color 0.15s; }
.btn-text:hover { color: var(--sky-dk); gap: 11px; }

/* contextual CTA band at the foot of content pages */
.ctx-cta { background: var(--surface); border-top: 1px solid var(--border); }
.ctx-cta .ctx-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.ctx-cta h2 { font-size: clamp(26px, 3.4vw, 34px); font-weight: 700; margin-bottom: 6px; }
.ctx-cta p { font-size: 16px; color: var(--body); max-width: 560px; }
.ctx-cta .ctx-turn { display: flex; align-items: center; gap: 9px; margin-top: 12px;
  font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; color: var(--muted); }
.ctx-cta .ctx-turn .dot { width: 7px; height: 7px; border-radius: 50%; background: #2f9e6e; box-shadow: 0 0 0 3px rgba(47,158,110,0.15); }

/* ---- mobile navigation ---- */
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 10px;
  flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); border-radius: 2px;
  transition: transform 0.22s, opacity 0.18s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 920px) {
  .nav-toggle { display: flex; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--surface); border-bottom: 1px solid var(--border);
    box-shadow: 0 18px 40px rgba(27,47,90,0.12); padding: 8px 0 16px; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 28px; font-size: 17px; }
  .nav-links a.nav-cta { margin: 10px 24px 0; text-align: center; }
}
.nav-links a[aria-current="page"]:not(.nav-cta) { color: var(--sky-dk); }

/* ---- scroll reveal ---- */
.rv { opacity: 0; transform: translateY(18px); transition: opacity 0.55s ease, transform 0.55s ease; }
.rv.in { opacity: 1; transform: none; }
.rv-d1 { transition-delay: 0.08s; } .rv-d2 { transition-delay: 0.16s; } .rv-d3 { transition-delay: 0.24s; }
@media (prefers-reduced-motion: reduce) { .rv { opacity: 1; transform: none; } }

/* ---- drawing-sheet hero (home signature) ---- */
body.pg-home .sheet-head { display: flex; align-items: center; justify-content: space-between;
  font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.06em;
  color: var(--muted); padding-bottom: 12px; margin-bottom: 14px; border-bottom: 1px solid var(--border); }
body.pg-home .sheet-head .stamp { color: #2f9e6e; border: 1.5px solid #2f9e6e; border-radius: 4px;
  padding: 2px 8px; font-weight: 500; transform: rotate(-2deg); }
body.pg-home .part-render svg .draw { stroke-dasharray: 600; stroke-dashoffset: 600;
  animation: drawIn 1.6s ease forwards 0.3s; }
body.pg-home .part-render svg .dim { opacity: 0; animation: dimIn 0.5s ease forwards 1.7s; }
@keyframes drawIn { to { stroke-dashoffset: 0; } }
@keyframes dimIn { to { opacity: 1; } }
body.pg-home .sheet-block { display: grid; grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--border); border-radius: 0 0 9px 9px; border-top: 0; overflow: hidden; margin-top: 0; }
body.pg-home .sheet-block .tb { padding: 8px 12px; border-right: 1px solid var(--border); background: var(--surface); }
body.pg-home .sheet-block .tb:last-child { border-right: 0; }
body.pg-home .sheet-block .tb .k { font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
body.pg-home .sheet-block .tb .v { font-family: 'IBM Plex Mono', monospace; font-size: 12.5px; color: var(--navy); font-weight: 500; }

/* ---- footer title block ---- */
.footer-titleblock { display: flex; border: 1px solid rgba(142,188,229,0.25); border-radius: 6px;
  overflow: hidden; margin-top: 34px; font-family: 'IBM Plex Mono', monospace; }
.footer-titleblock .tb-cell { display: flex; flex-direction: column; gap: 1px;
  padding: 8px 14px; border-right: 1px solid rgba(142,188,229,0.25); }
.footer-titleblock .tb-cell:last-child { border-right: 0; }
.footer-titleblock .tb-cell.grow { flex: 1; }
.footer-titleblock .tb-k { font-size: 8.5px; letter-spacing: 0.14em; text-transform: uppercase; color: #6f88aa; }
.footer-titleblock .tb-v { font-size: 12px; color: var(--sky); }
.footer-legal a { color: inherit; text-decoration: none; }
.footer-legal a:hover { color: #fff; }
@media (max-width: 700px) { .footer-titleblock { flex-wrap: wrap; } .footer-titleblock .tb-cell { flex: 1 1 30%; border-top: 1px solid rgba(142,188,229,0.15); } }

/* ═══ QUALITY PAGE ═══ */
body.pg-quality .q-quote { background: var(--surface); border-left: 4px solid var(--navy);
  border-radius: 0 12px 12px 0; padding: 30px 34px; max-width: 780px; margin: 0 0 10px;
  box-shadow: 0 8px 26px rgba(27,47,90,0.06); }
body.pg-quality .q-quote p { font-size: 19px; line-height: 1.6; color: var(--ink); font-weight: 400; }
body.pg-quality .q-quote .q-note { font-size: 14px; color: var(--muted); margin-top: 14px; }
body.pg-quality .spine { background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
body.pg-quality .spine-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
body.pg-quality .spine-card { background: var(--page-bg); border: 1px solid var(--border); border-radius: 13px; padding: 28px; }
body.pg-quality .spine-card .icon { width: 44px; height: 44px; border-radius: 10px; background: var(--sky-lt);
  color: var(--navy); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
body.pg-quality .spine-card .icon svg { width: 22px; height: 22px; }
body.pg-quality .spine-card h3 { font-size: 22px; font-weight: 600; margin-bottom: 8px; }
body.pg-quality .spine-card p { font-size: 15px; line-height: 1.6; }
body.pg-quality .doc-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 860px; }
body.pg-quality .doc-item { display: flex; gap: 14px; align-items: flex-start;
  background: var(--surface); border: 1px solid var(--border); border-radius: 11px; padding: 18px 20px; }
body.pg-quality .doc-item .mono { color: var(--sky-dk); font-size: 12px; padding-top: 3px; white-space: nowrap; }
body.pg-quality .doc-item h4 { font-family: 'Barlow', sans-serif; font-size: 16px; font-weight: 600; color: var(--ink); margin-bottom: 3px; }
body.pg-quality .doc-item p { font-size: 14px; color: var(--body); line-height: 1.5; }
body.pg-quality .flow { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
body.pg-quality .flow-step { background: var(--surface); border: 1px solid var(--border); border-radius: 10px; padding: 16px 14px; position: relative; }
body.pg-quality .flow-step .num { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: var(--sky-dk); margin-bottom: 8px; }
body.pg-quality .flow-step h4 { font-family: 'Barlow', sans-serif; font-size: 14.5px; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
body.pg-quality .flow-step p { font-size: 12.5px; color: var(--body); line-height: 1.45; }
@media (max-width: 920px) {
  body.pg-quality .spine-grid { grid-template-columns: 1fr; }
  body.pg-quality .doc-list { grid-template-columns: 1fr; }
  body.pg-quality .flow { grid-template-columns: 1fr 1fr; }
}

/* ═══ RFQ PAGE ═══ */
body.pg-rfq .rfq-layout { display: grid; grid-template-columns: 1.5fr 0.9fr; gap: 40px; align-items: start; }
body.pg-rfq .rfq-form { background: var(--surface); border: 1px solid var(--border2); border-radius: 16px;
  padding: 34px; box-shadow: 0 12px 40px rgba(27,47,90,0.08); }
body.pg-rfq .rfq-step { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: var(--sky-dk);
  display: flex; align-items: center; gap: 10px; margin: 26px 0 16px; }
body.pg-rfq .rfq-step:first-child { margin-top: 0; }
body.pg-rfq .rfq-step::after { content: ''; flex: 1; height: 1px; background: var(--border); }
body.pg-rfq label { display: block; font-size: 14px; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
body.pg-rfq label .opt { font-weight: 400; color: var(--muted); }
body.pg-rfq input[type="text"], body.pg-rfq input[type="email"], body.pg-rfq input[type="number"],
body.pg-rfq select, body.pg-rfq textarea {
  width: 100%; padding: 11px 14px; border: 1px solid var(--border2); border-radius: 8px;
  font-family: 'Barlow', sans-serif; font-size: 15px; color: var(--ink); background: var(--page-bg);
  margin-bottom: 18px; transition: border-color 0.15s; }
body.pg-rfq input:focus, body.pg-rfq select:focus, body.pg-rfq textarea:focus { border-color: var(--sky-dk); outline: none; }
body.pg-rfq .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
body.pg-rfq .dropzone { border: 2px dashed var(--border2); border-radius: 12px; background: var(--page-bg);
  padding: 30px 20px; text-align: center; cursor: pointer; transition: border-color 0.15s, background 0.15s; margin-bottom: 8px; }
body.pg-rfq .dropzone:hover, body.pg-rfq .dropzone.drag { border-color: var(--sky-dk); background: var(--sky-xl); }
body.pg-rfq .dropzone svg { width: 34px; height: 34px; color: var(--sky-dk); margin-bottom: 8px; }
body.pg-rfq .dropzone .dz-main { font-size: 15px; font-weight: 600; color: var(--ink); }
body.pg-rfq .dropzone .dz-sub { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: var(--muted); margin-top: 5px; }
body.pg-rfq .file-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
body.pg-rfq .file-chip { display: inline-flex; align-items: center; gap: 8px;
  background: var(--sky-xl); border: 1px solid var(--border); border-radius: 7px;
  font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: var(--navy); padding: 6px 10px; }
body.pg-rfq .file-chip button { background: none; border: 0; cursor: pointer; color: var(--muted); font-size: 14px; line-height: 1; }
body.pg-rfq .check-row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 16px; }
body.pg-rfq .check-row input { width: auto; margin: 3px 0 0; accent-color: var(--navy); }
body.pg-rfq .check-row label { font-weight: 400; font-size: 14px; color: var(--body); margin: 0; }
body.pg-rfq .rfq-submit { width: 100%; justify-content: center; font-size: 19px; }
body.pg-rfq .rfq-privacy { font-size: 12.5px; color: var(--muted); margin-top: 12px; text-align: center; }
body.pg-rfq .rfq-privacy a { color: var(--sky-dk); }
/* sidebar */
body.pg-rfq .rfq-aside > div { background: var(--surface); border: 1px solid var(--border); border-radius: 13px; padding: 24px; margin-bottom: 18px; }
body.pg-rfq .rfq-aside h3 { font-size: 20px; font-weight: 600; margin-bottom: 10px; }
body.pg-rfq .rfq-aside p, body.pg-rfq .rfq-aside li { font-size: 14px; color: var(--body); line-height: 1.55; }
body.pg-rfq .rfq-aside ul { list-style: none; margin-top: 8px; }
body.pg-rfq .rfq-aside li { padding: 5px 0 5px 22px; position: relative; }
body.pg-rfq .rfq-aside li::before { content: '✓'; position: absolute; left: 0; color: #2f9e6e; font-weight: 700; }
body.pg-rfq .fmt-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
body.pg-rfq .fmt-chip { font-family: 'IBM Plex Mono', monospace; font-size: 11.5px; color: var(--navy);
  background: var(--sky-xl); border: 1px solid var(--border); border-radius: 6px; padding: 4px 9px; }
body.pg-rfq .fmt-chip.hero { background: var(--navy); color: #fff; border-color: var(--navy); }
body.pg-rfq .turn-line { display: flex; align-items: center; gap: 9px; font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: var(--muted); margin-top: 12px; }
body.pg-rfq .turn-line .dot { width: 7px; height: 7px; border-radius: 50%; background: #2f9e6e; box-shadow: 0 0 0 3px rgba(47,158,110,0.15); }
@media (max-width: 920px) {
  body.pg-rfq .rfq-layout { grid-template-columns: 1fr; }
  body.pg-rfq .field-row { grid-template-columns: 1fr; gap: 0; }
}

/* ═══ CONFIRMATION PAGE ═══ */
body.pg-rfq-received .conf-wrap { max-width: 700px; margin: 0 auto; text-align: left; }
body.pg-rfq-received .conf-badge { width: 60px; height: 60px; border-radius: 50%; background: rgba(47,158,110,0.12);
  color: #2f9e6e; display: flex; align-items: center; justify-content: center; margin-bottom: 22px; }
body.pg-rfq-received .conf-badge svg { width: 30px; height: 30px; }
body.pg-rfq-received .next-steps { margin: 30px 0; }
body.pg-rfq-received .next-step { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--border); }
body.pg-rfq-received .next-step .mono { color: var(--sky-dk); font-size: 12px; padding-top: 3px; }
body.pg-rfq-received .next-step h4 { font-family: 'Barlow', sans-serif; font-size: 16px; font-weight: 600; color: var(--ink); margin-bottom: 3px; }
body.pg-rfq-received .next-step p { font-size: 14px; color: var(--body); }

/* ═══ AEROSPACE PAGE ═══ */
body.pg-aerospace .aero-hero-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 48px; align-items: center; }
body.pg-aerospace .spec-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: var(--border); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; }
body.pg-aerospace .spec-cell { background: var(--surface); padding: 18px 20px; }
body.pg-aerospace .spec-cell .k { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-bottom: 4px; }
body.pg-aerospace .spec-cell .v { font-family: 'IBM Plex Mono', monospace; font-size: 15px; color: var(--navy); font-weight: 500; }
body.pg-aerospace .qa-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
body.pg-aerospace .qa-card { background: var(--surface); border: 1px solid var(--border); border-radius: 13px; padding: 26px 28px; }
body.pg-aerospace .qa-card .q { font-size: 17px; font-weight: 600; color: var(--ink); margin-bottom: 8px; display: flex; gap: 10px; }
body.pg-aerospace .qa-card .q::before { content: 'Q'; font-family: 'IBM Plex Mono', monospace; color: var(--sky-dk); font-weight: 500; }
body.pg-aerospace .qa-card .a { font-size: 15px; color: var(--body); line-height: 1.6; }
body.pg-aerospace .scope-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 900px; }
body.pg-aerospace .scope-col { border-radius: 13px; padding: 26px 28px; }
body.pg-aerospace .scope-col.do { background: rgba(47,158,110,0.07); border: 1px solid rgba(47,158,110,0.25); }
body.pg-aerospace .scope-col.dont { background: var(--surface); border: 1px solid var(--border); }
body.pg-aerospace .scope-col h4 { font-family: 'Barlow', sans-serif; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 700; margin-bottom: 14px; }
body.pg-aerospace .scope-col.do h4 { color: #1a8a66; }
body.pg-aerospace .scope-col.dont h4 { color: var(--muted); }
body.pg-aerospace .scope-col li { list-style: none; font-size: 15px; color: var(--body); padding: 6px 0 6px 24px; position: relative; }
body.pg-aerospace .scope-col.do li::before { content: '✓'; position: absolute; left: 0; color: #1a8a66; font-weight: 700; }
body.pg-aerospace .scope-col.dont li::before { content: '—'; position: absolute; left: 0; color: var(--muted); }
@media (max-width: 920px) {
  body.pg-aerospace .aero-hero-grid, body.pg-aerospace .qa-grid, body.pg-aerospace .scope-cols { grid-template-columns: 1fr; }
  body.pg-aerospace .spec-strip { grid-template-columns: 1fr 1fr; }
}

/* ═══ CONTACT PAGE ═══ */
body.pg-contact .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
body.pg-contact .contact-card { background: var(--surface); border: 1px solid var(--border); border-radius: 13px; padding: 30px; }
body.pg-contact .contact-card h3 { font-size: 22px; font-weight: 600; margin-bottom: 12px; }
body.pg-contact .contact-card p { font-size: 15px; color: var(--body); line-height: 1.6; margin-bottom: 8px; }
body.pg-contact .contact-card a.mail { font-family: 'IBM Plex Mono', monospace; font-size: 16px; color: var(--navy); text-decoration: none; border-bottom: 1px solid var(--sky); }
@media (max-width: 920px) { body.pg-contact .contact-grid { grid-template-columns: 1fr; } }

/* generic content page (privacy) */
body.pg-page .prose { max-width: 760px; }
body.pg-page .prose h2 { font-size: 28px; margin: 34px 0 12px; }
body.pg-page .prose p, body.pg-page .prose li { font-size: 15.5px; line-height: 1.7; margin-bottom: 12px; }

.lang-switch { display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; font-family: 'IBM Plex Mono', monospace; }
.lang-switch a { color: var(--muted); text-decoration: none; }
.lang-switch a.on { color: var(--navy); }
.lang-switch span { color: var(--border2); }
@media (max-width: 920px) { .nav-links .lang-switch { padding: 14px 28px 0; } }


.site-img { width: 100%; display: block; border-radius: 14px; object-fit: cover; border: 1px solid var(--border2); }

/* structured contact details */
.contact-details { margin-top: 18px; }
.contact-details .cd-row { display: grid; grid-template-columns: 96px 1fr; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--border); align-items: baseline; }
.contact-details .cd-row:last-child { border-bottom: 0; }
.contact-details dt { font-family: 'IBM Plex Mono', monospace; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.contact-details dd { font-size: 15.5px; color: var(--ink); line-height: 1.55; }
.contact-details dd a { color: var(--navy); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--sky); }
.contact-details dd a.mail { font-family: 'IBM Plex Mono', monospace; font-size: 14.5px; }
.footer-address { margin-top: 16px; display: flex; flex-direction: column; gap: 5px; font-size: 13px; }
.footer-address .fa-row { display: grid; grid-template-columns: 52px 1fr; gap: 10px; align-items: baseline; }
.footer-address .fa-k { font-family: 'IBM Plex Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: #6f88aa; }

/* contact harmonize */
body.pg-contact .contact-card .contact-details dd,
body.pg-contact .contact-card .contact-details dd a,
body.pg-contact .contact-card .contact-details dd a.mail {
  font-family: 'Barlow', sans-serif; font-size: 15px; color: var(--body); }
body.pg-contact .contact-card .contact-details dd a,
body.pg-contact .contact-card .contact-details dd a.mail {
  color: var(--navy); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--sky); }
body.pg-contact .contact-card .contact-details dd a:hover { color: var(--sky-dk); }
.footer-address .fa-row span:not(.fa-k) { color: #9fb6d6; }
.footer-address a { color: #9fb6d6; text-decoration: none; }
.footer-address a:hover { color: #fff; }


/* ---- flexible content zone (block-editor region) ---- */
.flex-zone { padding: 56px 0; }
.ampm-blocks { max-width: 820px; }
.ampm-blocks > .alignwide { max-width: 1080px; margin-left: auto; margin-right: auto; }
.ampm-blocks > .alignfull { max-width: none; }
.ampm-blocks h1, .ampm-blocks h2, .ampm-blocks h3, .ampm-blocks h4 {
  font-family: 'Barlow Condensed', sans-serif; color: var(--navy); letter-spacing: -0.01em;
  line-height: 1.1; margin: 1.4em 0 0.5em; }
.ampm-blocks h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 700; }
.ampm-blocks h3 { font-size: clamp(22px, 3vw, 28px); font-weight: 600; }
.ampm-blocks h4 { font-size: 20px; font-weight: 600; }
.ampm-blocks p, .ampm-blocks li { font-family: 'Barlow', sans-serif; font-size: 17px; line-height: 1.7; color: var(--body); }
.ampm-blocks p { margin: 0 0 1.1em; }
.ampm-blocks ul, .ampm-blocks ol { margin: 0 0 1.1em 1.3em; }
.ampm-blocks li { margin-bottom: 0.4em; }
.ampm-blocks strong { color: var(--ink); }
.ampm-blocks a { color: var(--navy); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--sky); }
.ampm-blocks a:hover { color: var(--sky-dk); }
.ampm-blocks img { max-width: 100%; height: auto; border-radius: 12px; }
.ampm-blocks figure { margin: 1.4em 0; }
.ampm-blocks figcaption { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: var(--muted); text-align: center; margin-top: 8px; }
.ampm-blocks blockquote { border-left: 4px solid var(--navy); background: var(--surface); border-radius: 0 12px 12px 0; padding: 20px 26px; margin: 1.4em 0; }
.ampm-blocks blockquote p { font-size: 19px; color: var(--ink); margin: 0; }
.ampm-blocks .wp-block-button__link { background: var(--navy); color: #fff; border: 0; border-radius: 8px;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase;
  padding: 14px 30px; text-decoration: none; display: inline-block; }
.ampm-blocks .wp-block-button__link:hover { background: var(--navy-lt); }
.ampm-blocks .wp-block-columns { gap: 28px; }
.ampm-blocks .wp-block-separator { border: 0; border-top: 1px solid var(--border); max-width: 100%; margin: 2em 0; }
.ampm-blocks .wp-block-table td, .ampm-blocks .wp-block-table th { border: 1px solid var(--border); padding: 10px 14px; font-family: 'Barlow', sans-serif; }

/* --- bullet dot alignment fix (dots stonden ~7px te laag) --- */
body.pg-home .cap-list li,
body.pg-services .svc-list li,
:is(body.pg-materials, body.pg-capabilities) .best li,
body.pg-industries .ind-col.matters li { align-items: flex-start; }
body.pg-home .cap-list li::before,
body.pg-services .svc-list li::before,
:is(body.pg-materials, body.pg-capabilities) .best li::before,
body.pg-industries .ind-col.matters li::before { transform: none; margin-top: 0.6em; }
