.page-hero { color: rgb(255 255 255 / 76%); background: var(--navy); }
.page-hero__content { max-width: var(--container); padding-top: clamp(5.5rem, 9vw, 8rem); padding-bottom: clamp(5rem, 9vw, 7rem); }
.page-hero h1 { max-width: 12ch; font-size: clamp(3rem, 7vw, 5.5rem); }
.page-hero p:last-child { max-width: 44rem; margin-bottom: 0; font-size: 1.2rem; }
.page-hero--compact .page-hero__content { padding-block: clamp(4rem, 7vw, 5.5rem); }
.page-hero--compact h1 { margin-bottom: 1rem; }
.content-split { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 7rem); }
.content-split h2 { max-width: 13ch; }
.product-hero + .section .content-split h2 { max-width: 15ch; font-size: clamp(2.5rem, 4.5vw, 3.6rem); }
.prose { max-width: 46rem; color: var(--muted); font-size: 1.08rem; }
.prose p { margin-bottom: 1.5rem; }
.contact-layout { display: grid; grid-template-columns: 1fr .85fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.contact-layout .lead { max-width: 38rem; color: var(--muted); font-size: 1.1rem; }
.email-card { display: grid; grid-template-columns: 1fr auto; gap: .1rem 1.5rem; align-items: center; margin-top: 2rem; padding: 1.5rem; color: var(--white); background: var(--blue); border-radius: var(--radius); }
.email-card span:first-child { grid-column: 1; color: rgb(255 255 255 / 70%); font-size: .85rem; }
.email-card strong { grid-column: 1; overflow-wrap: anywhere; font-size: clamp(1.1rem, 3vw, 1.45rem); }
.email-card span:last-child { grid-row: 1 / 3; grid-column: 2; font-size: 1.5rem; }
.contact-form { display: grid; gap: 1.25rem; margin-top: 2rem; padding: clamp(1.5rem, 4vw, 2rem); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-field { display: grid; gap: .45rem; color: var(--ink); font-weight: 750; }
.form-field span { font-size: .9rem; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 3.15rem; padding: .75rem .85rem; color: var(--ink); background: var(--white); border: 1px solid #bccdd4; border-radius: .6rem; font: inherit; font-weight: 400; }
.form-field textarea { min-height: 9rem; resize: vertical; }
.form-field input:hover, .form-field select:hover, .form-field textarea:hover { border-color: var(--blue); }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue); outline: 3px solid rgb(71 178 215 / 22%); outline-offset: 1px; }
.form-actions { display: flex; gap: 1rem; align-items: center; }
.form-actions p { max-width: 22rem; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.form-status { min-height: 1.5em; margin: -.4rem 0 0; color: var(--blue); font-size: .88rem; font-weight: 700; }
.brief-card { display: flex; flex-direction: column; justify-content: flex-start; gap: 1.5rem; padding: 0; }
.brief-card > div { padding: clamp(2rem, 5vw, 3rem); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.brief-card h2 { font-size: 2rem; }
.brief-card p { margin: 1.5rem 0 0; color: var(--muted); }
.check-list { margin: 1.5rem 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: .75rem 0 .75rem 1.8rem; border-bottom: 1px solid var(--line); }
.check-list li::before { position: absolute; left: 0; color: var(--blue); content: "✓"; font-weight: 800; }
.next-steps { margin-top: 0; }
.next-steps h3 { font-size: 1.45rem; }
.next-steps ol { display: grid; gap: 1rem; margin: 1.25rem 0 0; padding: 0; list-style: none; }
.next-steps li { display: grid; grid-template-columns: 2rem 1fr; gap: .65rem; color: var(--muted); }
.next-steps li span { color: var(--blue); font-size: .75rem; font-weight: 800; }
.product-hero__grid { display: grid; grid-template-columns: 1fr auto; gap: 4rem; align-items: center; padding-block: clamp(5rem, 9vw, 7rem); }
.product-hero h1 { margin-bottom: 1rem; }
.product-hero .status { color: var(--cyan); }
.product-hero p:last-child { max-width: 42rem; font-size: 1.2rem; }
.product-mark { display: grid; width: clamp(10rem, 20vw, 15rem); aspect-ratio: 1; border: 1px solid rgb(71 178 215 / 35%); border-radius: 2rem; place-items: center; }
.product-mark img { width: 38%; max-height: 65%; }
.product-detail-heading { max-width: 46rem; margin-bottom: 3rem; }
.product-detail-heading h2 { max-width: 18ch; margin-bottom: 0; font-size: clamp(2.5rem, 4.5vw, 3.6rem); }
.product-detail-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr)); gap: 2rem; }
.product-detail-grid article { padding-top: 2rem; border-top: 1px solid var(--line); }
.product-detail-grid span { display: block; margin-bottom: 2.5rem; color: var(--blue); font-size: .78rem; font-weight: 800; }
.product-detail-grid h3 { font-size: 1.35rem; }
.product-detail-grid p { margin-bottom: 0; color: var(--muted); }
.product-follow-up { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(18rem, .75fr); gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.product-follow-up > div h2 { max-width: 16ch; font-size: clamp(2.5rem, 4.5vw, 3.6rem); }
.product-follow-up > div p { max-width: 40rem; color: var(--muted); }
.product-follow-up > div .button { margin-top: .75rem; }
.product-follow-up aside { padding: clamp(1.75rem, 4vw, 2.5rem); background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); }
.product-follow-up aside p:not(.eyebrow) { color: var(--muted); }
.legal-page { max-width: 52rem; padding-block: clamp(4rem, 8vw, 7rem); }
.legal-page > p:first-child { color: var(--ink); font-size: 1.15rem; }
.legal-page h2 { margin-top: 2.75rem; font-size: clamp(1.6rem, 3vw, 2.1rem); }
.legal-page p { color: var(--muted); }
.legal-page a { color: var(--blue); font-weight: 750; text-decoration: underline; text-underline-offset: .2em; }
.about-page .page-hero__content { padding-block: clamp(4.5rem, 7vw, 6rem); }
.about-page .page-hero h1 { max-width: 18ch; font-size: clamp(3rem, 6vw, 4.8rem); }
.about-page .content-split { grid-template-columns: minmax(18rem, .8fr) minmax(0, 1.2fr); align-items: start; }
.about-page .content-split h2 { max-width: 18ch; font-size: clamp(2.5rem, 4.5vw, 3.6rem); }
.about-page .section-heading--centered h2 { max-width: 21ch; margin-inline: auto; font-size: clamp(2.5rem, 4.5vw, 3.6rem); }
.about-page .contact-card h2 { max-width: 17ch; font-size: clamp(2.5rem, 4.5vw, 3.6rem); }
.about-page .service-card { min-height: 18rem; }
.contact-page .page-hero__content { padding-block: clamp(4.5rem, 7vw, 6rem); }
.contact-page .page-hero h1 { max-width: 18ch; font-size: clamp(3rem, 6vw, 4.8rem); }
.contact-page .section { padding-block: clamp(4.5rem, 7vw, 6rem); }
.contact-page .contact-layout { grid-template-columns: minmax(0, 1.05fr) minmax(20rem, .95fr); gap: clamp(3rem, 7vw, 6rem); align-items: stretch; }
.contact-page .contact-layout h2 { max-width: 16ch; font-size: clamp(2.5rem, 4.5vw, 3.6rem); }
.contact-page .brief-card h2 { font-size: clamp(1.8rem, 3vw, 2.25rem); }

@media (max-width: 52rem) {
  .content-split, .contact-layout, .product-follow-up { grid-template-columns: 1fr; gap: 2rem; }
  .product-hero__grid { grid-template-columns: 1fr; }
  .product-mark { width: 9rem; }
  .about-page .content-split, .contact-page .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 38rem) {
  .contact-page .page-hero h1 { max-width: none; font-size: clamp(2.35rem, 10vw, 2.8rem); }
  .contact-page .contact-layout h2 { font-size: 2.35rem; }
  .form-grid { grid-template-columns: 1fr; }
  .form-actions { align-items: flex-start; flex-direction: column; }
  .product-detail-grid { grid-template-columns: 1fr; }
  .product-detail-grid article { padding: 1.5rem 0; }
  .product-detail-grid span { margin-bottom: 1.25rem; }
}
