/* Final public refinement layer.
   Source rules also live in resources/css/app.css; this hosting-safe layer
   follows the launch-alignment sheet so the approved review typography and
   readability are not masked by legacy cascade rules. */

@font-face {
    font-family: 'DM Serif Display';
    src: url('/fonts/dm-serif-display/DMSerifDisplay-Regular.ttf') format('truetype');
    font-display: swap;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: Inter;
    src: url('/fonts/inter/InterVariable.woff2') format('woff2-variations');
    font-display: swap;
    font-style: normal;
    font-weight: 100 900;
}

:root {
    --font-display: 'DM Serif Display', Georgia, 'Times New Roman', serif;
    --font-sans: Inter, Arial, sans-serif;
    --font-size-label: 0.875rem;
    --font-size-small: 0.9375rem;
    --font-size-body: 1.125rem;
    --header-height: 9rem;
    --public-header-height: 9rem;
    --button-height: 3.25rem;
}

body,
button,
input,
select,
textarea {
    font-family: var(--font-sans);
}

body {
    font-size: var(--font-size-body);
    line-height: 1.6;
}

h1,
h2,
.home-hero h1,
.interior-hero h1,
.category-hub__heading h2,
.resource-guides__heading h2,
.resource-guide-group > h2,
.resource-guide-card__content strong,
.category-hub-card__content strong,
.profile-section h2,
.portal-framework h2,
.client-portal-hero h1,
.resource-guide-document h1,
.resource-guide-document h2 {
    font-family: var(--font-display);
    font-weight: 400;
    letter-spacing: -0.018em;
}

h1,
.home-hero h1,
.site-shell--interior .interior-hero h1,
.client-portal-hero h1,
.resource-guide-document h1 {
    font-size: clamp(3.25rem, 2.55rem + 2.2vw, 4rem);
    line-height: 1.08;
}

h2,
.category-hub__heading h2,
.resource-guides__heading h2,
.profile-section h2,
.portal-framework h2,
.resource-guide-document h2 {
    font-size: clamp(2.375rem, 1.95rem + 1.45vw, 3rem);
    line-height: 1.12;
}

h3 {
    font-size: clamp(1.625rem, 1.45rem + 0.5vw, 2rem);
    line-height: 1.18;
}

a:not(.skip-link) {
    font-size: max(1rem, 1em);
}

.interior-eyebrow,
.eyebrow,
.resource-guide-document .interior-eyebrow {
    font-family: var(--font-sans);
    font-size: clamp(0.8125rem, 0.78rem + 0.1vw, 0.875rem);
    font-weight: 600;
    letter-spacing: 0.09em;
}

.action-link,
button,
.site-header__action,
.mobile-navigation__action {
    min-height: var(--button-height);
    padding: 0.78rem 1.35rem;
    font-family: var(--font-sans);
    font-size: clamp(1.0625rem, 1.02rem + 0.15vw, 1.125rem);
    font-weight: 600;
    letter-spacing: 0;
}

