@font-face {
    font-family: "Open Sans";
    src: url("../fonts/open-sans-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
}

@font-face {
    font-family: "Nunito Sans";
    src: url("../fonts/nunito-sans-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 700 800;
    font-display: swap;
}

:root {
    --ink: #17211d;
    --muted: #4d5b54;
    --brand: #294d3f;
    --brand-dark: #19352c;
    --brand-light: #365f4f;
    --link: #1f5f73;
    --link-hover: #143f4d;
    --surface: #f5f6f2;
    --surface-sage: #e5ece5;
    --accent: #d2a52b;
    --accent-pale: #fff7dc;
    --accent-line: #d9c78c;
    --navy: var(--brand);
    --navy-dark: var(--brand-dark);
    --blue: var(--link);
    --blue-dark: var(--link-hover);
    --grey: var(--surface);
    --grey-dark: var(--surface-sage);
    --line: #aebbb2;
    --white: #ffffff;
    --focus: #ffd45c;
    --error: #a13a3f;
    --success: #236647;
    --body-font: "Open Sans", Arial, Helvetica, sans-serif;
    --heading-font: "Nunito Sans", "Open Sans", Arial, Helvetica, sans-serif;
    --shell: min(1020px, calc(100% - 64px));
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-padding-top: 20px;
    background: var(--white);
}

body {
    min-width: 280px;
    margin: 0;
    background: var(--white);
    color: var(--ink);
    font-family: var(--body-font);
    font-size: 19px;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
p,
ul,
ol,
dl,
figure {
    margin-top: 0;
}

h1,
h2,
h3 {
    margin-bottom: 20px;
    color: var(--ink);
    font-family: var(--heading-font);
    font-weight: 800;
    letter-spacing: -.02em;
    text-wrap: balance;
}

h1 {
    font-size: 50px;
    line-height: 1.08;
}

h2 {
    font-size: 36px;
    line-height: 1.14;
}

h3 {
    font-size: 24px;
    line-height: 1.25;
}

p {
    margin-bottom: 20px;
    max-width: 75ch;
}

a {
    color: var(--blue);
    text-decoration: underline;
    text-decoration-thickness: max(1px, .08em);
    text-underline-offset: .16em;
}

a:hover {
    color: var(--blue-dark);
    text-decoration-thickness: max(2px, .12em);
}

a:visited {
    color: #5d4969;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex="-1"]:focus-visible {
    outline: 3px solid var(--ink);
    outline-offset: 0;
    box-shadow: 0 0 0 4px var(--focus);
}

a:focus-visible {
    background: var(--focus);
    color: var(--ink);
    text-decoration: none;
}

::selection {
    background: var(--focus);
    color: var(--ink);
}

.shell {
    width: var(--shell);
    margin-inline: auto;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;
}

.skip-link {
    position: absolute;
    z-index: 1000;
    top: 10px;
    left: -9999px;
    padding: 10px 15px;
    background: var(--focus);
    color: var(--ink);
    font-weight: 700;
}

.skip-link:focus {
    left: 10px;
}

.service-bar {
    border-bottom: 1px solid #c7cec8;
    background: #edf1ec;
    color: #26302b;
}

.service-bar__inner {
    display: flex;
    min-height: 38px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.masthead,
.site-header--solid {
    border-bottom: 5px solid var(--accent);
    background: var(--brand);
    background-image: linear-gradient(118deg, var(--ink) 0%, var(--brand) 68%, var(--brand-light) 100%);
    color: var(--white);
}

.header-inner {
    display: flex;
    min-height: 104px;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.wordmark {
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    color: var(--white);
    text-decoration: none;
}

.wordmark:visited,
.wordmark:hover {
    color: var(--white);
}

.wordmark strong,
.wordmark > span:first-child {
    font-family: var(--body-font);
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -.015em;
    line-height: 1.15;
}

.wordmark > span,
.wordmark > span:last-child {
    margin-top: 4px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
}

.menu-toggle {
    display: none;
    min-height: 44px;
    padding: 8px 12px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 2px solid rgba(255, 255, 255, .75);
    border-radius: 0;
    background: transparent;
    color: var(--white);
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
}

.menu-toggle::after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    content: "";
    transform: translateY(-2px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"]::after {
    transform: translateY(2px) rotate(225deg);
}

.menu-toggle:hover {
    border-color: var(--white);
    background: rgba(255, 255, 255, .08);
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px 20px;
}

.site-nav a {
    min-height: 44px;
    padding-block: 10px;
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    text-decoration-color: rgba(255, 255, 255, .7);
}

.site-nav a[aria-current="page"] {
    text-decoration-thickness: max(3px, .2em);
    text-decoration-color: var(--accent);
}

.site-nav a:visited,
.site-nav a:hover {
    color: var(--white);
}

.site-nav a:focus-visible {
    color: var(--ink);
}

.hero {
    border-bottom: 1px solid var(--line);
    background: var(--white);
}

.hero-grid {
    display: grid;
    min-height: 555px;
    padding-block: 70px;
    grid-template-columns: minmax(0, 680px) minmax(240px, 270px);
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}

.hero-copy {
    max-width: 680px;
}

.eyebrow,
.section-index {
    margin-bottom: 20px;
    color: var(--navy);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .015em;
    line-height: 1.4;
}

.hero h1 {
    max-width: 660px;
    margin-bottom: 25px;
}

.hero-lead {
    max-width: 650px;
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 1.45;
}

.hero-actions {
    display: flex;
    margin-bottom: 35px;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 30px;
}

.hero-actions > a:not(.button) {
    font-weight: 700;
}

.button {
    display: inline-flex;
    min-height: 48px;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    font: inherit;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
}

.button--primary {
    border-bottom-color: var(--brand-dark);
    background: var(--brand);
    color: var(--white);
}

.button--primary:visited {
    color: var(--white);
}

.button--primary:hover {
    border-bottom-color: #10231d;
    background: var(--brand-dark);
    color: var(--white);
}

.button:active {
    border-bottom-color: transparent;
    transform: translateY(2px);
}

.button:focus-visible {
    background: var(--focus);
    color: var(--ink);
}

.hero-promises {
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    list-style: none;
    gap: 10px 0;
}

.hero-promises li {
    padding: 0 18px;
    border-left: 1px solid var(--line);
    color: var(--muted);
    font-size: 15px;
    font-weight: 600;
}

.hero-promises li:first-child {
    padding-left: 0;
    border-left: 0;
}

.profile-summary {
    margin: 0;
    border: 1px solid var(--line);
    background: var(--grey);
}

.profile-summary img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    border-bottom: 1px solid var(--line);
    object-fit: cover;
    object-position: center 27%;
}

.profile-summary > figcaption {
    padding: 18px 20px 20px;
}

.profile-summary strong,
.profile-summary span {
    display: block;
}

.profile-summary strong {
    margin-bottom: 4px;
    font-size: 16px;
}

.profile-summary span {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.45;
}

.credentials {
    border-bottom: 1px solid var(--line);
    background: var(--grey);
}

.credentials-grid {
    display: grid;
    min-height: 125px;
    padding-block: 25px;
    grid-template-columns: 285px minmax(0, 1fr);
    align-items: center;
    gap: 40px;
}

.credentials h2 {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
}

.credentials ul {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
}

.credentials li {
    display: flex;
    min-height: 48px;
    padding-inline: 18px;
    align-items: center;
    border-left: 1px solid var(--line);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.contents {
    max-width: 1020px;
    padding-block: 50px 60px;
}

.contents > * {
    max-width: 680px;
}

.contents h2 {
    margin-bottom: 15px;
    font-size: 24px;
}

.contents ul {
    margin: 0;
    padding-left: 24px;
}

.contents li {
    margin-block: 8px;
}

.contents a {
    font-weight: 600;
}

.section {
    padding-block: 70px;
    border-top: 1px solid var(--line);
    background: var(--white);
    scroll-margin-top: 20px;
}

.section--grey {
    background: var(--grey);
}

.section-heading {
    display: grid;
    margin-bottom: 45px;
    grid-template-columns: 180px minmax(0, 680px);
    gap: 40px;
}

.section-heading .section-index {
    margin-top: 8px;
}

.section-heading h2 {
    margin-bottom: 20px;
}

.section-heading div > p:last-child {
    margin-bottom: 0;
    color: var(--muted);
}

.problem-grid {
    display: grid;
    margin-left: 220px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.problem-card {
    min-height: 245px;
    padding: 25px;
    border: 1px solid #c7cec8;
    border-top: 5px solid var(--navy);
    background: #fafbf8;
}

.card-number,
.approach-number,
.assignment-list span {
    display: block;
    margin-bottom: 25px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .04em;
}

.problem-card h3 {
    margin-bottom: 15px;
}

.problem-card p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 17px;
}

.approach-list {
    margin: 0 0 0 220px;
    padding: 0;
    border-bottom: 1px solid var(--line);
    list-style: none;
}

.approach-list li {
    display: grid;
    padding-block: 30px;
    grid-template-columns: 60px minmax(0, 1fr) 90px;
    align-items: start;
    gap: 20px;
    border-top: 1px solid var(--line);
}

.approach-number {
    margin: 6px 0 0;
}

.approach-list h3 {
    margin-bottom: 10px;
}

.approach-list p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 17px;
}

.approach-verb {
    padding-top: 5px;
    color: var(--navy);
    font-size: 14px;
    font-weight: 700;
    text-align: right;
}

.assignment-list {
    display: grid;
    margin: 0 0 0 220px;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
}

.assignment-list li {
    display: grid;
    min-height: 155px;
    padding: 25px 25px 25px 0;
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 15px;
    border-top: 1px solid var(--line);
}

.assignment-list li:nth-child(even) {
    padding-left: 25px;
    border-left: 1px solid var(--line);
}

.assignment-list span {
    margin: 4px 0 0;
}

.assignment-list p {
    margin: 0;
    font-size: 17px;
}

.section-note {
    max-width: 800px;
    margin: 30px 0 0 220px;
    padding: 20px 25px;
    border-left: 5px solid var(--navy);
    background: var(--grey);
    font-size: 17px;
}

.about-grid {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 80px;
}

.about-grid > div:first-child h2 {
    max-width: 340px;
}

.about-copy {
    max-width: 580px;
}

.about-lead {
    font-size: 23px;
    line-height: 1.45;
}

.about-credentials {
    margin: 35px 0;
    border-top: 1px solid var(--line);
}

.about-credentials > div {
    display: grid;
    padding-block: 16px;
    grid-template-columns: 145px minmax(0, 1fr);
    gap: 20px;
    border-bottom: 1px solid var(--line);
}

.about-credentials dt {
    color: var(--muted);
    font-size: 15px;
    font-weight: 700;
}

.about-credentials dd {
    margin: 0;
    font-weight: 600;
}

.about-route {
    margin: 0;
    padding: 20px 25px;
    border-left: 5px solid var(--brand);
    background: var(--white);
    font-size: 17px;
}

.confidentiality {
    padding-block: 60px;
    border-top: 1px solid var(--line);
    background: var(--white);
    scroll-margin-top: 20px;
}

.confidentiality-inner {
    display: grid;
    padding: 35px 40px;
    grid-template-columns: 180px minmax(0, 680px);
    gap: 40px;
    border-left: 8px solid var(--brand);
    background: var(--grey);
}

.confidentiality .section-index {
    margin-top: 8px;
}

.confidentiality h2 {
    margin-bottom: 15px;
}

.confidentiality p:last-child {
    margin-bottom: 0;
}

.contact-section {
    padding-block: 75px;
    border-top: 1px solid var(--line);
    background: linear-gradient(135deg, var(--surface) 0%, var(--surface-sage) 100%);
    scroll-margin-top: 20px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 300px minmax(0, 640px);
    justify-content: space-between;
    gap: 70px;
}

.contact-copy h2 {
    margin-bottom: 20px;
}

.contact-copy > p:not(.section-index) {
    color: var(--muted);
}

.contact-direct,
.fit-note {
    margin-top: 35px;
    padding-top: 25px;
    border-top: 1px solid var(--line);
}

.contact-direct h3,
.fit-note h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.contact-direct p,
.fit-note p {
    margin-bottom: 10px;
    font-size: 16px;
}

.form-panel {
    padding: 35px 40px 40px;
    border: 1px solid var(--line);
    border-top: 6px solid var(--navy);
    background: var(--white);
}

.contact-form {
    max-width: 560px;
}

.field {
    margin-bottom: 30px;
}

.field label {
    display: block;
    margin-bottom: 8px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
}

.label-optional {
    font-weight: 400;
}

.field-hint,
.field-meta,
.field-error {
    font-size: 16px;
    line-height: 1.45;
}

.field-hint {
    margin: -2px 0 10px;
    color: var(--muted);
}

input,
select,
textarea {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: 8px 10px;
    border: 2px solid var(--ink);
    border-radius: 0;
    background: var(--white);
    color: var(--ink);
    font: inherit;
    line-height: 1.4;
    appearance: auto;
}

select {
    min-height: 48px;
}

textarea {
    min-height: 210px;
    resize: vertical;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: 3px solid var(--focus);
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px var(--ink);
}

.turnstile-field {
    min-width: 0;
    padding: 0;
    border: 0;
}

.turnstile-field legend {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
}

.turnstile-widget {
    width: 100%;
    min-height: 65px;
}

.turnstile-preview {
    display: grid;
    padding: 15px;
    border: 2px dashed var(--line);
    background: var(--grey-light);
    gap: 3px;
}

.turnstile-preview span {
    color: var(--muted);
    font-size: 14px;
}

[aria-invalid="true"] {
    border-color: var(--error);
    border-width: 3px;
}

.field-meta {
    display: flex;
    margin-top: 7px;
    justify-content: flex-end;
    color: var(--muted);
}

.field-error {
    margin: 8px 0 0;
    color: var(--error);
    font-weight: 700;
}

.form-alert {
    margin-bottom: 35px;
    padding: 20px;
    border: 5px solid;
}

.form-alert h2 {
    margin-bottom: 10px;
    font-size: 24px;
}

.form-alert p:last-child,
.form-alert ul:last-child {
    margin-bottom: 0;
}

.form-alert--error {
    border-color: var(--error);
}

.form-alert--success {
    border-color: var(--success);
}

.form-alert--success h2 {
    color: var(--success);
}

.form-alert--error h2,
.form-alert--error a {
    color: var(--error);
}

.form-status {
    min-height: 0;
    margin-bottom: 20px;
    font-weight: 700;
}

.form-status:empty {
    display: none;
}

.form-status[data-state="success"] {
    padding: 15px;
    border-left: 5px solid var(--success);
    color: var(--success);
    background: #e9f5ef;
}

.form-status[data-state="error"] {
    padding: 15px;
    border-left: 5px solid var(--error);
    color: var(--error);
    background: #fbeeee;
}

.form-submit .button {
    margin-bottom: 20px;
}

.button--submit {
    border-bottom-color: #075039;
    background: var(--success);
    color: var(--white);
}

.button--submit:hover {
    border-bottom-color: #053b2a;
    background: #0a6242;
    color: var(--white);
}

.button--submit:disabled {
    opacity: .55;
    cursor: wait;
}

.form-submit p,
.noscript-note,
.contact-fallback {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.5;
}

.noscript-note,
.contact-fallback {
    margin-top: 20px;
}

.contact-unavailable h3 {
    margin-top: 0;
}

.contact-unavailable .button {
    margin-top: 10px;
}

.hp-field {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.site-footer {
    border-top: 8px solid var(--navy);
    background: var(--surface-sage);
}

.footer-grid {
    display: grid;
    padding-block: 45px;
    grid-template-columns: 1.5fr .8fr 1fr;
    gap: 55px;
}

.footer-grid strong {
    display: block;
    margin-bottom: 8px;
    font-family: var(--heading-font);
    font-size: 22px;
}

.footer-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
}

.footer-grid nav,
.footer-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.footer-grid a {
    font-size: 15px;
    font-weight: 600;
}

.footer-base {
    display: grid;
    padding-block: 22px 30px;
    grid-template-columns: auto 1fr;
    gap: 7px 30px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 13px;
}

.footer-base p {
    margin: 0;
}

.footer-base p:last-child {
    grid-column: 1 / -1;
}

.legal-main {
    padding-block: 65px 85px;
    background: var(--white);
}

.legal-grid {
    display: grid;
    grid-template-columns: 240px minmax(0, 680px);
    justify-content: space-between;
    gap: 70px;
}

.legal-aside {
    padding-top: 25px;
    border-top: 5px solid var(--navy);
}

.legal-aside > p:not(.section-index) {
    color: var(--muted);
    font-size: 16px;
}

.legal-content > header {
    margin-bottom: 50px;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--line);
}

.legal-content h1 {
    margin-bottom: 20px;
}

.legal-updated {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    font-weight: 600;
}

.legal-content section {
    margin-bottom: 45px;
}

.legal-content section h2 {
    margin-bottom: 15px;
    font-size: 28px;
}

.legal-content section p {
    color: #26302b;
}

.legal-callout {
    margin: 25px 0;
    padding: 20px 25px;
    border-left: 5px solid var(--brand);
    background: var(--grey);
}

.legal-callout strong {
    display: block;
    margin-bottom: 8px;
}

.legal-callout p {
    margin: 0;
}

.site-footer--legal {
    border-top-width: 5px;
}

.site-footer--legal .footer-base {
    border-top: 0;
}

.error-page {
    background: var(--white);
}

.error-main {
    min-height: calc(100vh - 147px);
    padding-block: 80px;
}

.error-inner {
    max-width: 1020px;
}

.error-code {
    margin-bottom: 20px;
    color: var(--navy);
    font-weight: 700;
}

.error-inner h1 {
    max-width: 680px;
}

.error-inner > p:not(.error-code) {
    max-width: 680px;
    margin-bottom: 30px;
    color: var(--muted);
    font-size: 21px;
}

@media (max-width: 940px) {
    .hero-grid {
        grid-template-columns: minmax(0, 1fr) 245px;
        gap: 45px;
    }

    .credentials-grid {
        grid-template-columns: 230px minmax(0, 1fr);
        gap: 25px;
    }

    .credentials ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .credentials li:nth-child(n + 3) {
        border-top: 1px solid var(--line);
    }

    .about-grid {
        grid-template-columns: 300px minmax(0, 1fr);
        gap: 55px;
    }

    .contact-grid {
        grid-template-columns: 260px minmax(0, 600px);
        gap: 45px;
    }
}

@media (max-width: 860px) {
    .header-inner {
        min-height: 0;
        padding-block: 14px;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0 18px;
    }

    .wordmark {
        margin-right: auto;
    }

    .wordmark strong,
    .wordmark > span:first-child {
        font-size: 24px;
    }

    .wordmark > span,
    .wordmark > span:last-child {
        font-size: 14px;
    }

    .menu-ready .menu-toggle {
        display: inline-flex;
    }

    .site-nav {
        display: grid;
        width: 100%;
        padding-top: 12px;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .site-nav a {
        display: flex;
        min-height: 48px;
        padding-block: 11px;
        align-items: center;
        border-top: 1px solid rgba(255, 255, 255, .35);
    }

    .menu-ready .site-nav {
        display: none;
    }

    .menu-ready .site-nav[data-open] {
        display: grid;
    }
}

@media (max-width: 760px) {
    :root {
        --shell: calc(100% - 32px);
    }

    body {
        font-size: 16px;
        line-height: 1.55;
    }

    h1 {
        font-size: 38px;
        line-height: 1.12;
    }

    h2 {
        font-size: 29px;
        line-height: 1.18;
    }

    h3 {
        font-size: 21px;
    }

    .service-bar__inner {
        min-height: 42px;
        font-size: 12px;
    }

    .hero-grid {
        min-height: 0;
        padding-block: 50px;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-lead,
    .about-lead {
        font-size: 20px;
    }

    .hero-promises {
        display: grid;
        gap: 8px;
    }

    .hero-promises li,
    .hero-promises li:first-child {
        padding-left: 15px;
        border-left: 4px solid var(--navy);
    }

    .profile-summary {
        display: grid;
        max-width: 440px;
        grid-template-columns: 150px 1fr;
        align-items: center;
    }

    .profile-summary img {
        aspect-ratio: 4 / 5;
        border-right: 1px solid var(--line);
        border-bottom: 0;
    }

    .credentials-grid {
        padding-block: 25px;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .credentials ul {
        grid-template-columns: 1fr;
    }

    .credentials li,
    .credentials li:nth-child(n + 3) {
        min-height: 42px;
        padding-inline: 0;
        border-top: 1px solid var(--line);
        border-left: 0;
    }

    .contents {
        padding-block: 40px 50px;
    }

    .section,
    .contact-section {
        padding-block: 55px;
    }

    .section-heading,
    .confidentiality-inner {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .section-heading {
        margin-bottom: 35px;
    }

    .section-heading .section-index,
    .confidentiality .section-index {
        margin-top: 0;
    }

    .problem-grid,
    .approach-list,
    .assignment-list,
    .section-note {
        margin-left: 0;
    }

    .problem-grid,
    .assignment-list {
        grid-template-columns: 1fr;
    }

    .problem-card {
        min-height: 0;
    }

    .approach-list li {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 15px;
    }

    .approach-verb {
        display: none;
    }

    .assignment-list li,
    .assignment-list li:nth-child(even) {
        min-height: 0;
        padding: 22px 0;
        border-left: 0;
    }

    .section-note {
        margin-top: 25px;
    }

    .about-grid,
    .contact-grid,
    .legal-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-grid > div:first-child h2,
    .about-copy {
        max-width: 680px;
    }

    .confidentiality {
        padding-block: 45px;
    }

    .confidentiality-inner {
        padding: 28px 24px;
    }

    .form-panel {
        padding: 30px 25px 35px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }

    .footer-grid > div:first-child {
        grid-column: 1 / -1;
    }

    .footer-base {
        grid-template-columns: 1fr;
    }

    .footer-base p:last-child {
        grid-column: auto;
    }

    .legal-main {
        padding-block: 50px 65px;
    }

    .legal-aside {
        max-width: 680px;
    }

    .error-main {
        min-height: 0;
        padding-block: 60px;
    }
}

@media (max-width: 430px) {
    .service-bar__inner {
        align-items: flex-start;
        padding-block: 8px;
        flex-direction: column;
        justify-content: center;
        gap: 2px;
    }

    .header-inner {
        padding-block: 10px;
        gap: 0 12px;
    }

    .wordmark strong,
    .wordmark > span:first-child {
        font-size: 20px;
    }

    .wordmark > span,
    .wordmark > span:last-child {
        font-size: 13px;
    }

    .menu-toggle {
        padding-inline: 10px;
        gap: 8px;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .profile-summary {
        grid-template-columns: 115px 1fr;
    }

    .about-credentials > div {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .form-panel {
        margin-inline: -16px;
        padding-inline: 16px;
        border-right: 0;
        border-left: 0;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 350px) {
    .header-inner {
        gap: 0 10px;
    }

    .wordmark strong,
    .wordmark > span:first-child {
        font-size: 20px;
    }

    .wordmark > span,
    .wordmark > span:last-child {
        font-size: 13px;
    }

    .menu-toggle {
        padding-inline: 9px;
        gap: 7px;
    }
}

@media (max-width: 330px) {
    .header-inner {
        gap: 0 8px;
    }

    .wordmark strong,
    .wordmark > span:first-child {
        font-size: 18px;
    }

    .menu-toggle {
        padding-inline: 8px;
        gap: 6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}

@media print {
    .service-bar,
    .menu-toggle,
    .site-nav,
    .hero-actions,
    .contact-section,
    .site-footer {
        display: none !important;
    }

    .masthead,
    .site-header--solid {
        border-bottom: 2px solid #000;
        background: #fff;
        color: #000;
    }

    .wordmark,
    .wordmark:visited {
        color: #000;
    }

    body,
    .section,
    .section--grey,
    .credentials,
    .confidentiality-inner {
        background: #fff !important;
        color: #000 !important;
    }

    a {
        color: #000;
    }
}
