:root {
  --paper: #f3f3ef;
  --paper-2: #e3e4e0;
  --paper-3: #d5d7d4;
  --white: #ffffff;
  --ink: #14202a;
  --ink-soft: #4c5861;
  --navy: #071b2a;
  --navy-2: #0e2c40;
  --line: #aeb4b3;
  --line-dark: #667078;
  --yellow: #f3c520;
  --orange: #e44b27;
  --blue: #168fc5;
  --green: #6cae42;
  --max: 1510px;
  --pad: clamp(22px, 4vw, 72px);
  --display: "Arial Narrow", "Aptos Narrow", "Roboto Condensed", Arial, sans-serif;
  --text: Inter, Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
  color-scheme: light;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #b8bbb8; }
body { margin: 0; color: var(--ink); background: #b8bbb8; font-family: var(--text); line-height: 1.5; }
body.modal-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
address { font-style: normal; }
[hidden] { display: none !important; }

.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; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 200; padding: 10px 14px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-canvas { width: 100%; max-width: 100%; margin: 0 auto; overflow: hidden; background: var(--paper); box-shadow: 0 0 80px rgba(0,0,0,.12); }

.masthead { position: sticky; top: 0; z-index: 80; background: rgba(213,215,212,.97); border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(12px); }
.masthead-grid { max-width: var(--max); min-height: 104px; margin: 0 auto; padding: 14px var(--pad) 12px; display: grid; grid-template-columns: minmax(290px, 405px) minmax(470px, 1fr) auto; gap: 20px; align-items: center; }
.brand-lockup { display: block; width: min(100%, 400px); text-decoration: none; }
.brand-lockup img { width: 100%; height: auto; mix-blend-mode: multiply; }
.primary-nav { justify-self: center; display: flex; align-items: center; gap: clamp(14px, 1.55vw, 26px); }
.primary-nav a { position: relative; padding: 12px 0 9px; text-decoration: none; color: var(--ink); font-family: var(--display); font-size: 15px; font-weight: 750; letter-spacing: .015em; white-space: nowrap; }
.primary-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--ink); transition: right .18s ease; }
.primary-nav a:hover::after, .primary-nav a:focus-visible::after { right: 0; }
.primary-nav .nav-contact { padding: 10px 14px; color: #fff; background: var(--navy); }
.primary-nav .nav-contact::after { display: none; }
.masthead-tools { display: flex; justify-content: flex-end; align-items: center; }
.language-control { display: flex; align-items: center; border: 1px solid #8d9494; background: rgba(255,255,255,.42); }
.language-control button { min-height: 31px; padding: 0 8px; border: 0; border-left: 1px solid #9da3a2; color: var(--ink); background: transparent; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.language-control button:first-child { border-left: 0; }
.language-control button[aria-pressed="true"] { color: #fff; background: var(--navy); }
.menu-button { display: none; border: 0; background: transparent; }
.trade-ruler { display: grid; grid-template-columns: repeat(4,1fr); height: 7px; }
.trade-ruler i:nth-child(1) { background: var(--yellow); }
.trade-ruler i:nth-child(2) { background: var(--orange); }
.trade-ruler i:nth-child(3) { background: var(--blue); }
.trade-ruler i:nth-child(4) { background: var(--green); }

.overline { margin: 0 0 18px; font-size: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.hero-editorial { max-width: var(--max); min-height: 690px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr); border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.hero-copy { padding: clamp(58px, 6vw, 88px) var(--pad) 48px; display: flex; flex-direction: column; background: #e8e9e5; }
.hero-copy h1 { max-width: 760px; margin: 0; font-family: var(--display); font-size: clamp(46px, 4.05vw, 72px); font-weight: 780; letter-spacing: -.042em; line-height: .98; overflow-wrap: anywhere; }
.hero-intro { max-width: 650px; margin: 28px 0 0; color: var(--ink-soft); font-size: clamp(16px, 1.15vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 40px; }
.action { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 0 21px; border: 1px solid var(--navy); text-decoration: none; font-size: 13px; font-weight: 800; }
.action-primary { color: #fff; background: var(--navy); }
.action-primary:hover { background: var(--blue); border-color: var(--blue); }
.action-plain { gap: 24px; padding: 0 0 7px; min-height: auto; border: 0; border-bottom: 1px solid var(--ink); }
.action-plain b { font-size: 19px; font-weight: 400; }
.hero-facts { margin: auto 0 0; padding: 44px 0 0; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.hero-facts div { min-height: 82px; padding: 0 18px; border-left: 1px solid var(--line); }
.hero-facts div:first-child { padding-left: 0; border-left: 0; }
.hero-facts dt { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; color: var(--line-dark); font-size: 10px; }
.hero-facts dd { margin: 8px 0 0; font-size: 12px; font-weight: 750; }
.hero-documentary { position: relative; min-height: 690px; margin: 0; background: #9ea49f; overflow: hidden; }
.hero-documentary picture, .hero-documentary img { width: 100%; height: 100%; }
.hero-documentary img { object-fit: cover; object-position: center; filter: saturate(.86) contrast(1.02); }
.hero-documentary::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(3,13,20,.64)); pointer-events: none; }
.hero-documentary figcaption { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 28px 34px; display: flex; justify-content: space-between; align-items: end; gap: 20px; color: #fff; border-top: 1px solid rgba(255,255,255,.48); }
.hero-documentary figcaption strong { font-family: var(--display); font-size: 27px; letter-spacing: -.02em; }
.hero-documentary figcaption span { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }

.section-rule { max-width: var(--max); margin: 0 auto; padding: 86px var(--pad); border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
.section-heading { max-width: 1040px; margin-bottom: 48px; }
.section-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(34px, 3.45vw, 56px); letter-spacing: -.038em; line-height: 1.02; }
.section-heading > p:last-child { max-width: 760px; margin: 26px 0 0; color: var(--ink-soft); font-size: 17px; }
.split-heading { max-width: none; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px,.75fr); gap: 70px; align-items: end; }
.split-heading > p { margin: 0 0 7px !important; }

.service-rows { border-top: 2px solid var(--ink); }
.service-row { position: relative; display: grid; grid-template-columns: 90px minmax(240px,.7fr) minmax(360px,1fr); min-height: 190px; border-bottom: 1px solid var(--line-dark); }
.service-row::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 9px; background: var(--service-color); }
.service-number { padding: 28px 18px 20px 26px; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 13px; }
.service-main { padding: 27px 38px 30px 0; }
.service-main h3 { margin: 0; font-family: var(--display); font-size: clamp(27px, 2.35vw, 40px); letter-spacing: -.03em; line-height: 1.05; }
.service-main p { margin: 20px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.service-items { margin: 0; padding: 27px 0 28px 38px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 30px; border-left: 1px solid var(--line); list-style: none; }
.service-items li { position: relative; padding: 9px 0 9px 20px; border-bottom: 1px dotted #b6bbba; font-size: 12px; }
.service-items li::before { content: ""; position: absolute; left: 0; top: 16px; width: 7px; height: 7px; background: var(--service-color); }
.scope-note { margin: 28px 0 0; padding: 19px 22px 19px 32px; border-left: 6px solid var(--ink); color: var(--ink-soft); background: #e7e8e4; font-size: 12px; }

.maintenance-block { max-width: var(--max); margin: 0 auto; padding: 82px var(--pad); display: grid; grid-template-columns: minmax(320px,.8fr) minmax(560px,1.2fr); gap: 68px; color: #f5f6f3; background: var(--navy); border-left: 1px solid #284051; border-right: 1px solid #284051; }
.maintenance-head h2 { margin: 0; font-family: var(--display); font-size: clamp(34px,3.35vw,54px); line-height: 1.02; letter-spacing: -.035em; }
.maintenance-head > p:last-child { margin: 27px 0 0; color: #b9c5cc; font-size: 15px; line-height: 1.7; }
.maintenance-options { border-top: 1px solid #668090; }
.maintenance-options article { position: relative; min-height: 190px; padding: 30px 12px 32px 76px; border-bottom: 1px solid #668090; }
.maintenance-options article span { position: absolute; left: 0; top: 34px; color: var(--green); font-family: ui-monospace, monospace; font-size: 13px; }
.maintenance-options h3 { margin: 0; font-family: var(--display); font-size: 30px; letter-spacing: -.025em; }
.maintenance-options p { margin: 16px 0 0; color: #bdc9cf; font-size: 13px; line-height: 1.65; }
.maintenance-link { grid-column: 2; justify-self: start; display: inline-flex; gap: 35px; align-items: center; padding: 12px 0; color: #fff; border-bottom: 2px solid var(--green); text-decoration: none; font-weight: 800; }
.maintenance-link b { color: var(--green); font-size: 21px; }

.project-list { display: grid; gap: 66px; }
.project-entry { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(330px,.75fr); gap: 0; border-top: 2px solid var(--ink); }
.project-entry:nth-child(even) { grid-template-columns: minmax(330px,.75fr) minmax(0,1.25fr); }
.project-entry:nth-child(even) .project-image { order: 2; }
.project-image { position: relative; min-height: 520px; overflow: hidden; background: #d0d2cf; }
.project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project-entry:hover .project-image img { transform: scale(1.015); }
.project-content { padding: 34px 0 20px 42px; display: flex; flex-direction: column; }
.project-entry:nth-child(even) .project-content { padding: 34px 42px 20px 0; }
.project-meta { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 16px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.project-content h3 { margin: 24px 0 0; font-family: var(--display); font-size: clamp(30px,2.75vw,46px); line-height: 1.03; letter-spacing: -.035em; }
.project-content > p { margin: 22px 0 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.project-stats { margin: auto 0 0; display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.project-stats div { padding: 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.project-stats strong, .project-stats span { display: block; }
.project-stats strong { font-family: var(--display); font-size: 25px; }
.project-stats span { margin-top: 2px; color: var(--ink-soft); font-size: 9px; text-transform: uppercase; }
.project-open { margin-top: 27px; align-self: flex-start; border: 0; padding: 0 0 7px; color: var(--ink); background: transparent; border-bottom: 1px solid var(--ink); font-weight: 800; }

.method-strip { max-width: var(--max); margin: 0 auto; padding: 80px var(--pad); color: var(--ink); background: var(--yellow); border-left: 1px solid #a47e00; border-right: 1px solid #a47e00; }
.method-strip > header { display: grid; grid-template-columns: 210px 1fr; gap: 30px; align-items: start; }
.method-strip h2 { max-width: 1000px; margin: 0; font-family: var(--display); font-size: clamp(36px,3.55vw,58px); line-height: 1.02; letter-spacing: -.038em; }
.method-list { margin: 70px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 2px solid var(--ink); list-style: none; counter-reset: method; }
.method-list li { position: relative; min-height: 230px; padding: 28px 25px 25px 0; border-right: 1px solid rgba(20,32,42,.5); counter-increment: method; }
.method-list li:not(:first-child) { padding-left: 25px; }
.method-list li:last-child { border-right: 0; }
.method-list li::before { content: "0" counter(method); display: block; margin-bottom: 42px; font-family: ui-monospace, monospace; font-size: 11px; }
.method-list h3 { margin: 0; font-family: var(--display); font-size: 29px; }
.method-list p { margin: 14px 0 0; font-size: 12px; line-height: 1.6; }

.credential-table { border-top: 2px solid var(--ink); }
.credential-row { display: grid; grid-template-columns: 190px 1fr 170px; align-items: stretch; min-height: 142px; border-bottom: 1px solid var(--line-dark); }
.credential-logo { padding: 22px 30px 22px 0; display: flex; align-items: center; border-right: 1px solid var(--line); }
.credential-logo img { width: auto; max-width: 145px; max-height: 72px; object-fit: contain; }
.credential-main { padding: 24px 38px; }
.credential-main span { color: var(--ink-soft); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.credential-main h3 { max-width: 900px; margin: 10px 0 0; font-family: var(--display); font-size: 22px; line-height: 1.25; }
.credential-side { padding: 24px 0 24px 28px; display: flex; flex-direction: column; justify-content: space-between; border-left: 1px solid var(--line); }
.credential-side time { font-family: ui-monospace, monospace; font-size: 11px; }
.credential-side button { align-self: flex-start; padding: 0 0 5px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: 11px; font-weight: 800; }
.credential-note { margin: 30px 0 0; max-width: 1050px; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }

.insurance-register { max-width: var(--max); margin: 0 auto; padding: 62px var(--pad); display: grid; grid-template-columns: 220px 1fr 150px; gap: 45px; align-items: center; color: #fff; background: var(--navy-2); border-left: 1px solid #29485b; border-right: 1px solid #29485b; }
.insurance-brand { min-height: 150px; padding: 20px; display: grid; place-items: center; background: #fff; }
.insurance-brand img { max-height: 90px; }
.insurance-copy h2 { margin: 0; font-family: var(--display); font-size: clamp(30px,2.75vw,45px); line-height: 1.03; letter-spacing: -.03em; }
.insurance-copy > p:not(.overline) { margin: 20px 0 0; color: #c3d0d7; font-size: 13px; line-height: 1.7; }
.insurance-copy .insurance-scope { padding-left: 18px; border-left: 4px solid var(--orange); color: #fff; }
.insurance-copy a { display: inline-block; margin-top: 24px; padding-bottom: 5px; border-bottom: 1px solid #fff; text-decoration: none; font-size: 12px; font-weight: 800; }
.insurance-qr { width: 130px; height: 130px; padding: 8px; background: #fff; }

.dynamic-modules #moduleList { margin-top: 35px; display: grid; gap: 35px; }
.public-module { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.8fr); min-height: 430px; border-top: 2px solid var(--ink); border-bottom: 1px solid var(--line); }
.public-module.module-text { grid-template-columns: 1fr; min-height: 0; }
.public-module-copy { padding: 45px 50px 45px 0; }
.public-module-copy .module-eyebrow { color: var(--module-color); font-size: 10px; font-weight: 850; letter-spacing: .18em; }
.public-module-copy h3 { margin: 17px 0 0; max-width: 850px; font-family: var(--display); font-size: clamp(30px,3.05vw,48px); line-height: 1.03; letter-spacing: -.035em; }
.public-module-copy > p { margin: 24px 0 0; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.public-module-copy ul { margin: 27px 0 0; padding: 0; list-style: none; }
.public-module-copy li { padding: 10px 0; border-bottom: 1px solid var(--line); }
.public-module-copy a { display: inline-block; margin-top: 28px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); text-decoration: none; font-weight: 800; }
.public-module-media img { width: 100%; height: 100%; object-fit: cover; }

.contact-sheet { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: minmax(350px,.72fr) minmax(600px,1.28fr); border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
.contact-intro { padding: 95px var(--pad); color: #fff; background: var(--navy); }
.contact-intro h2 { margin: 0; font-family: var(--display); font-size: clamp(36px,3.45vw,56px); line-height: 1.02; letter-spacing: -.035em; }
.contact-intro > p:not(.overline) { margin: 25px 0 0; color: #becbd2; font-size: 14px; line-height: 1.7; }
.direct-contact { margin-top: 52px; padding-top: 25px; border-top: 1px solid #577080; }
.direct-contact h3 { margin: 0 0 15px; color: #9fb0b9; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.direct-contact a { display: block; margin: 6px 0; color: #fff; text-decoration: none; font-family: var(--display); font-size: 23px; }
.direct-contact address { margin-top: 18px; color: #b4c3ca; font-size: 12px; }
.contact-qr { margin-top: 40px; color: inherit; text-decoration: none; display: grid; grid-template-columns: 118px 1fr; gap: 20px; align-items: center; }
.contact-qr img { width: 118px; height: 118px; padding: 6px; background: #fff; }
.contact-qr strong, .contact-qr span { display: block; }
.contact-qr strong { font-family: var(--display); font-size: 18px; }
.contact-qr span { margin-top: 7px; color: #aebfc8; font-size: 10px; }
.contact-form { padding: 92px var(--pad); background: #e5e6e2; }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 25px 28px; }
.field { display: grid; gap: 7px; }
.field > span, .service-choices legend, .file-field > span { font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .11em; }
.field input, .field textarea { width: 100%; border: 0; border-bottom: 1px solid #667078; border-radius: 0; padding: 13px 1px 11px; color: var(--ink); background: transparent; outline: 0; }
.field input:focus, .field textarea:focus { border-bottom-color: var(--blue); box-shadow: 0 2px 0 var(--blue); }
.field textarea { resize: vertical; }
.field small { min-height: 14px; color: #b42318; font-size: 10px; }
.field.invalid input, .field.invalid textarea { border-bottom-color: #b42318; }
.service-choices { margin: 34px 0; padding: 0; border: 0; }
.service-choices legend { margin-bottom: 14px; }
#serviceChoices { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid #909796; border-left: 1px solid #909796; }
.service-choice { min-height: 57px; padding: 12px 14px; display: flex; align-items: flex-start; gap: 10px; border-right: 1px solid #909796; border-bottom: 1px solid #909796; font-size: 11px; line-height: 1.35; }
.service-choice input { margin: 2px 0 0; accent-color: var(--navy); }
.choice-error { display: block; min-height: 15px; margin-top: 7px; color: #b42318; font-size: 10px; }
.file-field { margin-top: 27px; padding: 18px 0; display: grid; grid-template-columns: 1fr auto; gap: 15px; align-items: center; border-top: 1px solid #909796; border-bottom: 1px solid #909796; }
.file-field input { grid-column: 1 / -1; }
.file-field b { color: var(--ink-soft); font-size: 10px; font-weight: 500; }
.privacy-ack { margin-top: 25px; display: flex; align-items: flex-start; gap: 12px; }
.privacy-ack input { margin-top: 4px; accent-color: var(--navy); }
.privacy-ack b, .privacy-ack small { display: block; }
.privacy-ack b { font-size: 11px; }
.privacy-ack small { margin-top: 5px; color: var(--ink-soft); font-size: 10px; }
.form-submit { width: 100%; min-height: 60px; margin-top: 27px; padding: 0 20px; display: flex; justify-content: space-between; align-items: center; border: 0; color: #fff; background: var(--navy); font-weight: 800; }
.form-submit:hover { background: var(--blue); }
.form-submit b { font-size: 22px; }
.form-result { margin-top: 20px; padding: 18px; border-left: 6px solid var(--green); background: #fff; font-size: 12px; }
.form-result strong { display: block; margin-bottom: 4px; }
.form-result a { display: inline-block; margin-top: 8px; font-weight: 800; }

.site-footer { max-width: var(--max); margin: 0 auto; padding: 70px var(--pad) 45px; display: grid; grid-template-columns: minmax(300px,1.15fr) minmax(190px,.65fr) minmax(240px,.8fr) minmax(190px,.6fr); gap: 50px; background: #ced0cd; border: 1px solid #929998; border-top: 7px solid var(--ink); }
.footer-brand img { width: min(100%, 470px); height: auto; mix-blend-mode: multiply; }
.footer-brand p { margin: 18px 0 0; font-size: 12px; font-weight: 750; }
.site-footer h2 { margin: 0 0 18px; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.footer-contact a { display: block; margin: 5px 0; text-decoration: none; font-size: 13px; font-weight: 800; }
.footer-contact p { margin: 16px 0 0; font-size: 11px; }
.footer-company dl { margin: 0; }
.footer-company dl div { display: grid; grid-template-columns: 62px 1fr; padding: 6px 0; border-bottom: 1px solid #a5aaa8; font-size: 10px; }
.footer-company dt { color: var(--ink-soft); }
.footer-company dd { margin: 0; font-weight: 750; }
.footer-links button { display: block; margin: 0 0 11px; padding: 0 0 3px; border: 0; border-bottom: 1px solid var(--ink); background: transparent; font-size: 11px; font-weight: 750; }
.footer-links p { margin: 24px 0 0; color: var(--ink-soft); font-size: 9px; }

.sheet-dialog, .text-dialog, .image-dialog { width: min(1120px, calc(100vw - 32px)); max-height: min(92vh, 980px); padding: 0; border: 0; border-radius: 0; color: var(--ink); background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.38); overflow: auto; }
.text-dialog { width: min(850px, calc(100vw - 32px)); }
.image-dialog { width: min(1280px, calc(100vw - 32px)); color: #fff; background: #050a0d; }
.sheet-dialog::backdrop, .text-dialog::backdrop, .image-dialog::backdrop { background: rgba(4,12,17,.78); }
.dialog-close { position: sticky; top: 0; z-index: 10; float: right; width: 54px; height: 54px; border: 0; color: #fff; background: var(--navy); font-size: 28px; }
.dialog-inner { padding: 65px clamp(25px,5vw,75px); clear: both; }
.dialog-inner h2 { margin: 0; font-family: var(--display); font-size: clamp(34px,3.8vw,54px); line-height: 1.03; }
.dialog-inner > p { color: var(--ink-soft); }
.dialog-stats { margin: 35px 0; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.dialog-stats div { padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dialog-stats strong, .dialog-stats span { display: block; }
.dialog-stats strong { font-family: var(--display); font-size: 28px; }
.dialog-stats span { font-size: 9px; text-transform: uppercase; }
.dialog-details { display: grid; grid-template-columns: repeat(2,1fr); gap: 25px; }
.dialog-details section { padding-top: 17px; border-top: 2px solid var(--ink); }
.dialog-details h3 { margin: 0; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.dialog-details p { color: var(--ink-soft); font-size: 13px; }
.dialog-gallery { margin-top: 38px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.dialog-gallery button { min-height: 230px; padding: 0; border: 0; overflow: hidden; background: #ccc; }
.dialog-gallery img { width: 100%; height: 100%; object-fit: cover; }
.image-dialog figure { margin: 0; }
.image-dialog img { width: 100%; max-height: calc(92vh - 55px); object-fit: contain; }
.image-dialog figcaption { padding: 12px 20px; font-size: 11px; }
.evidence-dialog { width: min(1540px, 96vw); max-height: 96vh; }
.evidence-sheet { padding: 50px clamp(22px,3.5vw,56px) 58px; clear: both; }
.evidence-sheet header { display: grid; grid-template-columns: 180px 1fr; gap: 35px; align-items: center; }
.evidence-sheet header img { max-height: 95px; object-fit: contain; }
.evidence-sheet h2 { margin: 0; font-family: var(--display); font-size: 37px; line-height: 1.1; }
.evidence-sheet > img { margin: 26px auto 0; width: auto; height: auto; max-width: 100%; max-height: none; object-fit: contain; background: #fff; border: 1px solid var(--line); }
.evidence-sheet .warning { margin-top: 25px; padding: 18px; border-left: 6px solid var(--orange); background: #fff; font-size: 12px; }
.legal-copy { padding: 65px clamp(25px,5vw,70px); clear: both; }
.legal-copy h1 { margin: 0 0 38px; font-family: var(--display); font-size: 50px; }
.legal-copy h2 { margin: 35px 0 10px; padding-top: 17px; border-top: 1px solid var(--line); font-size: 18px; }
.legal-copy p, .legal-copy li, .legal-copy dd, .legal-copy dt { font-size: 12px; line-height: 1.7; }
.legal-copy dl div { display: grid; grid-template-columns: 200px 1fr; gap: 20px; padding: 7px 0; border-bottom: 1px solid #d2d4d1; }
.legal-copy dt { color: var(--ink-soft); }
.legal-copy dd { margin: 0; font-weight: 700; }
.legal-alert { padding: 16px 18px; border-left: 6px solid var(--orange); background: #fff; }

.credential-source { display: block; margin-top: 11px; color: var(--ink-soft); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 9px; line-height: 1.45; overflow-wrap: anywhere; }
.inline-policy { display: inline; font-size: 11px; margin: 0; padding: 0; border: 0; border-bottom: 1px solid currentColor; color: inherit; background: transparent; font-weight: 800; text-align: left; }
.inline-policy:hover, .inline-policy:focus-visible { color: var(--blue); }
.evidence-file { color: var(--ink-soft); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 10px; overflow-wrap: anywhere; }
.document-heading, .issuer-meaning { margin: 22px 0 0; padding: 15px 18px; background: #e7e8e4; border-left: 5px solid var(--blue); font-size: 11px; line-height: 1.6; }
.issuer-meaning { margin-top: 10px; border-left-color: var(--line-dark); }


@media (max-width: 1050px) {
  .masthead-grid { min-height: 84px; grid-template-columns: minmax(240px,1fr) auto auto; gap: 12px; }
  .primary-nav { position: absolute; top: calc(100% + 7px); left: 0; right: 0; padding: 20px var(--pad); display: none; flex-direction: column; align-items: stretch; gap: 0; background: #d5d7d4; border-bottom: 1px solid var(--line-dark); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 13px 0; border-bottom: 1px solid #a9aeac; }
  .primary-nav .nav-contact { margin-top: 12px; padding: 12px; text-align: center; }
  .menu-button { grid-column: 3; grid-row: 1; justify-self: end; display: grid; gap: 5px; width: 42px; height: 42px; padding: 10px; }
  .menu-button span:not(.sr-only) { height: 2px; background: var(--ink); }
  .masthead-tools { grid-column: 2; grid-row: 1; display: flex; justify-content: flex-end; justify-self: end; }
  .hero-editorial { grid-template-columns: 1fr; }
  .hero-copy { min-height: 560px; }
  .hero-documentary { min-height: 580px; }
  .maintenance-block { grid-template-columns: 1fr; gap: 55px; }
  .maintenance-link { grid-column: 1; }
  .project-entry, .project-entry:nth-child(even) { grid-template-columns: 1fr; }
  .project-entry:nth-child(even) .project-image { order: 0; }
  .project-content, .project-entry:nth-child(even) .project-content { padding: 35px 0 0; }
  .project-image { min-height: 500px; }
  .contact-sheet { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 760px) {
  :root { --pad: 20px; }
  .masthead { position: relative; }
  .masthead-grid { min-height: 0; padding: 13px var(--pad) 11px; grid-template-columns: minmax(0,1fr) auto auto; gap: 8px; }
  .brand-lockup { width: min(100%, 315px); }
  .masthead-tools { overflow: visible; padding-top: 0; }
    .language-control button { padding: 0 7px; }
  .hero-editorial { min-height: 0; border-left: 0; border-right: 0; }
  .hero-copy { min-height: 0; padding: 48px var(--pad) 34px; }
  .hero-copy h1 { font-size: clamp(36px, 10.8vw, 48px); line-height: 1.01; }
  .hero-intro { margin-top: 24px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .action-primary { width: 100%; }
  .action-plain { align-self: flex-start; }
  .hero-facts { margin-top: 45px; padding-top: 24px; grid-template-columns: 1fr; }
  .hero-facts div, .hero-facts div:first-child { min-height: 0; padding: 10px 0; display: grid; grid-template-columns: 38px 1fr; border-left: 0; border-bottom: 1px solid var(--line); }
  .hero-facts dd { margin: 0; }
  .hero-documentary { min-height: 360px; }
  .hero-documentary figcaption { padding: 18px 20px; align-items: start; flex-direction: column; gap: 4px; }
  .hero-documentary figcaption strong { font-size: 23px; }
  .section-rule { padding: 62px var(--pad); border-left: 0; border-right: 0; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2 { font-size: clamp(32px,9.5vw,43px); }
  .section-heading > p:last-child { font-size: 14px; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-row { grid-template-columns: 44px 1fr; min-height: 0; padding: 0 0 26px; }
  .service-number { padding: 25px 8px 0 15px; }
  .service-main { padding: 24px 0 15px 12px; }
  .service-main h3 { font-size: 31px; }
  .service-items { grid-column: 2; margin-left: 12px; padding: 0; grid-template-columns: 1fr; border-left: 0; }
  .scope-note { padding-left: 18px; }
  .maintenance-block { padding: 62px var(--pad); border-left: 0; border-right: 0; }
  .maintenance-head h2 { font-size: 38px; }
  .maintenance-options article { padding-left: 45px; }
  .project-list { gap: 65px; }
  .project-image { min-height: 310px; }
  .project-content h3 { font-size: 34px; }
  .project-meta { align-items: flex-start; flex-direction: column; gap: 5px; }
  .method-strip { padding: 62px var(--pad); border-left: 0; border-right: 0; }
  .method-strip > header { grid-template-columns: 1fr; gap: 5px; }
  .method-strip h2 { font-size: 38px; }
  .method-list { margin-top: 45px; grid-template-columns: 1fr; }
  .method-list li, .method-list li:not(:first-child) { min-height: 0; padding: 22px 0; display: grid; grid-template-columns: 42px 1fr; gap: 10px; border-right: 0; border-bottom: 1px solid rgba(20,32,42,.5); }
  .method-list li::before { margin: 3px 0 0; }
  .method-list li p { grid-column: 2; }
  .credential-row { grid-template-columns: 105px 1fr; min-height: 0; }
  .credential-logo { padding: 18px 15px 18px 0; }
  .credential-logo img { max-width: 95px; max-height: 58px; }
  .credential-main { padding: 18px; }
  .credential-main h3 { font-size: 18px; }
  .credential-side { grid-column: 2; padding: 0 18px 18px; border-left: 0; flex-direction: row; align-items: end; gap: 10px; }
  .insurance-register { padding: 55px var(--pad); grid-template-columns: 1fr; gap: 25px; border-left: 0; border-right: 0; }
  .insurance-brand { width: 200px; min-height: 105px; }
  .insurance-qr { width: 110px; height: 110px; }
  .public-module { grid-template-columns: 1fr; }
  .public-module-copy { padding: 30px 0; }
  .public-module-media { min-height: 280px; }
  .contact-intro, .contact-form { padding: 62px var(--pad); }
  .contact-intro h2 { font-size: 39px; }
  .direct-contact a { font-size: 20px; }
  .contact-qr { grid-template-columns: 92px 1fr; }
  .contact-qr img { width: 92px; height: 92px; }
  .form-grid, #serviceChoices { grid-template-columns: 1fr; }
  .site-footer { padding: 55px var(--pad) 35px; grid-template-columns: 1fr; gap: 36px; border-left: 0; border-right: 0; }
  .footer-brand img { width: 100%; }
  .dialog-stats, .dialog-details, .dialog-gallery { grid-template-columns: 1fr; }
  .evidence-sheet header { grid-template-columns: 1fr; }
  .legal-copy dl div { grid-template-columns: 1fr; gap: 1px; }
}

@media (max-width: 760px) {
  .site-canvas { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* V6 production additions */
.partner-register{padding:72px clamp(24px,5vw,78px);background:#f3f3f0;border-top:1px solid var(--line)}
.partner-list{margin-top:34px;border-top:1px solid var(--ink);display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}
.partner-entry{display:flex;min-height:220px;flex-direction:column;gap:12px;padding:26px 28px;border-right:1px solid var(--line);color:var(--ink);text-decoration:none;transition:background .18s ease}
.partner-entry:last-child{border-right:0}
.partner-entry:hover,.partner-entry:focus-visible{background:#fff}
.partner-entry .partner-kind{font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft)}
.partner-entry strong{font-size:1.25rem;line-height:1.2}
.partner-entry p{margin:0;color:var(--ink-soft);max-width:36ch}
.partner-entry b{margin-top:auto;font-size:.84rem;font-weight:700}
.file-field small{display:block;margin-top:7px;color:var(--ink-soft);font-size:.78rem;font-weight:500}
.hp-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.form-submit:disabled{opacity:.62;cursor:wait}
.site-footer .footer-links a{color:inherit;text-decoration:none}
.site-footer .footer-links a:hover,.site-footer .footer-links a:focus-visible{text-decoration:underline}
@media(max-width:860px){.partner-list{grid-template-columns:1fr}.partner-entry{min-height:0;border-right:0;border-bottom:1px solid var(--line)}.partner-entry:last-child{border-bottom:0}}
.legal-page{min-height:100vh;background:#f3f3f0;padding:48px clamp(20px,6vw,90px)}
.legal-page .legal-nav{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:42px;border-bottom:1px solid var(--line);padding-bottom:18px}
.legal-page .legal-nav img{width:min(280px,58vw);height:auto}
.legal-page .legal-nav a{color:var(--ink);font-weight:700;text-decoration:none}
.legal-page .legal-copy{max-width:980px;margin:0 auto;background:#fff;padding:clamp(24px,5vw,56px);border:1px solid var(--line)}
.legal-page .legal-copy h1{margin-top:0}
.legal-page .legal-copy h2{margin-top:32px}
.legal-page .legal-copy dl>div{display:grid;grid-template-columns:minmax(170px,240px) 1fr;gap:18px;border-top:1px solid var(--line);padding:12px 0}
.legal-page .legal-copy dt{font-weight:700}.legal-page .legal-copy dd{margin:0}
@media(max-width:680px){.legal-page{padding:22px 14px}.legal-page .legal-copy dl>div{grid-template-columns:1fr;gap:4px}}

/* V6.2 final layout and form refinements */
:root {
  --ink: #0b2638;
  --ink-soft: #3f5a6b;
  --max: 1800px;
  --pad: clamp(22px, 2.7vw, 52px);
}

.hero-editorial { min-height: 630px; grid-template-columns: minmax(0,.92fr) minmax(520px,1.08fr); }
.hero-copy { padding-top: clamp(50px,5vw,72px); padding-bottom: 38px; }
.hero-copy h1 { max-width: 790px; font-size: clamp(42px,3.25vw,58px); line-height: 1.01; letter-spacing: -.035em; }
.hero-intro { max-width: 720px; margin-top: 23px; font-size: clamp(15px,1vw,18px); line-height: 1.55; }
.hero-actions { margin-top: 32px; }
.hero-facts { padding-top: 32px; }
.hero-facts dd { font-size: 11.5px; line-height: 1.4; }
.hero-documentary { min-height: 630px; }

.section-rule { padding-top: 70px; padding-bottom: 70px; }
.section-heading { margin-bottom: 38px; }
.section-heading h2 { font-size: clamp(31px,2.55vw,46px); line-height: 1.04; letter-spacing: -.032em; }
.section-heading > p:last-child { margin-top: 20px; font-size: 15px; }
.split-heading { gap: clamp(36px,4.5vw,78px); }

.service-row { min-height: 165px; grid-template-columns: 82px minmax(240px,.72fr) minmax(360px,1.28fr); }
.service-main { padding-top: 23px; padding-bottom: 25px; }
.service-main h3 { font-size: clamp(25px,1.9vw,34px); }
.service-main p { margin-top: 15px; }
.service-items { padding-top: 23px; padding-bottom: 23px; }

.maintenance-block { padding-top: 68px; padding-bottom: 68px; }
.maintenance-head h2 { font-size: clamp(31px,2.45vw,44px); }
.maintenance-options article { min-height: 165px; }
.maintenance-options h3 { font-size: 26px; }

.project-list { gap: 56px; }
.project-image { min-height: 470px; }
.project-content h3 { font-size: clamp(28px,2.15vw,38px); }
.project-content > p { margin-top: 17px; }
.project-stats strong { font-size: 23px; }
.project-stats span { line-height: 1.35; }

.unit-guide { margin: 0 0 52px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }
.unit-guide article { min-height: 128px; padding: 22px 28px 21px; border-right: 1px solid var(--line); }
.unit-guide article:first-child { padding-left: 0; }
.unit-guide article:last-child { border-right: 0; }
.unit-guide strong { display: block; font-family: var(--display); font-size: 24px; letter-spacing: -.02em; }
.unit-guide p { max-width: 52ch; margin: 9px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }

.method-strip { padding-top: 68px; padding-bottom: 68px; }
.method-strip h2 { font-size: clamp(32px,2.55vw,46px); }
.method-list { margin-top: 52px; }
.method-list li { min-height: 200px; }
.method-list li::before { margin-bottom: 32px; }
.method-list h3 { font-size: 25px; }

.experience-list { margin: 0; padding: 0; border-top: 2px solid var(--ink); list-style: none; }
.experience-list li { display: grid; grid-template-columns: 70px minmax(0,1fr); gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); align-items: start; }
.experience-list span { padding-top: 2px; color: var(--ink-soft); font-family: ui-monospace,SFMono-Regular,Consolas,monospace; font-size: 10px; }
.experience-list p { margin: 0; max-width: 1100px; font-size: 13px; line-height: 1.6; }

.partner-register { padding: 70px var(--pad); }
.partner-list { grid-template-columns: repeat(4,minmax(0,1fr)); }
.partner-entry { min-height: 190px; padding: 23px 24px; }
.partner-entry strong { font-size: 1.15rem; }
.partner-entry p { font-size: 12px; line-height: 1.55; }

.credential-row { grid-template-columns: 180px 1fr 160px; min-height: 128px; }
.credential-main { padding-top: 21px; padding-bottom: 21px; }
.credential-main h3 { font-size: 20px; }
.insurance-register { grid-template-columns: 220px 1fr 150px; gap: 42px; padding-top: 54px; padding-bottom: 54px; }
.insurance-brand { width: 220px; height: 150px; min-height: 150px; padding: 16px; }
.insurance-brand img { width: 100%; max-width: 100%; max-height: 112px; object-fit: contain; }
.insurance-copy h2 { font-size: clamp(28px,2.15vw,38px); }

.public-module-copy h3 { font-size: clamp(28px,2.25vw,40px); }
.contact-intro { padding-top: 76px; padding-bottom: 76px; }
.contact-intro h2 { font-size: clamp(31px,2.4vw,44px); }
.contact-form { padding-top: 74px; padding-bottom: 74px; }

.field input, .field textarea, .field select { width: 100%; border: 0; border-bottom: 1px solid #667078; border-radius: 0; padding: 13px 1px 11px; color: var(--ink); background: transparent; outline: 0; }
.field select { min-height: 48px; appearance: auto; }
.field input:focus, .field textarea:focus, .field select:focus { border-bottom-color: var(--blue); box-shadow: 0 2px 0 var(--blue); }
.field.invalid input, .field.invalid textarea, .field.invalid select { border-bottom-color: #b42318; }
.field-with-help small { color: var(--ink-soft); line-height: 1.45; }
.form-span-2 { grid-column: 1 / -1; }
.energy-fields { margin-top: 4px; padding: 24px 0 5px; border-top: 1px solid #909796; }
.form-message { margin-top: 26px; }
.file-field { grid-template-columns: minmax(170px,.65fr) minmax(300px,1.35fr); }
.file-picker { display: flex; min-width: 0; align-items: center; justify-content: flex-end; gap: 12px; }
.file-native { position: absolute !important; width: 1px !important; height: 1px !important; opacity: 0 !important; overflow: hidden !important; pointer-events: none !important; }
.file-button { flex: 0 0 auto; display: inline-flex; align-items: center; min-height: 40px; padding: 0 14px; border: 1px solid var(--ink); background: rgba(255,255,255,.38); font-size: 11px; font-weight: 800; }
.file-picker b { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.altcha-wrap { margin-top: 22px; padding: 16px 0; border-top: 1px solid #909796; }
.altcha-wrap small { display: block; margin-top: 8px; max-width: 680px; color: var(--ink-soft); font-size: 11px; line-height: 1.5; }
.altcha-control { min-height: 46px; display: inline-flex; align-items: center; gap: 12px; padding: 8px 14px 8px 10px; border: 1px solid var(--line-dark); color: var(--ink); background: rgba(255,255,255,.52); font-size: 13px; font-weight: 750; }
.altcha-control:hover, .altcha-control:focus-visible { border-color: var(--blue); outline: 2px solid transparent; }
.altcha-control[data-state="verified"] { border-color: var(--green); }
.altcha-control[data-state="error"] { border-color: var(--orange); }
.altcha-mark { width: 28px; height: 28px; display: inline-grid; place-items: center; border: 1px solid currentColor; font-size: 17px; line-height: 1; }
.altcha-control[data-state="verified"] .altcha-mark { color: #fff; background: var(--green); border-color: var(--green); }
.altcha-control[data-state="working"] .altcha-mark { color: var(--blue); }
.altcha-control[data-state="error"] .altcha-mark { color: var(--orange); }

.evidence-dialog { width: min(1760px,98vw); max-height: 98vh; }
.evidence-sheet { padding: 30px clamp(18px,2.6vw,44px) 34px; }
.evidence-sheet header { grid-template-columns: 150px 1fr; gap: 28px; }
.evidence-sheet header img { max-height: 78px; }
.evidence-sheet h2 { font-size: clamp(27px,2.3vw,38px); }
.evidence-sheet > img { margin-top: 20px; max-width: 100%; max-height: calc(98vh - 190px); }
.dialog-inner h2 { font-size: clamp(31px,2.65vw,46px); }

@media (max-width: 1180px) {
  .partner-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .partner-entry:nth-child(2n) { border-right: 0; }
  .partner-entry { border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  :root { --pad: 20px; }
  .hero-copy { padding-top: 42px; }
  .hero-copy h1 { font-size: clamp(33px,9.4vw,42px); line-height: 1.03; }
  .section-rule { padding-top: 54px; padding-bottom: 54px; }
  .section-heading h2 { font-size: clamp(29px,8.4vw,37px); }
  .service-main h3 { font-size: 28px; }
  .maintenance-head h2, .method-strip h2, .contact-intro h2 { font-size: 34px; }
  .project-content h3 { font-size: 31px; }
  .project-image { min-height: 290px; }
  .unit-guide { grid-template-columns: 1fr; margin-bottom: 42px; }
  .unit-guide article, .unit-guide article:first-child { min-height: 0; padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .unit-guide article:last-child { border-bottom: 0; }
  .experience-list li { grid-template-columns: 38px 1fr; gap: 10px; }
  .partner-register { padding: 54px var(--pad); }
  .partner-list { grid-template-columns: 1fr; }
  .partner-entry { min-height: 0; border-right: 0; }
  .insurance-brand { width: 220px; height: 150px; }
  .contact-intro, .contact-form { padding-top: 55px; padding-bottom: 55px; }
  .file-field { grid-template-columns: 1fr; }
  .file-picker { justify-content: flex-start; flex-wrap: wrap; }
  .file-picker b { width: 100%; white-space: normal; }
  .form-span-2 { grid-column: auto; }
  .evidence-dialog { width: 98vw; max-height: 98vh; }
  .evidence-sheet { padding: 24px 16px 28px; }
  .evidence-sheet header { grid-template-columns: 1fr; gap: 14px; }
  .evidence-sheet h2 { font-size: 27px; }
  .evidence-sheet > img { max-height: calc(98vh - 220px); }
}


/* Typography and spacing refinement — 2026-08-20 */
.overline {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.service-main p,
.scope-note {
  font-size: 15px;
  line-height: 1.65;
}
.service-items li {
  font-size: 15px;
  line-height: 1.45;
}
.service-items li::before { top: 17px; }

.unit-guide-heading {
  margin: -8px 0 18px;
  padding-top: 2px;
  border-top: 2px solid var(--ink);
}
.unit-guide-heading h3 {
  margin: 18px 0 0;
  font-family: var(--display);
  font-size: 25px;
  line-height: 1.1;
  letter-spacing: -.02em;
}
.unit-guide { border-top: 0; }
.unit-guide p {
  font-size: 15px;
  line-height: 1.6;
}

.project-content > p,
.dialog-inner > p,
.dialog-details p {
  font-size: 16px;
  line-height: 1.65;
}
.method-list p {
  font-size: 15px;
  line-height: 1.62;
}

.experience-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 56px;
  align-items: start;
}
.experience-list span { font-size: 12px; }
.experience-list p {
  font-size: 15px;
  line-height: 1.62;
}
.experience-portrait {
  margin: 0;
  border-top: 2px solid var(--ink);
  padding-top: 18px;
}
.portrait-frame {
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-dark);
  background:
    linear-gradient(135deg, rgba(7,27,42,.04), rgba(22,143,197,.08)),
    #e4e6e2;
}
.portrait-frame span {
  font-family: var(--display);
  font-size: 76px;
  font-weight: 800;
  letter-spacing: -.06em;
  color: var(--navy-2);
  opacity: .44;
}
.experience-portrait figcaption {
  margin-top: 10px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.45;
}

.field > span,
.service-choices legend,
.file-field > span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .07em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.field input,
.field textarea,
.field select {
  font-size: 15px;
}
.service-choice {
  font-size: 14px;
  line-height: 1.45;
}
.file-button { font-size: 13px; }
.file-field b { font-size: 13px; }
.file-field small,
.field-with-help small,
.privacy-ack small { font-size: 12px; }
.inline-policy { font-size: 13px; line-height: 1.45; }
.form-submit { font-size: 15px; }
.form-result { font-size: 14px; }

.footer-legal-name {
  margin: 0 0 12px;
  padding: 0 0 10px;
  border-bottom: 1px solid #a5aaa8;
  line-height: 1.45;
}
.footer-legal-name strong,
.footer-legal-name span { display: block; }
.footer-legal-name strong { font-size: 14px; }
.footer-legal-name span { margin-top: 3px; font-size: 11px; color: var(--ink-soft); }
.footer-company dl div { font-size: 11px; }

@media (max-width: 820px) {
  .overline { font-size: 12px; letter-spacing: .1em; }
  .service-main p,
  .scope-note,
  .service-items li,
  .unit-guide p,
  .method-list p,
  .experience-list p { font-size: 14px; }
  .project-content > p,
  .dialog-inner > p,
  .dialog-details p { font-size: 15px; }
  .experience-layout { grid-template-columns: 1fr; gap: 34px; }
  .experience-portrait { max-width: 300px; }
  .unit-guide-heading h3 { font-size: 23px; }
  .field > span,
  .service-choices legend,
  .file-field > span { font-size: 11px; }
  .service-choice { font-size: 13px; }
}


/* V6.2.2 typography refinement */
:root {
  --ink: #0b3b5c;
  --ink-soft: #456d86;
}
.credentials-continuation {
  padding-top: 18px;
}
.credentials-continuation .section-heading {
  margin-top: 0;
}


/* V6.2.2 production portrait */
.portrait-frame { overflow: hidden; }
.portrait-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}


/* V6.2.5 section navigation */
.services-ledger,
.maintenance-block,
.project-register,
.experience-register,
.partner-register,
.contact-sheet {
  position: relative;
}
.section-heading-with-top {
  position: static;
  padding-right: 0;
}
.section-top-link {
  position: absolute;
  z-index: 5;
  top: 70px;
  right: var(--pad);
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--ink);
  color: var(--ink);
  background: rgba(255,255,255,.88);
  text-decoration: none;
  font-family: var(--display);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  transition: background .16s ease, color .16s ease, transform .16s ease;
}
.section-top-link:hover,
.section-top-link:focus-visible {
  color: #fff;
  background: var(--ink);
  transform: translateY(-2px);
  outline: 2px solid transparent;
}
.maintenance-head .section-top-link {
  color: var(--navy);
  border-color: #fff;
  background: #fff;
}
.maintenance-head .section-top-link:hover,
.maintenance-head .section-top-link:focus-visible {
  color: #fff;
  border-color: #fff;
  background: var(--blue);
}
.contact-top-link {
  top: 24px;
  right: var(--pad);
}
@media (max-width: 820px) {
  .section-top-link { top: 54px; right: var(--pad); width: 32px; height: 32px; font-size: 22px; }
  .contact-top-link { top: 18px; }
}


/* V6.2.6 mobile hero correction + local ALTCHA-compatible proof-of-work */
@media (max-width: 820px) {
  .hero-documentary { min-height: 0 !important; height: auto; aspect-ratio: 4 / 3; }
  .hero-documentary picture { display: block; width: 100%; height: 100%; }
  .hero-documentary img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
  .altcha-control { width: 100%; justify-content: flex-start; }
}
@media (max-width: 760px) {
  .hero-documentary { min-height: 0 !important; height: auto; aspect-ratio: 4 / 3; }
  .hero-documentary picture { display: block; width: 100%; height: 100%; }
}

/* V6.2.7 responsive foundation: viewport media queries only.
   Critical layout no longer depends on CSS Container Queries, which can fail
   in older/in-app mobile webviews. */
@media (max-width: 1050px) {
  .hero-editorial {
    width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }
  .hero-copy,
  .hero-documentary {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .masthead-grid,
  .hero-editorial,
  .hero-copy,
  .hero-documentary,
  .section-rule,
  .maintenance-block,
  .project-register,
  .experience-register,
  .partner-register,
  .contact-sheet,
  .site-footer {
    min-width: 0;
    max-width: 100%;
  }

  .hero-copy h1 {
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  /* Reassert the final mobile grids after the later desktop refinement rules. */
  .service-row {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 0;
    padding: 0 0 26px;
  }
  .service-number { padding: 25px 8px 0 15px; }
  .service-main { min-width: 0; padding: 24px 0 15px 12px; }
  .service-items {
    grid-column: 2;
    min-width: 0;
    margin-left: 12px;
    padding: 0;
    grid-template-columns: minmax(0, 1fr);
    border-left: 0;
  }

  .credential-row {
    grid-template-columns: 105px minmax(0, 1fr);
    min-height: 0;
  }
  .credential-logo { padding: 18px 15px 18px 0; }
  .credential-logo img { max-width: 95px; max-height: 58px; }
  .credential-main { min-width: 0; padding: 18px; }
  .credential-side {
    grid-column: 2;
    min-width: 0;
    padding: 0 18px 18px;
    border-left: 0;
    flex-direction: row;
    align-items: end;
    gap: 10px;
  }

  .insurance-register {
    grid-template-columns: minmax(0, 1fr);
    gap: 25px;
    padding: 55px var(--pad);
    border-left: 0;
    border-right: 0;
  }
  .insurance-brand,
  .insurance-copy,
  .insurance-qr { min-width: 0; max-width: 100%; }
}



/* v6.2.8 — contact UX, OpenStreetMap and LinkedIn placeholder */
.field-label { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.required-marker { color: #c01818; font-style: normal; font-size: 10px; font-weight: 850; letter-spacing: .02em; white-space: nowrap; text-transform: none; }
.service-choices legend { width: 100%; display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.service-choices.invalid { border-color: #c01818; }
.choice-error { color: #c01818 !important; font-weight: 800; }
.privacy-required-line { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.privacy-ack.invalid { outline: 2px solid rgba(192,24,24,.35); outline-offset: 7px; }
.privacy-ack .required-marker { margin-left: auto; }
.submit-zone { margin-top: 18px; display: grid; grid-template-columns: minmax(210px,auto) minmax(0,1fr); gap: 18px; align-items: center; }
.form-submit-error { margin: 0; min-height: 1.4em; color: #c01818; font-size: 13px; line-height: 1.45; font-weight: 850; }
.form-result { margin-top: 18px; }
.osm-card { margin-top: 28px; padding-top: 22px; border-top: 1px solid #577080; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px 18px; align-items: center; }
.osm-copy { display: grid; gap: 5px; }
.osm-copy strong { color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.osm-copy span { color: #aebfc8; font-size: 11px; line-height: 1.5; }
.osm-load, .osm-external { min-height: 40px; padding: 0 13px; border: 1px solid #dce5e9; background: rgba(255,255,255,.08); color: #fff; font-size: 10px; font-weight: 850; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.osm-external { grid-column: 2; }
.osm-frame { grid-column: 1 / -1; width: 100%; aspect-ratio: 16 / 8; border: 1px solid var(--line); overflow: hidden; background: #e7e8e4; }
.osm-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.linkedin-slot { margin-top: 10px; display: flex; align-items: baseline; gap: 8px; }
.linkedin-slot span, .linkedin-slot a { color: var(--ink); font-size: 11px; font-weight: 850; }
.linkedin-slot small { color: var(--ink-soft); font-size: 9px; }
.linkedin-slot.is-linked small { display: none; }

@media (max-width: 760px) {
  .field-label, .service-choices legend { align-items: flex-start; }
  .required-marker { font-size: 9px; }
  .submit-zone { grid-template-columns: 1fr; gap: 10px; }
  .form-submit-error { min-height: 0; }
  .osm-card { grid-template-columns: 1fr; }
  .osm-load, .osm-external { grid-column: 1; width: 100%; }
  .osm-frame { aspect-ratio: 4 / 3; }
}


/* v6.2.9 — stable contact validation, upload manager and cache-safe visual fixes */
.required-marker {
  color: #c01818 !important;
  margin-left: 8px;
}
.privacy-error,
.altcha-error,
.file-error {
  display: block;
  min-height: 1.35em;
  color: #c01818;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
}
.privacy-error { margin-top: 6px; }
.altcha-wrap.invalid .altcha-control { border-color: #c01818; box-shadow: 0 0 0 2px rgba(192,24,24,.14); }
.file-list {
  grid-column: 1 / -1;
  display: grid;
  gap: 7px;
  width: 100%;
}
.file-selected-item {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 9px 10px;
  border: 1px solid #b5bab8;
  background: rgba(255,255,255,.34);
}
.file-selected-copy { min-width: 0; display: flex; align-items: baseline; gap: 10px; }
.file-selected-copy strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--ink); font-size: 12px; font-weight: 750; }
.file-selected-copy span { flex: 0 0 auto; color: var(--ink-soft); font-size: 11px; }
.file-remove {
  width: 30px;
  height: 30px;
  border: 1px solid #7d878b;
  background: transparent;
  color: #b42318;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.file-remove:hover, .file-remove:focus-visible { border-color: #b42318; outline: 2px solid rgba(180,35,24,.18); outline-offset: 1px; }
.osm-frame { aspect-ratio: 16 / 10; min-height: 280px; }
@media (max-width: 760px) {
  .required-marker { margin-left: 6px; }
  .file-selected-copy { display: grid; gap: 2px; }
  .file-selected-copy strong { white-space: normal; overflow-wrap: anywhere; }
  .osm-frame { aspect-ratio: 4 / 3; min-height: 260px; }
}


/* v6.3.0 — battery guidance, backup, DP, partner groups, PDF downloads, readability */
.battery-guide{margin:34px 0 8px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.battery-guide>div{padding:28px 30px;background:#eef0ec}.battery-guide h3{margin:0 0 14px;font-family:var(--display);font-size:clamp(25px,2vw,34px);line-height:1.05}.battery-guide h4{margin:0 0 10px;font-size:17px}.battery-guide p,.battery-guide li{font-size:14px;line-height:1.6}.battery-guide strong{display:block;margin-top:18px;font-size:15px}.battery-example ul{margin:16px 0;padding-left:20px}.battery-note{color:var(--ink-soft)}
.backup-callout,.admin-guide{margin:24px 0 54px;padding:26px 30px;display:grid;grid-template-columns:minmax(240px,.65fr) minmax(0,1.35fr);gap:34px;border-left:6px solid var(--blue);background:#e5edf0}.backup-callout span,.admin-guide span{font-size:11px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.backup-callout h3,.admin-guide h3{margin:8px 0 0;font-family:var(--display);font-size:clamp(23px,2vw,31px);line-height:1.08}.backup-callout p,.admin-guide p{margin:0;font-size:14px;line-height:1.65}.backup-callout small{display:block;margin-top:10px;color:var(--ink-soft);font-size:12px;line-height:1.55}.admin-guide{margin:34px var(--pad) 0;background:#f1f2ef}.admin-guide a{display:inline-block;margin-top:12px;font-size:12px;font-weight:800}
.partner-list{display:block}.partner-group{margin-top:34px}.partner-group:first-child{margin-top:0}.partner-group>h3{margin:0 0 15px;padding-bottom:10px;border-bottom:1px solid var(--line);font-family:var(--display);font-size:25px}.partner-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line)}.partner-grid .partner-entry{background:var(--paper)}
.credential-actions{display:flex;flex-direction:column;align-items:flex-start;gap:9px}.credential-side .credential-actions a,.evidence-download{display:inline-block;padding:0 0 4px;border-bottom:1px solid var(--ink);color:var(--ink);font-size:12px;font-weight:800;text-decoration:none}.credential-side .credential-actions button{font-size:12px}.evidence-download{margin-top:12px}
/* modest readability uplift for previously sub-11px supporting text */
.project-meta,.project-stats span,.credential-main span,.direct-contact h3,.contact-qr span,.field>span,.service-choices legend,.file-field>span,.field small,.choice-error,.file-field b,.privacy-ack small,.footer-company dl div,.dialog-stats span,.evidence-file,.experience-list span,.required-marker,.osm-load,.osm-external,.linkedin-slot small{font-size:11px}.service-choice{font-size:12px}.footer-links p{font-size:10px}
@media(max-width:1050px){.partner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.battery-guide,.backup-callout,.admin-guide{grid-template-columns:1fr}.battery-guide>div,.backup-callout,.admin-guide{padding:22px}.partner-grid{grid-template-columns:1fr}.primary-nav a{white-space:normal}}