.primary-navigation a,
.mobile-navigation a,
.site-header__action,
.menu-toggle {
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.site-header--interior .site-header__inner {
    min-height: var(--header-height);
}

.site-header__brand {
    display: inline-flex;
    width: clamp(7.5rem, 9vw, 8.75rem);
    height: calc(var(--header-height) - 1rem);
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
}

.site-header__brand img,
.mobile-navigation__brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-header--home .site-header__inner {
    min-height: 6.5rem;
}

.home-hero__action {
    min-height: 3.5rem;
    font-size: 1.125rem;
}

.home-service-links a {
    min-height: 5rem;
    padding: 1.2rem;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.site-shell--interior .interior-hero__intro,
.category-hub__heading > p:last-child,
.resource-guides__heading > p:last-child,
.client-portal-hero__copy > p,
.idx-search__introduction,
.contact-page-intro p:last-child {
    font-size: 1.125rem;
    line-height: 1.65;
}

.category-hub-card {
    min-height: 100%;
    grid-template-rows: 12.5rem 1fr;
}

.category-hub-card__content strong,
.resource-guide-card__content strong {
    font-size: clamp(1.3125rem, 1.2rem + 0.35vw, 1.5rem);
    line-height: 1.16;
}

.category-hub-card__content span,
.resource-guide-card__content > span {
    font-size: 1rem;
    line-height: 1.55;
}

.resource-guide-card {
    min-height: 100%;
    grid-template-rows: 11.5rem 1fr;
}

.resource-guide-card__link,
.area-card__links a,
.interior-text-link,
.resource-guide-document__back,
.resource-guide-toc a {
    font-size: 1rem;
    font-weight: 600;
}

.lead-form label,
.field-label {
    font-size: clamp(0.9375rem, 0.91rem + 0.08vw, 1rem);
}

.lead-form input,
.lead-form select,
.lead-form textarea {
    min-height: 3.25rem;
    font-size: 1.0625rem;
}

.lead-form textarea {
    min-height: 9rem;
}

.site-footer__links,
.site-footer__contact,
.site-footer__legal .site-footer__links {
    font-family: var(--font-sans);
    font-size: 0.9375rem;
}

.client-portal-hero {
    padding-block: clamp(2.5rem, 5vw, 5rem);
    background: #EEF2F6;
}

.client-portal-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(18rem, 0.75fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.client-portal-hero .interior-media {
    max-height: 28.75rem;
}

.client-portal-hero .interior-media__image {
    width: 100%;
    height: auto;
    max-height: 28.75rem;
    object-fit: contain;
}

.profile-section__portrait {
    max-width: 29rem;
    aspect-ratio: 4 / 5;
}

.profile-section__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 16%;
}

.resource-guide-document__hero {
    display: grid;
    width: min(100% - 3rem, 92rem);
    margin: 0 auto;
    padding-block: clamp(3rem, 6vw, 6rem);
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.72fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
}

.resource-guide-document__layout {
    display: grid;
    width: min(100% - 3rem, 92rem);
    margin: 0 auto;
    padding-bottom: clamp(4rem, 8vw, 8rem);
    grid-template-columns: minmax(13rem, 0.28fr) minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 5rem);
}

.resource-guide-toc {
    position: sticky;
    top: calc(var(--public-header-height) + 1.5rem);
    align-self: start;
    padding: 1.25rem;
    border: 1px solid rgb(var(--color-slate-rgb) / 0.22);
    background: #FFFFFF;
}

.resource-guide-document__checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 69.999rem) {
    :root {
        --header-height: 6.5rem;
        --public-header-height: 6.5rem;
    }

    .site-header__brand {
        width: 5.2rem;
        height: calc(var(--header-height) - 0.5rem);
    }

    .mobile-navigation__brand {
        display: block;
        width: 7rem;
        height: 8.75rem;
        margin-bottom: 1rem;
    }

    .client-portal-hero__grid,
    .resource-guide-document__hero {
        grid-template-columns: 1fr 0.85fr;
    }

    .resource-guide-document__layout {
        grid-template-columns: 1fr;
    }

    .resource-guide-toc {
        position: static;
    }
}

@media (max-width: 51.999rem) {
    .client-portal-hero__grid,
    .resource-guide-document__hero {
        grid-template-columns: 1fr;
    }
}

/* Launch-ready bright homepage variant. Interior-page headers remain unchanged. */
.site-header--home-light {
    position: sticky;
    z-index: 30;
    top: 0;
    border: 0;
    background: #F7F6F2;
    box-shadow: 0 0.35rem 1.5rem rgb(11 18 41 / 0.08);
}

.site-header--home-light .site-header__inner {
    width: min(100% - clamp(2rem, 5vw, 6rem), 112rem);
    min-height: 6.75rem;
    margin-inline: auto;
    gap: clamp(0.8rem, 1.4vw, 1.5rem);
}

.site-header--home-light .site-header__brand--home {
    width: clamp(5rem, 6.5vw, 6.75rem);
    height: 5.75rem;
    flex: 0 0 auto;
}

.site-header--home-light .site-header__brand--home img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site-header--home-light .primary-navigation {
    gap: clamp(0.55rem, 1vw, 1.15rem);
}

.site-header--home-light .primary-navigation a,
.site-header--home-light .menu-toggle {
    color: #0B1229;
}

.site-header--home-light .primary-navigation a::after {
    background: #41546A;
}

.site-header--home-light .site-header__action {
    min-height: 3.25rem;
    padding-inline: clamp(0.8rem, 1.2vw, 1.2rem);
    color: #FFFFFF;
    border-color: #41546A;
    background: #41546A;
}

.site-header--home-light .site-header__action--secondary {
    color: #0B1229;
    border-color: transparent;
    background: transparent;
}

.site-header--home-light .site-header__action:hover,
.site-header--home-light .site-header__action:focus-visible {
    color: #0B1229;
    border-color: #B8C8DB;
    background: #B8C8DB;
}

.site-header--home-light .menu-toggle__lines span {
    background: #0B1229;
}

