.shabos-site,
.shabos-form-card {
    box-sizing: border-box;
    color: #f7f2e8;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
}

.shabos-site *,
.shabos-site *::before,
.shabos-site *::after,
.shabos-form-card,
.shabos-form-card * {
    box-sizing: border-box;
}

.shabos-site {
    --shabos-ink: #101722;
    --shabos-navy: #07111f;
    --shabos-charcoal: #141a22;
    --shabos-steel: #7e9aaa;
    --shabos-steel-bright: #9cb5c4;
    --shabos-teal: #4d948f;
    --shabos-gold: #9cb5c4;
    --shabos-silver: #dceaf0;
    --shabos-muted: #667381;
    --shabos-soft: #f4f0e8;
    --shabos-white: #fffaf0;
    --shabos-border: rgba(255, 255, 255, 0.18);
    --shabos-readable-panel: rgba(5, 20, 40, 0.55);
    --shabos-readable-panel-strong: rgba(5, 20, 40, 0.62);
    --shabos-readable-border: rgba(255, 255, 255, 0.18);
    --shabos-readable-shadow: 0 2px 8px rgba(0, 0, 0, 0.65);
    --shabos-scrim-left: 0;
    --shabos-scrim-mid: 0;
    --shabos-scrim-soft: 0;
    --shabos-scrim-edge: 0;
    --shabos-scrim-bottom: 0;
    --shabos-scrim-top: 0;
    --shabos-form-scrim-left: 0;
    --shabos-form-scrim-mid: 0;
    --shabos-form-scrim-soft: 0;
    --shabos-form-scrim-edge: 0;
    --shabos-mobile-scrim-bottom: 0;
    --shabos-mobile-scrim-mid: 0;
    --shabos-mobile-scrim-top: 0;
    background: var(--shabos-navy);
    margin: 0;
    overflow-x: hidden;
}

.shabos-site-premium {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    min-height: 100vh;
    position: relative;
    right: 50%;
    width: 100vw;
}

body:has(.shabos-site-premium) .entry-title,
body:has(.shabos-site-premium) .page-title,
body:has(.shabos-site-premium) .wp-block-post-title {
    display: none;
}

body:has(.shabos-site-premium) .site-header,
body:has(.shabos-site-premium) #masthead,
body:has(.shabos-site-premium) header.wp-block-template-part,
body:has(.shabos-site-premium) .wp-block-template-part:has(header),
body:has(.shabos-site-premium) .site-footer,
body:has(.shabos-site-premium) #colophon,
body:has(.shabos-site-premium) footer.wp-block-template-part,
body:has(.shabos-site-premium) .wp-block-template-part:has(footer) {
    display: none;
}

body:has(.shabos-site-premium) .entry-content,
body:has(.shabos-site-premium) .wp-block-post-content {
    margin: 0;
    max-width: none;
    padding: 0;
}

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

.shabos-site a {
    color: inherit;
}

.shabos-site a:focus-visible,
.shabos-site button:focus-visible,
.shabos-form-card input:focus-visible,
.shabos-form-card select:focus-visible,
.shabos-form-card textarea:focus-visible {
    outline: 3px solid rgba(202, 165, 106, 0.6);
    outline-offset: 3px;
}

.shabos-public-nav {
    align-items: center;
    background: rgba(5, 12, 22, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(18px);
    display: flex;
    gap: 16px;
    justify-content: space-between;
    left: 0;
    min-height: 76px;
    padding: 10px max(24px, calc((100vw - 1420px) / 2));
    position: fixed;
    right: 0;
    top: 0;
    transition: background 0.2s ease, border-color 0.2s ease, min-height 0.2s ease;
    z-index: 9999;
}

.shabos-public-nav.is-scrolled {
    background: rgba(5, 12, 22, 0.92);
    border-bottom-color: rgba(156, 181, 196, 0.28);
    min-height: 66px;
}

.admin-bar .shabos-public-nav {
    top: 32px;
}

.shabos-brand {
    align-items: center;
    display: inline-flex;
    gap: 12px;
    min-width: 0;
    text-decoration: none;
}

.shabos-brand img {
    background: transparent;
    border: none;
    box-shadow: none;
    display: block;
    height: auto;
    max-width: none;
    object-fit: contain;
    width: clamp(150px, 18vw, 280px);
}

.shabos-public-nav.is-scrolled .shabos-brand img {
    height: auto;
    width: clamp(150px, 16vw, 260px);
}

.shabos-brand span {
    align-items: center;
    background: rgba(202, 165, 106, 0.16);
    border: 1px solid rgba(202, 165, 106, 0.48);
    border-radius: 6px;
    color: var(--shabos-gold);
    display: inline-flex;
    font-size: 13px;
    font-weight: 900;
    height: 38px;
    justify-content: center;
    width: 48px;
}

.shabos-brand strong {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.1;
    white-space: nowrap;
}

.shabos-menu-toggle {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 5px;
    height: 44px;
    justify-content: center;
    padding: 0;
    width: 46px;
}

.shabos-menu-toggle span {
    background: #fff;
    display: block;
    height: 2px;
    width: 20px;
}

.shabos-nav-links {
    align-items: center;
    display: flex;
    gap: 2px;
    justify-content: flex-end;
}

.shabos-nav-links a,
.shabos-nav-parent {
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.84);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.1;
    min-height: 38px;
    padding: 10px 8px;
    text-decoration: none;
    transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}

