.site-shell {
    --public-bg: #f4f7fb;
    --public-surface: rgba(255, 255, 255, 0.9);
    --public-surface-strong: #ffffff;
    --public-ink: #0f1d33;
    --public-muted: #52617b;
    --public-line: rgba(15, 29, 51, 0.1);
    --public-brand: #1e4d8f;
    --public-brand-deep: #102949;
    --public-accent: #0c819a;
    --public-warm: #c4a15f;
    --public-accent-soft: #e6f3f6;
    --public-shadow: 0 28px 90px rgba(16, 24, 40, 0.09);
    position: relative;
    min-height: 100vh;
    overflow-x: clip;
    background:
        radial-gradient(circle at top left, rgba(30, 77, 143, 0.15), transparent 26%),
        radial-gradient(circle at right center, rgba(12, 129, 154, 0.14), transparent 22%),
        radial-gradient(circle at 82% 18%, rgba(196, 161, 95, 0.14), transparent 20%),
        linear-gradient(180deg, #fbfdff 0%, var(--public-bg) 55%, #eef4f9 100%);
    color: var(--public-ink);
}

.site-shell::before,
.site-shell::after {
    content: "";
    position: fixed;
    pointer-events: none;
    z-index: -1;
}

.site-shell::before {
    inset: 0;
    background-image:
        linear-gradient(rgba(16, 41, 73, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 41, 73, 0.05) 1px, transparent 1px);
    background-size: 88px 88px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 82%);
}

.site-shell::after {
    width: 460px;
    height: 460px;
    top: 8rem;
    right: -140px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0));
    filter: blur(10px);
    opacity: 0.8;
}

.site-shell body {
    color: var(--public-ink);
}

.site-shell main {
    position: relative;
    z-index: 1;
}

.site-shell .site-header,
.site-shell .hero-panel,
.site-shell .info-card,
.site-shell .proof-card,
.site-shell .process-card,
.site-shell .form-card,
.site-shell .contact-panel,
.site-shell .cta-band,
.site-shell .consultant-profile,
.site-shell .proposal-card,
.site-shell .mini-card {
    background: var(--public-surface);
    border: 1px solid var(--public-line);
    box-shadow: var(--public-shadow);
    backdrop-filter: blur(16px);
}

.site-shell .container {
    width: min(1200px, calc(100% - 2rem));
}

.site-shell .site-header {
    position: sticky;
    top: 0.85rem;
    z-index: 60;
    margin: 0 auto;
    width: min(1260px, calc(100% - 1.5rem));
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
}

.site-shell .site-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(196, 161, 95, 0.24), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(16, 41, 73, 0.04), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.site-header-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 0.95rem 1.2rem;
}

.site-shell .brand-lockup {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.8rem;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(240, 245, 252, 0.9));
    border: 1px solid rgba(15, 29, 51, 0.08);
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.site-shell .brand-lockup:hover {
    transform: translateY(-1px);
    box-shadow: 0 24px 46px rgba(16, 24, 40, 0.12);
}

.site-shell .brand-lockup img {
    height: 38px;
    filter: drop-shadow(0 10px 24px rgba(16, 41, 73, 0.12));
}

.drawer-brand {
    display: grid;
    gap: 0.35rem;
}

.drawer-brand img {
    width: 116px;
    filter: drop-shadow(0 12px 24px rgba(16, 24, 40, 0.12));
}

.drawer-brand span {
    color: var(--public-muted);
    font-size: 0.78rem;
    line-height: 1.5;
    max-width: 180px;
}

.site-nav-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
}

.nav-link,
.nav-link-button {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 0;
    background: transparent;
    padding: 0.8rem 0.95rem;
    border-radius: 999px;
    font: inherit;
    font-size: 0.93rem;
    font-weight: 700;
    color: var(--public-muted);
    cursor: pointer;
    transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
}

.nav-link:hover,
.nav-link-button:hover,
.nav-link.is-active,
.nav-link-button.is-active {
    color: var(--public-brand-deep);
    background: rgba(30, 77, 143, 0.08);
    transform: translateY(-1px);
}

