/*
Theme Name: MWX PCB Launch
Theme URI: https://mwxpcb.com/
Author: MWX PCB
Description: Production WordPress theme for the MWX PCB engineering review, quotation, and project-support website.
Version: 1.1.5
Text Domain: mwxpcb
*/

:root {
  --ink: #13212b;
  --muted: #5f6b74;
  --line: #dbe5e7;
  --soft: #f5f8f8;
  --teal: #159a9c;
  --teal-dark: #0d6f73;
  --copper: #b9782b;
  --dark: #0f252c;
  --white: #ffffff;
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; max-width: 100%; overflow-x: hidden; }
body { margin: 0; max-width: 100%; overflow-x: hidden; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: #fff; font-size: 16px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
button, input, select, textarea { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.nav-shell { max-width: 1440px; height: 76px; margin: 0 auto; padding: 0 34px; display: flex; align-items: center; gap: 26px; }
.logo { flex: none; font-weight: 800; font-size: 24px; letter-spacing: 0; white-space: nowrap; }
.logo span { color: var(--teal); }
.menu { display: flex; align-items: stretch; justify-content: center; gap: 10px; flex: 1; height: 100%; }
.nav-item { position: relative; display: flex; align-items: stretch; }
.nav-link { display: flex; align-items: center; gap: 5px; padding: 0 12px; font-size: 15px; color: #26343d; border-bottom: 2px solid transparent; }
.nav-link:hover, .nav-link.active { color: var(--teal-dark); border-bottom-color: var(--teal); }
.chevron { font-size: 11px; }
.dropdown { display: none; position: absolute; left: 0; top: 74px; min-width: 235px; padding: 9px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 30px rgba(15,37,44,.12); border-radius: 0 0 6px 6px; }
.dropdown a { display: block; padding: 11px 12px; border-radius: 4px; color: #33444d; font-size: 14px; }
.dropdown a:hover { background: var(--soft); color: var(--teal-dark); }
.has-dropdown:hover .dropdown, .has-dropdown:focus-within .dropdown { display: block; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); background: #fff; border-radius: 6px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 4px 0; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; border: 1px solid var(--teal); background: var(--teal); color: #fff; padding: 11px 18px; border-radius: 6px; font-weight: 700; font-size: 14px; white-space: nowrap; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.btn:hover { background: var(--teal-dark); border-color: var(--teal-dark); }
.btn.secondary { color: var(--teal-dark); background: #fff; border-color: #a8cfd0; }
.btn.secondary:hover { background: #eff8f8; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 25px 0 24px; }
.actions:last-child { margin-bottom: 0; }
.text-link { color: var(--teal-dark); font-weight: 700; }

.section { width: min(100%, var(--max)); margin: 0 auto; padding: 74px 32px; }
.section-tight { padding-top: 48px; padding-bottom: 48px; }
.band { background: var(--soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.eyebrow { color: var(--teal-dark); font-weight: 800; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px; }
h1, h2, h3, p { letter-spacing: 0; }
h1 { font-size: 56px; line-height: 1.03; margin: 0 0 20px; }
h2 { font-size: 35px; line-height: 1.12; margin: 0; }
h3 { margin: 0 0 10px; font-size: 18px; line-height: 1.22; }
.subtitle { font-size: 23px; line-height: 1.35; margin: 0 0 18px; color: #20313c; font-weight: 700; }
.lead, .body-copy { color: var(--muted); line-height: 1.7; font-size: 17px; margin: 0; }
.lead { max-width: 640px; }
.body-copy + .body-copy { margin-top: 13px; }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; padding-top: 68px; padding-bottom: 68px; }
.home-hero { grid-template-columns: 1.02fr .98fr; }
.home-hero h1 { font-size: 46px; line-height: 1.08; }
.hero-copy { min-width: 0; }
.hero-gallery { display: grid; grid-template-columns: 1.05fr .95fr; grid-template-rows: 190px 190px; gap: 12px; min-width: 0; }
.photo { overflow: hidden; border-radius: 8px; border: 1px solid var(--line); background: var(--soft); position: relative; }
.photo.main { grid-row: span 2; }
.photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo.contain img, .image-frame.contain img { object-fit: contain; background: #fff; padding: 18px; }
.caption { position: absolute; left: 12px; bottom: 12px; max-width: calc(100% - 24px); padding: 7px 10px; background: rgba(255,255,255,.94); border: 1px solid rgba(219,229,231,.9); border-radius: 5px; font-size: 12px; font-weight: 800; text-transform: uppercase; line-height: 1.2; }
.tags, .applications { display: flex; flex-wrap: wrap; gap: 10px; }
.tag, .app { border: 1px solid var(--line); background: #fff; padding: 9px 12px; border-radius: 6px; color: #384851; font-size: 13px; font-weight: 700; }

.section-head { display: flex; justify-content: space-between; align-items: end; gap: 36px; margin-bottom: 30px; }
.section-head > * { min-width: 0; }
.section-head p { max-width: 540px; }
.cards-3, .cards-4, .cards-5, .case-grid, .knowledge-grid, .faq-grid, .trust-grid, .steps, .flow { display: grid; gap: 16px; }
.cards-3, .case-grid { grid-template-columns: repeat(3, 1fr); }
.cards-4, .trust-grid, .steps { grid-template-columns: repeat(4, 1fr); }
.cards-5, .flow { grid-template-columns: repeat(5, 1fr); }
.card, .service-card, .quality-card, .step-card, .flow-card, .info-card, .note-card, .scenario-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 24px; }
.card p, .service-card p, .quality-card p, .step-card p, .flow-card p, .info-card p, .note-card p, .scenario-card p { color: var(--muted); line-height: 1.6; margin: 0; font-size: 14px; }
.icon-number { width: 36px; height: 36px; border-radius: 6px; background: #e8f5f4; color: var(--teal-dark); display: grid; place-items: center; font-weight: 900; margin-bottom: 18px; }
.trust-item { padding: 20px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-value { color: var(--teal-dark); font-weight: 800; font-size: 26px; margin-bottom: 6px; }
.trust-label { color: #4b5b65; font-size: 13px; font-weight: 700; line-height: 1.4; }

.split, .service-detail, .quality-split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 46px; align-items: center; }
.split.reverse, .service-detail.reverse { grid-template-columns: 1.05fr .95fr; }
.service-detail + .service-detail { margin-top: 68px; }
.image-frame { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; background: #fff; min-height: 330px; box-shadow: 0 8px 24px rgba(15,37,44,.06); }
.image-frame img { width: 100%; height: 360px; object-fit: cover; display: block; }
.mini-grid, .check-grid, .inspection-list, .position-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 18px; }
.mini, .check, .position-item { border-left: 3px solid var(--copper); background: #fff; border-radius: 6px; padding: 11px 12px; font-weight: 800; color: #34444e; border-top: 1px solid var(--line); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; line-height: 1.35; }
.inspection-item { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 16px; font-weight: 800; color: #34444e; }
.content-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.content-columns.two { grid-template-columns: repeat(2, 1fr); }
.content-columns > div { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 22px; }
.content-list { margin: 14px 0 0; padding-left: 20px; color: var(--muted); }
.content-list li { margin: 9px 0; line-height: 1.5; }

.cap-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cap-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.cap-card img { width: 100%; height: 190px; object-fit: cover; display: block; }
.cap-card .pad { padding: 18px; }
.cap-card p { color: var(--muted); line-height: 1.55; margin: 0; font-size: 14px; }
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.accordion { display: grid; gap: 10px; }
.acc-item { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 18px; }
.acc-title { display: flex; justify-content: space-between; gap: 20px; font-weight: 800; }
.acc-item.open { box-shadow: 0 6px 20px rgba(15,37,44,.06); }
.acc-item.open .acc-title { color: var(--teal-dark); }
.acc-item p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 12px 0 0; }
.table-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; overflow-x: auto; }
.cap-table { width: 100%; border-collapse: collapse; min-width: 470px; }
.cap-table th { text-align: left; padding: 12px 10px; border-bottom: 1px solid #718087; font-size: 13px; }
.cap-table td { padding: 15px 10px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; vertical-align: top; line-height: 1.45; }
.cap-table td:last-child { color: var(--ink); font-weight: 700; }
.capability-note { max-width: 560px; padding: 18px 20px; border-left: 3px solid var(--copper); background: #fbf8f3; color: #4f5d65; line-height: 1.6; }

.case-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.case-card img { width: 100%; height: 190px; object-fit: contain; display: block; padding: 14px; background: #fff; border-bottom: 1px solid var(--line); }
.case-body { padding: 21px; }
.case-label { color: var(--teal-dark); font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 10px; }
.case-row { margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.case-row strong { color: var(--ink); display: block; margin-bottom: 3px; }
.knowledge-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 34px; align-items: stretch; }
.knowledge-feature img { width: 100%; height: 100%; min-height: 410px; object-fit: cover; border-radius: 8px; border: 1px solid var(--line); }
.knowledge-grid, .faq-grid { grid-template-columns: repeat(2, 1fr); }
.knowledge-card, .faq-item { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 19px; }
.knowledge-card p, .faq-item p { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0; }
.faq-item h3 { font-size: 15px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }

.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; align-items: start; }
.contact-card, .form-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; padding: 26px; }
.contact-card { background: var(--dark); color: #fff; }
.contact-card h2 { color: #fff; }
.contact-card .body-copy { color: #c7d6da; }
.contact-list { display: grid; gap: 10px; margin-top: 23px; }
.contact-item { border: 1px solid rgba(255,255,255,.18); border-radius: 7px; padding: 13px; overflow-wrap: anywhere; }
.contact-item span { display: block; color: #99b2b8; font-size: 11px; text-transform: uppercase; font-weight: 800; letter-spacing: .06em; margin-bottom: 5px; }
.contact-item strong, .contact-item a { color: #fff; font-size: 15px; line-height: 1.4; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin: 22px 0; }
.field { display: grid; gap: 7px; min-width: 0; }
.field.full { grid-column: 1 / -1; }
label { font-size: 13px; color: #34444e; font-weight: 800; }
input, select, textarea { width: 100%; min-width: 0; border: 1px solid var(--line); border-radius: 6px; padding: 12px 13px; color: var(--ink); background: #fff; }
textarea { min-height: 126px; resize: vertical; }
.file-input { padding: 18px; border-style: dashed; background: #f7fbfb; }
.field small { color: var(--muted); }
.site-notice { width: min(calc(100% - 32px), var(--max)); margin: 14px auto; padding: 13px 16px; border-radius: 6px; border: 1px solid #a7d2c1; background: #eef9f4; color: #245943; }
.site-notice.error, .site-notice.file-error { border-color: #e1b5ad; background: #fff4f2; color: #7c3328; }

.legal-hero { display: grid; grid-template-columns: 1.2fr .8fr; gap: 42px; align-items: center; }
.legal-hero .image-frame { min-height: 260px; }
.legal-hero .image-frame img { height: 280px; }
.legal-layout { display: grid; grid-template-columns: 260px 1fr; gap: 42px; align-items: start; }
.legal-nav { position: sticky; top: 100px; display: grid; gap: 6px; border: 1px solid var(--line); border-radius: 8px; padding: 14px; }
.legal-nav a { padding: 9px 10px; border-radius: 5px; color: #40515b; font-size: 14px; }
.legal-nav a:hover { background: var(--soft); color: var(--teal-dark); }
.legal-content { display: grid; gap: 18px; }
.legal-content, .legal-section { min-width: 0; }
.legal-section { border-bottom: 1px solid var(--line); padding-bottom: 24px; }
.cookie-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}
.cookie-table { min-width: 760px; }
.cookie-table-wrap:focus-visible { outline: 3px solid rgba(28, 107, 103, .2); outline-offset: 3px; }
.legal-section h2 { font-size: 25px; margin-bottom: 12px; }
.legal-section p, .legal-section li { color: var(--muted); line-height: 1.7; }
.legal-section h3 { margin-top: 24px; margin-bottom: 8px; font-size: 18px; }
.legal-section ul { padding-left: 22px; }

.cta { text-align: center; background: var(--dark); color: #fff; border-radius: 8px; padding: 47px 36px; }
.cta h2 { color: #fff; }
.cta p { color: #d5e1e4; margin: 14px auto 0; max-width: 720px; font-size: 17px; line-height: 1.6; }
.cta .actions { justify-content: center; }
.cta .btn.secondary { background: transparent; color: #fff; border-color: #6c8c92; }

.footer { margin-top: 52px; background: #0a1c22; color: #cbd8dc; }
.footer-inner { width: min(100%, var(--max)); margin: 0 auto; padding: 52px 32px 38px; display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 44px; }
.footer h3 { color: #fff; font-size: 15px; margin-bottom: 16px; }
.footer p { color: #aebfc4; line-height: 1.65; max-width: 360px; }
.footer a { color: #cbd8dc; display: block; margin: 9px 0; font-size: 14px; }
.footer a:hover { color: #fff; }
.footer-logo { color: #fff; margin-bottom: 12px; }
.footer-bottom { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: center; gap: 16px; border-top: 1px solid rgba(255,255,255,.1); padding: 17px 32px; text-align: center; color: #8fa4aa; font-size: 13px; line-height: 1.55; }
.footer-operator { display: inline-block; margin-top: 5px; }
.footer-registered-address, .footer-registration-number { display: inline-block; max-width: 980px; }
.footer-cookie-settings { margin-left: 12px; padding: 0; border: 0; background: transparent; color: #b7c8cc; font: inherit; cursor: pointer; text-decoration: underline; }
.footer-cookie-settings:hover, .footer-cookie-settings:focus-visible { color: #fff; }
.cookie-banner { display: none; position: fixed; z-index: 100; left: 20px; right: 20px; bottom: 20px; max-width: 980px; margin: 0 auto; padding: 18px 20px; border: 1px solid #9cb4ba; background: #fff; box-shadow: 0 14px 40px rgba(0,0,0,.18); border-radius: 8px; align-items: center; justify-content: space-between; gap: 24px; }
.cookie-banner.is-visible { display: flex; }
.cookie-banner strong { display: block; margin-bottom: 5px; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.cookie-actions { display: flex; align-items: center; gap: 9px; flex: none; }

/* Conversion-focused homepage */
.home-confirmed-hero { width: min(100%, 1440px); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.05fr; grid-template-areas: "copy art" "tags art"; border-bottom: 1px solid var(--line); }
.home-hero-copy { grid-area: copy; padding: 36px 32px 18px max(32px, calc((100vw - 1360px) / 2)); align-self: start; }
.home-hero-copy h1 { font-size: 42px; line-height: 1.12; margin-bottom: 16px; white-space: nowrap; }
.home-hero-copy .subtitle { font-size: 18px; font-weight: 400; }
.home-hero-copy .lead { max-width: 600px; font-size: 16px; line-height: 1.65; }
.confirmed-home-art { grid-area: art; width: 100%; min-height: 0; aspect-ratio: 454 / 299; align-self: start; background-repeat: no-repeat; background-size: 190.1% auto; background-position: 100% 3.35%; }
.home-core-tags { grid-area: tags; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 0 24px 26px max(32px, calc((100vw - 1360px) / 2)); gap: 10px; align-self: start; }
.home-core-tag { min-width: 0; display: grid; grid-template-columns: 46px 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 9px; padding-right: 10px; }
.home-core-tag .tag-symbol { grid-row: 1 / 3; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid #8bb9ba; color: var(--teal-dark); font-weight: 800; font-size: 12px; }
.home-core-tag strong { font-size: 12px; line-height: 1.25; }
.home-core-tag small { color: var(--muted); font-size: 11px; line-height: 1.25; }
.home-white-band { border-bottom: 1px solid var(--line); background: #fff; }
.home-compact-band { padding-top: 0; padding-bottom: 0; }
.home-inner { width: min(100%, 1360px); margin: 0 auto; padding: 34px 32px; }
.home-section-title { text-align: center; font-size: 27px; margin-bottom: 26px; }
.home-why-grid, .home-service-grid { display: grid; gap: 26px; }
.home-why-grid { grid-template-columns: repeat(3, 1fr); }
.home-icon-card { min-height: 150px; border: 1px solid var(--line); display: grid; grid-template-columns: 58px 1fr; gap: 16px; padding: 22px; align-items: start; }
.home-line-icon, .home-round-icon { width: 52px; height: 52px; border: 1px solid #b9d5d5; color: var(--teal-dark); display: grid; place-items: center; border-radius: 50%; font-weight: 800; }
.home-icon-card p, .home-service-card p, .home-process-step p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 0; }
.home-experience-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.home-experience-item { display: grid; grid-template-columns: 60px 1fr; gap: 12px; align-items: center; padding: 12px 22px; border-right: 1px solid var(--line); }
.home-experience-item:last-child { border-right: 0; }
.home-experience-item strong, .home-experience-item small { display: block; }
.home-experience-item strong { color: #17434a; font-size: 15px; margin-bottom: 7px; }
.home-experience-item small { color: var(--muted); line-height: 1.4; }
.home-service-grid { grid-template-columns: repeat(4, 1fr); }
.home-service-card { min-height: 220px; border: 1px solid var(--line); padding: 22px; }
.home-service-card .home-line-icon { border-radius: 0; margin-bottom: 18px; }
.home-service-card a, .home-case-card a, .home-heading-row a { display: inline-block; color: var(--teal-dark); font-weight: 700; font-size: 13px; margin-top: 16px; }
.home-capability-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 30px; }
.home-spec-table { width: 100%; border-collapse: collapse; border: 1px solid var(--line); }
.home-spec-table th, .home-spec-table td { padding: 14px 18px; border-bottom: 1px solid var(--line); text-align: left; font-size: 14px; }
.home-spec-table th { width: 42%; color: #3a4b54; }
.home-spec-table td { color: var(--muted); }
.home-applications { border: 1px solid var(--line); padding: 20px; }
.home-app-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 20px; }
.home-app-grid span { text-align: center; color: #32454e; font-weight: 700; font-size: 13px; line-height: 1.4; padding-top: 44px; position: relative; }
.home-app-grid span:before { content: ""; position: absolute; top: 4px; left: 50%; width: 29px; height: 29px; transform: translateX(-50%); border: 2px solid var(--teal-dark); }
.home-tech-row { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); margin-top: 16px; }
.home-tech-row a { padding: 13px 10px; text-align: center; font-size: 13px; font-weight: 700; color: #31515a; }
.home-tech-row a:before { content: "\2713"; display: inline-grid; place-items: center; width: 17px; height: 17px; border: 1px solid var(--teal); border-radius: 50%; margin-right: 8px; font-size: 10px; }
.home-heading-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.home-heading-row h2 { font-size: 26px; }
.home-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.home-case-card { display: grid; grid-template-columns: 42% 58%; border: 1px solid var(--line); padding: 12px; min-height: 250px; }
.home-case-card img { width: 100%; height: 100%; object-fit: cover; }
.home-case-card > div { padding: 6px 14px; }
.home-case-card small { color: var(--teal-dark); font-weight: 800; }
.home-case-card h3 { font-size: 16px; margin-top: 6px; }
.home-case-card p { color: var(--muted); font-size: 11px; line-height: 1.45; margin: 8px 0; }
.home-case-card p strong { color: var(--ink); }
.home-process-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; margin-top: 24px; }
.home-process-step { position: relative; padding-top: 62px; }
.home-process-step:before { content: ""; position: absolute; top: 25px; left: 0; width: 46px; height: 46px; border: 1px solid #b9d5d5; border-radius: 50%; }
.home-process-step span { position: absolute; top: 34px; left: 34px; z-index: 1; background: var(--teal-dark); color: #fff; border-radius: 6px; padding: 5px 7px; font-weight: 800; font-size: 12px; }
.home-process-step h3 { font-size: 14px; margin-top: 16px; }
.home-quality-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.home-quality-grid > div { display: grid; grid-template-columns: 42px 1fr; grid-template-rows: auto auto; gap: 2px 12px; padding: 12px 22px; border-right: 1px solid var(--line); }
.home-quality-grid > div:last-child { border-right: 0; }
.home-quality-grid span { grid-row: 1 / 3; width: 38px; height: 38px; border: 1px solid #b9d5d5; border-radius: 50%; display: grid; place-items: center; color: var(--teal-dark); font-weight: 800; font-size: 12px; }
.home-quality-grid strong, .home-quality-grid small { display: block; }
.home-quality-grid strong { font-size: 14px; }
.home-quality-grid small { color: var(--muted); line-height: 1.45; }
.home-about-layout { display: grid; grid-template-columns: 180px 1.2fr .8fr; gap: 30px; align-items: center; }
.confirmed-david-photo { width: 180px; aspect-ratio: 123 / 128; background-repeat: no-repeat; background-size: 701.6% auto; background-position: 4.9% 91.9%; border: 1px solid var(--line); }
.home-about-layout h2 { font-size: 25px; }
.home-about-layout p { color: var(--muted); font-size: 13px; line-height: 1.5; margin: 7px 0; }
.home-about-layout .btn { margin-top: 10px; min-height: 38px; padding: 8px 14px; }
.home-about-points { border: 1px solid var(--line); padding: 18px; display: grid; gap: 13px; }
.home-about-points span { font-size: 13px; font-weight: 700; }
.home-about-points span:before { content: "\2713"; color: var(--teal-dark); margin-right: 10px; }
.home-final-cta { width: min(100%, 1440px); margin: 0 auto; min-height: 210px; background: #05636a; color: #fff; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; overflow: hidden; }
.home-final-cta > div { padding: 34px max(32px, calc((100vw - 1360px) / 2)); }
.home-final-cta h2 { color: #fff; font-size: 34px; }
.home-final-cta p { color: #d9eeee; }
.home-final-cta img { width: 100%; height: 210px; object-fit: cover; }
.home-final-cta .btn.secondary { background: #fff; color: var(--teal-dark); }
.form-privacy-note { color: var(--muted); font-size: 12px; line-height: 1.5; margin: 0 0 18px; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.upload-progress { position: relative; height: 26px; margin: 0 0 18px; overflow: hidden; border: 1px solid var(--line); background: var(--soft); }
.upload-progress span { display: block; width: 0; height: 100%; background: var(--teal); transition: width .2s ease; }
.upload-progress strong { position: absolute; inset: 0; display: grid; place-items: center; color: var(--ink); font-size: 12px; }
.project-form button:disabled { opacity: .65; cursor: wait; }

.product-hero { min-height: 520px; }
.product-hero-image { grid-template-columns: 1fr; grid-template-rows: 1fr; }
.product-hero-image .photo.main { grid-column: auto; grid-row: auto; }
.content-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.content-columns.two { grid-template-columns: repeat(2, 1fr); }
.content-list { margin: 22px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.content-list li { position: relative; padding: 13px 12px 13px 28px; border-bottom: 1px solid var(--line); color: var(--muted); line-height: 1.55; }
.content-list li:before { content: "\2713"; position: absolute; left: 5px; color: var(--teal-dark); font-weight: 800; }
.capability-notice, .lead-time-note { margin-top: 28px; padding: 20px 22px; border-left: 4px solid var(--teal); background: var(--soft); color: var(--muted); line-height: 1.65; }
.lead-time-note { margin-top: 0; }
.lead-time-note h2 { margin-top: 6px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 18px 42px 18px 4px; cursor: pointer; font-weight: 700; }
.faq-list p { margin: 0; padding: 0 4px 20px; max-width: 900px; color: var(--muted); line-height: 1.65; }
.thank-you-page, .error-page { min-height: 520px; align-items: center; }

@media (max-width: 1120px) {
  .nav-shell { padding: 0 20px; gap: 14px; }
  .menu { gap: 0; }
  .nav-link { padding: 0 8px; font-size: 14px; }
  .nav-actions .secondary { display: none; }
  h1 { font-size: 48px; }
  .hero { gap: 34px; }
  .home-hero h1 { font-size: 44px; }
  .home-hero-copy h1 { font-size: 35px; }
  .home-core-tags { grid-template-columns: repeat(2, 1fr); }
  .home-process-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .nav-shell { height: 68px; flex-wrap: wrap; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav-actions { order: 2; }
  .nav-actions .btn { min-height: 40px; padding: 9px 12px; }
  .menu { display: none; position: absolute; left: 0; right: 0; top: 68px; height: auto; max-height: calc(100vh - 68px); overflow-y: auto; background: #fff; border-bottom: 1px solid var(--line); padding: 10px 18px 18px; align-items: stretch; flex-direction: column; }
  .menu.is-open { display: flex; }
  .nav-item { display: block; }
  .nav-link { min-height: 44px; padding: 0 8px; justify-content: space-between; border-bottom: 1px solid var(--line); }
  .dropdown { display: grid; position: static; min-width: 0; padding: 5px 10px 9px; box-shadow: none; border: 0; border-radius: 0; }
  .dropdown a { padding: 9px 10px; }
  .hero, .split, .split.reverse, .service-detail, .service-detail.reverse, .feature, .quality-split, .knowledge-layout, .contact-layout, .legal-hero { grid-template-columns: 1fr; }
  .hero { padding-top: 48px; }
  .hero-gallery { min-height: 390px; }
  .cards-4, .trust-grid, .steps, .cards-5, .flow { grid-template-columns: repeat(2, 1fr); }
  .cap-grid, .cards-3, .case-grid { grid-template-columns: repeat(2, 1fr); }
  .table-wrap { grid-template-columns: 1fr; gap: 0; }
  .footer-inner { grid-template-columns: repeat(2, 1fr); }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { position: static; grid-template-columns: repeat(2, 1fr); }
  .content-columns { grid-template-columns: 1fr; }
  .content-columns.two { grid-template-columns: 1fr 1fr; }
  .home-confirmed-hero { grid-template-columns: 1fr; grid-template-areas: "copy" "art" "tags"; }
  .home-hero-copy { padding: 48px 32px 22px; }
  .home-hero-copy h1 { white-space: normal; }
  .confirmed-home-art { min-height: 0; aspect-ratio: 454 / 299; }
  .home-core-tags { padding: 24px 32px 30px; }
  .home-why-grid, .home-service-grid, .home-case-grid { grid-template-columns: repeat(2, 1fr); }
  .home-experience-grid, .home-quality-grid { grid-template-columns: repeat(2, 1fr); }
  .home-capability-layout { grid-template-columns: 1fr; }
  .home-tech-row { grid-template-columns: repeat(3, 1fr); }
  .home-about-layout { grid-template-columns: 160px 1fr; }
  .home-about-points { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .nav-shell { padding: 0 14px; }
  .logo { font-size: 21px; }
  .nav-actions { display: none; }
  .section { padding: 54px 20px; }
  .section-tight { padding-top: 34px; padding-bottom: 34px; }
  h1 { font-size: 39px; line-height: 1.08; }
  .home-hero h1 { font-size: 39px; }
  h2 { font-size: 29px; }
  .subtitle { font-size: 20px; }
  .lead, .body-copy { font-size: 16px; }
  .hero-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 250px 150px; min-height: 0; }
  .photo.main { grid-column: 1 / -1; grid-row: auto; }
  .section-head { display: block; }
  .section-head p { margin-top: 15px; }
  .cards-3, .cards-4, .cards-5, .case-grid, .cap-grid, .trust-grid, .steps, .flow, .knowledge-grid, .faq-grid, .info-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .mini-grid, .check-grid, .inspection-list, .position-grid, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .image-frame { min-height: 250px; }
  .image-frame img { height: 280px; }
  .cap-card img { height: 210px; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; white-space: normal; text-align: center; }
  .table-wrap { margin-left: -20px; margin-right: -20px; padding: 0 20px; }
  .footer-inner { grid-template-columns: 1fr; padding: 42px 20px 30px; gap: 26px; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; display: none; align-items: stretch; flex-direction: column; gap: 14px; }
  .cookie-banner.is-visible { display: flex; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .text-link { grid-column: 1 / -1; text-align: center; padding: 6px; }
  .legal-nav { grid-template-columns: 1fr; }
  .content-columns.two { grid-template-columns: 1fr; }
  .home-hero-copy { padding: 42px 20px 20px; }
  .home-hero-copy h1 { font-size: 35px; }
  .home-core-tags { grid-template-columns: 1fr; padding: 22px 20px 28px; }
  .home-inner { padding: 30px 20px; }
  .home-why-grid, .home-service-grid, .home-case-grid, .home-experience-grid, .home-quality-grid, .home-process-grid { grid-template-columns: 1fr; }
  .home-experience-item, .home-quality-grid > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .home-app-grid { grid-template-columns: repeat(2, 1fr); }
  .home-tech-row { grid-template-columns: 1fr 1fr; }
  .home-case-card { grid-template-columns: 1fr; }
  .home-case-card img { height: 220px; }
  .home-about-layout { grid-template-columns: 1fr; }
  .confirmed-david-photo { width: 150px; }
  .home-about-points { grid-column: auto; }
  .home-final-cta { grid-template-columns: 1fr; }
  .home-final-cta > div { padding: 34px 20px; }
  .product-hero { min-height: 0; }
  .content-columns, .content-columns.two { grid-template-columns: 1fr; }
  .thank-you-page, .error-page { min-height: 420px; }
}

/* Sites/Next launch design system, mechanically synchronized for the WordPress theme. */
:root {
  --ink: #102a35;
  --ink-soft: #29424b;
  --deep: #0e2833;
  --deep-2: #153943;
  --teal: #1c6b67;
  --teal-soft: #dcebe7;
  --accent: #d8ebe5;
  --accent-strong: #68a39a;
  --copper: #b9885d;
  --paper: #fffdf8;
  --wash: #f4f1e9;
  --wash-2: #e9e4d8;
  --muted: #52636a;
  --line: #d6d1c6;
  --shadow: 0 24px 70px rgba(14, 40, 51, 0.12);
  --radius-sm: 3px;
  --radius: 4px;
  --radius-lg: 5px;
  --shell: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Aptos", "Inter", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
summary,
select {
  cursor: pointer;
}

button {
  border: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  letter-spacing: -0.035em;
  line-height: 1.08;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

h1 {
  font-size: clamp(2.7rem, 5vw, 5.2rem);
}

h2 {
  font-size: clamp(2rem, 3.5vw, 3.45rem);
}

h3 {
  font-size: 1.2rem;
}

::selection {
  background: var(--accent);
  color: var(--ink);
}

:focus-visible {
  outline: 3px solid var(--accent-strong);
  outline-offset: 4px;
}

.shell,
.container {
  width: min(calc(100% - 40px), var(--shell));
  margin-inline: auto;
}

.page-content {
  overflow: clip;
}

.section {
  padding: 112px 0;
}

.section-tint {
  background: var(--wash);
}

.section-dark {
  background: var(--deep);
  color: #fff;
}

.eyebrow {
  margin-bottom: 16px;
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--accent);
}

.section-heading {
  max-width: 730px;
  margin-bottom: 50px;
}

.section-heading h2 {
  margin-bottom: 20px;
}

.section-heading > p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.section-heading-center {
  margin-inline: auto;
  text-align: center;
}

.section-heading-center > p:last-child {
  margin-inline: auto;
}

.section-dark .section-heading > p:last-child {
  color: #b9cbce;
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 50px;
}

.section-heading-row .section-heading {
  margin-bottom: 0;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary,
.button--primary {
  background: var(--deep);
  color: #fff;
}

.button-primary:hover,
.button--primary:hover {
  background: var(--teal);
}

.button-secondary,
.button--secondary {
  border-color: #b8c8c4;
  background: #fff;
  color: var(--ink);
}

.button-secondary:hover,
.button--secondary:hover {
  border-color: var(--teal);
  color: var(--teal);
}

.button-accent {
  background: var(--accent);
  color: var(--ink);
  box-shadow: 0 10px 30px rgba(190, 231, 82, 0.18);
}

.button-accent:hover {
  background: #e4ff9e;
}

.button-ghost-light {
  border-color: rgba(255, 255, 255, 0.35);
  color: #fff;
}

.button-ghost-light:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.button-large,
.button--large {
  min-height: 56px;
  padding-inline: 26px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--teal);
  font-weight: 800;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translate(2px, -2px);
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 6px;
  background: var(--accent);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

/* Header */
.site-utility {
  border-bottom: 1px solid rgba(16, 42, 53, 0.12);
  background: var(--wash);
  color: var(--ink-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.045em;
}

.site-utility__inner {
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-utility__inner span:first-child {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.site-utility__inner i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 3px rgba(28, 107, 103, 0.12);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(7, 29, 35, 0.1);
  background: rgba(255, 253, 248, 0.96);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.site-brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
}

.site-brand__mark {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid var(--teal);
  background:
    radial-gradient(circle at 7px 10px, var(--teal) 0 2px, transparent 2.5px),
    radial-gradient(circle at 28px 25px, var(--teal) 0 2px, transparent 2.5px);
}

.site-brand__mark::before,
.site-brand__mark::after {
  position: absolute;
  right: 7px;
  left: 7px;
  height: 1px;
  background: var(--teal);
  content: "";
}

.site-brand__mark::before {
  top: 10px;
}

.site-brand__mark::after {
  bottom: 10px;
}

.site-brand__text {
  display: grid;
  line-height: 1.15;
}

.site-brand__text strong {
  font-size: 1.06rem;
  letter-spacing: -0.01em;
}

.site-brand__text small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.primary-navigation__list {
  display: flex;
  align-items: center;
  gap: 23px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-navigation__link {
  position: relative;
  padding: 28px 0 25px;
  color: #30464b;
  font-size: 0.78rem;
  font-weight: 700;
}

.primary-navigation__link::after {
  position: absolute;
  right: 0;
  bottom: 19px;
  left: 0;
  height: 2px;
  background: var(--teal);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.primary-navigation__link:hover,
.primary-navigation__link[aria-current="page"] {
  color: var(--teal);
}

.primary-navigation__link:hover::after,
.primary-navigation__link[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-quote-link {
  min-height: 46px;
  padding: 11px 18px;
  color: #fff;
}

.navigation-toggle {
  display: none;
  align-items: center;
  gap: 12px;
  padding: 8px;
  background: transparent;
  color: var(--ink);
  font-weight: 800;
}

.navigation-toggle__icon {
  display: grid;
  width: 24px;
  gap: 5px;
}

.navigation-toggle__icon span {
  height: 2px;
  background: currentColor;
}

/* Footer */
.site-footer {
  padding-top: 74px;
  background: #061f25;
  color: #fff;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1.25fr 1fr 0.7fr;
  gap: 70px;
  padding-bottom: 58px;
}

.site-footer h2 {
  margin-bottom: 20px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer__brand {
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.site-footer__intro > p:last-child {
  max-width: 360px;
  color: #b5c6c9;
}

.site-footer address {
  display: grid;
  gap: 7px;
  color: #c9d7d9;
  font-style: normal;
}

.site-footer address strong {
  margin-bottom: 4px;
  color: #fff;
}

.site-footer address a:hover,
.site-footer__navigation a:hover,
.site-footer__legal a:hover,
.cookie-settings-button:hover {
  color: var(--accent);
}

.site-footer__navigation ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__navigation a {
  color: #c9d7d9;
}

.site-footer__legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #94aaae;
  font-size: 0.8rem;
}

.site-footer__legal p {
  margin: 0;
}

.site-footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.cookie-settings-button {
  padding: 0;
  background: transparent;
  color: inherit;
}

/* Consent */
.cookie-banner {
  position: fixed;
  z-index: 180;
  right: 20px;
  bottom: 20px;
  left: 20px;
  max-width: 920px;
  margin-inline: auto;
  padding: 20px;
  border: 1px solid #c8d6d2;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow);
}

.cookie-banner__content {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 28px;
}

.cookie-banner h2 {
  margin-bottom: 7px;
  font-size: 1.04rem;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
}

/* Home hero */
.home-hero {
  position: relative;
  overflow: hidden;
  min-height: 670px;
  padding: 92px 0 84px;
  background:
    radial-gradient(circle at 85% 0%, rgba(25, 116, 107, 0.42), transparent 34%),
    linear-gradient(135deg, #061d22 0%, #082e35 62%, #0b3d42 100%);
  color: #fff;
}

.hero-circuit {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(216, 255, 120, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 255, 120, 0.22) 1px, transparent 1px),
    radial-gradient(circle, rgba(216, 255, 120, 0.75) 1.5px, transparent 2px);
  background-position: center, center, 0 0;
  background-size: 64px 64px, 64px 64px, 128px 128px;
  mask-image: linear-gradient(90deg, transparent 0, #000 35%, #000 100%);
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: 70px;
}

.home-hero-copy h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(3.2rem, 5.5vw, 5.55rem);
}

.hero-lead {
  max-width: 670px;
  color: #c8d9db;
  font-size: clamp(1.08rem, 1.6vw, 1.28rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-note {
  max-width: 650px;
  margin: 23px 0 0;
  color: #9fb6b9;
  font-size: 0.84rem;
}

.hero-product {
  position: relative;
  min-height: 480px;
}

.hero-product-card {
  position: absolute;
  z-index: 2;
  top: 38px;
  right: 0;
  width: min(100%, 480px);
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.3);
  transform: rotate(1.2deg);
}

.hero-product-card img {
  width: 100%;
  height: 315px;
  object-fit: contain;
  filter: drop-shadow(0 26px 25px rgba(7, 29, 35, 0.18));
}

.hero-product-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--ink);
}

.hero-product-label span {
  color: var(--teal);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.hero-product-label strong {
  font-size: 0.72rem;
}

.hero-product-orbit {
  position: absolute;
  border: 1px solid rgba(216, 255, 120, 0.28);
  border-radius: 50%;
}

.orbit-one {
  inset: 0 20px 8px 10px;
}

.orbit-two {
  inset: 60px -35px 70px 80px;
}

.hero-float-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: rgba(5, 28, 33, 0.88);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  color: #dce8e9;
  font-size: 0.74rem;
  backdrop-filter: blur(12px);
}

.hero-float-top {
  top: 10px;
  left: -15px;
}

.hero-float-bottom {
  right: 14px;
  bottom: 4px;
  display: grid;
  gap: 0;
}

.hero-float-bottom span {
  color: #8da6aa;
  font-size: 0.62rem;
  text-transform: uppercase;
}

.hero-float-bottom strong {
  color: #fff;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(216, 255, 120, 0.12);
}

.signal-strip {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.signal-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.signal-strip-grid > div {
  display: flex;
  min-height: 94px;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  border-right: 1px solid var(--line);
}

.signal-strip-grid > div:first-child {
  border-left: 1px solid var(--line);
}

.signal-strip strong {
  color: var(--teal);
  font-family: Consolas, monospace;
  font-size: 0.72rem;
}

.signal-strip span {
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.35;
}

.intro-grid,
.split-content {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
}

.intro-grid .section-heading,
.split-content .section-heading {
  margin-bottom: 0;
}

.principle-list {
  border-top: 1px solid var(--line);
}

.principle-row {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.principle-row > span {
  color: var(--teal);
  font-family: Consolas, monospace;
  font-size: 0.72rem;
}

.principle-row h3 {
  margin-bottom: 8px;
}

.principle-row p {
  margin: 0;
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.service-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  border-color: #a8c4bd;
  box-shadow: 0 20px 45px rgba(7, 29, 35, 0.08);
  transform: translateY(-5px);
}

.card-number {
  margin-bottom: 62px;
  color: var(--teal);
  font-family: Consolas, monospace;
  font-size: 0.72rem;
}

.service-card h3 {
  margin-bottom: 14px;
  font-size: 1.34rem;
}

.service-card p {
  color: var(--muted);
  font-size: 0.9rem;
}

.service-card small {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 750;
}

.section-link-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.capability-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.capability-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.capability-image {
  display: grid;
  height: 230px;
  place-items: center;
  overflow: hidden;
  padding: 22px;
  background:
    linear-gradient(rgba(13, 111, 103, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 111, 103, 0.05) 1px, transparent 1px),
    var(--wash);
  background-size: 28px 28px;
}

.capability-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: transform 260ms ease;
}

.capability-card:hover .capability-image img {
  transform: scale(1.04) rotate(-1deg);
}

.capability-body {
  padding: 25px;
}

.micro-label {
  margin-bottom: 10px;
  color: var(--teal);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.capability-body h3 {
  margin-bottom: 12px;
  font-size: 1.38rem;
}

.capability-body > p:not(.micro-label) {
  min-height: 74px;
  color: var(--muted);
  font-size: 0.88rem;
}

.capability-body span {
  display: block;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 750;
}

.process-section {
  position: relative;
  overflow: hidden;
  background: var(--deep);
  color: #fff;
}

.process-section::after {
  position: absolute;
  right: -160px;
  bottom: -250px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(216, 255, 120, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(216, 255, 120, 0.03), 0 0 0 140px rgba(216, 255, 120, 0.025);
  content: "";
}

.process-section .section-heading > p:last-child {
  color: #b5c7ca;
}

.workflow-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.13);
}

.workflow-card {
  min-height: 290px;
  padding: 28px;
  background: var(--deep-2);
}

.workflow-step {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 66px;
  place-items: center;
  border: 1px solid rgba(216, 255, 120, 0.45);
  border-radius: 50%;
  color: var(--accent);
  font-family: Consolas, monospace;
  font-size: 0.7rem;
}

.workflow-card h3 {
  margin-bottom: 12px;
  color: #fff;
}

.workflow-card p {
  margin: 0;
  color: #afc3c6;
  font-size: 0.86rem;
}

.section-tint .workflow-grid {
  border-color: var(--line);
  background: var(--line);
}

.section-tint .workflow-card {
  background: #fff;
}

.section-tint .workflow-step {
  border-color: #bdd1cc;
  color: var(--teal);
}

.section-tint .workflow-card h3 {
  color: var(--ink);
}

.section-tint .workflow-card p {
  color: var(--muted);
}

.quality-home-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 90px;
  align-items: start;
}

.quality-list {
  border-top: 1px solid var(--line);
}

.quality-list article {
  display: grid;
  grid-template-columns: 45px 1fr;
  gap: 20px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}

.quality-list article > span {
  color: var(--teal);
  font-family: Consolas, monospace;
  font-size: 0.7rem;
}

.quality-list h3 {
  margin-bottom: 8px;
}

.quality-list p {
  margin: 0;
  color: var(--muted);
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.application-grid article {
  min-height: 190px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.application-index {
  display: block;
  margin-bottom: 34px;
  color: var(--copper);
  font-family: Consolas, monospace;
  font-size: 0.72rem;
}

.application-grid h3 {
  margin-bottom: 10px;
}

.application-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.faq-section {
  background: #fbfcfb;
}

.faq-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 100px;
}

.faq-grid .section-heading {
  position: sticky;
  top: 118px;
  align-self: start;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 2px;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--teal);
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 720px;
  padding: 0 50px 24px 2px;
  color: var(--muted);
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding: 82px 0;
  background:
    radial-gradient(circle at 90% 20%, rgba(216, 255, 120, 0.19), transparent 25%),
    var(--deep);
  color: #fff;
}

.editorial-heading-row h2 {
  max-width: 850px;
  margin-bottom: 19px;
  font-size: clamp(2.75rem, 4vw, 4.25rem);
}

.editorial-heading-row div > p {
  max-width: 690px;
  color: var(--muted);
}

.editorial-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
}

.editorial-steps article {
  position: relative;
  min-height: 280px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.editorial-steps article:last-child {
  border-right: 0;
}

.editorial-steps span {
  display: block;
  margin-bottom: 66px;
  color: var(--teal);
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.editorial-steps h3 {
  margin-bottom: 13px;
  font-size: 1.08rem;
}

.editorial-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.section-warm {
  border-block: 1px solid var(--line);
  background: var(--wash);
}

.editorial-capability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.editorial-capability-grid article {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  min-height: 310px;
  background: var(--paper);
}

.editorial-capability-image {
  position: relative;
  display: grid;
  min-height: 100%;
  place-items: center;
  overflow: hidden;
  padding: 26px;
  background:
    linear-gradient(rgba(28, 107, 103, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 107, 103, 0.055) 1px, transparent 1px),
    #eef1eb;
  background-size: 26px 26px;
}

.editorial-capability-image img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  mix-blend-mode: normal;
}

.editorial-capability-image span {
  position: absolute;
  top: 16px;
  left: 17px;
  color: var(--teal);
  font-family: Consolas, monospace;
  font-size: 0.62rem;
}

.editorial-capability-body {
  display: flex;
  flex-direction: column;
  padding: 31px;
}

.editorial-capability-body h3 {
  margin-bottom: 13px;
  font-size: 1.35rem;
}

.editorial-capability-body p {
  color: var(--muted);
  font-size: 0.84rem;
}

.editorial-capability-body small {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.67rem;
  font-weight: 700;
  line-height: 1.5;
}

.editorial-partner-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: start;
  gap: 100px;
}

.editorial-partner-grid > div:first-child {
  position: sticky;
  top: 120px;
}

.editorial-partner-grid h2 {
  margin-bottom: 22px;
  font-size: clamp(2.6rem, 3.8vw, 4rem);
}

.editorial-partner-grid > div:first-child > p:not(.editorial-eyebrow) {
  color: var(--muted);
}

.editorial-text-link {
  display: inline-flex;
  gap: 11px;
  margin-top: 20px;
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 800;
}

.editorial-service-list {
  border-top: 1px solid var(--line);
}

.editorial-service-list article {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 24px;
  padding: 33px 0;
  border-bottom: 1px solid var(--line);
}

.editorial-service-list > article > span {
  color: var(--teal);
  font-family: Consolas, monospace;
  font-size: 0.64rem;
}

.editorial-service-list h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
}

.editorial-service-list p {
  margin: 0;
  color: var(--muted);
}

.relationship-section {
  background: var(--paper);
}

.relationship-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.62fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 54px;
}

.relationship-heading h2 {
  max-width: 860px;
  margin-bottom: 0;
  font-size: clamp(2.7rem, 4vw, 4.25rem);
}

.relationship-heading > p {
  margin-bottom: 3px;
  color: var(--muted);
}

.relationship-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: stretch;
  gap: 24px;
}

.relationship-photo,
.experience-media figure,
.editorial-quality__photo {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--wash-2);
}

.relationship-photo {
  min-height: 610px;
}

.relationship-photo img,
.experience-media img,
.editorial-quality__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.relationship-photo figcaption,
.experience-media figcaption,
.editorial-quality__photo figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  padding: 12px 14px;
  background: rgba(8, 34, 41, 0.88);
  color: #fff;
  font-size: 0.69rem;
  font-weight: 750;
  letter-spacing: 0.02em;
}

.relationship-photo figcaption span {
  display: block;
  margin-bottom: 3px;
  color: #a9d0c9;
  font-size: 0.56rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.relationship-roles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 14px;
}

.relationship-roles article {
  min-height: 370px;
  padding: 34px;
  border: 1px solid var(--line);
  background: var(--wash);
}

.relationship-roles article > span {
  display: block;
  margin-bottom: 58px;
  color: var(--teal);
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.relationship-roles h3 {
  margin-bottom: 22px;
  font-size: 1.38rem;
}

.relationship-roles ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: 0.82rem;
  list-style: none;
}

.relationship-roles li {
  padding-bottom: 11px;
  border-bottom: 1px solid var(--line);
}

.relationship-note {
  grid-column: 1 / -1;
  margin: 4px 0 0;
  padding: 24px 26px;
  border-left: 3px solid var(--teal);
  background: var(--teal-soft);
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.relationship-roles .editorial-text-link {
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: 8px;
}

.experience-section {
  border-block: 1px solid var(--line);
  background: var(--wash);
}

.experience-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: clamp(56px, 7vw, 100px);
}

.experience-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(2.65rem, 3.8vw, 4rem);
}

.experience-copy > p:not(.editorial-eyebrow) {
  max-width: 630px;
  color: var(--muted);
}

.experience-path {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 38px;
  border: 1px solid var(--line);
  background: var(--line);
  gap: 1px;
}

.experience-path div {
  min-height: 125px;
  padding: 21px;
  background: var(--paper);
}

.experience-path span {
  display: block;
  margin-bottom: 26px;
  color: var(--teal);
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.6rem;
}

.experience-path strong {
  display: block;
  font-size: 0.83rem;
  line-height: 1.35;
}

.experience-media {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(210px, 0.72fr);
  align-items: end;
  gap: 14px;
  min-height: 620px;
}

.experience-media__primary {
  height: 620px;
}

.experience-media__secondary {
  height: 365px;
}

.experience-media figcaption,
.editorial-quality__photo figcaption {
  color: #c9dcda;
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.editorial-quality {
  background:
    linear-gradient(rgba(104, 163, 154, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 163, 154, 0.06) 1px, transparent 1px),
    var(--deep);
  background-size: 34px 34px;
  color: #fff;
}

.editorial-quality__heading {
  max-width: 820px;
  margin-bottom: 50px;
}

.editorial-quality__heading h2 {
  margin-bottom: 20px;
  font-size: clamp(2.65rem, 4vw, 4.2rem);
}

.editorial-quality__heading > p:last-child {
  max-width: 680px;
  color: #b8cbc8;
}

.editorial-quality__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-bottom: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.12);
}

.editorial-quality__layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 1px;
  margin-bottom: 34px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.12);
}

.editorial-quality__photo {
  min-height: 570px;
}

.editorial-quality__layout .editorial-quality__grid {
  grid-template-columns: 1fr;
  gap: 1px;
  margin: 0;
  border: 0;
}

.editorial-quality__layout .editorial-quality__grid article {
  min-height: 189px;
}

.editorial-quality__layout .editorial-quality__grid span {
  margin-bottom: 25px;
}

.editorial-quality__grid article {
  min-height: 250px;
  padding: 30px;
  background: rgba(14, 40, 51, 0.84);
}

.editorial-quality__grid span {
  display: block;
  margin-bottom: 52px;
  color: #8fb9b2;
  font-family: Consolas, monospace;
  font-size: 0.63rem;
}

.editorial-quality__grid h3 {
  color: #fff;
}

.editorial-quality__grid p {
  margin-bottom: 0;
  color: #adc1be;
  font-size: 0.82rem;
}

.home-final .faq-section {
  background: var(--paper);
}

/* Final A+C homepage foundation. These rules must precede the responsive
   overrides below; they mirror the approved Sites layout used for launch. */
.home-final {
  background: var(--paper);
}

.conversion-hero {
  position: relative;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(16, 42, 53, 0.035) 50%, transparent calc(50% + 1px)),
    var(--wash);
}

.conversion-hero__grid {
  display: grid;
  min-height: 700px;
  grid-template-columns: minmax(0, 0.96fr) minmax(520px, 0.84fr);
  align-items: center;
  gap: clamp(54px, 6vw, 96px);
  padding-block: 70px;
}

.conversion-hero__copy {
  min-width: 0;
}

.editorial-eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
  color: var(--teal);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.editorial-eyebrow::before {
  width: 32px;
  height: 1px;
  background: currentColor;
  content: "";
}

.editorial-eyebrow--light {
  color: #9cc5be;
}

.conversion-hero h1 {
  max-width: 740px;
  margin-bottom: 28px;
  font-size: clamp(3.35rem, 5.35vw, 5.15rem);
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.conversion-hero__lead {
  max-width: 650px;
  margin-bottom: 31px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.62;
}

.conversion-hero__actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.conversion-hero__actions .button {
  min-height: 56px;
  padding-inline: 22px;
}

.editorial-email-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-block: 11px 8px;
  border-bottom: 1px solid var(--ink);
  font-size: 0.82rem;
  font-weight: 750;
}

.editorial-email-link:hover {
  color: var(--teal);
  border-color: var(--teal);
}

.conversion-capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.conversion-capabilities a {
  padding: 7px 13px;
  border: 1px solid rgba(16, 42, 53, 0.18);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.5);
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 750;
}

.conversion-capabilities a:hover {
  border-color: var(--teal);
  color: var(--teal);
}

.conversion-proof-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin: 29px 0 0;
  padding: 21px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.conversion-proof-list li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 7px;
  padding-right: 15px;
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.45;
}

.conversion-proof-list li + li {
  padding-left: 15px;
  border-left: 1px solid var(--line);
}

.conversion-proof-list span {
  display: grid;
  width: 17px;
  height: 17px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal);
  font-size: 0.65rem;
}

.conversion-hero__form {
  position: relative;
  min-width: 0;
  padding: 25px;
  background:
    linear-gradient(rgba(104, 163, 154, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104, 163, 154, 0.1) 1px, transparent 1px),
    var(--deep);
  background-size: 28px 28px;
  box-shadow: 0 30px 70px rgba(14, 40, 51, 0.16);
}

.review-desk-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 1px 18px;
  color: #aac9c4;
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.conversion-hero__form .quote-form-shell {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--paper);
  box-shadow: none;
}

.quote-form--compact {
  padding: 28px;
}

.quote-form--compact .quote-form__heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: start;
  gap: 16px;
  margin-bottom: 22px;
}

.quote-form--compact .quote-form__heading::after {
  color: rgba(16, 42, 53, 0.22);
  content: "01";
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
  line-height: 1;
}

.quote-form--compact .quote-form__heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -7px;
  font-size: 0.58rem;
}

.quote-form--compact .quote-form__heading h2 {
  margin: 0;
  font-size: 1.8rem;
}

.quote-form--compact .quote-form__heading > p:last-child {
  display: none;
}

.editorial-proof-band {
  border-bottom: 1px solid var(--line);
  background: var(--wash);
}

.editorial-proof-band__grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, 1fr);
}

.editorial-proof-band__grid > div {
  display: flex;
  min-height: 142px;
  flex-direction: column;
  justify-content: center;
  padding: 26px 30px;
  border-right: 1px solid var(--line);
}

.editorial-proof-band__grid > div:first-child {
  padding-left: 0;
}

.editorial-proof-band__grid > div:last-child {
  border-right: 0;
}

.editorial-proof-band__grid span,
.editorial-proof-band__grid small {
  margin-bottom: 12px;
  color: var(--teal);
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.editorial-proof-band__grid strong {
  max-width: 230px;
  font-size: 0.81rem;
  line-height: 1.45;
}

.editorial-proof-band__intro strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.16rem;
  font-weight: 400;
  line-height: 1.2;
}

.editorial-process {
  background: var(--paper);
}

.editorial-heading-row {
  display: grid;
  grid-template-columns: 0.28fr 1fr;
  gap: 40px;
  margin-bottom: 55px;
}

.editorial-heading-row > p {
  color: var(--teal);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .primary-navigation__list { gap: 15px; }
  .primary-navigation__link { font-size: 0.78rem; }
  .site-brand__text small { display: none; }
  .home-hero-grid { gap: 36px; }
  .home-hero-copy h1 { font-size: clamp(3rem, 5.2vw, 4.7rem); }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .intro-grid,
  .split-content { gap: 60px; }
  .conversion-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(470px, 0.9fr); gap: 42px; }
  .conversion-proof-list { grid-template-columns: 1fr; gap: 10px; }
  .conversion-proof-list li + li { padding-left: 0; border-left: 0; }
  .editorial-partner-grid { gap: 60px; }
  .relationship-heading { gap: 45px; }
  .relationship-grid { grid-template-columns: 0.72fr 1.28fr; }
  .relationship-roles article { padding: 27px; }
  .experience-grid { gap: 50px; }
}

@media (max-width: 900px) {
  .section { padding: 86px 0; }
  .navigation-toggle { display: flex; }
  .primary-navigation {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    padding: 16px 20px 24px;
    border-bottom: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 20px 30px rgba(7, 29, 35, 0.1);
  }
  .primary-navigation.is-open { display: block; }
  .primary-navigation__list { display: grid; gap: 0; }
  .primary-navigation__link { display: block; padding: 13px 4px; border-bottom: 1px solid var(--line); font-size: 0.95rem; }
  .primary-navigation__link::after { display: none; }
  .primary-navigation__item--quote { padding-top: 16px; }
  .header-quote-link { width: 100%; }
  .home-hero-grid,
  .page-hero-grid { grid-template-columns: 1fr; }
  .home-hero { padding-top: 76px; }
  .hero-product { min-height: 450px; }
  .hero-product-card { right: 5%; width: 90%; }
  .signal-strip-grid { grid-template-columns: 1fr 1fr; }
  .signal-strip-grid > div:nth-child(odd) { border-left: 1px solid var(--line); }
  .intro-grid,
  .split-content,
  .quality-home-grid,
  .faq-grid,
  .stage-grid,
  .resource-feature-grid,
  .contact-grid,
  .quote-page-grid { grid-template-columns: 1fr; gap: 50px; }
  .faq-grid .section-heading,
  .contact-sidebar { position: static; }
  .workflow-grid { grid-template-columns: 1fr 1fr; }
  .application-grid,
  .principle-card-grid,
  .quality-detail-grid,
  .inspection-grid,
  .resource-card-grid { grid-template-columns: 1fr 1fr; }
  .cta-band-inner { grid-template-columns: 1fr; align-items: start; gap: 30px; }
  .cta-band-actions { justify-content: flex-start; }
  .technical-visual { min-height: 330px; }
  .capability-detail-grid { grid-template-columns: 1fr; }
  .site-footer__inner { grid-template-columns: 1fr 1fr; }
  .site-footer__intro { grid-column: 1 / -1; }
  .site-utility__inner > span:last-child { display: none; }
  .conversion-hero__grid { min-height: auto; grid-template-columns: 1fr; gap: 52px; padding-block: 58px; }
  .conversion-hero__copy { max-width: 760px; }
  .conversion-hero__form { width: min(100%, 720px); }
  .conversion-proof-list { grid-template-columns: repeat(3, 1fr); gap: 0; }
  .conversion-proof-list li + li { padding-left: 15px; border-left: 1px solid var(--line); }
  .editorial-proof-band__grid { grid-template-columns: 1fr 1fr; }
  .editorial-proof-band__grid > div { min-height: 120px; border-bottom: 1px solid var(--line); }
  .editorial-proof-band__grid > div:nth-child(2) { border-right: 0; }
  .editorial-proof-band__grid > div:first-child { padding-left: 26px; }
  .editorial-heading-row { grid-template-columns: 1fr; gap: 15px; }
  .editorial-steps { grid-template-columns: 1fr 1fr; }
  .editorial-steps article:nth-child(2) { border-right: 0; }
  .editorial-steps article:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .editorial-capability-grid { grid-template-columns: 1fr; }
  .editorial-partner-grid { grid-template-columns: 1fr; gap: 52px; }
  .editorial-partner-grid > div:first-child { position: static; }
  .relationship-heading,
  .relationship-grid,
  .experience-grid,
  .editorial-quality__layout { grid-template-columns: 1fr; }
  .relationship-heading { gap: 22px; }
  .relationship-photo { min-height: 480px; }
  .experience-media { min-height: 520px; }
  .experience-media__primary { height: 520px; }
  .experience-media__secondary { height: 320px; }
  .editorial-quality__photo { min-height: 420px; }
  .editorial-quality__layout .editorial-quality__grid { grid-template-columns: repeat(3, 1fr); }
  .editorial-quality__layout .editorial-quality__grid article { min-height: 260px; }
  .editorial-quality__grid { grid-template-columns: 1fr; }
  .editorial-quality__grid article { min-height: auto; }
}

@media (max-width: 650px) {
  .shell,
  .container { width: min(calc(100% - 28px), var(--shell)); }
  .section { padding: 70px 0; }
  .site-header__inner { min-height: 70px; }
  .site-brand__mark { width: 38px; height: 38px; }
  .site-brand__text strong { font-size: 0.92rem; }
  .navigation-toggle__label { display: none; }
  .home-hero { min-height: auto; padding: 64px 0 55px; }
  .home-hero-copy h1 { font-size: clamp(2.75rem, 13.5vw, 4.1rem); }
  .hero-lead,
  .page-hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-product { min-height: 330px; }
  .hero-product-card { top: 35px; right: 0; width: 100%; padding: 14px; }
  .hero-product-card img { height: 220px; }
  .hero-float-card { font-size: 0.66rem; }
  .hero-float-top { left: 5px; }
  .hero-float-bottom { right: 4px; }
  .signal-strip-grid { grid-template-columns: 1fr; }
  .signal-strip-grid > div { min-height: 72px; border-left: 1px solid var(--line); }
  .section-heading { margin-bottom: 36px; }
  .section-heading-row { display: grid; align-items: start; }
  .service-grid,
  .capability-grid,
  .workflow-grid,
  .application-grid,
  .principle-card-grid,
  .positioning-grid,
  .quality-detail-grid,
  .inspection-grid,
  .resource-card-grid,
  .stage-cards { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .card-number { margin-bottom: 45px; }
  .capability-body > p:not(.micro-label) { min-height: auto; }
  .workflow-card { min-height: 250px; }
  .workflow-step { margin-bottom: 48px; }
  .positioning-panel { min-height: auto; padding: 30px; }
  .contact-person-card { grid-template-columns: 1fr; gap: 25px; padding: 30px; }
  .contact-person-initials { width: 110px; height: 110px; }
  .about-portrait-placeholder { width: 180px; }
  .page-hero { padding: 70px 0; }
  .page-hero-copy h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .technical-visual { min-height: 260px; }
  .visual-board-back { inset: 55px 15px 20px 55px; }
  .visual-board-front { inset: 30px 45px 45px 15px; }
  .service-detail-list article { grid-template-columns: 46px 1fr; gap: 18px; }
  .service-detail-list article > strong { grid-column: 2; }
  .review-table > div { grid-template-columns: 1fr; gap: 6px; }
  .resource-checklist,
  .resource-aside { padding: 28px; }
  .checklist-grid { grid-template-columns: 1fr; }
  .quote-form { padding: 26px; }
  .quote-form__grid { grid-template-columns: 1fr; }
  .form-field--wide { grid-column: auto; }
  .quote-form__actions { align-items: stretch; flex-direction: column; }
  .quote-form__actions .button { width: 100%; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 35px; }
  .site-footer__intro { grid-column: auto; }
  .site-footer__legal { align-items: flex-start; flex-direction: column; }
  .cookie-banner { right: 10px; bottom: 10px; left: 10px; padding: 16px; }
  .cookie-banner__content { grid-template-columns: 1fr; gap: 16px; }
  .cookie-banner__actions { display: grid; grid-template-columns: 1fr; }
  .legal-page { padding-block: 70px 90px; }
  .site-utility__inner { min-height: 30px; justify-content: center; font-size: 0.61rem; }
  .conversion-hero__grid { gap: 38px; padding-block: 46px; }
  .conversion-hero h1 { font-size: clamp(2.9rem, 14vw, 4rem); }
  .conversion-hero__lead { font-size: 0.98rem; }
  .conversion-hero__actions { align-items: stretch; flex-direction: column; gap: 13px; }
  .conversion-hero__actions .button { width: 100%; }
  .editorial-email-link { align-self: flex-start; }
  .conversion-proof-list { grid-template-columns: 1fr; gap: 10px; }
  .conversion-proof-list li + li { padding-left: 0; border-left: 0; }
  .conversion-hero__form { padding: 12px; }
  .review-desk-label { padding: 3px 2px 13px; font-size: 0.51rem; }
  .review-desk-label span:last-child { display: none; }
  .quote-form--compact { padding: 21px; }
  .quote-form--compact .form-field input,
  .quote-form--compact .form-field select,
  .quote-form--compact .form-field textarea { font-size: 1rem; }
  .quote-form--compact .quote-form__actions { margin: 16px -21px -21px; padding: 15px 21px; }
  .editorial-proof-band__grid { grid-template-columns: 1fr; }
  .editorial-proof-band__grid > div { min-height: 105px; padding: 22px; border-right: 0; }
  .editorial-proof-band__grid > div:first-child { padding-left: 22px; }
  .editorial-heading-row h2 { font-size: 2.7rem; }
  .editorial-steps { grid-template-columns: 1fr; }
  .editorial-steps article { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .editorial-steps article:last-child { border-bottom: 0; }
  .editorial-steps span { margin-bottom: 42px; }
  .editorial-capability-grid article { grid-template-columns: 1fr; }
  .editorial-capability-image { min-height: 240px; }
  .editorial-quality__grid span { margin-bottom: 30px; }
  .relationship-roles,
  .experience-path,
  .experience-media,
  .editorial-quality__layout .editorial-quality__grid { grid-template-columns: 1fr; }
  .relationship-photo { min-height: 360px; }
  .relationship-roles article { min-height: auto; padding: 27px; }
  .relationship-roles article > span { margin-bottom: 38px; }
  .experience-media { min-height: auto; }
  .experience-media__primary { height: 430px; }
  .experience-media__secondary { height: 260px; }
  .editorial-quality__photo { min-height: 290px; }
  .editorial-quality__layout .editorial-quality__grid article { min-height: auto; }
  .owner-inbox { padding-block: 60px 90px; }
  .owner-inbox__header,
  .owner-inquiry__heading { align-items: stretch; flex-direction: column; }
  .owner-inquiry { padding: 20px; }
  .owner-inquiry__facts { grid-template-columns: 1fr; }
  .owner-inquiry__facts div,
  .owner-inquiry__facts div:nth-child(3n),
  .owner-inquiry__facts div:nth-last-child(-n + 3) { border-right: 0; border-bottom: 1px solid var(--line); }
  .owner-inquiry__facts div:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* WordPress markup bridge. Keep this after the synchronized design system. */
main { min-width: 0; }
.site-brand__mark {
  border: 0;
  background: #fff;
  object-fit: cover;
  object-position: left center;
}
.admin-bar .site-header { top: 32px; }
.about-portrait,
.about-portrait-placeholder {
  width: 155px;
  aspect-ratio: 4 / 5;
  border-radius: var(--radius);
}
.about-portrait { height: auto; aspect-ratio: 984 / 1024; object-fit: cover; }
.about-portrait-placeholder {
  display: grid;
  place-items: center;
  padding: 14px;
  border: 1px dashed #aab8c4;
  background:
    linear-gradient(rgba(28, 107, 103, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 107, 103, 0.055) 1px, transparent 1px),
    #eef3f1;
  background-size: 18px 18px;
  color: var(--muted);
  font-family: Consolas, "Courier New", monospace;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.5;
  text-align: center;
}

.quote-form .project-form { margin: 0; }
.quote-form .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0;
}
.quote-form .field { display: grid; min-width: 0; gap: 7px; }
.quote-form .field.full { grid-column: 1 / -1; }
.quote-form .field label {
  color: var(--ink-soft);
  font-size: .78rem;
  font-weight: 800;
}
.quote-form .field input,
.quote-form .field select,
.quote-form .field textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #bdccc8;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}
.quote-form .field input,
.quote-form .field select { min-height: 50px; padding: 10px 13px; }
.quote-form .field textarea { min-height: 150px; padding: 13px; resize: vertical; }
.quote-form .field input:focus,
.quote-form .field select:focus,
.quote-form .field textarea:focus {
  border-color: var(--teal);
  outline: 3px solid rgba(28, 107, 103, .13);
}
.quote-form .file-input {
  min-height: 54px;
  padding: 8px;
  border-style: dashed;
  background: var(--wash);
  cursor: pointer;
}
.quote-form .field small { color: var(--muted); font-size: .72rem; }
.quote-form .form-privacy-note {
  margin: 22px 0 18px;
  padding: 12px 14px;
  border-left: 3px solid var(--teal);
  background: rgba(28, 107, 103, .07);
  color: var(--ink-soft);
  font-size: .75rem;
  line-height: 1.55;
}
.quote-form .form-privacy-note a { color: var(--teal); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.quote-form .btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: var(--deep);
  color: #fff;
  font-size: .9rem;
  font-weight: 800;
}
.quote-form .btn:hover { border-color: var(--teal); background: var(--teal); }
.quote-form .hp-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; }
.quote-form .upload-progress { margin: 18px 0; border-color: var(--line); background: var(--wash); }

.quote-form--compact .project-form .form-grid { gap: 14px; }
.quote-form--compact .field { gap: 5px; }
.quote-form--compact .field label { font-size: .64rem; letter-spacing: .06em; text-transform: uppercase; }
.quote-form--compact .field input,
.quote-form--compact .field select,
.quote-form--compact .field textarea { border-color: #ccd4cf; border-radius: 1px; font-size: .78rem; }
.quote-form--compact .field input,
.quote-form--compact .field select { min-height: 43px; }
.quote-form--compact .field textarea { min-height: 74px; }
.quote-form--compact .field:has(#quote-country),
.quote-form--compact .field:has(#quote-lead) { display: none; }
.quote-form--compact .form-privacy-note { margin: 15px 0; padding: 9px 10px; font-size: .66rem; }
.quote-form--compact .project-form > .btn {
  width: calc(100% + 56px);
  min-height: 52px;
  margin: 1px -28px -28px;
  padding: 16px 28px;
  border: 0;
  background: var(--deep);
}
.quote-form--compact .project-form > .btn:hover { background: var(--teal); }

.site-notice {
  width: min(calc(100% - 40px), var(--shell));
  margin: 14px auto;
  padding: 13px 16px;
  border: 1px solid #a7d2c1;
  border-radius: var(--radius);
  background: #eef9f4;
  color: #245943;
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

@media (max-width: 650px) {
  .about-portrait,
  .about-portrait-placeholder { width: 180px; }
  .quote-form .form-grid { grid-template-columns: 1fr; }
  .quote-form .field.full { grid-column: auto; }
  .quote-form--compact .project-form > .btn {
    width: calc(100% + 42px);
    margin-right: -21px;
    margin-left: -21px;
  }
}

/*
 * Keep legacy inner pages clear of the viewport edge on narrow screens.
 * The homepage uses its own responsive section rhythm.
 */
@media (max-width: 650px) {
  body:not(.home) #main-content > .section,
  body:not(.home) #main-content > .band > .section {
    padding-right: 14px;
    padding-left: 14px;
  }
  body:not(.home) #main-content .table-wrap {
    margin-right: -14px;
    margin-left: -14px;
    padding-right: 14px;
    padding-left: 14px;
  }
}