.shabos-nav-links a:hover,
.shabos-nav-links a.is-active,
.shabos-nav-parent:hover,
.shabos-nav-parent.is-active {
    background: rgba(156, 181, 196, 0.12);
    color: #fff;
}

.shabos-nav-links a.shabos-nav-login {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.86);
    color: #07111f;
    margin-left: 8px;
    padding-left: 14px;
    padding-right: 14px;
}

.shabos-nav-links a.shabos-nav-login:hover,
.shabos-nav-links a.shabos-nav-login.is-active {
    background: #dceaf0;
    border-color: #dceaf0;
    color: #07111f;
}

.shabos-wp-nav-login > a,
.shabos-portal-login-link {
    border: 1px solid currentColor;
    border-radius: 8px;
    font-weight: 800;
    padding: 8px 12px;
}

.shabos-nav-group {
    position: relative;
}

.shabos-nav-dropdown {
    background: rgba(5, 12, 22, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
    display: grid;
    gap: 2px;
    min-width: 250px;
    opacity: 0;
    padding: 8px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    transform: translateY(-4px);
    transition: opacity 0.16s ease, transform 0.16s ease;
}

.shabos-nav-group:hover .shabos-nav-dropdown,
.shabos-nav-group:focus-within .shabos-nav-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.shabos-screen {
    background-image: var(--shabos-bg);
    background-position: var(--shabos-bg-position, center center);
    background-repeat: no-repeat;
    background-size: cover;
    isolation: isolate;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    position: relative;
}

.shabos-screen::before {
    background: none;
    content: "";
    display: none;
    inset: 0;
    position: absolute;
    z-index: -2;
}

.shabos-screen::after {
    background: none;
    content: "";
    display: none;
    inset: 0;
    position: absolute;
    z-index: -1;
}

.shabos-screen-inner {
    align-items: center;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1.02fr) minmax(300px, 0.72fr);
    margin: 0 auto;
    max-width: 1360px;
    min-height: inherit;
    padding: 118px 32px 68px;
    position: relative;
    width: 100%;
}

.shabos-hero-copy {
    max-width: 780px;
    text-shadow: var(--shabos-readable-shadow);
}

.shabos-screen .shabos-hero-copy {
    background: var(--shabos-readable-panel);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border: 1px solid var(--shabos-readable-border);
    border-radius: 14px;
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
    max-width: 830px;
    padding: clamp(20px, 3vw, 30px) clamp(20px, 3.2vw, 34px);
}

.shabos-screen .shabos-hero-copy h1,
.shabos-screen .shabos-hero-copy h2,
.shabos-screen .shabos-hero-copy p,
.shabos-screen .shabos-hero-copy .shabos-kicker,
.shabos-intake-aside h1,
.shabos-intake-aside h2,
.shabos-intake-aside p,
.shabos-intake-aside li,
.shabos-form-heading h2,
.shabos-form-heading span {
    text-shadow: var(--shabos-readable-shadow);
}

.shabos-kicker,
.shabos-form-heading p {
    color: var(--shabos-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.shabos-hero-copy h1,
.shabos-page-hero h1,
.shabos-intake-aside h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 0.98;
    margin: 0 0 24px;
    max-width: 920px;
    text-wrap: balance;
}

.shabos-hero-copy h2,
.shabos-section-heading h2,
.shabos-feature-band h2,
.shabos-intake-aside h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.04;
    margin: 0 0 16px;
    text-wrap: balance;
}

.shabos-hero-copy p,
.shabos-page-hero p,
.shabos-intake-aside p {
    color: rgba(255, 250, 240, 0.88);
    font-size: 19px;
    line-height: 1.62;
    margin: 0;
    max-width: 780px;
}

.shabos-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.shabos-button,
.shabos-text-link {
    align-items: center;
    border-radius: 8px;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: center;
    min-height: 50px;
    padding: 14px 20px;
    text-decoration: none;
}

.shabos-screen .shabos-button,
.shabos-screen .shabos-text-link {
    text-shadow: var(--shabos-readable-shadow);
}

.shabos-button-primary {
    background: linear-gradient(135deg, var(--shabos-silver), var(--shabos-steel-bright));
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #08111d;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.shabos-button-primary:hover {
    background: linear-gradient(135deg, #eef7fb, #b7cbd6);
}

.shabos-button-secondary {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.38);
    color: #fff;
    text-shadow: var(--shabos-readable-shadow);
}

.shabos-button-secondary:hover {
    background: rgba(255, 255, 255, 0.14);
}