.nav-link-caret {
    font-size: 0.95rem;
    font-weight: 800;
    line-height: 1;
    transition: transform 150ms ease;
}

.nav-dropdown {
    position: relative;
}

.nav-dropdown.is-open .nav-link-caret {
    transform: rotate(45deg);
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 0.7rem);
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    gap: 0.2rem;
    min-width: 280px;
    padding: 0.8rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid var(--public-line);
    box-shadow: 0 28px 72px rgba(16, 24, 40, 0.16);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 150ms ease, transform 150ms ease;
}

.nav-dropdown.is-open .nav-dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.nav-dropdown-menu a {
    display: block;
    padding: 0.85rem 0.95rem;
    border-radius: 16px;
    font-size: 0.94rem;
    font-weight: 700;
    color: var(--public-ink);
}

.nav-dropdown-menu a:hover {
    background: rgba(30, 77, 143, 0.07);
    color: var(--public-brand-deep);
}

.nav-dropdown-overview {
    margin-bottom: 0.15rem;
    background: rgba(12, 129, 154, 0.08);
    color: var(--public-brand-deep);
}

.site-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex: 0 0 auto;
    white-space: nowrap;
}

.site-shell .button {
    position: relative;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.site-shell .button:hover {
    transform: translateY(-1px);
}

.site-shell .button-primary {
    background: linear-gradient(135deg, #17365f 0%, #1f4d8f 48%, #0d8097 100%);
    box-shadow: 0 18px 30px rgba(30, 77, 143, 0.24);
}

.site-shell .button-primary:hover {
    box-shadow: 0 24px 38px rgba(30, 77, 143, 0.28);
}

.site-shell .button-secondary {
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(15, 29, 51, 0.1);
    box-shadow: 0 10px 22px rgba(16, 24, 40, 0.06);
}

.site-shell .header-login {
    color: var(--public-muted);
    font-size: 0.92rem;
    font-weight: 700;
}

.site-shell .header-primary-cta {
    padding-inline: 1.2rem;
}

.menu-toggle,
.drawer-close {
    display: none;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--public-line);
    background: rgba(255, 255, 255, 0.86);
    border-radius: 18px;
    color: var(--public-brand-deep);
    cursor: pointer;
}

.menu-toggle {
    width: 52px;
    height: 52px;
    padding: 0;
    flex-direction: column;
    gap: 0.28rem;
}

.menu-toggle span {
    width: 18px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
}

.menu-toggle .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.nav-drawer-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(10, 18, 31, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease;
    z-index: 70;
}

.nav-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(380px, 100%);
    height: 100dvh;
    padding: 1.2rem;
    background: rgba(255, 255, 255, 0.98);
    border-left: 1px solid var(--public-line);
    box-shadow: -24px 0 72px rgba(16, 24, 40, 0.16);
    backdrop-filter: blur(16px);
    transform: translateX(100%);
    transition: transform 180ms ease;
    z-index: 80;
}

.site-drawer-open {
    overflow: hidden;
}

.site-drawer-open .nav-drawer-backdrop {
    opacity: 1;
    pointer-events: auto;
}

.site-drawer-open .nav-drawer {
    transform: translateX(0);
}

.nav-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.drawer-close {
    display: inline-flex;
    width: 42px;
    height: 42px;
    font-size: 1.05rem;
    font-weight: 800;
}

.drawer-cta {
    width: 100%;
    margin-bottom: 1rem;
}

.drawer-nav,
.drawer-group {
    display: grid;
    gap: 0.35rem;
}

.drawer-nav a,
.drawer-group span {
    display: block;
    padding: 0.85rem 0.95rem;
    border-radius: 16px;
    font-weight: 700;
}

.drawer-nav a:hover {
    background: rgba(30, 77, 143, 0.08);
}

.drawer-group {
    margin: 0.35rem 0;
    padding: 0.5rem;
    border-radius: 18px;
    background: rgba(12, 129, 154, 0.08);
}

.drawer-group span {
    padding-bottom: 0.35rem;
    color: var(--public-brand-deep);
}

.site-shell .section,
.site-shell .page-hero {
    position: relative;
    padding: 4.5rem 0;
}

