:root {
    --navy-950: #000033;
    --navy-900: #122654;
    --navy-800: #223663;
    --navy-700: #263871;
    --blue-heading: #333399;
    --blue-link: #000066;
    --yellow: #e5f6ff;
    --gold: #69b7ee;
    --ink: #27313d;
    --muted: #536273;
    --paper: #ffffff;
    --mist: #e6e6e6;
    --shell: 1200px;
    --shadow: 0 12px 42px rgba(0, 0, 20, 0.28);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--ink);
    background:
        linear-gradient(rgba(0, 18, 54, 0.46), rgba(0, 12, 38, 0.68)),
        url('../images/fall-girl-background.jpg') center top / cover fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.72;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    background: radial-gradient(circle at center top, rgba(45, 112, 170, 0.10), rgba(0, 0, 35, 0.20));
    pointer-events: none;
}

img { max-width: 100%; height: auto; }
a { color: var(--blue-link); text-decoration: none; }
a:hover { color: var(--blue-heading); }
button, input { font: inherit; }

:focus-visible {
    outline: 3px solid #42a5e8;
    outline-offset: 3px;
}

::selection { color: #fff; background: #173f76; }
html.f4k-large-text body { font-size: 19px; }
html.f4k-large-text .entry-content { font-size: 20px; }
html.f4k-large-text .lead,
html.f4k-large-text .f4k-page-masthead__copy > p:last-child,
html.f4k-large-text .archive-intro { font-size: 22px; }
html.f4k-large-text .f4k-section-navigation li a,
html.f4k-large-text .f4k-section-home,
html.f4k-large-text .f4k-page-outline li { font-size: 16px; }

.screen-reader-text,
.skip-link:not(:focus) {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 9999;
    padding: 10px 14px;
    background: #fff;
    color: #000;
}

.shell-width {
    width: min(var(--shell), calc(100% - 32px));
    margin-inline: auto;
}

.site-shell { padding: 28px 0 42px; }

.desktop-brand {
    position: relative;
    min-height: 160px;
    background:
        radial-gradient(ellipse at 28% 48%, rgba(74, 126, 199, 0.34), transparent 43%),
        linear-gradient(112deg, rgba(16, 43, 92, 0.98), rgba(32, 69, 126, 0.98) 56%, rgba(15, 35, 76, 0.98));
    box-shadow: var(--shadow);
}

.brand-link {
    position: relative;
    display: block;
    width: 550px;
    min-height: 160px;
    margin-left: 28px;
    overflow: hidden;
    perspective: 900px;
}

.brand-face {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: rotateY(72deg) scale(.96);
    transform-origin: left center;
    backface-visibility: hidden;
    transition: opacity 360ms ease, transform 560ms cubic-bezier(.2, .75, .2, 1);
}

.brand-face.is-active { opacity: 1; transform: rotateY(0) scale(1); }
.brand-face--legacy img { display: block; width: 550px; height: auto; }
.brand-face--identity { gap: 18px; padding-left: 24px; }
.brand-identity-image {
    display: block;
    width: 205px;
    height: 205px;
    object-fit: contain;
    background: transparent;
}
.brand-symbol-name {
    color: #f7fbff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 32px;
    font-weight: 700;
    line-height: .95;
    letter-spacing: .01em;
    white-space: nowrap;
    text-shadow: 0 2px 3px rgba(2, 14, 38, .9), 0 0 14px rgba(255, 255, 255, .16);
}
.brand-face--modern .brand-symbol-name { color: #e5f6ff; }
.brand-face--mothers .brand-symbol-name { color: #ffb1ce; }
.custom-logo-link { display: block; }

.header-tools {
    position: absolute;
    top: 24px;
    right: 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}

.social-links,
.mobile-socials { display: flex; gap: 6px; }

.social-links a,
.mobile-socials a {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.25);
    text-decoration: none;
    font-weight: 700;
}

.social-links a:hover,
.mobile-socials a:hover { color: var(--yellow); background: rgba(0, 0, 0, 0.2); }

.search-field {
    width: 210px;
    min-height: 44px;
    padding: 9px 12px;
    color: #e8e8e8;
    background: #222833;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 2px;
}

.search-field::placeholder { color: #9ea2a9; }

.mobile-brand { display: none; }

.primary-navigation {
    position: relative;
    z-index: 20;
    background: transparent;
}

.primary-navigation > .shell-width {
    border-top: 1px solid rgba(255, 255, 255, .16);
    background: linear-gradient(110deg, #172e60, #274d88 52%, #121f42);
    box-shadow: 0 7px 22px rgba(0, 0, 20, 0.32);
}

.primary-menu {
    display: flex;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-menu > li {
    position: relative;
    display: flex;
    flex: 1 1 0;
    min-width: 0;
    align-items: stretch;
}

.primary-menu > li + li { border-left: 1px solid rgba(255, 255, 255, .12); }

.primary-menu > li > a {
    display: flex;
    width: 100%;
    min-height: 64px;
    align-items: center;
    justify-content: center;
    padding: 8px 28px 8px 10px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.015em;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.18;
}

.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-ancestor > a,
.primary-menu > li > a:hover,
.primary-menu > li > a:focus-visible {
    color: var(--yellow);
    background: rgba(255, 255, 255, 0.09);
    box-shadow: inset 0 -3px var(--gold);
}

.submenu-toggle {
    position: absolute;
    top: 50%;
    right: 5px;
    z-index: 2;
    display: grid;
    width: 25px;
    height: 34px;
    padding: 0;
    place-items: center;
    color: #fff;
    border: 0;
    border-radius: 3px;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
}

.submenu-toggle::before {
    content: '';
    width: 7px;
    height: 7px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 180ms ease;
}

.menu-item-has-children.submenu-open > .submenu-toggle::before {
    transform: translateY(2px) rotate(225deg);
}

.submenu-toggle:hover,
.submenu-toggle:focus-visible { color: var(--yellow); background: rgba(255, 255, 255, .1); }

.primary-menu > li > .sub-menu {
    position: absolute;
    top: calc(100% + 7px);
    left: 0;
    z-index: 30;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 18px;
    width: min(680px, calc(100vw - 64px));
    max-height: min(70vh, 640px);
    margin: 0;
    padding: 18px;
    overflow-y: auto;
    list-style: none;
    border: 1px solid #cdd7e8;
    border-top: 4px solid var(--gold);
    border-radius: 0 0 8px 8px;
    background: #f8faff;
    box-shadow: 0 18px 44px rgba(0, 13, 48, 0.34);
}

.primary-menu > li:nth-last-child(-n + 4) > .sub-menu { right: 0; left: auto; }

.primary-menu > li:hover > .sub-menu,
.primary-menu > li:focus-within > .sub-menu,
.primary-menu > li.submenu-open > .sub-menu { display: grid; }

.primary-menu .sub-menu li { position: relative; }

.primary-menu .sub-menu a {
    display: block;
    padding: 8px 10px;
    color: var(--blue-link);
    border-bottom: 1px solid #dce3ef;
    text-decoration: none;
    line-height: 1.3;
}

.primary-menu > li > .sub-menu > li > a {
    padding: 10px 12px;
    color: #132f68;
    border-left: 3px solid #7392c1;
    background: #eef3fb;
    font-size: 14px;
    font-weight: 700;
}

.primary-menu .sub-menu a:hover,
.primary-menu .sub-menu a:focus-visible { color: #152c61; background: #e3ebf7; }

.primary-menu > li > .sub-menu > li > .sub-menu {
    position: static;
    display: block;
    width: auto;
    margin: 0;
    padding: 4px 0 8px 13px;
    list-style: none;
    background: transparent;
    box-shadow: none;
}

.primary-menu > li > .sub-menu > li > .sub-menu a { font-size: 13px; }
.primary-menu .sub-menu .submenu-toggle { display: none; }

.hero-slider {
    position: relative;
    height: min(400px, calc((100vw - 32px) / 3));
    min-height: 220px;
    overflow: hidden;
    background: #222833;
    box-shadow: var(--shadow);
}

.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 900ms ease;
}

.hero-slide.is-active { opacity: 1; }

.hero-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    display: flex;
    gap: 8px;
    transform: translateX(-50%);
}

.hero-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.hero-dots button.is-active { background: #fff; }

.contact-strip {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px 28px;
    padding: 15px 34px 18px;
    background: var(--mist);
    box-shadow: var(--shadow);
}

.location-block { display: grid; gap: 2px; line-height: 1.25; }
.location-block span { font-size: 15px; }
.service-area-link { width: fit-content; margin-top: 4px; padding: 4px 7px; color: #173f76; border-radius: 4px; background: #e8f1f8; font-size: 14px; font-weight: 800; text-decoration: none; }
.service-area-link:hover,
.service-area-link:focus { color: #071f46; background: #d7e8f6; }
.phone-block { text-align: right; }
.call-us { text-align: center; }

.member-actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding-top: 2px;
}

.button--pwa {
    color: #fff;
    border: 1px solid #2476aa;
    background: #176896;
}

.button--pwa:hover { color: #fff; background: #0d527d; }

.f4k-pwa-dialog {
    width: min(92vw, 520px);
    padding: 0;
    color: #202b38;
    border: 1px solid #b8c9d8;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(10, 28, 50, 0.32);
}

.f4k-pwa-dialog::backdrop { background: rgba(10, 27, 48, 0.62); }
.f4k-pwa-dialog > p { margin: 0; padding: 0 28px 20px; font-size: 18px; line-height: 1.6; }

.f4k-pwa-dialog__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 26px 28px 12px;
}

.f4k-pwa-dialog__header h2 { margin: 0; font-size: 27px; }
.f4k-pwa-dialog__header button { min-width: 44px; min-height: 44px; padding: 0; color: #173f76; border: 0; background: transparent; font-size: 34px; line-height: 1; cursor: pointer; }
.f4k-pwa-dialog .f4k-pwa-dialog__privacy { padding-bottom: 28px; color: #526273; font-size: 15px; }

.f4k-pwa-offline-page { min-height: 100vh; margin: 0; background: linear-gradient(160deg, #eef5f8 0%, #fff 55%, #e8f3e2 100%); }
.f4k-pwa-offline { width: min(88vw, 660px); margin: 0 auto; padding: 9vh 0 60px; text-align: center; }
.f4k-pwa-offline img { width: 150px; height: 150px; margin-bottom: 22px; border-radius: 28px; box-shadow: 0 16px 42px rgba(14, 50, 82, 0.22); }
.f4k-pwa-offline h1 { margin-bottom: 14px; }
.f4k-pwa-offline p:not(.eyebrow) { max-width: 56ch; margin: 0 auto 26px; font-size: 19px; line-height: 1.7; }

.f4k-offline body::before {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    padding: 5px 12px;
    color: #fff;
    background: #173f76;
    content: 'Offline — reconnect for accounts, courses, payments and appointments';
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}

.button {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    color: #fff;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.035em;
    font-size: 13px;
    font-weight: 700;
}

.button:hover { color: var(--yellow); transform: translateY(-1px); }
.button--gray { background: #777; }
.button--navy { background: var(--navy-700); }
.button--gold { color: var(--navy-950); background: var(--gold); }
.button--gold:hover { color: var(--navy-950); }
.button--wide { width: 100%; }
.reading-toggle[aria-pressed='true'] { color: #fff; border-color: #173f76; background: #173f76; }

.site-main { background: var(--paper); box-shadow: var(--shadow); }

.site-main--home { padding: 42px 44px 0; }
.site-main--inner { min-height: 430px; padding: 48px 54px 64px; }

.home-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 44px;
}

.eyebrow {
    margin: 0 0 8px;
    color: #526273;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    font-weight: 700;
}

h1, h2, h3 {
    margin-top: 0;
    color: var(--blue-heading);
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 400;
    line-height: 1.16;
    text-wrap: balance;
}

h1 { margin-bottom: 20px; font-size: clamp(34px, 4.4vw, 58px); }
h2 { margin-bottom: 14px; font-size: 31px; }
h3 { font-size: 24px; }
p { margin-top: 0; }

.lead { max-width: 72ch; font-size: 20px; line-height: 1.72; }

.mission-copy > h2 { margin-top: 34px; }

.legacy-callout {
    margin: 38px -44px 0;
    padding: 34px 44px;
    color: #fff;
    background: linear-gradient(135deg, var(--navy-700), var(--navy-950));
}

.legacy-callout h2 { color: #fff; }
.legacy-callout p { max-width: 700px; }
.legacy-callout .text-link { color: var(--yellow); font-weight: 700; }

.home-sidebar {
    padding-left: 28px;
    border-left: 1px solid #d8d8d8;
}

.home-video {
    display: grid;
    grid-template-columns: minmax(220px, .72fr) minmax(420px, 1.28fr);
    gap: clamp(28px, 4vw, 52px);
    align-items: center;
    margin: 0 -44px;
    padding: clamp(28px, 4vw, 46px) 44px;
    border-top: 4px solid #244f8b;
    background: #edf4fb;
}
.home-video__copy h2 { margin: 4px 0 12px; color: #071f46; font-size: clamp(26px, 3vw, 38px); }
.home-video__copy p:last-child { margin-bottom: 0; color: #304966; font-size: 18px; line-height: 1.65; }
.f4k-video-frame { overflow: hidden; width: 100%; aspect-ratio: 16 / 9; background: #071f46; box-shadow: 0 12px 28px rgba(7, 31, 70, .18); }
.f4k-video-frame iframe { display: block; width: 100%; height: 100%; border: 0; }

.sidebar-module { padding: 0 0 28px; margin-bottom: 28px; border-bottom: 1px dotted #878787; }
.sidebar-module:last-child { border-bottom: 0; }
.sidebar-module h2 { color: #465668; font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: 700; }
.sidebar-module--quote { color: #394657; font-family: Georgia, 'Times New Roman', serif; font-size: 19px; font-style: italic; }
.sidebar-module blockquote { margin: 0; }

.testimonial-band {
    margin: 42px -44px 0;
    padding: clamp(38px, 5vw, 58px) 44px 42px;
    color: #fff;
    background: linear-gradient(135deg, #071d48, #173f76 62%, #236b9d);
}
.testimonial-band__heading {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: end;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, .26);
}
.testimonial-band .eyebrow { color: #c9e8ff; }
.testimonial-band h2 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(29px, 3.5vw, 43px); }
.testimonial-band__heading > p { margin: 0; color: #e1eef9; font-size: 17px; line-height: 1.65; }
.testimonial-band__stage { min-height: 320px; display: grid; align-items: center; }
.testimonial-slide { margin: 0; padding: 38px 0 32px; }
.testimonial-slide[hidden] { display: none; }
.testimonial-slide__rating { color: #9ed2f4; font-size: 19px; letter-spacing: .18em; }
.testimonial-slide blockquote { max-width: 900px; margin: 13px 0 22px; }
.testimonial-slide blockquote p { margin: 0; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(25px, 3.2vw, 39px); line-height: 1.45; }
.testimonial-slide figcaption { display: flex; flex-wrap: wrap; gap: 8px 13px; align-items: baseline; color: #dbeafa; }
.testimonial-slide figcaption strong { color: #fff; font-size: 18px; }
.testimonial-slide figcaption span::before { content: '\2022'; margin-right: 13px; color: #8dcdf4; }
.testimonial-band__footer { display: flex; gap: 25px; align-items: center; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .26); }
.testimonial-controls { display: flex; gap: 10px; align-items: center; }
.testimonial-controls button {
    min-width: 48px;
    min-height: 48px;
    border: 1px solid rgba(255, 255, 255, .56);
    color: #fff;
    background: transparent;
    font-weight: 800;
    cursor: pointer;
}
.testimonial-controls button:hover,
.testimonial-controls button:focus-visible { color: #071d48; background: #d9efff; }
.testimonial-controls .testimonial-pause { min-width: 84px; margin-left: 6px; }
.testimonial-controls span { min-width: 56px; text-align: center; }
.testimonial-band__actions { display: flex; gap: 22px; align-items: center; }
.testimonial-band__actions .text-link { color: #fff; font-weight: 800; }
.testimonial-band__actions .button { min-width: 160px; }

.service-area-band {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(220px, .5fr);
    gap: clamp(30px, 5vw, 70px);
    align-items: center;
    margin: 38px -44px 0;
    padding: clamp(36px, 5vw, 58px) 44px;
    color: #fff;
    background: linear-gradient(125deg, #102a55, #245f9a 70%, #173f76);
}
.service-area-band .eyebrow { color: #d7eeff; }
.service-area-band h2 { max-width: 720px; margin-bottom: 12px; color: #fff; font-size: clamp(29px, 3.5vw, 43px); }
.service-area-band p:last-child { max-width: 760px; margin-bottom: 0; font-size: 18px; line-height: 1.65; }
.service-area-band__actions { display: grid; gap: 14px; justify-items: stretch; }
.service-area-band__actions .text-link { min-height: 44px; padding: 8px 4px; color: #fff; text-align: center; font-weight: 800; }

.f4k-service-scope {
    margin: 0 0 34px;
    padding: 22px 24px;
    color: #203b57;
    border-left: 5px solid #315f9e;
    background: #edf4fb;
}
.f4k-service-scope p:last-child { margin-bottom: 0; }
.f4k-service-paths {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 25px 0 38px;
    border-top: 1px solid #aabaca;
}
.f4k-service-paths section { padding: 24px 24px 24px 0; border-bottom: 1px solid #aabaca; }
.f4k-service-paths section:nth-child(odd) { margin-right: 24px; }
.f4k-service-paths h3 { margin-bottom: 8px; color: #173f76; font-family: Arial, Helvetica, sans-serif; font-size: 19px; font-weight: 800; }
.f4k-service-paths p { margin-bottom: 12px; }
.f4k-service-paths a { font-weight: 800; }
.f4k-state-directory { margin: 28px 0 40px; }
.f4k-state-region { margin-top: 32px; }
.f4k-state-region h3 { margin-bottom: 12px; color: #173f76; }
.f4k-state-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #aabaca; }
.f4k-state-links a { display: flex; min-height: 48px; align-items: center; padding: 10px 12px; color: #173f76; border-bottom: 1px solid #aabaca; text-decoration: none; font-weight: 800; }
.f4k-state-links a:hover,
.f4k-state-links a:focus { color: #061d41; background: #edf4fb; }
.f4k-state-faq { margin-top: 42px; padding-top: 6px; border-top: 4px solid #315f9e; }
.f4k-state-faq h3 { margin: 28px 0 8px; color: #173f76; font-family: Arial, Helvetica, sans-serif; font-size: 19px; font-weight: 800; }
.f4k-texas-regions { margin: 24px 0 36px; padding: 24px; background: #f0f5fa; }
.f4k-texas-regions p:last-child { margin-bottom: 0; }

.resource-band {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 30px;
    margin: 0 -44px;
    padding: 40px 44px 42px;
    background: rgba(230, 230, 230, 0.95);
}

.resource-band h2 { margin: 0; }
.resource-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.resource-links a { display: grid; min-height: 48px; padding: 12px; place-items: center; color: #fff; background: var(--navy-700); text-align: center; text-decoration: none; font-size: 14px; font-weight: 700; }
.resource-links a:hover { color: var(--yellow); background: var(--navy-900); }

.content-article { min-width: 0; max-width: 880px; }
.entry-content { max-width: 74ch; overflow-wrap: anywhere; font-size: 18px; line-height: 1.78; }
.entry-content p { margin-bottom: 1.15em; }
.entry-content a { color: #17558c; border-radius: 3px; font-weight: 750; text-decoration: none; transition: color 150ms ease, background-color 150ms ease, box-shadow 150ms ease; }
.entry-content a:not(.button):hover { color: #071f46; background: #e8f1f8; box-shadow: 0 0 0 3px #e8f1f8; }
.entry-content a:not(.button):focus-visible { color: #071f46; outline: 3px solid rgba(36, 95, 154, .38); outline-offset: 3px; background: #eef6fc; box-shadow: none; }
.entry-content h2, .entry-content h3 { margin-top: 34px; scroll-margin-top: 22px; }
.entry-content li { margin-bottom: 10px; }
.entry-content blockquote { margin: 30px 0; padding: 7px 0 7px 22px; border-left: 4px solid var(--blue-heading); font-family: Georgia, 'Times New Roman', serif; font-size: 20px; line-height: 1.65; }
.entry-content table { display: block; width: 100%; max-width: 100%; margin: 26px 0; overflow-x: auto; border-collapse: collapse; }
.entry-content th, .entry-content td { min-width: 130px; padding: 10px 12px; border: 1px solid #b6b6b6; text-align: left; vertical-align: top; }
.entry-content th { color: var(--navy-950); background: #e6e6e6; }
.entry-content pre { max-width: 100%; overflow-x: auto; padding: 18px; background: #f1f1f1; }
.f4k-calendar-intro,
.f4k-state-law-intro {
    margin: 0 0 36px;
    padding: 25px 28px;
    border-left: 5px solid #315f9e;
    background: #edf5fc;
}
.f4k-calendar-intro h2,
.f4k-state-law-intro h2 { margin-top: 0; }
.f4k-calendar-intro p:last-child,
.f4k-state-law-intro p:last-child { margin-bottom: 0; }
.f4k-calendar-embeds { display: grid; gap: 52px; }
.f4k-calendar-panel { padding-top: 8px; border-top: 4px solid #315f9e; }
.f4k-calendar-panel h2 { margin: 16px 0 8px; }
.f4k-calendar-panel > p { max-width: 66ch; }
.f4k-calendar-agenda { margin: 24px 0 18px; padding: 22px 24px; border: 1px solid #9bb0c4; background: #f6f9fc; }
.f4k-calendar-agenda h3 { margin: 0 0 16px; color: #172f52; font-size: 21px; }
.entry-content .f4k-calendar-agenda ol { display: grid; margin: 0; padding: 0; list-style: none; }
.entry-content .f4k-calendar-agenda li { display: grid; grid-template-columns: 88px 1fr; gap: 18px; align-items: center; margin: 0; padding: 12px 0; border-top: 1px solid #c3d0dc; }
.entry-content .f4k-calendar-agenda li:first-child { border-top: 0; }
.f4k-calendar-agenda time { display: grid; color: #334e6e; font-size: 14px; line-height: 1.3; }
.f4k-calendar-agenda time strong { color: #173f76; font-size: 17px; }
.f4k-calendar-agenda li > span { color: #172f52; font-weight: 700; }
.f4k-calendar-actions { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 0 0 20px; }
.f4k-calendar-actions a { font-size: 15px; }
.f4k-calendar-interactive { margin-top: 20px; }
.f4k-calendar-interactive summary { min-height: 48px; padding: 12px 15px; color: #fff; background: #173f76; font-weight: 800; cursor: pointer; }
.f4k-calendar-interactive[open] summary { margin-bottom: 16px; }
.f4k-calendar-interactive > p { max-width: 68ch; font-size: 15px; }
.f4k-calendar-frame {
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    border: 1px solid #9bb0c4;
    background: #fff;
    box-shadow: 0 12px 28px rgba(8, 35, 72, .14);
}
.f4k-calendar-frame iframe { display: block; width: 100%; height: 600px; border: 0; }
.f4k-external-note { margin: 10px 0 0; font-size: 15px; }
.f4k-state-law-directory { margin: 28px 0 0; padding: 0; border-top: 1px solid #aabaca; list-style: none; }
.entry-content .f4k-state-law-directory li {
    display: grid;
    grid-template-columns: 108px minmax(130px, .75fr) minmax(210px, 1.25fr);
    gap: 20px;
    align-items: center;
    margin: 0;
    padding: 16px 0;
    border-bottom: 1px solid #aabaca;
}
.f4k-state-law-directory img {
    display: block;
    width: 108px;
    aspect-ratio: 1200 / 630;
    object-fit: cover;
    background: #0b2a57;
}
.f4k-state-law-directory__name { display: grid; gap: 1px; }
.f4k-state-law-directory__name strong { color: #172f52; font-size: 18px; }
.f4k-state-law-directory__name span { color: #62758a; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .055em; }
.f4k-state-law-directory__links { display: grid; gap: 7px; }
.f4k-state-law-directory__links a { color: #173f76; font-size: 15px; line-height: 1.4; }
.f4k-state-law-directory__links a:last-child::after { content: ' \2197'; text-decoration: none; }
.f4k-self-rep-hero {
    margin: 0 0 48px;
    padding: clamp(28px, 5vw, 48px);
    color: #fff;
    background: linear-gradient(135deg, #0e2d5a, #245f9a);
    animation: f4k-self-rep-enter 520ms ease-out both;
}
.entry-content .f4k-self-rep-hero h2 { max-width: 15ch; margin: 0 0 16px; color: #fff; font-size: clamp(31px, 4.5vw, 48px); line-height: 1.06; }
.f4k-self-rep-hero .eyebrow { color: #cfe7ff; }
.f4k-self-rep-hero__lead { max-width: 66ch; color: #f7fbff; font-size: 20px; line-height: 1.65; }
.f4k-self-rep-actions { display: flex; flex-wrap: wrap; gap: 14px 20px; align-items: center; margin-top: 24px; }
.f4k-self-rep-hero .button { color: #173f76; background: #fff; }
.f4k-self-rep-hero .button:hover,
.f4k-self-rep-hero .button:focus-visible { color: #071f46; background: #e5f1fb; }
.entry-content .f4k-self-rep-text-link { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; color: inherit; }
.f4k-self-rep-text-link span { transition: transform 180ms ease; }
.f4k-self-rep-text-link:hover span,
.f4k-self-rep-text-link:focus-visible span { transform: translateX(4px); }
.f4k-self-rep-trust { margin: 28px 0 0; padding-top: 18px; color: #d9eafb; border-top: 1px solid rgba(255, 255, 255, .28); font-size: 14px; line-height: 1.65; }
.f4k-self-rep-section { margin: 0 0 54px; }
.f4k-self-rep-section > h2 { max-width: 21ch; margin-top: 0; }
.f4k-self-rep-steps { margin: 28px 0 0; padding: 0; border-top: 1px solid #9fb2c5; list-style: none; }
.entry-content .f4k-self-rep-steps li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; margin: 0; padding: 23px 0; border-bottom: 1px solid #bdcad7; transition: background-color 180ms ease, padding 180ms ease; }
.entry-content .f4k-self-rep-steps li:hover { padding-inline: 10px; background: #f2f7fb; }
.f4k-self-rep-steps > li > span { color: #356796; font-size: 14px; font-weight: 900; letter-spacing: .08em; }
.entry-content .f4k-self-rep-steps h3 { margin: 0 0 7px; color: #173f76; font-family: Arial, Helvetica, sans-serif; font-size: 20px; }
.f4k-self-rep-steps p { margin: 0; color: #3d5369; }
.f4k-self-rep-guide-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 26px; border-top: 1px solid #9fb2c5; }
.entry-content .f4k-self-rep-guide-links a { display: grid; gap: 4px; min-height: 116px; align-content: center; padding: 19px 22px 19px 0; border-bottom: 1px solid #bdcad7; border-radius: 0; }
.entry-content .f4k-self-rep-guide-links a:nth-child(odd) { margin-right: 24px; }
.entry-content .f4k-self-rep-guide-links a:hover,
.entry-content .f4k-self-rep-guide-links a:focus-visible { padding-left: 12px; background: #edf5fc; box-shadow: none; }
.f4k-self-rep-guide-links strong { color: #173f76; font-size: 19px; }
.f4k-self-rep-guide-links span { color: #4b6177; font-size: 15px; font-weight: 500; line-height: 1.55; }
.f4k-self-rep-resource-list { margin-top: 25px; border-top: 1px solid #9fb2c5; }
.entry-content .f4k-self-rep-resource-list a { display: flex; gap: 24px; align-items: center; justify-content: space-between; min-height: 82px; padding: 14px 8px 14px 0; border-bottom: 1px solid #bdcad7; border-radius: 0; }
.entry-content .f4k-self-rep-resource-list a:hover,
.entry-content .f4k-self-rep-resource-list a:focus-visible { padding-left: 12px; background: #edf5fc; box-shadow: none; }
.f4k-self-rep-resource-list a > span:first-child { display: grid; gap: 2px; color: #4b6177; font-size: 15px; font-weight: 500; }
.f4k-self-rep-resource-list strong { color: #173f76; font-size: 18px; }
.f4k-self-rep-resource-list a > span:last-child { color: #356796; font-size: 22px; transition: transform 180ms ease; }
.f4k-self-rep-resource-list a:hover > span:last-child,
.f4k-self-rep-resource-list a:focus-visible > span:last-child { transform: translate(3px, -3px); }
.f4k-self-rep-nationwide { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(220px, .65fr); gap: 36px; align-items: end; padding: 30px; background: #edf5fc; }
.f4k-self-rep-nationwide h2 { margin-top: 0; }
.f4k-self-rep-nationwide p:last-child { margin-bottom: 0; }
.f4k-self-rep-nationwide .f4k-self-rep-actions { align-items: stretch; flex-direction: column; margin: 0; }
.f4k-self-rep-nationwide .button { width: 100%; }
.f4k-self-rep-caution { padding: 28px 30px; border-left: 5px solid #315f9e; background: #f4f7fa; }
.f4k-self-rep-caution h2 { margin-top: 0; }
.f4k-self-rep-faq details { border-top: 1px solid #aebdcb; }
.f4k-self-rep-faq details:last-child { border-bottom: 1px solid #aebdcb; }
.f4k-self-rep-faq summary { min-height: 62px; padding: 17px 36px 17px 0; color: #173f76; font-weight: 800; cursor: pointer; }
.f4k-self-rep-faq details[open] summary { color: #071f46; }
.f4k-self-rep-faq details p { max-width: 68ch; margin: 0; padding: 0 0 20px; color: #3d5369; }
@keyframes f4k-self-rep-enter { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.legacy-image-note { padding: 10px 12px; color: #465668; border-left: 3px solid #7d90a3; background: #f3f6f9; font-size: 15px; font-style: italic; }
.legacy-restored-image {
    display: block;
    width: min(100%, 440px);
    margin: 8px auto 24px;
}
.legacy-restored-image img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 520px;
    margin: auto;
    border: 1px solid #c8d3df;
    background: #fff;
    box-shadow: 0 8px 22px rgba(8, 29, 60, 0.15);
}
.legacy-restored-image--right { float: right; width: min(42%, 360px); margin: 8px 0 22px 28px; }
.legacy-restored-image--left { float: left; width: min(42%, 360px); margin: 8px 28px 22px 0; }
.entry-content::after { display: table; clear: both; content: ''; }

.legacy-home-content { padding-top: 38px; }

.f4k-breadcrumbs {
    display: flex;
    gap: 7px;
    align-items: center;
    flex-wrap: wrap;
    margin: -12px 0 30px;
    color: #6a7b8e;
    font-size: 14px;
}
.f4k-breadcrumbs a { margin: -3px -5px; padding: 3px 5px; color: #294f7a; border-radius: 4px; text-decoration: none; }
.f4k-breadcrumbs a:hover,
.f4k-breadcrumbs a:focus { color: #071f46; background: #e5eff8; }
.f4k-page-masthead {
    max-width: 850px;
    margin-bottom: 38px;
    padding-bottom: 28px;
    border-bottom: 1px solid #b9c7d5;
}
.f4k-page-masthead h1 { margin-bottom: 12px; }
.f4k-page-masthead__copy > p:last-child { max-width: 72ch; margin: 0; color: #40576e; font-family: Georgia, 'Times New Roman', serif; font-size: 20px; line-height: 1.65; }
.f4k-page-masthead--state {
    display: grid;
    max-width: none;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: clamp(32px, 5vw, 64px);
    align-items: center;
    padding: clamp(28px, 4vw, 46px);
    border-bottom: 0;
    background: #edf5fc;
}
.f4k-page-masthead--state h1 { max-width: 15ch; }
.f4k-state-image {
    margin: 0;
    overflow: hidden;
    background: #0b2a57;
    box-shadow: 0 18px 38px rgba(8, 35, 72, .22);
}
.f4k-state-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1200 / 630;
    object-fit: cover;
}
.f4k-state-image figcaption {
    padding: 12px 16px;
    color: #fff;
    background: #122654;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .025em;
}
.f4k-page-layout { display: grid; grid-template-columns: minmax(190px, 235px) minmax(0, 1fr); gap: 45px; align-items: start; }
.f4k-page-layout > .content-article:only-child { grid-column: 1 / -1; max-width: none; }
.f4k-section-navigation {
    position: sticky;
    top: 18px;
    max-height: calc(100vh - 36px);
    overflow-y: auto;
    border-top: 4px solid #315f9e;
    background: #f0f5fa;
}
.f4k-section-navigation__toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 10px;
    color: #172f52;
    border: 0;
    background: transparent;
    text-align: left;
    font: inherit;
    font-weight: 800;
}
.f4k-section-navigation__toggle > span:last-child { display: none; }
.f4k-section-navigation__body { padding: 0 10px 12px; }
.f4k-section-home { display: block; margin: 0 5px 7px; padding: 4px 0 12px; color: #284f79; border-bottom: 1px solid #c4d0dc; font-size: 14px; font-weight: 700; text-decoration: none; }
.f4k-section-navigation ul { margin: 0; padding: 0; list-style: none; }
.f4k-section-navigation li { margin: 0; }
.f4k-section-navigation li a { display: flex; min-height: 42px; align-items: center; padding: 9px 10px; color: #294865; border-left: 3px solid transparent; text-decoration: none; font-size: 14px; line-height: 1.38; }
.f4k-section-navigation li a:hover,
.f4k-section-navigation li a:focus { color: #0e2e58; background: #e2edf7; }
.f4k-section-navigation li a[aria-current='page'] { color: #000066; border-left-color: #315f9e; background: #dceaf7; font-weight: 800; }
.f4k-page-outline { margin: 0 0 28px; padding: 18px 20px; border-left: 4px solid #6b8cac; background: #f4f7fa; }
.f4k-page-outline strong { color: #173f76; }
.f4k-page-outline ol { columns: 2; column-gap: 28px; margin: 10px 0 0; padding-left: 21px; }
.f4k-page-outline li { break-inside: avoid; margin: 0 0 8px; color: #536b82; font-size: 15px; }
.f4k-page-outline li.is-subsection { margin-left: 10px; }
.f4k-page-outline a { margin: -2px -4px; padding: 2px 4px; color: #31587e; border-radius: 4px; font-weight: 700; text-decoration: none; }
.f4k-page-outline a:hover,
.f4k-page-outline a:focus { color: #071f46; background: #e1ebf5; }
.f4k-related { margin: 55px 0 0; padding-top: 34px; border-top: 1px solid #b9c7d5; }
.f4k-related h2 { max-width: 650px; }
.f4k-related-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #aabaca; }
.f4k-related-links a { display: flex; gap: 16px; align-items: center; justify-content: space-between; min-height: 57px; padding: 11px 10px; color: #173f76; border-bottom: 1px solid #aabaca; text-decoration: none; font-weight: 800; }
.f4k-related-links a:nth-child(odd) { margin-right: 18px; }
.f4k-related-links a:hover,
.f4k-related-links a:focus { color: #061d41; background: #edf4fb; }
.f4k-related-links a span { font-size: 20px; transition: transform 180ms ease; }
.f4k-related-links a:hover span,
.f4k-related-links a:focus span { transform: translateX(4px); }
.f4k-page-action { display: flex; gap: 30px; align-items: center; justify-content: space-between; margin: 50px -54px -64px; padding: 36px 54px; color: #fff; background: linear-gradient(130deg, #122b52, #245f9a); }
.f4k-page-action h2 { max-width: 700px; margin: 0; color: #fff; font-size: 26px; }
.f4k-page-action .eyebrow { color: #cfe7ff; }
.f4k-page-action > div:last-child { display: flex; flex: 0 0 auto; gap: 15px; align-items: center; }
.button--light { color: #173f76; background: #fff; }
.button--light:hover { color: #071d3d; background: #dceafa; }
.button--outline { color: #173f76; border: 1px solid #6f89a8; background: #fff; }
.reading-toggle:hover,
.reading-toggle:focus-visible { color: #071f46; border-color: #315f9e; background: #dceafa; }
.reading-toggle[aria-pressed='true']:hover,
.reading-toggle[aria-pressed='true']:focus-visible { color: #fff; border-color: #071f46; background: #0f315f; }
.f4k-action-phone { color: #fff; font-weight: 800; white-space: nowrap; }
.archive-intro { max-width: 72ch; color: #40576e; font-family: Georgia, 'Times New Roman', serif; font-size: 20px; line-height: 1.65; }
.f4k-post-navigation { display: flex; gap: 20px; justify-content: space-between; margin: 45px 0 0; padding-top: 25px; border-top: 1px solid #b9c7d5; }
.f4k-post-navigation a { max-width: 45%; color: #173f76; font-weight: 800; }
.f4k-404-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.f4k-404-search { max-width: 500px; margin-top: 28px; padding: 22px; background: #eef3f8; }
.f4k-404-search .search-field { width: 100%; color: #172f52; background: #fff; border-color: #829ab6; }

.archive-header { margin-bottom: 36px; }
.post-list { display: grid; gap: 20px; }
.post-summary { padding-bottom: 24px; border-bottom: 1px dotted #999; }
.post-summary h2 { margin-bottom: 3px; }
.post-summary h2 a { text-decoration: none; }
.post-date { color: var(--muted); font-size: 14px; text-transform: uppercase; }

.site-footer { box-shadow: var(--shadow); }

.footer-current-offer {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: space-between;
    padding: 28px 44px;
    color: #fff;
    background: #245f9a;
}
.footer-current-offer > div { max-width: 820px; }
.footer-current-offer .eyebrow { margin-bottom: 3px; color: #d7eeff; }
.footer-current-offer h2 { margin: 0 0 5px; color: #fff; font-size: 24px; }
.footer-current-offer p:last-child { margin: 0; line-height: 1.55; }
.footer-current-offer .button { flex: 0 0 auto; text-align: center; }

.footer-main {
    display: grid;
    grid-template-columns: 1.35fr .9fr .8fr 1fr;
    gap: 38px;
    padding: 38px 44px;
    color: #fff;
    background: rgba(0, 0, 51, 0.82);
}

.footer-main h2 { color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: 700; }
.footer-main a { color: #fff; }
.footer-main a:hover { color: var(--yellow); }
.footer-social-links { display: grid; gap: 10px; }
.footer-social-links a { display: flex; min-height: 44px; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; }
.footer-social-links a span { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border: 1px solid rgba(255, 255, 255, .55); font-size: 15px; }
.footer-social-links a:hover span,
.footer-social-links a:focus-visible span { color: #122654; background: #e5f6ff; }

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 44px;
    background: rgba(255, 255, 255, 0.88);
    font-size: 14px;
}

.footer-bottom p { margin: 0; }
.footer-bottom .footer-legal-links { display: flex; gap: 8px; }
.footer-bottom ul { display: flex; gap: 18px; margin: 0; padding: 0; list-style: none; }

.back-to-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 50;
    width: 42px;
    height: 42px;
    color: #fff;
    border: 0;
    border-radius: 50%;
    background: var(--navy-700);
    box-shadow: 0 6px 20px rgba(0, 0, 20, 0.35);
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    transition: opacity 180ms ease;
}

.back-to-top.is-visible { opacity: 1; pointer-events: auto; }

@media (max-width: 1050px) {
    .primary-menu > li > a { padding: 8px 25px 8px 7px; font-size: 11px; }
    .resource-band { grid-template-columns: 1fr; align-items: start; }
    .f4k-page-layout { grid-template-columns: 205px minmax(0, 1fr); gap: 32px; }
}

@media (max-width: 880px) {
    body { background-attachment: scroll; }
    .site-shell { padding-top: 12px; }
    .desktop-brand { display: none; }
    .legacy-restored-image,
    .legacy-restored-image--right,
    .legacy-restored-image--left { float: none; width: 100%; max-width: 520px; margin: 8px auto 24px; }

    .mobile-brand {
        position: relative;
        display: flex;
        min-height: 146px;
        align-items: flex-end;
        justify-content: space-between;
        padding: 50px 18px 13px;
        background:
            radial-gradient(ellipse at 39% 56%, rgba(74, 126, 199, 0.38), transparent 48%),
            linear-gradient(112deg, rgba(16, 43, 92, 0.99), rgba(32, 69, 126, 0.99) 58%, rgba(15, 35, 76, 0.99));
        box-shadow: var(--shadow);
    }

    .brand-link--mobile {
        width: min(300px, calc(100vw - 112px));
        min-height: 85px;
        margin-left: 0;
    }
    .brand-link--mobile .brand-face--legacy img { width: min(300px, calc(100vw - 112px)); }
    .brand-link--mobile .brand-face--identity { gap: 8px; padding-left: 0; }
    .brand-link--mobile .brand-identity-image {
        width: 104px;
        height: 104px;
        margin-right: -14px;
        margin-left: -8px;
        transform: translateY(5px);
    }
    .brand-link--mobile .brand-symbol-name { font-size: clamp(16px, 5vw, 20px); }
    .mobile-socials { position: absolute; top: 10px; left: 18px; }
    .mobile-socials a { width: 30px; height: 30px; }

    .menu-toggle {
        display: grid;
        width: 44px;
        height: 42px;
        padding: 10px;
        align-content: center;
        gap: 5px;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.35);
        background: #222833;
        cursor: pointer;
    }

    .menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; background: currentColor; }

    .menu-toggle {
        border-radius: 6px;
        background: linear-gradient(145deg, #263e70, #131f3f);
        box-shadow: 0 6px 18px rgba(0, 0, 20, .24);
    }
    .menu-toggle:hover,
    .menu-toggle:focus-visible { color: var(--yellow); border-color: rgba(155, 218, 255, .78); }

    .primary-navigation {
        display: none;
        background: transparent;
    }
    .primary-navigation.is-open { display: block; }
    .primary-navigation > .shell-width {
        max-height: min(74vh, 680px);
        overflow-y: auto;
        border-top: 4px solid var(--gold);
        border-radius: 0 0 8px 8px;
        background: linear-gradient(160deg, #132b5b, #1f477f 62%, #101d3d);
        box-shadow: 0 18px 36px rgba(0, 0, 24, .34);
    }
    .primary-menu { display: block; padding: 10px 12px 14px; }
    .primary-menu > li {
        display: block;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .13);
    }
    .primary-menu > li > a {
        min-height: 52px;
        justify-content: flex-start;
        padding: 10px 46px 10px 12px;
        color: #fff;
        text-align: left;
        font-size: 15px;
        line-height: 1.25;
    }
    .primary-menu > li.current-menu-item > a,
    .primary-menu > li.current-menu-ancestor > a,
    .primary-menu > li > a:hover,
    .primary-menu > li > a:focus-visible {
        color: var(--yellow);
        background: rgba(255, 255, 255, .08);
        box-shadow: inset 3px 0 var(--gold);
    }
    .primary-menu > li > .submenu-toggle {
        top: 5px;
        right: 5px;
        width: 40px;
        height: 42px;
        transform: none;
    }
    .primary-menu > li > .sub-menu,
    .primary-menu > li:nth-last-child(-n + 4) > .sub-menu {
        position: static;
        display: none;
        width: auto;
        max-height: none;
        margin: 0 0 9px;
        padding: 5px 6px 7px 14px;
        overflow: visible;
        border: 0;
        border-left: 2px solid rgba(105, 183, 238, .78);
        border-radius: 0;
        background: rgba(4, 18, 48, .28);
        box-shadow: none;
    }
    .primary-menu > li:hover > .sub-menu,
    .primary-menu > li:focus-within > .sub-menu { display: none; }
    .primary-menu li.submenu-open > .sub-menu { display: block; }
    .primary-menu > li > .sub-menu > li > a,
    .primary-menu .sub-menu a {
        padding: 10px 42px 10px 11px;
        color: #fff;
        border: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .13);
        background: transparent;
        font-size: 14px;
        font-weight: 600;
    }
    .primary-menu .sub-menu a:hover,
    .primary-menu .sub-menu a:focus-visible { color: var(--yellow); background: rgba(255, 255, 255, .07); }
    .primary-menu > li > .sub-menu > li > .sub-menu {
        display: none;
        padding: 0 0 7px 15px;
        border-left: 1px solid rgba(255, 255, 255, .2);
    }
    .primary-menu > li > .sub-menu > li > .sub-menu a { font-size: 13px; }
    .primary-menu .sub-menu .submenu-toggle {
        top: 4px;
        right: 1px;
        display: grid;
        width: 38px;
        height: 38px;
        color: #fff;
        transform: none;
    }

    .hero-slider { height: clamp(220px, 48vw, 400px); min-height: 0; }
    .hero-slide { object-position: center; }

    .home-content,
    .home-video { grid-template-columns: 1fr; }
    .testimonial-band__heading { grid-template-columns: 1fr; align-items: start; }
    .service-area-band { grid-template-columns: 1fr; }
    .f4k-state-links { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .home-sidebar { padding-left: 0; border-left: 0; }
    .sidebar-module { padding: 22px; background: #f0f0f0; border: 0; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .f4k-page-layout { grid-template-columns: 1fr; }
    .f4k-page-masthead--state { grid-template-columns: 1fr; }
    .f4k-page-masthead--state h1 { max-width: none; }
    .f4k-state-image { width: min(100%, 640px); }
    .f4k-section-navigation { position: static; max-height: none; overflow: visible; }
    .f4k-section-navigation__toggle { padding: 14px 16px; cursor: pointer; }
    .f4k-section-navigation__toggle > span:last-child { display: inline; font-size: 23px; font-weight: 400; }
    .f4k-section-navigation__body { display: none; max-height: 380px; overflow-y: auto; padding: 0 12px 14px; }
    .f4k-section-navigation.is-open .f4k-section-navigation__body { display: block; }
    .f4k-page-action { margin-inline: -54px; }
}

@media (max-width: 620px) {
    .shell-width { width: calc(100% - 20px); }
    .site-shell { padding-bottom: 20px; }
    .mobile-brand { min-height: 132px; padding-inline: 13px; }
    .hero-slider { height: 205px; }
    .hero-slide { object-position: center center; }

    .contact-strip {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 18px 22px 22px;
        text-align: center;
    }

    .location-block,
    .phone-block { justify-items: center; text-align: center; }
    .call-us { order: -1; margin-bottom: 8px; color: var(--blue-heading); font-size: 17px; }
    .member-actions { flex-direction: column; margin-top: 10px; }
    .member-actions .button { width: 100%; }

    .site-main--home,
    .site-main--inner { padding: 32px 24px 0; }
    .site-main--inner { padding-bottom: 44px; }
    .home-content { gap: 26px; }
    .home-video { grid-template-columns: 1fr; margin: 0 -24px; padding: 28px 24px; }
    .testimonial-band { margin: 32px -24px 0; padding: 34px 24px 30px; }
    .testimonial-band__stage { min-height: 350px; }
    .testimonial-slide { padding-block: 28px; }
    .testimonial-slide blockquote p { font-size: 25px; }
    .testimonial-band__footer,
    .testimonial-band__actions { align-items: stretch; flex-direction: column; }
    .testimonial-band__footer { gap: 22px; }
    .testimonial-band__actions { width: 100%; gap: 10px; }
    .testimonial-band__actions .text-link { min-height: 48px; text-align: center; }
    .testimonial-band__actions .button { width: 100%; }
    .testimonial-controls { width: 100%; justify-content: space-between; }
    .service-area-band { margin: 32px -24px 0; padding: 34px 24px; }
    .service-area-band__actions .button { width: 100%; }
    .f4k-service-paths { grid-template-columns: 1fr; }
    .f4k-service-paths section,
    .f4k-service-paths section:nth-child(odd) { margin-right: 0; padding-right: 0; }
    .f4k-state-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    h1 { font-size: 36px; }
    h2 { font-size: 26px; }
    .lead { font-size: 19px; }

    .legacy-callout { margin-inline: -24px; padding: 28px 24px; }
    .resource-band { margin-inline: -24px; padding: 30px 24px; }
    .resource-links { grid-template-columns: 1fr; }
    .f4k-breadcrumbs { margin-top: -4px; }
    .f4k-page-masthead { margin-bottom: 26px; }
    .f4k-page-masthead__copy > p:last-child { font-size: 18px; }
    .f4k-page-masthead--state { margin-inline: -24px; padding: 28px 24px 30px; }
    .f4k-state-image { width: 100%; }
    .f4k-page-outline ol { columns: 1; }
    .f4k-calendar-intro,
    .f4k-state-law-intro { margin-inline: -4px; padding: 22px 20px; }
    .f4k-calendar-agenda { margin-inline: -4px; padding: 18px 16px; }
    .entry-content .f4k-calendar-agenda li { grid-template-columns: 72px 1fr; gap: 12px; }
    .f4k-calendar-actions { display: grid; }
    .f4k-calendar-frame,
    .f4k-calendar-frame iframe { min-height: 560px; height: 560px; }
    .entry-content .f4k-state-law-directory li { grid-template-columns: 82px 1fr; gap: 12px 15px; padding: 15px 0; }
    .f4k-state-law-directory img { width: 82px; }
    .f4k-state-law-directory__links { grid-column: 1 / -1; padding-left: 97px; }
    .f4k-self-rep-hero { margin-inline: -4px; padding: 28px 22px; }
    .entry-content .f4k-self-rep-hero h2 { font-size: 34px; }
    .f4k-self-rep-actions { align-items: stretch; flex-direction: column; }
    .f4k-self-rep-actions .button { width: 100%; }
    .entry-content .f4k-self-rep-steps li { grid-template-columns: 42px 1fr; gap: 12px; }
    .f4k-self-rep-guide-links { grid-template-columns: 1fr; }
    .entry-content .f4k-self-rep-guide-links a:nth-child(odd) { margin-right: 0; }
    .f4k-self-rep-nationwide { grid-template-columns: 1fr; gap: 22px; padding: 24px 20px; }
    .f4k-self-rep-caution { padding: 24px 20px; }
    .f4k-related-links { grid-template-columns: 1fr; }
    .f4k-related-links a:nth-child(odd) { margin-right: 0; }
    .f4k-page-action { align-items: flex-start; flex-direction: column; margin: 42px -24px -44px; padding: 30px 24px; }
    .f4k-page-action h2 { font-size: 23px; }
    .f4k-page-action > div:last-child { width: 100%; align-items: stretch; flex-direction: column; }
    .f4k-page-action .button { width: 100%; }
    .f4k-action-phone { text-align: center; }
    .f4k-post-navigation { align-items: flex-start; flex-direction: column; }
    .f4k-post-navigation a { max-width: none; }

    .footer-current-offer { align-items: stretch; flex-direction: column; gap: 18px; padding: 28px 24px; }
    .footer-current-offer h2 { font-size: 22px; }
    .footer-current-offer .button { width: 100%; }
    .footer-main { grid-template-columns: 1fr; gap: 22px; padding: 32px 24px; }
    .footer-bottom { flex-direction: column; padding: 18px 24px; }
    .footer-bottom ul { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
    .brand-face { transition: none; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