.shabos-text-link {
    color: var(--shabos-gold);
    min-height: 0;
    padding: 0;
}

.shabos-hero-proof,
.shabos-stat-grid div,
.shabos-glass-panel,
.shabos-glass-form {
    background: var(--shabos-readable-panel-strong);
    border: 1px solid var(--shabos-readable-border);
    border-radius: 8px;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.32);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.shabos-hero-proof {
    align-self: end;
    justify-self: end;
    max-width: 330px;
    padding: 22px;
}

.shabos-hero-proof span,
.shabos-proof-list span,
.shabos-public-footer span {
    color: rgba(255, 250, 240, 0.58);
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.shabos-hero-proof strong {
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: 1.12;
}

.shabos-institutional-band,
.shabos-feature-band,
.shabos-process-section,
.shabos-section,
.shabos-contact-band,
.shabos-credit-section {
    padding: 92px max(28px, calc((100vw - 1360px) / 2));
}

.shabos-status-bar {
    background: #07111f;
    border-bottom: 1px solid rgba(156, 181, 196, 0.16);
    border-top: 1px solid rgba(156, 181, 196, 0.16);
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding: 0 max(20px, calc((100vw - 1360px) / 2));
}

.shabos-status-bar span {
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 250, 240, 0.84);
    display: flex;
    font-size: 12px;
    font-weight: 900;
    justify-content: center;
    letter-spacing: 0;
    min-height: 76px;
    padding: 16px 12px;
    text-align: center;
    text-transform: uppercase;
}

.shabos-institutional-band {
    background: #0b1625;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.shabos-security-band {
    background: #0f1a28;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 82px max(28px, calc((100vw - 1360px) / 2));
}

.shabos-security-light {
    background: #ece6dc;
}

.shabos-security-light .shabos-section-heading h2,
.shabos-security-light .shabos-security-grid h3 {
    color: var(--shabos-ink);
}

.shabos-security-light .shabos-section-heading p:not(.shabos-kicker),
.shabos-security-light .shabos-security-grid p {
    color: #5e6874;
}

.shabos-security-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1360px;
}

.shabos-security-grid article {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 24px;
}

.shabos-security-light .shabos-security-grid article {
    background: #fff;
    border-color: rgba(13, 28, 46, 0.12);
    box-shadow: 0 16px 36px rgba(17, 24, 39, 0.06);
}

.shabos-security-grid h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.shabos-security-grid p {
    color: rgba(255, 250, 240, 0.72);
    line-height: 1.62;
    margin: 0;
}

.shabos-band-grid {
    align-items: end;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
}

.shabos-band-grid h2,
.shabos-section-heading h2,
.shabos-feature-band h2,
.shabos-intake-aside h2 {
    max-width: 860px;
}

.shabos-band-grid p:not(.shabos-kicker),
.shabos-section-heading p:not(.shabos-kicker),
.shabos-feature-band p,
.shabos-process-grid p,
.shabos-route-card p,
.shabos-credit-grid p {
    color: rgba(255, 250, 240, 0.72);
    font-size: 17px;
    line-height: 1.65;
    margin: 0;
}

.shabos-section {
    background: #f4f0e8;
    color: var(--shabos-ink);
}

.shabos-capability-section {
    background: #eef2f5;
}

.shabos-section-heading {
    margin: 0 auto 36px;
    max-width: 860px;
    text-align: center;
}

.shabos-section .shabos-section-heading h2,
.shabos-section .shabos-route-card h3,
.shabos-section .shabos-route-card strong,
.shabos-credit-grid h3 {
    color: var(--shabos-ink);
}

.shabos-section .shabos-section-heading p:not(.shabos-kicker),
.shabos-section .shabos-route-card p,
.shabos-credit-grid p {
    color: #5e6874;
}

.shabos-routing-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1360px;
}

.shabos-capability-grid,
.shabos-request-center-grid,
.shabos-notice-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1360px;
}