.site-shell .page-hero {
    padding-top: 5.3rem;
    overflow: clip;
}

.site-shell .page-hero::before {
    content: "";
    position: absolute;
    width: min(42vw, 520px);
    height: min(42vw, 520px);
    right: -8%;
    top: 1rem;
    border-radius: 999px;
    background:
        radial-gradient(circle at center, rgba(196, 161, 95, 0.14), rgba(196, 161, 95, 0)),
        radial-gradient(circle at 30% 30%, rgba(30, 77, 143, 0.16), rgba(30, 77, 143, 0));
    pointer-events: none;
}

.site-shell .page-hero-mini {
    padding-bottom: 1.75rem;
}

.site-shell .hero-grid,
.site-shell .consultant-hero,
.site-shell .form-section-grid {
    gap: 1.5rem;
}

.hero-copy {
    position: relative;
    z-index: 1;
}

.hero-copy::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    left: -1.25rem;
    bottom: -1.4rem;
    border-radius: 32px;
    background:
        linear-gradient(135deg, rgba(30, 77, 143, 0.06), rgba(12, 129, 154, 0.03)),
        radial-gradient(circle at top left, rgba(196, 161, 95, 0.16), transparent 56%);
    z-index: -1;
    pointer-events: none;
}

.site-shell .hero-grid h1,
.site-shell .page-hero h1,
.site-shell .consultant-hero h1 {
    font-size: clamp(2.7rem, 5vw, 5.1rem);
    line-height: 0.94;
    letter-spacing: -0.055em;
}

.site-shell .page-hero-mini h1 {
    font-size: clamp(2.2rem, 4vw, 3.7rem);
}

.site-shell .eyebrow {
    color: var(--public-accent);
}

.site-shell .section-heading {
    display: grid;
    gap: 0.6rem;
    margin-bottom: 1.7rem;
}

.site-shell .section-heading::after {
    content: "";
    width: 92px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--public-brand), rgba(196, 161, 95, 0.88));
}

.site-shell .lead-copy,
.site-shell .section-heading p,
.site-shell .surface-card p,
.site-shell .info-card p,
.site-shell .process-card p,
.site-shell .form-card p,
.site-shell .contact-panel p,
.site-shell .quote-card span,
.site-shell .rich-text p,
.site-shell .rich-text li {
    color: var(--public-muted);
}

.site-shell .hero-panel,
.site-shell .info-card,
.site-shell .proof-card,
.site-shell .process-card,
.site-shell .form-card,
.site-shell .contact-panel,
.site-shell .cta-band,
.site-shell .consultant-profile,
.site-shell .mini-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.site-shell .hero-panel::before,
.site-shell .info-card::before,
.site-shell .proof-card::before,
.site-shell .process-card::before,
.site-shell .form-card::before,
.site-shell .contact-panel::before,
.site-shell .cta-band::before,
.site-shell .consultant-profile::before,
.site-shell .mini-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, var(--public-brand), var(--public-warm), var(--public-accent));
    opacity: 0.76;
}

.site-shell .hero-panel::after,
.site-shell .cta-band::after,
.site-shell .consultant-profile::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -72px;
    top: -72px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(196, 161, 95, 0.14), rgba(196, 161, 95, 0));
    pointer-events: none;
}

.site-shell .hero-panel:hover,
.site-shell .info-card:hover,
.site-shell .proof-card:hover,
.site-shell .process-card:hover,
.site-shell .consultant-profile:hover {
    transform: translateY(-4px);
    box-shadow: 0 34px 96px rgba(16, 24, 40, 0.13);
}

.site-shell .hero-panel,
.site-shell .consultant-profile {
    padding: 1.8rem;
}

.hero-cred-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.hero-cred-chip {
    padding: 0.95rem 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(15, 29, 51, 0.08);
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.06);
}

.hero-cred-chip strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--public-brand-deep);
    font-size: 0.95rem;
}

.hero-cred-chip span {
    color: var(--public-muted);
    font-size: 0.84rem;
    line-height: 1.55;
}

.hero-panel-home {
    display: grid;
    gap: 1.15rem;
}