.site-header--home-light .mobile-navigation {
    inset-block-start: 6.75rem;
    height: calc(100dvh - 6.75rem);
    color: #0B1229;
    background: #F7F6F2;
}

.site-header--home-light .mobile-navigation a {
    color: #0B1229;
}

.mobile-navigation__brand--home {
    display: block;
    width: 7.5rem;
    height: 8rem;
    margin-bottom: 1rem;
}

.mobile-navigation__brand--home img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.homepage-launch-hero {
    position: relative;
    display: flex;
    min-height: calc(100vh - 6.75rem);
    min-height: calc(100svh - 6.75rem);
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    color: #2B2D32;
    background: #F7F6F2;
}

.homepage-launch-hero::before {
    position: absolute;
    z-index: 1;
    content: "";
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgb(247 246 242 / 0.96) 0%,
            rgb(247 246 242 / 0.88) 18%,
            rgb(247 246 242 / 0.72) 32%,
            rgb(247 246 242 / 0.38) 46%,
            rgb(247 246 242 / 0.08) 61%,
            rgb(247 246 242 / 0) 72%
        );
}

.homepage-launch-hero__copy {
    position: relative;
    z-index: 2;
    display: flex;
    width: min(62rem, 62vw);
    flex-direction: column;
    margin-left: clamp(2.5rem, 7.5vw, 9rem);
    padding: clamp(3rem, 6vh, 5.5rem) 0;
}

.homepage-launch-hero--narrow .homepage-launch-hero__copy {
    max-width: 55rem;
}

.homepage-launch-hero--wide .homepage-launch-hero__copy {
    max-width: 66rem;
}