.shabos-capability-grid article,
.shabos-request-center-grid a,
.shabos-notice-grid article {
    background: #fff;
    border: 1px solid rgba(13, 28, 46, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
    min-height: 220px;
    padding: 26px;
}

.shabos-capability-grid article span {
    background: linear-gradient(135deg, #dceaf0, #7e9aaa);
    display: block;
    height: 4px;
    margin-bottom: 22px;
    width: 62px;
}

.shabos-capability-grid h3,
.shabos-request-center-grid h3,
.shabos-notice-grid h2 {
    color: var(--shabos-ink);
    font-size: 22px;
    line-height: 1.18;
    margin: 0 0 10px;
}

.shabos-capability-grid p,
.shabos-request-center-grid p,
.shabos-notice-grid p {
    color: #5e6874;
    line-height: 1.62;
    margin: 0;
}

.shabos-request-center-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shabos-request-center-grid a {
    display: flex;
    flex-direction: column;
    min-height: 210px;
    text-decoration: none;
}

.shabos-request-center-grid strong {
    color: #253f5c;
    display: block;
    font-size: 14px;
    margin-top: auto;
    padding-top: 22px;
}

.shabos-government-section {
    background: #eef2f5;
}

.shabos-government-id-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto 22px;
    max-width: 1360px;
}

.shabos-government-id-grid article,
.shabos-government-service-grid article {
    background: #fff;
    border: 1px solid rgba(13, 28, 46, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
    min-height: 190px;
    padding: 24px;
}

.shabos-government-id-grid article > span {
    color: #5e6874;
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.shabos-government-id-grid strong {
    color: var(--shabos-ink);
    display: block;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 16px;
    overflow-wrap: anywhere;
}

.shabos-copy-button {
    background: #0f2d52;
    border: 1px solid #0f2d52;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    min-height: 34px;
    padding: 8px 12px;
}

.shabos-government-naics div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.shabos-naics-pill {
    background: #eef2f5;
    border-color: rgba(13, 28, 46, 0.16);
    color: #253f5c;
}

.shabos-government-contact-card a {
    color: #253f5c;
    display: block;
    font-weight: 900;
    margin-bottom: 8px;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.shabos-government-contact-card p {
    color: #5e6874;
    line-height: 1.5;
    margin: 0;
}

.shabos-government-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 22px auto 34px;
    max-width: 1360px;
}

.shabos-government-actions .shabos-button-secondary {
    border-color: rgba(13, 28, 46, 0.24);
    color: #253f5c;
}

.shabos-government-actions .shabos-button-secondary:hover {
    background: rgba(37, 63, 92, 0.08);
}

.shabos-capability-letter {
    background: #fff;
    border: 1px solid rgba(13, 28, 46, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.07);
    margin: 0 auto 22px;
    max-width: 1360px;
    padding: 28px;
}

.shabos-capability-letter > span {
    color: #7d6938;
    display: block;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.shabos-capability-letter p {
    color: #344054;
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 14px;
}

.shabos-capability-letter p:last-child {
    margin-bottom: 0;
}

.shabos-government-service-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 auto 22px;
    max-width: 1360px;
}

.shabos-government-service-grid article {
    min-height: 170px;
}

.shabos-government-service-grid h3 {
    color: var(--shabos-ink);
    font-size: 21px;
    line-height: 1.18;
    margin: 0 0 10px;
}

.shabos-government-service-grid p,
.shabos-government-disclaimer {
    color: #5e6874;
    line-height: 1.62;
    margin: 0;
}

.shabos-government-disclaimer {
    background: #fff;
    border: 1px solid rgba(13, 28, 46, 0.12);
    border-left: 4px solid #7e9aaa;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.06);
    margin: 0 auto;
    max-width: 960px;
    padding: 18px 20px;
}

.shabos-route-card {
    background: #fff;
    border: 1px solid rgba(13, 28, 46, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 250px;
    overflow: hidden;
    padding: 26px;
    position: relative;
    text-decoration: none;
    transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.shabos-route-card::before {
    background: var(--shabos-teal);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.shabos-route-card:hover {
    box-shadow: 0 28px 70px rgba(17, 24, 39, 0.14);
    transform: translateY(-2px);
}

.shabos-route-card > span {
    color: var(--shabos-teal);
    font-size: 13px;
    font-weight: 950;
}

.shabos-route-card h3 {
    font-size: 22px;
    line-height: 1.16;
    margin: 16px 0 10px;
}

.shabos-route-card strong {
    display: block;
    font-size: 14px;
    margin-top: auto;
    padding-top: 22px;
}

.shabos-accent-green::before { background: #4d755d; }
.shabos-accent-rust::before { background: #a76642; }
.shabos-accent-gold::before { background: var(--shabos-gold); }
.shabos-accent-navy::before { background: #253f5c; }

.shabos-feature-band {
    align-items: center;
    background: #0c1726;
    display: grid;
    gap: 46px;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.82fr);
}

.shabos-structure-band .shabos-band-grid {
    align-items: center;
}

.shabos-structure-grid {
    display: grid;
    gap: 12px;
}

.shabos-structure-grid article {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(156, 181, 196, 0.18);
    border-radius: 8px;
    padding: 22px;
}

.shabos-structure-grid span {
    color: var(--shabos-steel-bright);
    display: block;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.shabos-structure-grid strong {
    color: #fff;
    display: block;
    font-size: 21px;
    line-height: 1.18;
    margin-bottom: 8px;
}

.shabos-structure-grid p {
    color: rgba(255, 250, 240, 0.72);
    line-height: 1.58;
    margin: 0;
}

.shabos-feature-band p {
    margin-bottom: 16px;
}

.shabos-proof-list {
    display: grid;
    gap: 12px;
}

.shabos-proof-list div {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    padding: 22px;
}

.shabos-proof-list strong {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 1.25;
}

.shabos-process-section {
    background: #f4f0e8;
}

.shabos-process-section .shabos-section-heading h2,
.shabos-process-grid h3 {
    color: var(--shabos-ink);
}

.shabos-process-section .shabos-section-heading p:not(.shabos-kicker),
.shabos-process-grid p {
    color: #5e6874;
}

.shabos-process-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1360px;
}

.shabos-process-grid article {
    background: #fff;
    border: 1px solid rgba(13, 28, 46, 0.12);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(17, 24, 39, 0.07);
    min-height: 210px;
    padding: 24px;
}

.shabos-process-grid span {
    color: var(--shabos-gold);
    display: block;
    font-size: 13px;
    font-weight: 950;
    margin-bottom: 14px;
}

.shabos-process-grid h3 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.shabos-split-screen::before,
.shabos-form-screen::before {
    background: none;
    display: none;
}

.shabos-stat-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.shabos-stat-grid div {
    min-height: 180px;
    padding: 22px;
}

.shabos-stat-grid span {
    color: var(--shabos-gold);
    display: block;
    font-size: 13px;
    font-weight: 950;
    margin-bottom: 16px;
}

.shabos-stat-grid strong {
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 1.16;
    margin-bottom: 8px;
}

.shabos-stat-grid p {
    color: rgba(255, 250, 240, 0.7);
    line-height: 1.55;
    margin: 0;
}

.shabos-contact-band {
    background: #101722;
}

.shabos-contact-band .shabos-section-heading h2 {
    color: #fff;
}

.shabos-contact-band .shabos-section-heading p:not(.shabos-kicker) {
    color: rgba(255, 250, 240, 0.78);
}

.shabos-contact-inline {
    margin: 24px auto 26px;
}

.shabos-contact-card {
    margin: 18px 0 8px;
}

.shabos-public-contact {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    color: rgba(255, 250, 240, 0.82);
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    justify-content: center;
    padding: 14px;
}

.shabos-public-contact strong {
    color: #fff;
}

.shabos-public-contact span,
.shabos-public-contact a {
    color: rgba(255, 250, 240, 0.82);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.shabos-public-contact a {
    color: var(--shabos-gold);
}

.shabos-form-screen-inner {
    align-items: start;
    grid-template-columns: minmax(280px, 0.86fr) minmax(360px, 660px);
    padding-bottom: 74px;
}

.shabos-embedded-form-screen {
    min-height: auto;
}

.shabos-embedded-form-screen .shabos-screen-inner {
    min-height: 100vh;
    min-height: 100svh;
}

.shabos-intake-aside {
    padding: 30px;
}

.shabos-intake-aside h1 {
    font-size: 54px;
    line-height: 1.02;
}

.shabos-intake-aside h2 {
    font-size: 40px;
}

.shabos-intake-aside ul {
    display: grid;
    gap: 12px;
    margin: 24px 0;
    padding-left: 20px;
}

.shabos-intake-aside li {
    color: rgba(255, 250, 240, 0.82);
    line-height: 1.55;
}

.shabos-form-card {
    color: #fff;
    margin: 0;
    max-width: 760px;
    padding: 30px;
    text-shadow: var(--shabos-readable-shadow);
    width: 100%;
}

.shabos-form-heading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    margin-bottom: 22px;
    padding-bottom: 18px;
}

.shabos-form-heading h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.12;
    margin: 0 0 10px;
}

.shabos-form-heading span {
    color: rgba(255, 250, 240, 0.72);
    display: block;
    line-height: 1.55;
}

.shabos-security-strip {
    background: rgba(202, 165, 106, 0.12);
    border: 1px solid rgba(202, 165, 106, 0.26);
    border-radius: 8px;
    display: grid;
    gap: 5px;
    margin-bottom: 18px;
    padding: 12px;
}

.shabos-security-strip strong {
    color: #fff;
    font-size: 13px;
    line-height: 1.25;
}

.shabos-security-strip span {
    color: rgba(255, 250, 240, 0.76);
    font-size: 13px;
    line-height: 1.45;
}

.shabos-form-card form {
    display: grid;
    gap: 15px;
}

.shabos-honeypot {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.shabos-form-card label {
    color: rgba(255, 250, 240, 0.9);
    display: grid;
    font-size: 14px;
    font-weight: 800;
    gap: 7px;
}

.shabos-form-card label span em {
    color: #f0b6a1;
    font-style: normal;
}

.shabos-form-card input,
.shabos-form-card select,
.shabos-form-card textarea {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    box-shadow: none;
    color: #101722;
    font: inherit;
    min-height: 46px;
    padding: 11px 12px;
    width: 100%;
}

.shabos-form-card textarea {
    min-height: 118px;
    resize: vertical;
}

.shabos-form-card input[type="file"] {
    padding: 9px 12px;
}

.shabos-file-note {
    color: var(--shabos-gold);
    font-size: 13px;
    font-weight: 800;
}

.shabos-form-card button[type="submit"] {
    background: linear-gradient(135deg, var(--shabos-silver), var(--shabos-steel-bright));
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #08111d;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    min-height: 52px;
    padding: 14px 18px;
}

.shabos-form-card button[type="submit"]:hover {
    background: linear-gradient(135deg, #eef7fb, #b7cbd6);
}

.shabos-form-card button[type="submit"]:disabled {
    cursor: wait;
    opacity: 0.74;
}

.shabos-checkbox {
    align-items: center;
    display: flex !important;
    gap: 10px !important;
}

.shabos-checkbox input,
.shabos-fieldset input {
    min-height: 0;
    width: auto;
}

.shabos-fieldset {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    margin: 2px 0;
    padding: 16px;
}

.shabos-fieldset legend {
    color: #fff;
    font-weight: 850;
    padding: 0 8px;
}

.shabos-fieldset label {
    align-items: center;
    display: flex;
    font-weight: 650;
    gap: 9px;
}

.shabos-control-note {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: rgba(255, 250, 240, 0.76);
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    padding: 12px;
}

.shabos-form-notice {
    background: rgba(62, 126, 94, 0.22);
    border: 1px solid rgba(146, 218, 177, 0.42);
    border-radius: 8px;
    color: #d9ffe8;
    font-weight: 850;
    margin-bottom: 18px;
    padding: 12px;
}

.shabos-form-alert {
    background: rgba(202, 165, 106, 0.14);
    border-color: rgba(202, 165, 106, 0.34);
    color: #ffe7b8;
    margin-top: 18px;
}

.shabos-confirmation-code {
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-top: 12px;
    padding: 12px;
}

.shabos-confirmation-code span,
.shabos-tracking-code span {
    color: rgba(255, 250, 240, 0.68);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.shabos-confirmation-code strong,
.shabos-tracking-code strong {
    color: #fff;
    font-family: "Segoe UI Mono", Consolas, monospace;
    font-size: 18px;
    letter-spacing: 0;
}

.shabos-confirmation-code a {
    color: var(--shabos-gold);
    font-size: 13px;
    font-weight: 900;
    margin-left: auto;
    text-decoration: none;
}

.shabos-tracking-panel form {
    margin-bottom: 18px;
}

.shabos-tracking-result {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    display: grid;
    gap: 16px;
    margin-top: 20px;
    padding: 18px;
}

.shabos-tracking-result h3 {
    color: #fff;
    font-size: 22px;
    line-height: 1.18;
    margin: 0;
}

.shabos-tracking-result > p {
    color: rgba(255, 250, 240, 0.74);
    line-height: 1.5;
    margin: 0;
}

.shabos-tracking-code {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    padding-bottom: 14px;
}

.shabos-tracking-result dl {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
}

.shabos-tracking-result dl div {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    padding: 12px;
}

.shabos-tracking-result dt {
    color: rgba(255, 250, 240, 0.62);
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.shabos-tracking-result dd {
    color: #fff;
    font-weight: 850;
    margin: 0;
}

.shabos-tracking-steps {
    counter-reset: shabos-step;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

.shabos-tracking-steps li {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: rgba(255, 250, 240, 0.68);
    counter-increment: shabos-step;
    min-height: 82px;
    padding: 12px;
}

.shabos-tracking-steps li::before {
    color: var(--shabos-gold);
    content: counter(shabos-step, decimal-leading-zero);
    display: block;
    font-size: 12px;
    font-weight: 950;
    margin-bottom: 8px;
}

.shabos-tracking-steps li.is-complete,
.shabos-tracking-steps li.is-current {
    border-color: rgba(202, 165, 106, 0.45);
    color: #fff;
}

.shabos-tracking-steps li.is-current {
    background: rgba(202, 165, 106, 0.16);
}

.shabos-public-footer {
    background: #050b14;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 250, 240, 0.74);
    display: grid;
    gap: 26px;
    grid-template-columns: minmax(280px, 1.5fr) repeat(3, minmax(170px, 0.8fr));
    padding: 38px max(28px, calc((100vw - 1360px) / 2));
}

.shabos-public-footer strong {
    color: #fff;
    display: block;
    line-height: 1.28;
}

.shabos-footer-logo {
    display: block;
    height: auto;
    margin-bottom: 12px;
    max-width: 340px;
    width: 100%;
}

.shabos-footer-link {
    color: var(--shabos-gold);
    display: block;
    font-size: 13px;
    font-weight: 800;
    margin-top: 12px;
    text-decoration: none;
}

.shabos-public-footer p {
    margin: 8px 0 0;
    max-width: 700px;
}

.shabos-credit-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1360px;
}

.shabos-credit-grid article {
    background: #fff;
    border: 1px solid rgba(13, 28, 46, 0.12);
    border-radius: 8px;
    box-shadow: 0 16px 36px rgba(17, 24, 39, 0.07);
    padding: 22px;
}

.shabos-credit-grid h3 {
    font-size: 19px;
    line-height: 1.25;
    margin: 0 0 8px;
}

.shabos-credit-grid span {
    color: var(--shabos-gold);
    display: block;
    font-size: 13px;
    font-weight: 850;
    line-height: 1.35;
}

@media (max-width: 1280px) {
    .shabos-hero-copy h1,
    .shabos-page-hero h1 {
        font-size: 62px;
    }

    .shabos-hero-copy h2,
    .shabos-section-heading h2,
    .shabos-feature-band h2 {
        font-size: 42px;
    }

    .shabos-routing-grid,
    .shabos-capability-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shabos-government-id-grid,
    .shabos-government-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1320px) {
    .shabos-public-nav {
        min-height: 76px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .shabos-public-nav.is-scrolled {
        min-height: 66px;
    }

    .shabos-brand img,
    .shabos-public-nav.is-scrolled .shabos-brand img {
        height: auto;
        max-width: none;
        width: clamp(150px, 22vw, 250px);
    }

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

    .shabos-nav-links {
        display: none;
        flex-basis: 100%;
        grid-template-columns: 1fr;
        justify-content: stretch;
        width: 100%;
    }

    .shabos-public-nav.is-open {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .shabos-public-nav.is-open .shabos-nav-links {
        display: grid;
    }

    .shabos-nav-links a,
    .shabos-nav-parent {
        justify-content: flex-start;
        width: 100%;
    }

    .shabos-nav-links a.shabos-nav-login {
        margin-left: 0;
    }

    .shabos-nav-group {
        width: 100%;
    }

    .shabos-nav-dropdown {
        background: transparent;
        border: 0;
        box-shadow: none;
        display: grid;
        min-width: 0;
        opacity: 1;
        padding: 0 0 0 12px;
        pointer-events: auto;
        position: static;
        transform: none;
    }

    .shabos-status-bar {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .shabos-screen-inner,
    .shabos-form-screen-inner,
    .shabos-feature-band,
    .shabos-band-grid,
    .shabos-public-footer {
        grid-template-columns: 1fr;
    }

    .shabos-screen-inner {
        gap: 30px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .shabos-hero-proof {
        justify-self: start;
    }

    .shabos-process-grid,
    .shabos-security-grid,
    .shabos-credit-grid,
    .shabos-request-center-grid,
    .shabos-notice-grid,
    .shabos-government-id-grid,
    .shabos-government-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 782px) {
    .admin-bar .shabos-public-nav {
        top: 46px;
    }
}

@media (max-width: 760px) {
    .shabos-screen {
        background-position: center center;
    }

    .shabos-screen::before {
        background: none;
        display: none;
    }

    .shabos-screen-inner {
        align-content: end;
        padding: 112px 20px 42px;
    }

    .shabos-screen .shabos-hero-copy {
        background: rgba(5, 20, 40, 0.64);
        padding: 20px;
    }

    .shabos-hero-copy h1,
    .shabos-page-hero h1,
    .shabos-intake-aside h1 {
        font-size: 44px;
        line-height: 1.02;
    }

    .shabos-hero-copy h2,
    .shabos-section-heading h2,
    .shabos-feature-band h2,
    .shabos-intake-aside h2 {
        font-size: 34px;
    }

    .shabos-hero-copy p,
    .shabos-page-hero p,
    .shabos-intake-aside p {
        font-size: 17px;
    }

    .shabos-institutional-band,
    .shabos-security-band,
    .shabos-feature-band,
    .shabos-process-section,
    .shabos-section,
    .shabos-contact-band,
    .shabos-credit-section {
        padding: 62px 20px;
    }

    .shabos-routing-grid,
    .shabos-capability-grid,
    .shabos-request-center-grid,
    .shabos-notice-grid,
    .shabos-government-id-grid,
    .shabos-government-service-grid,
    .shabos-process-grid,
    .shabos-credit-grid,
    .shabos-stat-grid,
    .shabos-security-grid {
        grid-template-columns: 1fr;
    }

    .shabos-status-bar {
        grid-template-columns: 1fr;
    }

    .shabos-status-bar span {
        min-height: 52px;
    }

    .shabos-route-card,
    .shabos-process-grid article,
    .shabos-stat-grid div {
        min-height: 0;
    }

    .shabos-form-card,
    .shabos-intake-aside {
        padding: 22px;
    }

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

    .shabos-button {
        width: 100%;
    }

    .shabos-government-actions {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (max-width: 430px) {
    .shabos-public-nav {
        min-height: 64px;
        padding: 10px 14px;
    }

    .shabos-brand {
        gap: 9px;
    }

    .shabos-brand img {
        height: auto;
        max-width: none;
        width: clamp(150px, 46vw, 190px);
    }

    .shabos-brand span {
        height: 34px;
        width: 43px;
    }

    .shabos-brand strong {
        font-size: 13px;
        white-space: normal;
        width: 170px;
    }

    .shabos-menu-toggle {
        height: 40px;
        width: 42px;
    }

    .shabos-screen-inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .shabos-screen .shabos-hero-copy {
        border-radius: 12px;
        padding: 18px;
    }

    .shabos-hero-copy h1,
    .shabos-page-hero h1,
    .shabos-intake-aside h1 {
        font-size: 38px;
    }

    .shabos-hero-copy h2,
    .shabos-section-heading h2,
    .shabos-feature-band h2,
    .shabos-intake-aside h2 {
        font-size: 30px;
    }

    .shabos-hero-proof strong {
        font-size: 20px;
    }

    .shabos-form-heading h2 {
        font-size: 25px;
    }

    .shabos-form-card input,
    .shabos-form-card select,
    .shabos-form-card textarea {
        font-size: 16px;
    }

    .shabos-confirmation-code a {
        margin-left: 0;
        width: 100%;
    }

    .shabos-tracking-result dl,
    .shabos-tracking-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 340px) {
    .shabos-brand strong {
        width: 138px;
    }

    .shabos-hero-copy h1,
    .shabos-page-hero h1,
    .shabos-intake-aside h1 {
        font-size: 32px;
    }

    .shabos-hero-copy h2,
    .shabos-section-heading h2,
    .shabos-feature-band h2,
    .shabos-intake-aside h2 {
        font-size: 27px;
    }

    .shabos-route-card,
    .shabos-form-card,
    .shabos-intake-aside,
    .shabos-hero-proof {
        padding: 18px;
    }
}

.shabos-portal-site {
    background: #f4f7fb;
    color: #111827;
    min-height: 100vh;
}

.shabos-portal-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    min-height: calc(100vh - 84px);
}

.shabos-portal-sidebar {
    background: #071426;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    padding: 24px 18px;
}

.shabos-portal-sidebar img {
    display: block;
    height: auto;
    margin-bottom: 22px;
    max-width: 150px;
}

.shabos-portal-sidebar nav {
    display: grid;
    gap: 8px;
}

.shabos-portal-sidebar a {
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 700;
    padding: 10px 12px;
    text-decoration: none;
}

.shabos-portal-sidebar a.is-active,
.shabos-portal-sidebar a:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.shabos-portal-main {
    padding: 28px;
}

.shabos-portal-header {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 22px;
}

.shabos-portal-header h1 {
    font-size: 34px;
    line-height: 1.1;
    margin: 0;
}

.shabos-portal-grid,
.shabos-deal-board-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shabos-deal-board-grid {
    align-items: start;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.shabos-portal-panel,
.shabos-portal-card,
.shabos-deal-column,
.shabos-deal-card,
.shabos-agreement-box {
    background: #fff;
    border: 1px solid #dce3ec;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    padding: 18px;
}

.shabos-portal-panel {
    margin-bottom: 18px;
}

.shabos-portal-card,
.shabos-deal-card {
    display: grid;
    gap: 8px;
    text-decoration: none;
}

.shabos-portal-card span,
.shabos-deal-card span {
    color: #52657d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.shabos-portal-card strong {
    color: #0f172a;
    font-size: 24px;
}

.shabos-deal-column h2 {
    font-size: 16px;
    margin: 0 0 12px;
}

.shabos-deal-card {
    margin-bottom: 12px;
}

.shabos-deal-card h3 {
    font-size: 17px;
    margin: 0;
}

.shabos-portal-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.shabos-portal-facts span {
    background: #eef3f8;
    border-radius: 8px;
    padding: 8px 10px;
}

.shabos-portal-list {
    display: grid;
    gap: 10px;
}

.shabos-portal-list article {
    border-bottom: 1px solid #e5ebf2;
    padding-bottom: 10px;
}

.shabos-portal-list time {
    color: #64748b;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
}

.shabos-portal-form {
    display: grid;
    gap: 12px;
}

.shabos-portal-form input,
.shabos-portal-form select,
.shabos-portal-form textarea,
.shabos-portal-panel table {
    width: 100%;
}

.shabos-portal-form input,
.shabos-portal-form select,
.shabos-portal-form textarea {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 10px 12px;
}

.shabos-portal-panel table {
    border-collapse: collapse;
}

.shabos-portal-panel th,
.shabos-portal-panel td {
    border-bottom: 1px solid #e5ebf2;
    padding: 10px;
    text-align: left;
}

.shabos-agreement-text {
    background: #f8fafc;
    border: 1px solid #dce3ec;
    border-radius: 8px;
    max-height: 280px;
    overflow: auto;
    padding: 14px;
}

@media (prefers-reduced-motion: reduce) {
    .shabos-route-card,
    .shabos-nav-dropdown {
        transition: none;
    }
}

@media (max-width: 920px) {
    .shabos-portal-layout {
        grid-template-columns: 1fr;
    }

    .shabos-portal-sidebar {
        position: static;
    }

    .shabos-portal-sidebar nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .shabos-portal-grid {
        grid-template-columns: 1fr;
    }

    .shabos-portal-header {
        align-items: flex-start;
        flex-direction: column;
    }
}