.hero-brand-plaque {
    position: relative;
    padding: 1.15rem 1.15rem 1rem;
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(229, 239, 248, 0.8)),
        rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(15, 29, 51, 0.08);
}

.hero-brand-plaque img {
    width: clamp(120px, 22vw, 172px);
    margin-top: 0.65rem;
    margin-bottom: 0.75rem;
    filter: drop-shadow(0 18px 28px rgba(16, 41, 73, 0.16));
}

.hero-brand-plaque p {
    margin: 0;
    color: var(--public-muted);
    font-size: 0.94rem;
    line-height: 1.65;
    max-width: 28rem;
}

.hero-signal-grid {
    display: grid;
    gap: 0.8rem;
}

.hero-signal-card {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    align-items: start;
    padding: 0.95rem 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(15, 29, 51, 0.08);
}

.hero-signal-card p {
    margin: 0;
    color: var(--public-muted);
    line-height: 1.6;
    font-size: 0.93rem;
}

.hero-signal-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.3rem;
    height: 2.3rem;
    padding: 0 0.6rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(30, 77, 143, 0.14), rgba(12, 129, 154, 0.16));
    color: var(--public-brand-deep);
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
}

.hero-panel-trail {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.hero-panel-trail span {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 0.82rem;
    border-radius: 999px;
    background: rgba(15, 29, 51, 0.06);
    color: var(--public-brand-deep);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-panel-trail span:not(:last-child)::after {
    content: "+";
    color: rgba(15, 29, 51, 0.34);
}

.site-shell .proof-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.15rem;
}

.site-shell .card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
}

.site-shell .card-grid-dense {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-shell .process-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.site-shell .proof-card,
.site-shell .info-card,
.site-shell .process-card {
    padding: 1.45rem;
}

.site-shell .proof-card strong {
    display: block;
    font-size: clamp(1.45rem, 2.6vw, 2rem);
    letter-spacing: -0.04em;
}

.site-shell .proof-card span {
    color: var(--public-muted);
}

.site-shell .info-card h3,
.site-shell .process-card h3,
.site-shell .hero-panel h3,
.site-shell .consultant-profile h2,
.site-shell .form-card h2,
.site-shell .cta-band h2,
.site-shell .section-heading h2 {
    color: var(--public-ink);
}

.site-shell .text-link {
    margin-top: auto;
    color: var(--public-brand);
    font-weight: 800;
}

.site-shell .text-link:hover {
    color: var(--public-brand-deep);
}

.card-points {
    margin: 0.9rem 0 0;
    padding-left: 1.15rem;
    color: var(--public-muted);
    line-height: 1.65;
}

.quote-card {
    display: grid;
    gap: 0.9rem;
}

.quote-card::after {
    content: "\201C";
    position: absolute;
    top: 0.6rem;
    right: 1rem;
    font-family: "Space Grotesk", sans-serif;
    font-size: 4rem;
    line-height: 1;
    color: rgba(30, 77, 143, 0.14);
}

.quote-copy {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.8;
    color: var(--public-ink);
    padding-right: 2.5rem;
}

.site-shell .process-index,
.site-shell .pill {
    background: rgba(30, 77, 143, 0.09);
    color: var(--public-brand-deep);
}

.site-shell .cta-band {
    align-items: flex-start;
    padding: 2rem;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(230, 243, 246, 0.88)),
        var(--public-surface-strong);
}

.site-shell .cta-band .button-row {
    justify-content: flex-end;
}

.consultant-card,
.consultant-profile {
    min-height: 100%;
}

.consultant-form-card {
    align-self: start;
}

.site-shell .form-card,
.site-shell .contact-panel {
    padding: 1.55rem;
}

.site-shell .form-grid {
    gap: 0.85rem;
}

.site-shell label {
    color: var(--public-ink);
}

.site-shell input,
.site-shell select,
.site-shell textarea {
    border-color: rgba(15, 29, 51, 0.12);
    background: rgba(255, 255, 255, 0.94);
}

.site-shell .contact-panel,
.site-shell .mini-card {
    background: rgba(255, 255, 255, 0.86);
}

.site-shell .link-box {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(12, 129, 154, 0.09);
    word-break: break-word;
}