.homepage-launch-hero h1 {
    max-width: 24ch;
    margin: 0;
    color: #162552;
    font-family: var(--font-display);
    font-size: clamp(3.65rem, 4.7vw, 5.75rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.025em;
    text-wrap: wrap;
}

.homepage-launch-hero__copy > p {
    max-width: 43rem;
    margin: clamp(1.5rem, 3vw, 2.25rem) 0 0;
    color: #2B2D32;
    font-size: clamp(1.1rem, 1rem + 0.35vw, 1.3rem);
    line-height: 1.65;
}

.homepage-launch-hero__actions {
    display: grid;
    width: min(100%, 58rem);
    grid-template-columns: repeat(4, minmax(8.5rem, 1fr));
    gap: 0.85rem;
    margin-top: clamp(2rem, 4vw, 3rem);
}

.homepage-launch-hero__action {
    display: inline-flex;
    min-height: 3.5rem;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.3rem;
    color: #FFFFFF;
    border: 2px solid #41546A;
    border-radius: 0.25rem;
    background: #41546A;
    font-size: 1.08rem;
    font-weight: 650;
    text-decoration: none;
    transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.homepage-launch-hero__action:hover {
    color: #0B1229;
    border-color: #B8C8DB;
    background: #B8C8DB;
    transform: translateY(-2px);
}

.homepage-launch-hero__action:focus-visible {
    outline: 3px solid #0B1229;
    outline-offset: 3px;
}

.homepage-launch-hero__visual {
    position: absolute;
    z-index: 0;
    inset: 0;
    margin: 0;
    overflow: hidden;
    background: #EEF2F6;
}

.homepage-launch-hero__picture,
.homepage-launch-hero__image {
    display: block;
    width: 100%;
    height: 100%;
}

.homepage-launch-hero__image {
    object-fit: cover;
    object-position: var(--image-focal-x, 50%) var(--image-focal-y, 50%);
}

.homepage-launch-hero--darkness-light .homepage-launch-hero__visual::after {
    position: absolute;
    content: "";
    inset: 0;
    pointer-events: none;
    background: rgb(11 18 41 / 0.04);
}

@media (max-width: 81rem) {
    .site-header--home-light .site-header__inner {
        width: min(100% - 2.5rem, 112rem);
    }

    .site-header--home-light .primary-navigation {
        gap: 0.6rem;
    }

    .site-header--home-light .primary-navigation a,
    .site-header--home-light .site-header__action {
        font-size: 0.92rem;
    }

    .homepage-launch-hero__copy {
        width: min(68rem, 72vw);
        margin-left: clamp(2.5rem, 5vw, 5rem);
    }
}

@media (max-width: 69.999rem) {
    .site-header--home-light .site-header__inner {
        min-height: 5.75rem;
    }

    .site-header--home-light .site-header__brand--home {
        width: 4.8rem;
        height: 5rem;
    }

    .site-header--home-light .mobile-navigation {
        inset-block-start: 5.75rem;
        height: calc(100dvh - 5.75rem);
    }

    .homepage-launch-hero {
        min-height: calc(100svh - 5.75rem);
    }
}

@media (max-width: 51.999rem) {
    .homepage-launch-hero {
        min-height: calc(100vh - 5.75rem);
        min-height: calc(100svh - 5.75rem);
    }

    .homepage-launch-hero::before {
        background:
            linear-gradient(
                90deg,
                rgb(247 246 242 / 0.91) 0%,
                rgb(247 246 242 / 0.76) 48%,
                rgb(247 246 242 / 0.34) 76%,
                rgb(247 246 242 / 0.14) 100%
            );
    }

    .homepage-launch-hero__copy {
        width: min(100% - 2rem, 44rem);
        margin-inline: auto;
        padding: clamp(3rem, 8vh, 5rem) 0;
    }

    .homepage-launch-hero h1 {
        max-width: 14ch;
        font-size: clamp(3rem, 8vw, 4.5rem);
    }

    .homepage-launch-hero__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 39.999rem) {
    .site-header--home-light .site-header__inner {
        width: calc(100% - 2rem);
        min-height: 5.25rem;
    }

    .site-header--home-light .site-header__brand--home {
        width: 4.25rem;
        height: 4.65rem;
    }

    .site-header--home-light .mobile-navigation {
        inset-block-start: 5.25rem;
        height: calc(100dvh - 5.25rem);
    }

    .homepage-launch-hero__copy {
        width: min(100% - 2.25rem, 36rem);
        padding-block: 2.5rem;
    }

    .homepage-launch-hero h1 {
        font-size: clamp(2.65rem, 12vw, 3.7rem);
        line-height: 1.02;
    }

    .homepage-launch-hero__copy > p {
        font-size: 1.0625rem;
    }

    .homepage-launch-hero__actions {
        grid-template-columns: 1fr 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .homepage-launch-hero__action {
        transition: none;
    }
}

@media (max-width: 39.999rem) {
    h1,
    .home-hero h1,
    .site-shell--interior .interior-hero h1,
    .client-portal-hero h1,
    .resource-guide-document h1 {
        font-size: clamp(2.375rem, 10.2vw, 2.75rem);
        line-height: 1.1;
    }

    h2,
    .category-hub__heading h2,
    .resource-guides__heading h2,
    .profile-section h2,
    .portal-framework h2,
    .resource-guide-document h2 {
        font-size: clamp(1.875rem, 8.2vw, 2.25rem);
    }

    body {
        font-size: 1.0625rem;
    }

    .category-hub-card,
    .resource-guide-card {
        grid-template-rows: 14rem 1fr;
    }

    .resource-guide-document__hero,
    .resource-guide-document__layout {
        width: min(100% - 2rem, 92rem);
    }

    .resource-guide-document__checklist {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Final staging correction — approved brand plaque, practical card visuals,
   compact homepage, and desktop-scale guide layouts.
   ========================================================================== */

:root {
    --public-header-height: 9.25rem;
    --header-height: var(--public-header-height);
    --font-display: 'DM Serif Display', Georgia, 'Times New Roman', serif;
    --font-sans: Inter, Arial, sans-serif;
}

.site-header {
    overflow: visible;
    border: 0;
    box-shadow: none;
}

.site-shell--home > .site-header.site-header--home {
    margin-bottom: 0;
}

.site-header::before,
.site-header::after {
    content: none;
}

.site-header__inner,
.site-header--home .site-header__inner,
.site-header--interior .site-header__inner {
    width: min(100% - 3rem, 92rem);
    min-height: var(--public-header-height);
    padding: 0.75rem 0;
    gap: clamp(1rem, 1.6vw, 1.75rem);
}

.site-header--home .site-header__inner {
    padding-inline: 0;
}

.site-header--home .site-header__inner--logo-free {
    grid-template-columns: minmax(0, 1fr) auto;
}

.site-header--home .site-header__inner--logo-free .primary-navigation {
    margin-left: 0;
}

.site-header__brand {
    position: relative;
    z-index: 4;
    display: grid;
    width: clamp(9.5rem, 11.5vw, 11.5rem);
    height: auto;
    min-height: 11.75rem;
    margin-bottom: -2.75rem;
    padding: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    place-items: center;
}

.site-header__brand img,
.mobile-navigation__brand img,
.site-footer__brand--complete img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    filter: none;
}

.mobile-navigation {
    position: fixed;
    z-index: 19;
    inset: var(--public-header-height, var(--header-height)) 0 0;
    height: calc(100vh - var(--public-header-height, var(--header-height)));
    height: calc(100dvh - var(--public-header-height, var(--header-height)));
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--color-dark-midnight-blue);
}

.mobile-navigation nav {
    position: relative;
    min-height: 100%;
}

.site-header--interior + .interior-main {
    padding-top: 2.75rem;
}

.primary-navigation {
    margin-right: auto;
    gap: clamp(0.7rem, 1vw, 1.05rem);
}

.primary-navigation a,
.site-header__action,
.menu-toggle {
    font-size: clamp(1rem, 0.96rem + 0.08vw, 1.0625rem);
    font-weight: 600;
}

.home-hero__actions {
    display: grid;
    width: min(100%, 52rem);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

@media (min-width: 70rem) {
    .site-shell--home .home-hero__media {
        height: calc(100% + 1.5rem);
        transform: translateY(-1.5rem);
    }

    .site-shell--home .home-hero__copy {
        margin-left: 0;
        transform: translateY(2.25rem);
    }
}

.home-hero__action,
.home-hero__action.action-link {
    width: 100%;
    min-width: 0;
    min-height: 3.25rem;
    color: #FFFFFF;
    border: 0;
    background: #41546A;
    font-size: 1.125rem;
    font-weight: 600;
}

.home-service-links {
    display: none !important;
}

.site-shell--home main {
    margin: 0;
    padding: 0;
}

.site-shell--home .site-footer {
    margin-top: 0;
}

.site-shell--home .site-footer__brand--complete {
    transform: translateY(-2rem);
}

.category-hub-card,
.resource-guide-card {
    display: grid;
    min-height: 100%;
    overflow: hidden;
    grid-template-rows: 13rem minmax(0, 1fr);
}

.topic-visual {
    display: block;
    width: 100%;
    height: 13rem;
    overflow: hidden;
    color: #41546A;
    background: linear-gradient(145deg, #EEF2F6, #FFFFFF);
}

.topic-visual svg {
    display: block;
    width: 100%;
    height: 100%;
}

.topic-visual--consultation,
.topic-visual--first-home,
.topic-visual--collaboration {
    color: #41546A;
    background: linear-gradient(145deg, rgb(184 200 219 / 0.72), #FFFFFF);
}

.topic-visual--construction,
.topic-visual--inspection,
.topic-visual--preparation {
    color: #707A6E;
    background: linear-gradient(145deg, rgb(168 184 166 / 0.65), #FFFFFF);
}

.topic-visual--pricing,
.topic-visual--offers,
.topic-visual--analysis,
.topic-visual--evaluation,
.topic-visual--due-diligence {
    color: #41546A;
    background: linear-gradient(145deg, rgb(185 173 162 / 0.48), #FFFFFF);
}

.topic-visual--relocation,
.topic-visual--communities,
.topic-visual--remote-search {
    color: #41546A;
    background: linear-gradient(145deg, rgb(184 200 219 / 0.72), rgb(168 184 166 / 0.44));
}

.category-hub-card__content,
.resource-guide-card__content {
    position: static;
    display: grid;
    min-height: 0;
    padding: clamp(1.4rem, 2.2vw, 1.75rem);
    gap: 0.75rem;
    align-content: start;
    transform: none;
}

.category-hub-card__content strong,
.resource-guide-card__content strong {
    position: static;
    margin: 0;
    color: #0B1229;
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 1.24rem + 0.3vw, 1.55rem);
    font-weight: 400;
    line-height: 1.2;
    transform: none;
}

.category-hub-card__content > span,
.resource-guide-card__content > span {
    position: static;
    min-width: 0;
    font-size: 1rem;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.resource-guide-card__link {
    margin-top: auto;
    padding-top: 0.45rem;
}

.resource-guide-document__content {
    width: 100%;
    max-width: none;
    margin: 0;
}

.resource-guide-document__hero,
.resource-guide-document__layout {
    width: min(100% - (2 * var(--page-gutter)), 80rem);
}

.resource-guide-document__hero {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 27rem);
}

.resource-guide-document__layout {
    grid-template-columns: 17rem minmax(0, 52rem);
    gap: clamp(2.5rem, 4vw, 4rem);
    justify-content: center;
}

.resource-guide-document__body {
    width: 100%;
    max-width: 52rem;
}

.resource-guide-document__checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.principles-section {
    padding-block: clamp(3rem, 5vw, 4.75rem);
}

.principles-section__layout {
    display: grid;
    grid-template-columns: minmax(18rem, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
}

.principles-section__heading {
    display: block;
    margin-bottom: 0;
}

.principles-section__heading h2 {
    max-width: 18ch;
    margin-bottom: 0;
    font-size: clamp(2.375rem, 1.95rem + 1.45vw, 3rem);
    line-height: 1.12;
}

.principles-list--compact {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr;
    gap: 1rem;
    list-style: none;
}

.principles-list--compact li {
    display: grid;
    min-height: 0;
    padding: 1.15rem 1.25rem;
    border: 1px solid rgb(65 84 106 / 0.18);
    background: #FFFFFF;
    grid-template-columns: 0.7rem minmax(0, 1fr);
    gap: 0.9rem;
    align-items: start;
}

.principles-list--compact li > span {
    width: 0.65rem;
    height: 0.65rem;
    margin-top: 0.5rem;
    border-radius: 50%;
    background: #A8B8A6;
}

.principles-list--compact p {
    margin: 0;
    font-size: 1.0625rem;
}

.profile-section__grid {
    grid-template-columns: minmax(18rem, 24rem) minmax(0, 1fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
}

.profile-section {
    padding-block: clamp(4rem, 6vw, 6rem);
}

.profile-section h2 {
    max-width: 18ch;
    font-size: clamp(2.375rem, 1.95rem + 1.45vw, 3rem);
    line-height: 1.12;
}

.profile-section__portrait {
    width: min(100%, 24rem);
    max-width: 24rem;
    height: auto;
    aspect-ratio: 4 / 5;
    margin: 0;
    overflow: hidden;
    background: transparent;
}

.profile-section__picture,
.profile-section__image {
    display: block;
    width: 100%;
    height: 100% !important;
}

.profile-section__image {
    object-fit: cover !important;
    object-position: 50% 18% !important;
}

.profile-section__copy {
    padding-top: 0;
}

.client-portal-hero__visual {
    margin: 0;
    border: 1px solid rgb(65 84 106 / 0.22);
    background: #FFFFFF;
    box-shadow: -0.75rem 0.75rem 0 #B8C8DB;
}

.client-portal-hero__picture {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.client-portal-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--image-focal-x) var(--image-focal-y);
}

.site-footer__brand--complete {
    display: flex;
    min-height: 0;
    align-items: flex-start;
}

.site-footer__brand--complete img {
    width: min(100%, 18.5rem);
    padding: 0;
    border-radius: 0;
    background: transparent;
}

@media (max-width: 69.999rem) {
    :root {
        --public-header-height: 7rem;
    }

    .site-header__inner,
    .site-header--home .site-header__inner,
    .site-header--interior .site-header__inner {
        width: min(100% - 2rem, 92rem);
        min-height: var(--public-header-height);
    }

    .site-header__brand {
        width: 8.25rem;
        min-height: 9.1rem;
        margin-bottom: -2.1rem;
        padding: 0;
    }

    .mobile-navigation__brand {
        display: grid;
        width: 8.5rem;
        height: auto;
        margin: 0 0 1.25rem;
        padding: 0;
        border-radius: 0;
        background: transparent;
        place-items: center;
    }

    .site-header--interior + .interior-main {
        padding-top: 2.1rem;
    }

    .resource-guide-document__layout {
        grid-template-columns: 1fr;
    }

    .resource-guide-document__body {
        max-width: none;
    }

    .resource-guide-toc {
        position: static;
    }
}

@media (max-width: 51.999rem) {
    .home-hero__actions {
        width: min(100%, 34rem);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .resource-guide-document__hero {
        grid-template-columns: 1fr;
    }

    .principles-section__layout,
    .profile-section__grid {
        grid-template-columns: 1fr;
    }

    .profile-section__portrait {
        width: min(100%, 22rem);
    }
}

@media (max-width: 39.999rem) {
    :root {
        --public-header-height: 6rem;
    }

    .site-header__inner,
    .site-header--home .site-header__inner,
    .site-header--interior .site-header__inner {
        width: 100%;
        min-height: var(--public-header-height);
        padding: 0.5rem 1rem;
    }

    .site-header__brand {
        width: 6.6rem;
        min-height: 7.25rem;
        margin-bottom: -1.65rem;
        padding: 0;
    }

    .site-header--interior + .interior-main {
        padding-top: 1.75rem;
    }

    .site-shell--home .home-hero__content {
        padding-bottom: 2.5rem;
    }

    .home-hero__actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.7rem;
        margin-top: 4.5rem;
    }

    .category-hub-card,
    .resource-guide-card {
        grid-template-rows: 12rem minmax(0, 1fr);
    }

    .topic-visual {
        height: 12rem;
    }

    .resource-guide-document__hero,
    .resource-guide-document__layout {
        width: min(100% - 2rem, 80rem);
    }

    .resource-guide-document__checklist {
        grid-template-columns: 1fr;
    }

    .site-footer__brand--complete img {
        width: min(100%, 15rem);
    }

    .site-footer__links--two-column {
        grid-template-columns: 1fr;
    }
}

/* Interior headers keep the compact slate bar and contain the approved
   three-leaf mark completely inside it. The homepage header remains unchanged. */
.site-header--interior {
    min-height: 4.75rem;
}

.site-header--interior .site-header__inner {
    min-height: 4.75rem;
    padding-block: 0;
}

.site-header--interior .site-header__brand {
    display: grid;
    position: relative;
    width: 4.25rem;
    height: 4.75rem;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    align-self: stretch;
    place-items: center;
}

.site-header--interior .site-header__brand img {
    position: static;
    width: auto;
    height: auto;
    max-width: 3.75rem;
    max-height: 4.1rem;
    object-fit: contain;
    transform: none;
}

.site-header--interior + .interior-main {
    padding-top: 0;
}

.site-header--interior .mobile-navigation {
    inset-block-start: 4.75rem;
    height: calc(100vh - 4.75rem);
    height: calc(100dvh - 4.75rem);
}

@media (max-width: 69.999rem) {
    .site-header--interior .site-header__brand {
        width: 4rem;
    }

    .site-header--interior .site-header__brand img {
        width: auto;
        max-width: 3.5rem;
        max-height: 3.9rem;
    }

    .site-header--interior + .interior-main {
        padding-top: 0;
    }
}

@media (max-width: 39.999rem) {
    .site-header--interior .site-header__inner {
        min-height: 4.25rem;
    }

    .site-header--interior {
        min-height: 4.25rem;
    }

    .site-header--interior .site-header__brand {
        width: 3.75rem;
        height: 4.25rem;
    }

    .site-header--interior .site-header__brand img {
        width: auto;
        max-width: 3.25rem;
        max-height: 3.65rem;
    }

    .site-header--interior + .interior-main {
        padding-top: 0;
    }

    .site-header--interior .mobile-navigation {
        inset-block-start: 4.25rem;
        height: calc(100vh - 4.25rem);
        height: calc(100dvh - 4.25rem);
    }

    .site-footer__secondary {
        display: grid;
        grid-column: 2;
        align-content: start;
        gap: var(--space-6);
    }

    .site-footer__secondary .site-footer__tools {
        order: 1;
    }

    .site-footer__secondary .site-footer__legal {
        grid-column: auto;
        order: 2;
    }

    .site-footer__secondary .site-footer__contact-section {
        grid-column: auto;
        order: 3;
    }
}

@media (min-width: 40rem) {
    .site-footer__secondary {
        display: contents;
    }
}

@media (max-width: 22rem) {
    .site-footer__secondary {
        grid-column: 1;
    }
}

/* Final approved card photographs preserve the established card dimensions. */
.category-hub-card__picture,
.resource-guide-card__picture {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.category-hub-card__image,
.resource-guide-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--image-focal-x, 50%) var(--image-focal-y, 50%);
}

/* Resource-guide hero photographs use a true desktop-scale 4:3 presentation. */
@media (min-width: 70rem) {
    .resource-guide-document__hero {
        grid-template-columns: minmax(0, 55fr) minmax(33.75rem, 45fr);
        gap: clamp(2.5rem, 3.5vw, 3.5rem);
        align-items: start;
    }

    .resource-guide-document__media {
        width: 100%;
        max-width: 38.75rem;
        align-self: start;
    }
}

.resource-guide-document__picture {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    max-height: none;
    overflow: hidden;
}

.resource-guide-document__picture .resource-guide-document__image {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: var(--image-focal-x, 50%) var(--image-focal-y, 50%);
}

@media (min-width: 52rem) and (max-width: 69.999rem) {
    .resource-guide-document__hero {
        grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.92fr);
        gap: 2rem;
        align-items: start;
    }
}

@media (max-width: 51.999rem) {
    .resource-guide-document__media {
        width: 100%;
        max-width: none;
    }
}

/*
 * Keep the launch homepage header isolated from the legacy full-bleed header
 * rules that still support the preserved interior-page design. The stronger
 * selectors are intentional: the legacy stylesheet targets the home shell
 * directly and otherwise makes the light header absolute while retaining the
 * old floating-brand minimum height.
 */
.site-shell--home > .site-header.site-header--home-light {
    position: sticky;
    top: 0;
    width: 100%;
    min-height: 6.75rem;
    margin-bottom: 0;
    background: #F7F6F2;
}

.site-shell--home > .site-header.site-header--home-light .site-header__inner {
    min-height: 6.75rem;
    padding-block: 0.5rem;
}

.site-shell--home > .site-header.site-header--home-light .site-header__brand--home {
    width: clamp(5rem, 6.5vw, 6.75rem);
    height: 5.75rem;
    min-height: 0;
    margin: 0;
    padding: 0;
}

@media (max-width: 69.999rem) {
    .site-shell--home > .site-header.site-header--home-light {
        min-height: 5.75rem;
    }

    .site-shell--home > .site-header.site-header--home-light .site-header__inner {
        min-height: 5.75rem;
    }

    .site-shell--home > .site-header.site-header--home-light .site-header__brand--home {
        width: 4.8rem;
        height: 5rem;
    }
}

@media (max-width: 39.999rem) {
    .site-shell--home > .site-header.site-header--home-light {
        min-height: 5.25rem;
    }

    .site-shell--home > .site-header.site-header--home-light .site-header__inner {
        min-height: 5.25rem;
    }

    .site-shell--home > .site-header.site-header--home-light .site-header__brand--home {
        width: 4.25rem;
        height: 4.65rem;
    }

}

/*
 * Approved homepage-only transparent header. The header keeps its established
 * sticky behavior while a negative flow offset lets the selected hero begin at
 * the top of the page behind it. Interior headers and the mobile drawer retain
 * their existing treatments.
 */
.site-shell--home > .site-header.site-header--home-transparent {
    position: sticky;
    top: 0;
    z-index: 30;
    width: 100%;
    min-height: 6.75rem;
    margin-bottom: -6.75rem;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.site-shell--home > .site-header.site-header--home-transparent::before,
.site-shell--home > .site-header.site-header--home-transparent::after {
    content: none;
}

.site-shell--home > .site-header.site-header--home-transparent .site-header__inner {
    position: relative;
    min-height: 6.75rem;
    padding-block: 2.65rem 0;
    padding-left: clamp(9rem, 10vw, 10rem);
    align-items: flex-start;
}

.site-shell--home > .site-header.site-header--home-transparent .site-header__brand--home {
    position: absolute;
    top: 0.9375rem;
    left: 0;
    width: 8rem;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.site-shell--home > .site-header.site-header--home-transparent .site-header__brand--home img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.site-header--home-transparent .primary-navigation a,
.site-header--home-transparent .site-header__action--secondary,
.site-header--home-transparent .menu-toggle {
    color: #0B1229;
    text-shadow:
        0 1px 2px rgb(247 246 242 / 0.92),
        0 0 8px rgb(247 246 242 / 0.58);
}

.site-header--home-transparent .menu-toggle__lines span {
    background: #0B1229;
    box-shadow: 0 1px 2px rgb(247 246 242 / 0.8);
}

.site-shell--home .homepage-launch-hero {
    min-height: 100vh;
    min-height: 100svh;
}

@media (max-width: 69.999rem) {
    .site-shell--home > .site-header.site-header--home-transparent {
        min-height: 5.75rem;
        margin-bottom: -5.75rem;
    }

    .site-shell--home > .site-header.site-header--home-transparent .site-header__inner {
        min-height: 5.75rem;
        padding-block: 2.15rem 0;
        padding-left: 7.4rem;
    }

    .site-shell--home > .site-header.site-header--home-transparent .site-header__brand--home {
        width: 6.6rem;
        height: auto;
    }
}

@media (max-width: 39.999rem) {
    .site-shell--home > .site-header.site-header--home-transparent {
        min-height: 5.25rem;
        margin-bottom: -5.25rem;
    }

    .site-shell--home > .site-header.site-header--home-transparent .site-header__inner {
        min-height: 5.25rem;
        padding-block: 1.45rem 0;
        padding-left: 6rem;
    }

    .site-shell--home > .site-header.site-header--home-transparent .site-header__brand--home {
        width: 5.25rem;
        height: auto;
    }
}

/*
 * Homepage-only content positioning adjustment. The complete copy-and-actions
 * group moves as one unit; header, logo, media, gradient, and hero height do
 * not participate in the offset.
 */
@media (min-width: 70rem) {
    .site-shell--home .homepage-launch-hero__copy {
        transform: translateY(5.5rem);
    }
}

@media (min-width: 40rem) and (max-width: 69.999rem) {
    .site-shell--home .homepage-launch-hero__copy {
        transform: translateY(clamp(1.25rem, 3vw, 2.5rem));
    }
}
