:root {
  --navy: #0b2238;
  --navy-soft: #183955;
  --ink: #162536;
  --muted: #526274;
  --line: #d6e0e8;
  --orange: #f58220;
  --orange-dark: #a54b00;
  --mist: #f4f7f9;
  --white: #fff;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; }
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.skip-link { position: absolute; z-index: 10; top: -60px; left: 16px; background: var(--navy); color: #fff; padding: 12px 18px; }
.skip-link:focus { top: 10px; }
.shell { width: min(100% - 112px, 1280px); margin-inline: auto; }

.site-header { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 202px; height: auto; }
.header-context { border-left: 1px solid #9fb2c3; padding-left: 27px; display: grid; gap: 4px; text-align: left; }
.header-context span { color: var(--muted); font-size: .69rem; text-transform: uppercase; letter-spacing: .19em; font-weight: 700; }
.header-context strong { color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.23rem; font-weight: 400; }
.eyebrow { margin: 0 0 18px; color: var(--orange-dark); font-weight: 750; letter-spacing: .22em; text-transform: uppercase; font-size: .72rem; }
.demo-notice { padding-top: 16px; padding-bottom: 8px; color: var(--orange-dark); font-weight: 700; font-size: .82rem; }

.proposal-hero { overflow: hidden; }
.proposal-hero__inner { position: relative; min-height: 540px; display: grid; grid-template-columns: 50% 50%; align-items: stretch; }
.proposal-hero__copy { position: relative; z-index: 1; padding: 80px 52px 58px 0; align-self: center; }
.proposal-hero h1 { margin: 0 0 27px; max-width: 630px; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.15rem, 5vw, 5rem); font-weight: 400; line-height: 1.04; letter-spacing: -.045em; }
.hero-lede { margin: 0; max-width: 560px; color: #33485c; font-size: clamp(1.13rem, 1.6vw, 1.47rem); line-height: 1.5; }
.short-rule { display: block; width: 54px; height: 3px; margin: 36px 0; background: var(--orange); }
.hero-location { margin: 0; color: var(--muted); font-size: .86rem; letter-spacing: .03em; }
.proposal-hero__visual { position: relative; min-height: 100%; margin-right: calc((min(100vw - 112px, 1280px) - 100vw) / 2); overflow: hidden; }
.proposal-hero__visual img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: 60% 50%; -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 20%); mask-image: linear-gradient(to right, transparent 0%, #000 20%); }
.proposal-hero__visual span { position: absolute; bottom: 15px; right: 20px; padding: 5px 8px; color: #fff; background: rgba(11,34,56,.72); font-size: .67rem; letter-spacing: .04em; }

.summary-band { background: var(--navy); color: var(--white); }
.summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 62px; }
.summary-item { padding: 0 56px; border-left: 1px solid rgba(255,255,255,.27); }
.summary-item:first-child { padding-left: 0; border-left: 0; }
.summary-item:last-child { padding-right: 0; }
.summary-item > span { color: #ff9b42; font-size: .75rem; letter-spacing: .24em; font-weight: 800; }
.summary-item h2 { font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; font-weight: 400; line-height: 1.1; margin: 16px 0 12px; }
.summary-item p { margin: 0; max-width: 300px; color: #d4e0e9; font-size: .98rem; line-height: 1.55; }

.scope-section { display: grid; grid-template-columns: 45% 55%; gap: 64px; padding-block: 100px; }
.section-intro h2 { margin: 0 0 25px; max-width: 500px; font-family: Georgia, "Times New Roman", serif; color: var(--navy); font-size: clamp(2.7rem, 4vw, 4.3rem); font-weight: 400; line-height: 1.08; letter-spacing: -.04em; }
.section-intro > p:last-child { margin: 0; max-width: 500px; color: var(--muted); font-size: 1.1rem; line-height: 1.6; }
.scope-list { padding-left: 60px; border-left: 1px solid var(--line); }
.scope-item { padding: 22px 0 27px; border-bottom: 1px solid var(--line); }
.scope-item:first-child { padding-top: 0; }
.scope-item:last-child { border-bottom: 0; padding-bottom: 0; }
.scope-item h3 { color: var(--navy); margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: 1.55rem; }
.scope-item p { color: var(--muted); margin: 0; line-height: 1.55; }

.investment-section { display: grid; grid-template-columns: 40% 60%; gap: 60px; padding-block: 78px 100px; border-top: 1px solid var(--line); }
.investment-table-wrap { min-width: 0; }
.investment-table { width: 100%; border-collapse: collapse; color: var(--ink); }
.investment-table caption { text-align: left; color: var(--muted); font-size: .85rem; margin-bottom: 12px; }
.investment-table th, .investment-table td { padding: 17px 0; border-bottom: 1px solid var(--line); font-weight: 400; text-align: left; line-height: 1.4; }
.investment-table td { text-align: right; padding-left: 20px; white-space: nowrap; }
.investment-table tfoot th, .investment-table tfoot td { color: var(--navy); font-weight: 750; border-bottom: 2px solid var(--navy); }

.process-section { background: var(--mist); padding-block: 82px; }
.process-grid { display: grid; grid-template-columns: 35% 65%; gap: 50px; align-items: center; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.process-list li { position: relative; text-align: center; }
.process-list li:not(:last-child)::after { content: ""; position: absolute; top: 20px; left: calc(50% + 34px); width: calc(100% - 48px); height: 1px; background: #a4b2c0; }
.process-list li > span { display: grid; place-items: center; margin: 0 auto 20px; width: 42px; height: 42px; border-radius: 50%; color: #fff; background: var(--orange); font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.process-list h3 { margin: 0 0 9px; font-family: Georgia, "Times New Roman", serif; color: var(--navy); font-weight: 400; font-size: 1.32rem; }
.process-list p { margin: 0 auto; max-width: 195px; color: var(--muted); line-height: 1.45; font-size: .92rem; }

.contact-section { background: var(--navy); color: #fff; padding-block: 76px 34px; }
.contact-section .eyebrow { color: #ff9b42; }
.contact-grid { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact-grid h2 { margin: 0 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 4vw, 4.25rem); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
.contact-grid p:last-child { margin: 0; max-width: 560px; color: #d0deea; line-height: 1.5; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; flex: 0 0 auto; min-height: 66px; padding: 0 26px; background: var(--orange); color: #10253a; text-decoration: none; font-size: .98rem; font-weight: 750; transition: background .2s ease, transform .2s ease; }
.button:hover { background: #ff9b42; transform: translateY(-2px); }
.button span { font-size: 1.4rem; font-weight: 400; }
.proposal-note { border-top: 1px solid rgba(255,255,255,.2); margin: 62px 0 0; padding-top: 17px; color: #c2d2df; font-size: .79rem; line-height: 1.5; }
.site-footer { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted); font-size: .82rem; }
.site-footer a { color: var(--navy); font-weight: 700; text-decoration: none; }
.site-footer a:hover, .home-footnote a:hover { text-decoration: underline; }

.home-hero .proposal-hero__inner { min-height: 560px; }
.home-message { background: var(--navy); color: #fff; padding-block: 62px; }
.home-message__inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.home-message .eyebrow { color: #ff9b42; }
.home-message h2 { margin: 0 0 16px; font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: clamp(2.4rem, 3.5vw, 3.6rem); }
.home-message p:last-child { margin: 0; color: #d0deea; max-width: 650px; line-height: 1.55; }
.home-footnote { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 42px; color: var(--muted); }
.home-footnote p { margin: 0; }
.home-footnote a { color: var(--navy); font-weight: 700; text-underline-offset: 3px; }

@media (max-width: 1000px) {
  .shell { width: min(100% - 64px, 1280px); }
  .proposal-hero__inner { grid-template-columns: 52% 48%; }
  .proposal-hero__copy { padding-right: 25px; }
  .proposal-hero__visual { margin-right: -32px; }
  .summary-item { padding-inline: 30px; }
  .scope-section { gap: 25px; }
  .scope-list { padding-left: 32px; }
  .investment-section { gap: 30px; }
  .process-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 40px, 1280px); }
  .site-header { min-height: 88px; }
  .brand img { width: 150px; }
  .header-context { padding-left: 14px; }
  .header-context span { font-size: .55rem; }
  .header-context strong { font-size: .91rem; }
  .proposal-hero__inner { display: flex; flex-direction: column; min-height: 0; }
  .proposal-hero__copy { padding: 54px 0 42px; }
  .proposal-hero h1 { font-size: clamp(3.1rem, 12vw, 4.8rem); }
  .hero-lede { font-size: 1.13rem; }
  .short-rule { margin: 26px 0; }
  .proposal-hero__visual { margin-inline: -20px; height: 290px; }
  .proposal-hero__visual img { -webkit-mask-image: none; mask-image: none; object-position: 66% 50%; }
  .summary-grid { grid-template-columns: 1fr; padding-block: 34px; }
  .summary-item, .summary-item:first-child, .summary-item:last-child { padding: 20px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .summary-item:last-child { border-bottom: 0; }
  .summary-item h2 { margin: 10px 0 8px; }
  .scope-section { grid-template-columns: 1fr; padding-block: 68px; gap: 38px; }
  .section-intro h2 { font-size: 3rem; }
  .scope-list { padding-left: 0; border-left: 0; }
  .investment-section { grid-template-columns: 1fr; gap: 30px; padding-block: 55px; }
  .process-section { padding-block: 66px; }
  .process-list { grid-template-columns: 1fr; gap: 28px; }
  .process-list li { display: grid; grid-template-columns: 50px 1fr; column-gap: 16px; text-align: left; }
  .process-list li:not(:last-child)::after { display: none; }
  .process-list li > span { grid-row: span 2; margin: 0; }
  .process-list h3 { align-self: end; }
  .process-list p { margin: 0; max-width: none; }
  .contact-section { padding-top: 64px; }
  .contact-grid, .home-message__inner { align-items: flex-start; flex-direction: column; gap: 30px; }
  .contact-grid h2 { font-size: 2.9rem; }
  .button { min-height: 58px; width: 100%; }
  .proposal-note { margin-top: 52px; }
  .site-footer { flex-wrap: wrap; padding-block: 28px; }
  .home-footnote { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 380px) {
  .brand img { width: 126px; }
  .header-context strong { font-size: .8rem; }
  .proposal-hero h1 { font-size: 2.85rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
  .button:hover { transform: none; }
}

@media print {
  .site-header, .site-footer, .contact-section, .home-message, .home-footnote { color-adjust: exact; print-color-adjust: exact; }
  .proposal-hero__visual { display: none; }
  .proposal-hero__inner { display: block; min-height: 0; }
  .proposal-hero__copy { padding-block: 40px; }
  .summary-band, .contact-section { background: #fff; color: #000; }
  .summary-item p, .contact-grid p:last-child { color: #333; }
  .scope-section { padding-block: 40px; }
  .process-section { background: #fff; padding-block: 30px; }
  .button { display: none; }
}