.site-shell .site-footer {
    padding-top: 1.4rem;
    padding-bottom: 3rem;
}

.site-shell .footer-grid {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 84px rgba(9, 17, 30, 0.28);
    background: linear-gradient(180deg, rgba(15, 29, 51, 0.98), rgba(9, 17, 30, 0.98));
}

.site-shell .footer-grid::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(196, 161, 95, 0.9), rgba(255, 255, 255, 0));
}

.site-shell .footer-grid::after {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -140px;
    top: -160px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(196, 161, 95, 0.16), rgba(196, 161, 95, 0));
    pointer-events: none;
}

.site-shell .footer-grid p,
.site-shell .footer-grid a {
    color: rgba(255, 255, 255, 0.76);
}

.site-shell .footer-grid a:hover {
    color: #ffffff;
}

.site-shell .footer-grid h4 {
    margin: 0 0 0.85rem;
    color: #ffffff;
}

.site-shell .footer-logo {
    width: 162px;
    filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.18));
}

@keyframes surface-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.site-shell .page-hero > .container,
.site-shell .section > .container {
    animation: surface-rise 640ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.site-shell .proof-strip > *:nth-child(2),
.site-shell .card-grid > *:nth-child(2),
.site-shell .process-grid > *:nth-child(2) {
    animation-delay: 70ms;
}

.site-shell .proof-strip > *:nth-child(3),
.site-shell .card-grid > *:nth-child(3),
.site-shell .process-grid > *:nth-child(3) {
    animation-delay: 140ms;
}

.site-shell .proof-strip > *:nth-child(4),
.site-shell .card-grid > *:nth-child(4),
.site-shell .process-grid > *:nth-child(4) {
    animation-delay: 210ms;
}

.site-shell .proof-strip > *:nth-child(5),
.site-shell .process-grid > *:nth-child(5) {
    animation-delay: 280ms;
}

@media (prefers-reduced-motion: reduce) {
    .site-shell .page-hero > .container,
    .site-shell .section > .container {
        animation: none;
    }

    .site-shell .button,
    .site-shell .brand-lockup,
    .site-shell .hero-panel,
    .site-shell .info-card,
    .site-shell .proof-card,
    .site-shell .process-card,
    .site-shell .consultant-profile,
    .nav-link,
    .nav-link-button,
    .nav-link-caret {
        transition: none;
    }
}

@media (max-width: 1279px) {
    .site-nav-desktop,
    .site-shell .header-login,
    .site-shell .header-primary-cta {
        display: none;
    }

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

    .site-shell .site-header {
        border-radius: 28px;
    }

    .site-shell .proof-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .site-shell .process-grid,
    .site-shell .card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-cred-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .site-shell .hero-grid,
    .site-shell .consultant-hero,
    .site-shell .form-section-grid,
    .site-shell .footer-grid {
        grid-template-columns: 1fr;
    }

    .site-shell .proof-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-copy::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .site-shell .site-header {
        top: 0.6rem;
        width: calc(100% - 1rem);
    }

    .site-header-shell {
        padding: 0.8rem 0.9rem;
    }

    .site-shell .brand-lockup {
        padding: 0.42rem 0.62rem;
    }

    .site-shell .brand-lockup img {
        height: 32px;
    }

    .site-shell .section,
    .site-shell .page-hero {
        padding: 3.65rem 0;
    }

    .site-shell .card-grid,
    .site-shell .process-grid,
    .site-shell .proof-strip,
    .site-shell .form-grid {
        grid-template-columns: 1fr;
    }

    .site-shell .cta-band {
        padding: 1.5rem;
    }

    .site-shell .button-row {
        width: 100%;
        gap: 0.65rem;
    }

    .site-shell .button-row .button {
        width: 100%;
    }

    .site-shell .consultant-profile,
    .site-shell .form-card,
    .site-shell .contact-panel,
    .site-shell .hero-panel,
    .site-shell .info-card,
    .site-shell .process-card {
        border-radius: 24px;
    }

    .site-shell::before {
        background-size: 58px 58px;
    }

    .hero-brand-plaque {
        padding: 1rem;
    }

    .hero-signal-card {
        grid-template-columns: 1fr;
    }
}
