:root {
  --navy: #14213d;
  --deep: #091326;
  --blue: #2f5da8;
  --aqua: #38b2ac;
  --paper: #fafaf7;
  --mist: #edf5f7;
  --ink: #17233b;
  --muted: #64728a;
  --line: #dce5ee;
  --error: #a93636;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--aqua); outline-offset: 3px; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: auto; }

.header { min-height: 82px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(20,33,61,.1); }
.brand { display: flex; align-items: center; gap: 12px; }
.mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: linear-gradient(135deg,var(--navy),var(--blue)); font: 700 16px Georgia,serif; box-shadow: inset -9px -9px 0 rgba(56,178,172,.22); }
.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name strong { font-size: 19px; letter-spacing: -.03em; }
.brand-name small { margin-top: 5px; color: var(--blue); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 26px; color: #526078; font-size: 12px; font-weight: 700; }
.nav a:hover { color: var(--blue); }
.nav .cta { padding: 11px 15px; border-radius: 4px; color: #fff; background: var(--navy); }

.hero { min-height: 640px; display: grid; grid-template-columns: 1.06fr .94fr; gap: 68px; align-items: center; padding: 72px 0 88px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 25px; height: 2px; background: var(--aqua); }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
.hero h1 { margin: 22px 0; max-width: 680px; color: var(--navy); font-size: clamp(52px,5.8vw,80px); line-height: 1; }
.hero h1 em, .section-head h2 em { color: var(--blue); }
.lead { max-width: 650px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 21px; border: 1px solid transparent; border-radius: 4px; font: 800 12px Inter, "Segoe UI", Arial, sans-serif; cursor: pointer; }
.button.primary { color: #fff; background: var(--blue); }
.button.primary:hover { background: #234d8b; }
.button.secondary { border-color: #cbd7e3; background: #fff; }
.micro { display: flex; align-items: center; gap: 8px; margin-top: 21px; color: #718098; font-size: 11px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--aqua); box-shadow: 0 0 0 4px rgba(56,178,172,.15); }

.audit { position: relative; min-height: 455px; padding: 30px; border-radius: 9px; background: linear-gradient(145deg,#e8f3f5,#f9fbfb); box-shadow: inset 0 0 0 1px rgba(47,93,168,.08); overflow: hidden; }
.audit-top { display: flex; justify-content: space-between; color: #718098; font-size: 10px; letter-spacing: .16em; }
.paper { position: absolute; left: 42px; right: 42px; top: 76px; padding: 28px; border-radius: 6px; background: rgba(255,255,255,.95); box-shadow: 0 24px 60px rgba(20,33,61,.12); }
.paper-title { height: 9px; width: 68%; margin-bottom: 10px; border-radius: 8px; background: #d9e2ec; }
.paper-title.short { width: 42%; margin-bottom: 19px; background: #e8eef3; }
.finding { display: grid; grid-template-columns: 30px 1fr 25px; gap: 12px; align-items: center; padding: 17px 0; border-top: 1px solid #edf1f5; }
.finding b { color: #95a1b1; font-size: 10px; }
.finding span { display: flex; flex-direction: column; gap: 4px; }
.finding strong { color: var(--navy); font-size: 12px; }
.finding small { color: #7e8999; font-size: 9px; }
.finding i { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--aqua); font-style: normal; font-weight: 900; }
.finding.warn i { color: #9a621c; background: #fff0ce; }

.principles { display: grid; grid-template-columns: repeat(4,1fr); color: #dce5ef; background: var(--navy); }
.principles span { min-height: 74px; display: grid; place-items: center; border-right: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.principles span::before { content: "✓"; margin-right: 8px; color: var(--aqua); }

.section { padding: 105px 0; }
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; align-items: end; margin-bottom: 48px; }
.section-head .eyebrow { grid-column: 1/-1; }
.section-head h2 { margin: 18px 0; color: var(--navy); font-size: clamp(40px,4.5vw,61px); line-height: 1.05; }
.section-head > p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.services { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.card { min-height: 320px; padding: 29px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.55); }
.card.flagship { background: linear-gradient(145deg,#fff,#eef8f8); box-shadow: inset 0 3px 0 var(--aqua); }
.card > span { color: #147f81; font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.card h3 { margin: 38px 0 16px; color: var(--navy); font: 400 26px/1.16 Georgia,serif; }
.card p { color: var(--muted); font-size: 12px; line-height: 1.72; }
.card a { margin-top: auto; color: var(--blue); font-size: 11px; font-weight: 800; }
.qualification { margin: 28px 0 0; padding: 20px 24px; border-left: 3px solid var(--aqua); color: #5f6d82; background: var(--mist); font-size: 12px; line-height: 1.7; }

.dark { color: #fff; background: var(--navy); }
.dark-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.dark h2 { margin: 20px 0; font-size: clamp(43px,5vw,70px); line-height: 1.03; }
.dark .eyebrow { color: #a8deda; }
.dark .intro { color: #aebbd0; line-height: 1.75; }
.standards { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.standard { min-height: 220px; padding: 27px; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.standard > span { color: var(--aqua); font-size: 10px; }
.standard h3 { margin: 30px 0 12px; font: 400 21px Georgia,serif; }
.standard p { color: #aebbd0; font-size: 11px; line-height: 1.7; }

.process { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.process li { min-height: 178px; display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 27px; border-bottom: 1px solid var(--line); }
.process li:nth-child(odd) { border-right: 1px solid var(--line); }
.process > li > span { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #bbd2d5; border-radius: 50%; color: #147f81; font-size: 10px; font-weight: 800; }
.process h3 { margin: 5px 0 11px; color: var(--navy); font: 400 24px Georgia,serif; }
.process p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.72; }

.boundaries { background: #eaf3f4; }
.boundary-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 65px; }
.boundary-grid h2 { font-size: clamp(40px,4vw,56px); line-height: 1.06; color: var(--navy); }
.limits { display: grid; grid-template-columns: 1fr 1fr; box-shadow: 0 20px 60px rgba(20,33,61,.08); }
.limits article { padding: 32px; background: #fff; }
.limits article:last-child { color: #fff; background: var(--blue); }
.limits h3 { margin: 0 0 22px; font: 400 24px Georgia,serif; }
.limits ul { list-style: none; margin: 0; padding: 0; }
.limits li { position: relative; padding: 11px 0 11px 22px; border-bottom: 1px solid var(--line); font-size: 11px; line-height: 1.55; }
.limits li::before { content: "✓"; position: absolute; left: 0; color: #147f81; font-weight: 900; }
.limits article:last-child li { border-color: rgba(255,255,255,.2); }
.limits article:last-child li::before { content: "—"; color: #bce9e7; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 75px; }
.faq h2 { color: var(--navy); font-size: clamp(39px,4vw,55px); }
details { padding: 21px 0; border-top: 1px solid var(--line); }
summary { cursor: pointer; color: var(--navy); font-size: 14px; font-weight: 750; }
details p { color: var(--muted); font-size: 12px; line-height: 1.72; }

.assessment { color: #fff; background: linear-gradient(135deg,var(--navy),var(--deep)); }
.assessment-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.assessment-copy { position: sticky; top: 40px; }
.assessment-copy .eyebrow { color: #a8deda; }
.assessment-copy h2 { margin: 18px 0; font-size: clamp(42px,4.5vw,62px); line-height: 1.04; }
.assessment-copy > p { color: #b7c3d5; line-height: 1.75; }
.assessment-copy ul { list-style: none; margin: 28px 0 0; padding: 0; }
.assessment-copy li { position: relative; padding: 11px 0 11px 22px; border-bottom: 1px solid rgba(255,255,255,.15); color: #cbd5e2; font-size: 11px; }
.assessment-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--aqua); font-weight: 900; }
.contact-box { margin-top: 28px; padding: 20px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); }
.contact-box strong, .contact-box a, .contact-box small { display: block; }
.contact-box strong { margin-bottom: 8px; color: #fff; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.contact-box a { color: var(--aqua); font-size: 18px; font-weight: 800; text-decoration: none; }
.contact-box a:hover { text-decoration: underline; }
.contact-box small { margin-top: 10px; color: #aebbd0; font-size: 10px; line-height: 1.65; }
.inquiry-form { padding: 38px; color: var(--ink); background: #fff; border-radius: 7px; box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.form-intro { margin-bottom: 24px; padding: 17px 18px; border-left: 3px solid var(--aqua); background: var(--mist); }
.form-intro strong { color: var(--navy); font: 400 22px Georgia,serif; }
.form-intro p { margin: 8px 0 0; color: #5f6d82; font-size: 11px; line-height: 1.6; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-grid label { display: flex; flex-direction: column; gap: 8px; color: #36445a; font-size: 11px; font-weight: 750; }
.form-grid label span { color: #8793a5; font-weight: 400; }
.form-grid .full { grid-column: 1/-1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-width: 0; border: 1px solid #cbd7e3; border-radius: 4px; padding: 0 12px; color: var(--ink); background: #fcfdfd; font: 400 13px Inter, "Segoe UI", Arial, sans-serif; }
.form-grid input, .form-grid select { height: 44px; }
.form-grid textarea { min-height: 145px; padding-top: 12px; line-height: 1.6; resize: vertical; }
.form-grid input[aria-invalid="true"], .form-grid select[aria-invalid="true"], .form-grid textarea[aria-invalid="true"] { border-color: var(--error); }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.consents { display: grid; gap: 11px; margin: 23px 0; }
.consents label { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; color: #59677b; font-size: 11px; line-height: 1.55; }
.consents input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--blue); }
.consents a { color: var(--blue); text-decoration: underline; }
.submit { border: 0; }
.submit:disabled { opacity: .65; cursor: wait; }
.form-status { min-height: 24px; margin: 15px 0 0; color: #526078; font-size: 12px; line-height: 1.55; }
.form-status.success { padding: 13px 15px; color: #175d55; background: #e8f7f4; border-radius: 4px; }
.form-status.error { padding: 13px 15px; color: #852c2c; background: #fff0f0; border-radius: 4px; }
.form-status code { padding: 2px 5px; color: var(--navy); background: rgba(255,255,255,.7); font-weight: 800; }

.footer { color: #fff; background: var(--deep); }
.footer-main { min-height: 210px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 60px; align-items: center; }
.footer .brand-name strong { color: #fff; }
.footer-main p { max-width: 600px; color: #98a8bf; font-size: 12px; line-height: 1.7; }
.footer-main p a { color: var(--aqua); font-weight: 800; }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #8290a5; font-size: 10px; }
.footer-links { display: flex; gap: 20px; }

.policy { width: min(820px,calc(100% - 48px)); margin: auto; padding: 80px 0 110px; }
.policy h1 { margin: 20px 0; color: var(--navy); font-size: clamp(47px,6vw,72px); line-height: 1; }
.policy > .intro { color: var(--muted); font-size: 17px; line-height: 1.7; }
.draft { margin: 31px 0 50px; padding: 19px 22px; border-left: 3px solid var(--aqua); color: #536176; background: var(--mist); font-size: 12px; line-height: 1.65; }
.policy section { padding: 27px 0; border-top: 1px solid var(--line); }
.policy section h2 { margin: 0 0 14px; color: var(--navy); font-size: 25px; letter-spacing: -.02em; }
.policy section p, .policy section li { color: #5e6c81; font-size: 13px; line-height: 1.82; }
.policy section ul { padding-left: 20px; }

@media (max-width: 900px) {
  .nav a:not(.cta) { display: none; }
  .hero, .dark-grid, .boundary-grid, .faq, .assessment-grid, .section-head { grid-template-columns: 1fr; }
  .section-head .eyebrow { grid-column: auto; }
  .services { grid-template-columns: 1fr; }
  .card { min-height: 260px; }
  .principles { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr; padding: 42px 0; }
  .audit { min-height: 430px; }
  .assessment-copy { position: static; }
}

@media (max-width: 560px) {
  .wrap { width: min(100% - 30px,1180px); }
  .header { min-height: 70px; }
  .hero { padding: 52px 0 62px; gap: 34px; }
  .hero h1 { font-size: 48px; }
  .paper { left: 16px; right: 16px; top: 63px; padding: 21px; }
  .principles, .standards, .process, .limits, .form-grid { grid-template-columns: 1fr; }
  .process li:nth-child(odd) { border-right: 0; }
  .section { padding: 78px 0; }
  .form-grid .full { grid-column: auto; }
  .inquiry-form { padding: 22px; }
  .footer-bottom { padding: 20px 0; flex-direction: column; align-items: flex-start; }
  .policy { width: min(100% - 30px,820px); padding-top: 60px; }
}
