:root {
    --orth-bg: #f6f8fb;
    --orth-surface: #ffffff;
    --orth-text: #172033;
    --orth-muted: #566379;
    --orth-border: #dce3ee;
    --orth-accent: #2555d9;
    --orth-accent-dark: #173f9e;
    --orth-soft-accent: #edf3ff;
    --orth-focus: #2555d9;
    --orth-heading-font: var(--wp--preset--font-family--manrope, "Manrope", sans-serif);
    --orth-content-width: 1248px;
    --orth-gutter: 24px;
    --orth-radius: 14px;
    --orth-shadow: 0 12px 32px rgba(23, 32, 51, 0.07);
}

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

html {
    scroll-behavior: smooth;
}

body.orthogonal-experience {
    color: var(--orth-text);
    background: var(--orth-bg);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 1.0625rem;
    line-height: 1.65;
}

body.orthogonal-experience :is(h1, h2, h3, h4, h5, h6) {
    color: var(--orth-text);
    font-family: var(--orth-heading-font);
    font-weight: 700;
}

body.orthogonal-experience .wp-block-post-content {
    color: var(--orth-text);
    font-size: inherit;
    line-height: 1.65;
}

body.orthogonal-experience :where(a) {
    color: var(--orth-accent);
    text-underline-offset: 0.18em;
}

body.orthogonal-experience :where(button, select, input:not([type="checkbox"], [type="radio"], [type="hidden"], [type="range"])) {
    min-height: 44px;
}

body.orthogonal-experience :where(button) {
    min-width: 44px;
}

body.orthogonal-experience :where(.wp-element-button, .wp-block-button__link) {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: #fff;
    background: var(--orth-accent);
    font-size: 0.9375rem;
    font-weight: 650;
    line-height: 1.4;
    text-decoration: none;
}

body.orthogonal-experience :where(.wp-element-button, .wp-block-button__link):hover {
    color: #fff;
    background: var(--orth-accent-dark);
}

body.orthogonal-experience .wp-site-blocks {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 !important;
}

body.orthogonal-experience header.wp-block-template-part {
    position: relative;
    z-index: 20;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid var(--orth-border);
    background: var(--orth-surface);
}

body.orthogonal-experience header.wp-block-template-part > .wp-block-group,
body.orthogonal-experience header.wp-block-template-part > .wp-block-group > .wp-block-group {
    width: 100%;
    max-width: none !important;
    padding-inline: 0 !important;
}

body.orthogonal-experience header.wp-block-template-part .alignwide {
    width: min(100%, var(--orth-content-width));
    min-width: 0;
    margin-inline: auto !important;
    padding: 16px var(--orth-gutter) !important;
    gap: 24px;
}

body.orthogonal-experience header .wp-block-site-title {
    flex: 0 1 auto;
    min-width: 0;
    margin: 0;
    font-family: var(--orth-heading-font);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 750;
    letter-spacing: -0.02em;
    line-height: 1.15;
    white-space: nowrap;
}

body.orthogonal-experience header .wp-block-site-title a {
    color: var(--orth-text);
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.orth-brand-mark {
    flex: 0 0 auto;
    border-radius: 7px;
}

.orth-kit-description {
    max-width: 58ch;
    margin: 20px 0 0 !important;
    font-size: 0.8125rem !important;
    line-height: 1.65;
    color: var(--orth-muted);
}

.orth-brand-about {
    max-width: 760px;
    margin-inline: auto;
    font-size: 1.05rem;
    line-height: 1.65;
}

body.orthogonal-experience .orth-brand-about h2 {
    margin: 1.8em 0 0.65em;
    padding: 0;
    border: 0;
    font-size: clamp(1.5rem, 2.5vw, 1.875rem);
    line-height: 1.3;
    letter-spacing: -0.035em;
}

body.orthogonal-experience .orth-brand-about h3 {
    margin: 1.5em 0 0.6em;
    padding: 0;
    border: 0;
    font-size: 1.1875rem;
    line-height: 1.4;
}

body.orthogonal-experience header .wp-block-navigation {
    min-width: 0;
    font-size: 0.875rem;
    font-weight: 600;
}

body.orthogonal-experience header .wp-block-navigation__container {
    gap: 4px;
}

body.orthogonal-experience header .wp-block-search {
    width: 210px;
    max-width: 210px;
}

body.orthogonal-experience header .wp-block-search__inside-wrapper {
    gap: 8px;
    align-items: center;
    padding: 0;
    border: 0;
}

body.orthogonal-experience header .wp-block-search__input {
    flex: 1 1 0;
    min-width: 0;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid #8290a6;
    border-radius: 9px;
    color: var(--orth-text);
    background: var(--orth-bg);
    font: inherit;
    font-size: 0.875rem;
}

body.orthogonal-experience header .wp-block-search__input::placeholder {
    color: var(--orth-muted);
    opacity: 1;
}

body.orthogonal-experience header .wp-block-search__button {
    display: inline-flex;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 9px;
    border: 1px solid #8290a6;
    border-radius: 9px;
    color: var(--orth-text);
    background: #edf1f7;
}

body.orthogonal-experience header .wp-block-search__button:hover {
    border-color: var(--orth-accent);
    color: #fff;
    background: var(--orth-accent);
}

body.orthogonal-experience header .wp-block-search__button svg {
    width: 24px;
    height: 24px;
}

body.orthogonal-experience header .wp-block-navigation-item__label {
    white-space: nowrap;
}

body.orthogonal-experience header .wp-block-navigation-item__content {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    color: var(--orth-text);
    line-height: 1.4;
}

body.orthogonal-experience header .wp-block-navigation-item__content:hover {
    color: var(--orth-accent);
    background: var(--orth-soft-accent);
    text-decoration: none;
}

body.orthogonal-experience header :where(.wp-block-navigation__responsive-container-open, .wp-block-navigation__responsive-container-close) {
    width: 44px;
    min-width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid var(--orth-border);
    border-radius: 9px;
    color: var(--orth-text);
    background: var(--orth-surface);
}

body.orthogonal-experience header .wp-block-navigation__submenu-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    margin: 0;
    padding: 14px;
    border-radius: 8px;
}

body.orthogonal-experience header .wp-block-navigation__submenu-icon svg {
    width: 14px;
    height: 14px;
}

body.orthogonal-experience header .wp-block-navigation__submenu-container {
    min-width: 220px !important;
    padding: 8px;
    border: 1px solid var(--orth-border) !important;
    border-radius: 10px;
    box-shadow: var(--orth-shadow);
}

body.orthogonal-experience header .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    border-radius: 7px;
}

body.orthogonal-experience header .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover {
    background: var(--orth-soft-accent);
}

body.orthogonal-experience .wp-block-search__inside-wrapper {
    min-width: 0;
}

body.orthogonal-experience main {
    width: min(100%, var(--orth-content-width));
    min-width: 0;
    margin: 0 auto !important;
    padding: 0 var(--orth-gutter);
}

body.orthogonal-experience main > .alignfull {
    width: 100%;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
}

body.orthogonal-experience.page main > .wp-block-group > .wp-block-post-content.alignfull {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
}

body.orthogonal-experience img,
body.orthogonal-experience svg,
body.orthogonal-experience video,
body.orthogonal-experience iframe {
    max-width: 100%;
}

body.orthogonal-experience img {
    height: auto;
}

body.orthogonal-experience h1,
body.orthogonal-experience h2,
body.orthogonal-experience h3,
body.orthogonal-experience p,
body.orthogonal-experience li,
body.orthogonal-experience a {
    overflow-wrap: anywhere;
}

body.orthogonal-experience :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
    outline: 3px solid var(--orth-focus);
    outline-offset: 4px;
}

body.orthogonal-experience :where(section[id], section[aria-labelledby], nav[id]) {
    scroll-margin-top: 24px;
}

.orth-home,
.orth-tools-hub,
.orth-article-index {
    width: 100%;
    max-width: none !important;
    margin-inline: 0 !important;
}

body.orthogonal-experience.page main > .wp-block-group {
    padding-top: clamp(36px, 5vw, 60px) !important;
}

body.orthogonal-experience.page .wp-block-post-title {
    width: 100%;
    max-width: none !important;
    margin-inline: 0 !important;
    margin-block: 0 16px !important;
    font-size: clamp(2.125rem, 4vw, 3.25rem) !important;
    line-height: 1.12;
    letter-spacing: -0.045em;
}

body.orthogonal-experience.page .wp-block-post-content > h2 {
    margin: 1.8em 0 0.65em;
    padding: 0;
    border: 0;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.3;
    letter-spacing: -0.035em;
}

body.orthogonal-experience.page .wp-block-post-content > h3 {
    margin: 1.5em 0 0.6em;
    padding: 0;
    border: 0;
    font-size: 1.25rem;
    line-height: 1.4;
}

.orth-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: center;
    gap: clamp(32px, 4vw, 64px);
    max-width: none;
    padding: clamp(56px, 5vw, 72px) 0;
}

.orth-hero__copy {
    min-width: 0;
}

body.orthogonal-experience .orth-hero h1 {
    margin: 16px 0 24px;
    padding: 0;
    border: 0;
    font-size: clamp(2.875rem, 4.75vw, 4.25rem);
    line-height: 1.075;
    letter-spacing: -0.05em;
}

.orth-hero h1 > span {
    display: block;
}

.orth-hero__accent {
    color: var(--orth-accent);
}

body.orthogonal-experience .orth-hero__description {
    max-width: 54ch;
    margin: 0;
    color: var(--orth-muted);
    font-size: 1.125rem;
    line-height: 1.7;
}

body.orthogonal-experience .orth-eyebrow,
body.orthogonal-experience .orth-card__eyebrow {
    margin: 0 0 8px;
    color: var(--orth-accent);
    font-size: 0.75rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-transform: uppercase;
}

.orth-workbench {
    --orth-focus: #fbbf24;
    min-width: 0;
    padding: clamp(24px, 2.25vw, 32px);
    border: 1px solid #304768;
    border-radius: 20px;
    color: #fff;
    background-color: #152640;
    background-image: linear-gradient(rgba(218, 231, 255, 0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(218, 231, 255, 0.025) 1px, transparent 1px),
        linear-gradient(135deg, #1b3153, #14223b);
    background-size: 36px 36px, 36px 36px, 100% 100%;
    box-shadow: 0 18px 44px rgba(20, 34, 59, 0.12);
}

.orth-workbench__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.orth-workbench__label {
    color: #b8cbed;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.4;
}

.orth-workbench__count {
    flex-shrink: 0;
    padding: 3px 9px;
    border: 1px solid #49607f;
    border-radius: 6px;
    color: #d9e5f7;
    background: rgba(255, 255, 255, 0.04);
    font-size: 0.75rem;
    line-height: 1.5;
}

body.orthogonal-experience .orth-workbench h2 {
    margin: 0 0 8px;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: clamp(1.375rem, 2vw, 1.625rem);
    line-height: 1.3;
    letter-spacing: -0.035em;
}

body.orthogonal-experience .orth-workbench__intro {
    margin: 0;
    color: #c0cee1;
    font-size: 0.9375rem;
    line-height: 1.6;
}

.orth-workbench__links {
    display: grid;
    gap: 8px;
    margin-top: 20px;
}

.orth-workbench__link {
    display: grid;
    min-width: 0;
    min-height: 66px;
    grid-template-columns: 38px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid #3e5475;
    border-radius: 10px;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.035);
    text-decoration: none !important;
    transition: background-color 150ms ease, border-color 150ms ease;
}

.orth-workbench__link:hover,
.orth-workbench__link:focus-visible {
    border-color: #829ec8;
    background: rgba(255, 255, 255, 0.09);
}

.orth-workbench__text {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.orth-workbench__text strong {
    font-size: 0.9375rem;
    font-weight: 650;
    line-height: 1.35;
}

.orth-workbench__text small {
    color: #bdcde3;
    font-size: 0.75rem;
    line-height: 1.4;
}

.orth-workbench__arrow {
    color: #b9d0f8;
    font-size: 1.125rem;
    line-height: 1;
}

body.orthogonal-experience .orth-workbench__note {
    margin: 16px 0 0;
    color: #bdcde3;
    font-size: 0.8125rem;
    line-height: 1.55;
}

.orth-home-jumps {
    display: grid;
    grid-template-columns: minmax(180px, 1.25fr) repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 8px;
    padding: 14px 0;
    border-block: 1px solid var(--orth-border);
}

body.orthogonal-experience .orth-home-jumps__label {
    margin: 0;
    color: var(--orth-muted);
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.5;
}

.orth-home-jumps a {
    display: flex;
    min-width: 0;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    color: var(--orth-text);
    font-size: 0.875rem;
    font-weight: 650;
    line-height: 1.4;
    text-decoration: none;
}

.orth-home-jumps a:hover {
    color: var(--orth-accent);
    background: var(--orth-soft-accent);
}

.orth-home-jumps a > span {
    flex-shrink: 0;
    color: var(--orth-accent);
}

.orth-home-jumps + .orth-section {
    border-top: 0;
}

.orth-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.orth-button {
    display: inline-flex;
    min-width: 44px;
    min-height: 48px;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 0.9375rem;
    font-weight: 650;
    line-height: 1.4;
    text-align: center;
    text-decoration: none !important;
    transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}

.orth-button > span[aria-hidden="true"] {
    flex-shrink: 0;
}

.orth-button--primary {
    color: #fff !important;
    background: var(--orth-accent);
}

.orth-button--primary:hover {
    background: var(--orth-accent-dark);
}

.orth-button--secondary {
    border-color: var(--orth-border);
    color: var(--orth-text) !important;
    background: var(--orth-surface);
}

.orth-button--secondary:hover {
    border-color: var(--orth-accent);
    color: var(--orth-accent) !important;
}

.orth-section {
    padding: clamp(44px, 5vw, 64px) 0;
    border-top: 1px solid var(--orth-border);
}

.orth-section__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

body.orthogonal-experience .orth-section__heading h2,
body.orthogonal-experience .orth-subscribe h2,
body.orthogonal-experience .orth-privacy-note h2,
body.orthogonal-experience .orth-related > h2 {
    margin: 0;
    padding: 0;
    border: 0;
    color: var(--orth-text);
    font-size: clamp(1.75rem, 2.7vw, 2.25rem);
    line-height: 1.18;
    letter-spacing: -0.04em;
}

.orth-service {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px 40px;
    margin-block: 16px 48px;
    padding: clamp(28px, 3.5vw, 40px);
    border: 1px solid #cedcf1;
    border-radius: var(--orth-radius);
    background: linear-gradient(110deg, #e8f0ff, #f0f4fa);
}

.orth-service__copy {
    min-width: 0;
    max-width: 760px;
}

body.orthogonal-experience .orth-service h2 {
    margin: 0 0 12px;
    padding: 0;
    border: 0;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.25;
    letter-spacing: -0.035em;
}

.orth-service__copy > p:not(.orth-eyebrow) {
    margin: 0;
    color: var(--orth-muted);
    font-size: 0.9375rem;
    line-height: 1.7;
}

.orth-service > .orth-button {
    justify-self: start;
}

.orth-grid {
    display: grid;
    gap: 24px;
}

.orth-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.orth-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.orth-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 24px;
    border: 1px solid var(--orth-border);
    border-radius: var(--orth-radius);
    background: var(--orth-surface);
}

body.orthogonal-experience .orth-card__title {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    color: var(--orth-text);
    font-size: clamp(1.1875rem, 1.7vw, 1.4375rem);
    line-height: 1.3;
    letter-spacing: -0.035em;
}

.orth-card__title a {
    display: inline-block;
    min-width: 44px;
    min-height: 44px;
    padding-block: 4px;
    color: inherit !important;
    text-decoration: none !important;
}

.orth-card__title a:hover {
    color: var(--orth-accent) !important;
}

body.orthogonal-experience .orth-card__summary,
body.orthogonal-experience .orth-card__detail {
    margin: 0 0 16px;
    color: var(--orth-muted);
    font-size: 0.9375rem;
    line-height: 1.7;
}

body.orthogonal-experience .orth-card__detail {
    font-size: 0.875rem;
}

.orth-card__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 6px 16px;
    margin-top: auto;
    padding-top: 8px;
    color: var(--orth-muted);
    font-size: 0.75rem;
    line-height: 1.5;
}

a.orth-card__eyebrow {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    align-self: flex-start;
    text-decoration: none;
}

.orth-text-link {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    max-width: 100%;
    align-items: center;
    gap: 8px;
    color: var(--orth-accent) !important;
    font-size: 0.9375rem;
    font-weight: 650;
    line-height: 1.4;
    text-decoration: none !important;
}

.orth-card > .orth-text-link {
    align-self: flex-start;
}

.orth-text-link > span[aria-hidden="true"] {
    flex-shrink: 0;
}

.orth-text-link:hover {
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.orth-tool-icon {
    display: inline-grid;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid #d6e2fb;
    border-radius: 11px;
    color: var(--orth-accent);
    background: var(--orth-soft-accent);
}

.orth-tool-icon svg,
.orth-path-card__icon svg {
    display: block;
    width: 24px;
    height: 24px;
}

.orth-tool-icon--images {
    border-color: #d6e2fb;
    color: #2555d9;
    background: #eaf1ff;
}

.orth-tool-icon--developer {
    border-color: #dce3f1;
    color: #485a85;
    background: #edf0f8;
}

.orth-tool-icon--productivity {
    border-color: #cfe5e0;
    color: #20675e;
    background: #e8f4f2;
}

.orth-workbench .orth-tool-icon {
    width: 38px;
    height: 38px;
    border-color: #47628c;
    border-radius: 8px;
    color: #c5d9ff;
    background: #233e64;
}

.orth-tool-card,
.orth-tool-directory-card {
    box-shadow: 0 2px 5px rgba(23, 32, 51, 0.025);
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

.orth-tool-card:hover,
.orth-tool-card:focus-within,
.orth-tool-directory-card:hover,
.orth-tool-directory-card:focus-within {
    border-color: #b2c4e5;
    box-shadow: var(--orth-shadow);
}

.orth-tool-card__top {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

body.orthogonal-experience .orth-tool-card__top .orth-card__eyebrow {
    margin: 0;
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
}

.orth-tool-card__details {
    min-width: 0;
    margin-top: auto;
    border-top: 1px solid var(--orth-border);
}

.orth-tool-card__details summary {
    min-height: 44px;
    padding-block: 12px;
    color: var(--orth-muted);
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.5;
    cursor: pointer;
}

.orth-tool-card__details summary::marker {
    color: var(--orth-accent);
}

.orth-tool-card__details summary:hover,
.orth-tool-card__details[open] summary {
    color: var(--orth-accent);
}

body.orthogonal-experience .orth-tool-card__details .orth-card__detail {
    margin: 0;
    padding-bottom: 12px;
    font-size: 0.8125rem;
    line-height: 1.7;
}

.orth-tool-card > .orth-text-link {
    align-self: stretch;
    justify-content: space-between;
    margin-top: 8px;
}

.orth-path-card {
    border-color: #dfe5ef;
    border-radius: 12px;
    background: #edf1f7;
}

.orth-path-card:hover,
.orth-path-card:focus-within {
    border-color: #b7c8e4;
    background: #e8eef8;
}

.orth-path-card__icon {
    display: inline-grid;
    width: 32px;
    height: 32px;
    place-items: center;
    margin-bottom: 18px;
    color: #45628f;
}

.orth-path-card > .orth-text-link,
.orth-selected-card > .orth-text-link {
    margin-top: auto;
}

.orth-selected-card,
.orth-article-card {
    padding: 22px 0 18px;
    border: 0;
    border-top: 2px solid #a9b9d2;
    border-radius: 0;
    background: transparent;
}

body.orthogonal-experience .orth-selected-card > .orth-card__eyebrow,
body.orthogonal-experience .orth-article-card > .orth-card__eyebrow {
    color: var(--orth-muted);
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
}

body.orthogonal-experience .orth-selected-card .orth-card__title {
    font-size: 1.25rem;
    line-height: 1.4;
}

.orth-article-card {
    border-top: 1px solid var(--orth-border);
}

body.orthogonal-experience .orth-article-card .orth-card__title {
    font-size: clamp(1.25rem, 1.7vw, 1.4375rem);
    line-height: 1.35;
}

.orth-latest .orth-grid {
    gap: 20px 48px;
}

.orth-subscribe {
    --orth-focus: #fbbf24;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
    align-items: center;
    gap: 40px;
    margin: 28px 0 32px;
    padding: clamp(28px, 4vw, 44px);
    border: 1px solid #354257;
    border-radius: 16px;
    background: #202c3f;
    color: #fff;
}

body.orthogonal-experience .orth-subscribe .orth-eyebrow {
    color: #b9d0ff;
}

body.orthogonal-experience .orth-subscribe h2 {
    color: #fff;
    font-size: clamp(1.625rem, 2.5vw, 2rem);
    line-height: 1.25;
}

.orth-subscribe p:not(.orth-eyebrow) {
    max-width: 64ch;
    margin-bottom: 0;
    color: #c1cddd;
    font-size: 0.9375rem;
    line-height: 1.7;
}

.orth-subscribe .orth-actions {
    display: grid;
    gap: 10px;
    margin-top: 0;
}

.orth-subscribe .orth-button--primary {
    color: var(--orth-text) !important;
    background: #fff;
}

.orth-subscribe .orth-button--primary:hover {
    background: #e8efff;
}

.orth-subscribe .orth-button--secondary {
    border-color: #71829e;
    color: #fff !important;
    background: transparent;
}

.orth-subscribe .orth-button--secondary:hover {
    border-color: #c6d7f3;
    background: rgba(255, 255, 255, 0.07);
}

.orth-pagination {
    margin-top: 32px;
}

.orth-pagination ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.orth-pagination :where(a, span) {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border: 1px solid var(--orth-border);
    border-radius: 8px;
    font-size: 0.875rem;
    text-decoration: none;
}

.orth-pagination .current {
    border-color: var(--orth-accent);
    color: #fff;
    background: var(--orth-accent);
}

body.orthogonal-experience.archive .wp-block-post-template,
body.orthogonal-experience.search .wp-block-post-template {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 40px;
}

body.orthogonal-experience.archive .wp-block-post,
body.orthogonal-experience.search .wp-block-post {
    min-width: 0;
    padding: 24px 0 !important;
    border-bottom: 1px solid var(--orth-border);
}

body.orthogonal-experience.archive .wp-block-post-title,
body.orthogonal-experience.search .wp-block-post-title {
    font-size: clamp(1.25rem, 2.4vw, 1.5rem) !important;
    line-height: 1.35;
    letter-spacing: -0.035em;
}

body.orthogonal-experience.archive .wp-block-post-excerpt,
body.orthogonal-experience.search .wp-block-post-excerpt {
    color: var(--orth-muted);
    line-height: 1.62;
}

body.orthogonal-experience :where(.wp-block-post-date, .wp-block-post-terms) {
    color: var(--orth-muted);
    font-size: 0.8125rem;
}

.orth-page-intro {
    max-width: 820px;
    padding: 12px 0 32px;
}

body.orthogonal-experience .orth-page-intro h1 {
    margin: 12px 0 16px;
    padding: 0;
    border: 0;
    font-size: clamp(2.125rem, 4vw, 3.25rem);
    line-height: 1.12;
    letter-spacing: -0.045em;
}

body.orthogonal-experience .orth-page-intro h2 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: clamp(1.5rem, 2.4vw, 1.875rem);
    line-height: 1.3;
    letter-spacing: -0.035em;
}

.orth-page-intro p:not(.orth-eyebrow) {
    margin: 16px 0 0;
    color: var(--orth-muted);
    font-size: 1.0625rem;
    line-height: 1.7;
}

.orth-filter,
.orth-index-controls {
    display: grid;
    gap: 8px;
    margin: 0 0 32px;
    padding: 22px;
    border: 1px solid var(--orth-border);
    border-radius: var(--orth-radius);
    background: var(--orth-surface);
}

.orth-filter label,
.orth-index-controls label {
    display: block;
    margin-bottom: 7px;
    font-size: 0.86rem;
    font-weight: 720;
}

.orth-filter input,
.orth-index-controls :where(input, select) {
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #8290a6;
    border-radius: 8px;
    color: var(--orth-text);
    background: #fff;
    font: inherit;
}

body.orthogonal-experience .orth-filter__status {
    min-height: 1.4em;
    margin: 8px 0 0;
    color: var(--orth-muted);
    font-size: 0.88rem;
}

.orth-tool-section {
    margin: 42px 0 58px;
}

body.orthogonal-experience .orth-tool-section > h2 {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.3;
    letter-spacing: -0.035em;
}

.orth-tool-directory-card .orth-button {
    align-self: flex-start;
    margin-top: auto;
}

.orth-tool-facts {
    margin: 0 0 22px;
}

.orth-tool-facts > div {
    padding: 12px 0;
    border-top: 1px solid var(--orth-border);
}

.orth-tool-facts dt {
    margin-bottom: 4px;
    font-size: 0.6875rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    line-height: 1.6;
    text-transform: uppercase;
}

.orth-tool-facts dd {
    margin: 0;
    color: var(--orth-muted);
    font-size: 0.875rem;
    line-height: 1.7;
}

.orth-privacy-note {
    margin: 50px 0 70px;
    padding: clamp(24px, 4vw, 38px);
    border-left: 4px solid var(--orth-accent);
    border-radius: 0 14px 14px 0;
    background: var(--orth-soft-accent);
}

.orth-privacy-note p {
    max-width: 850px;
    font-size: 0.9375rem;
    line-height: 1.7;
}

.orth-index-controls {
    grid-template-columns: minmax(220px, 2fr) minmax(170px, 1fr) minmax(190px, 1fr);
    gap: 14px;
}

.orth-article-index__list {
    display: grid;
    gap: 14px;
    margin-bottom: 70px;
}

.orth-article-index-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.75fr);
    gap: 4px 30px;
    padding: 22px 0;
    border-bottom: 1px solid var(--orth-border);
}

.orth-article-index-card .orth-card__eyebrow,
.orth-article-index-card .orth-card__title {
    grid-column: 1;
}

body.orthogonal-experience .orth-article-index-card .orth-card__summary {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin: 0;
}

.orth-article-index-card .orth-card__footer {
    grid-column: 1 / -1;
}

body.orthogonal-experience.single-post main {
    max-width: var(--orth-content-width);
}

body.orthogonal-experience.single-post main > .wp-block-group {
    padding-top: clamp(36px, 5vw, 64px) !important;
}

body.orthogonal-experience.single-post .wp-block-post-content {
    --wp--style--global--content-size: 100%;
    width: min(100%, 72ch) !important;
    max-width: min(72ch, 45rem) !important;
    margin-inline: auto !important;
    padding-inline: 0 !important;
}

body.orthogonal-experience.single-post .wp-block-post-title,
body.orthogonal-experience.single-post .orth-article-meta {
    width: min(100%, 45rem) !important;
    max-width: 45rem !important;
    margin-inline: auto !important;
}

body.orthogonal-experience.single-post .wp-block-post-title {
    margin-bottom: 16px !important;
    font-size: clamp(2rem, 4.5vw, 3.25rem) !important;
    line-height: 1.14 !important;
    letter-spacing: -0.045em !important;
}

.orth-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 30px !important;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--orth-border);
    color: var(--orth-muted);
    font-size: 0.86rem;
}

body.orthogonal-experience.single-post .wp-block-post-content {
    font-size: 1.125rem !important;
    line-height: 1.75 !important;
}

body.orthogonal-experience.single-post .wp-block-post-content > p:first-of-type {
    font-size: inherit;
    color: inherit;
}

body.orthogonal-experience.single-post .wp-block-post-content :where(p, li) {
    font-size: inherit;
    line-height: 1.75;
}

body.orthogonal-experience.single-post .wp-block-post-content :where(h2, h3) {
    position: relative;
    scroll-margin-top: 24px;
}

body.orthogonal-experience.single-post .wp-block-post-content h2 {
    margin-top: 2.15em;
    font-size: clamp(1.55rem, 3vw, 2rem);
    line-height: 1.2;
    letter-spacing: -0.025em;
}

body.orthogonal-experience.single-post .wp-block-post-content h3 {
    margin-top: 1.8em;
    font-size: clamp(1.2rem, 2.2vw, 1.45rem);
    line-height: 1.3;
}

.orth-heading-anchor {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    margin-left: 0.35em;
    color: var(--orth-accent) !important;
    font-size: 0.72em;
    font-weight: 500;
    opacity: 0;
    text-decoration: none !important;
}

:where(h2, h3):hover > .orth-heading-anchor,
.orth-heading-anchor:focus {
    opacity: 1;
}

body.orthogonal-experience.single-post .wp-block-post-content code:not(pre code),
body.orthogonal-experience.single-post .wp-block-post-content :where(p, li, td) > code {
    white-space: normal !important;
    overflow-wrap: anywhere;
}

body.orthogonal-experience.single-post .wp-block-post-content pre,
.orth-code-block {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
}

.orth-code-shell {
    position: relative;
    max-width: 100%;
    margin: 1.5em 0;
}

.orth-code-shell > pre {
    margin: 0 !important;
    padding-top: 4rem !important;
}

.orth-copy-code {
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 9px;
    min-width: 44px;
    min-height: 44px;
    padding: 6px 10px;
    border: 1px solid #556174;
    border-radius: 6px;
    color: #fff;
    background: #263044;
    font: 600 0.78rem/1.2 system-ui, sans-serif;
    cursor: pointer;
}

.orth-copy-code:hover {
    background: #354158;
}

body.orthogonal-experience.single-post .wp-block-post-content :where(table, .wp-block-table) {
    display: block;
    max-width: 100%;
    overflow-x: auto;
}

.orth-toc {
    margin: 2rem 0;
    padding: 12px 20px;
    border: 1px solid var(--orth-border);
    border-radius: 10px;
    background: var(--orth-surface);
}

.orth-toc summary {
    min-height: 44px;
    padding-block: 9px;
    cursor: pointer;
    color: var(--orth-text);
    font-weight: 750;
}

.orth-toc ol {
    margin: 14px 0 0 !important;
    padding-left: 1.25rem !important;
}

.orth-toc li {
    margin: 0 !important;
    font-size: 0.94rem !important;
}

.orth-toc a {
    display: inline-block;
    min-width: 44px;
    min-height: 44px;
    padding-block: 8px;
    line-height: 1.6;
    text-underline-offset: 3px;
}

.orth-toc__level-3 {
    margin-left: 1rem !important;
}

.orth-context-tool,
.orth-related {
    margin: 2.2rem 0;
    padding: clamp(20px, 4vw, 30px);
    border: 1px solid var(--orth-border);
    border-radius: 14px;
    background: var(--orth-soft-accent);
}

body.orthogonal-experience .orth-context-tool h2,
body.orthogonal-experience .orth-related > h2 {
    margin: 0 0 10px !important;
    padding: 0;
    border: 0 !important;
}

body.orthogonal-experience .wp-block-post-content :is(.orth-context-tool, .orth-related) > h2 {
    font-size: 1.5rem;
    line-height: 1.3;
}

.orth-related {
    width: 100%;
    background: transparent;
}

.orth-related .orth-card {
    padding: 20px;
}

body.orthogonal-experience .orth-related :is(h2, h3).orth-card__title {
    margin: 0 0 10px;
    font-size: 1.08rem;
    line-height: 1.4;
}

body.orthogonal-experience .orth-related .orth-card__summary {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.65;
}

.orth-site-footer,
body.orthogonal-experience footer.orth-site-footer {
    --orth-focus: #fbbf24;
    width: 100%;
    margin-top: clamp(48px, 6vw, 80px) !important;
    padding: 0 !important;
    border-top: 1px solid #2b3a52;
    background: #101c30;
    color: #dce5f3;
}

.orth-site-footer__inner {
    display: grid;
    width: min(100%, var(--orth-content-width));
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 32px 80px;
    margin: 0 auto;
    padding: 56px var(--orth-gutter) 28px;
}

.orth-site-footer__brand > a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-family: var(--orth-heading-font);
    font-size: 1.1875rem;
    font-weight: 750;
    text-decoration: none;
}

.orth-site-footer__brand p {
    max-width: 44ch;
    margin: 10px 0 0;
    color: #b3c0d4;
    font-size: 0.875rem;
    line-height: 1.7;
}

.orth-site-footer__brand .orth-site-footer__tagline {
    max-width: 30ch;
    margin: 22px 0 12px;
    color: #f2f6fc;
    font-family: var(--orth-heading-font);
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    font-weight: 650;
    line-height: 1.4;
    letter-spacing: -0.025em;
}

.orth-site-footer__nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    gap: 4px 24px;
}

.orth-site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    gap: 4px 24px;
}

.orth-site-footer__nav a,
.orth-site-footer__legal a {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-self: start;
    color: #dce5f3;
    font-size: 0.875rem;
    line-height: 1.45;
    text-decoration: none;
}

.orth-site-footer__nav a:hover,
.orth-site-footer__legal a:hover {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.orth-site-footer__legal {
    grid-column: 1 / -1;
    padding-top: 20px;
    border-top: 1px solid #2f405b;
}

.orth-site-footer__legal a {
    font-size: 0.8125rem;
}

.orth-site-footer__copyright {
    grid-column: 1 / -1;
    margin: -16px 0 0;
    color: #a7b7ce;
    font-size: 0.75rem;
}

.orth-buying-hub__intro,
.orth-community-intro,
.orth-community-updates {
    margin: 1.5rem 0 2rem;
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid var(--orth-border);
    border-radius: var(--orth-radius);
    background: var(--orth-surface);
}

body.orthogonal-experience .orth-buying-hub__intro > h2,
body.orthogonal-experience .orth-community-intro > h2,
body.orthogonal-experience .orth-community-updates > h2 {
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    font-size: clamp(1.625rem, 2.5vw, 2rem);
    line-height: 1.3;
    letter-spacing: -0.035em;
}

.orth-home-buying {
    padding-block: clamp(44px, 5vw, 64px);
}

body.orthogonal-experience .orth-home-buying > h2 {
    margin-block: 0 12px;
    padding: 0;
    border: 0;
    font-size: clamp(1.75rem, 2.7vw, 2.25rem);
    line-height: 1.18;
    letter-spacing: -0.04em;
}

.orth-home-buying > p:not(.orth-eyebrow) {
    max-width: 72ch;
    color: var(--orth-muted);
    font-size: 0.9375rem;
    line-height: 1.7;
}

body.orthogonal-experience .orth-home-buying__paths,
body.orthogonal-experience .orth-buying-jumps ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

body.orthogonal-experience .orth-home-buying__paths li {
    min-width: 0;
    margin: 0;
    padding: 4px 24px 12px;
    border-left: 2px solid #c4d3ed;
}

body.orthogonal-experience .orth-home-buying__paths {
    gap: 0;
    margin-block: 26px;
}

body.orthogonal-experience .orth-buying-jumps li {
    margin: 0;
}

.orth-home-buying__paths a,
.orth-buying-jumps a {
    color: var(--orth-accent);
    font-weight: 700;
}

.orth-home-buying__paths a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    font-size: 0.9375rem;
    line-height: 1.45;
    text-decoration: none;
}

.orth-home-buying__paths a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.orthogonal-experience .orth-home-buying__paths p {
    margin: 6px 0 0;
    color: var(--orth-muted);
    font-size: 0.875rem;
    line-height: 1.7;
}

.orth-buying-jumps a {
    display: flex;
    min-height: 46px;
    height: 100%;
    align-items: center;
    padding: 12px 16px;
    border: 1px solid var(--orth-border);
    border-radius: 8px;
    background: var(--orth-soft-accent);
    font-size: 0.9375rem;
    line-height: 1.5;
}

.orth-buying-path {
    scroll-margin-top: 24px;
}

.orth-buying-path:focus-visible {
    outline: 3px solid var(--orth-focus);
    outline-offset: 4px;
}

.orth-buying-help {
    padding: 16px 20px;
    border-left: 4px solid var(--orth-accent);
    background: var(--orth-soft-accent);
}

body.orthogonal-experience .orth-buying-help h3 {
    margin: 0 0 8px;
    padding: 0;
    border: 0;
    font-size: 1.125rem;
    line-height: 1.4;
}

.orth-buying-help p:last-child {
    margin-bottom: 0;
}

.orth-checklist {
    max-width: 820px;
    margin-inline: auto;
    font-size: 1.05rem;
    line-height: 1.65;
}

.orth-checklist section {
    margin-block: 28px;
    padding-top: 16px;
    border-top: 1px solid var(--orth-border);
}

.orth-check-items {
    padding: 0;
    list-style: none;
}

.orth-check-items li {
    position: relative;
    padding-left: 30px;
    margin-block: 12px;
}

.orth-check-items li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.35em;
    width: 15px;
    height: 15px;
    border: 1.5px solid currentColor;
}

.orth-checklist-record {
    min-height: 2.4em;
    border-bottom: 1px solid var(--orth-border);
}

.orth-print-help {
    padding: 14px 18px;
    border: 1px solid var(--orth-border);
    border-radius: 8px;
    background: var(--orth-soft-accent);
}

.orth-buying-hub__disclosure {
    padding: 14px 16px;
    border-left: 4px solid #b45309;
    background: #fff7ed;
    color: #7c2d12;
}

.orth-buying-paths {
    display: grid;
    gap: 24px;
    margin: 2rem 0;
}

.orth-buying-path {
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid var(--orth-border);
    border-radius: var(--orth-radius);
    background: var(--orth-surface);
}

body.orthogonal-experience .orth-buying-path > h2 {
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    font-size: clamp(1.5rem, 2.5vw, 1.875rem);
    line-height: 1.3;
    letter-spacing: -0.035em;
}

body.orthogonal-experience .orth-buying-path > h3 {
    margin: 24px 0 12px;
    padding: 0;
    border: 0;
    font-size: 1.125rem;
    line-height: 1.4;
}

.orth-buying-path__guidance {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 1.25rem 0;
}

.orth-buying-path__guidance > div {
    padding: 14px;
    border-radius: 10px;
    background: var(--orth-soft-accent);
    font-size: 0.9375rem;
    line-height: 1.7;
}

.orth-buying-path__guidance strong {
    display: block;
    margin-bottom: 5px;
}

.orth-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
}

.orth-product {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 18px;
    border: 1px solid var(--orth-border);
    border-radius: 10px;
}

body.orthogonal-experience .orth-product h3 {
    margin: 0 0 8px !important;
    padding: 0;
    border: 0;
    font-size: 1.1875rem;
    line-height: 1.4;
    letter-spacing: -0.025em;
}

.orth-product p {
    color: var(--orth-muted);
    font-size: 0.9375rem;
}

.orth-product .orth-button {
    align-self: flex-start;
    margin-top: auto;
}

.orth-store-cta {
    margin: 2rem 0;
    padding: 20px;
    border: 1px solid var(--orth-border);
    border-left: 4px solid var(--orth-accent);
    border-radius: 0 12px 12px 0;
    background: var(--orth-soft-accent);
}

body.orthogonal-experience .orth-store-cta h2 {
    margin: 0 0 12px;
    padding: 0;
    border: 0;
    font-size: 1.5rem;
    line-height: 1.3;
}

.orth-optin {
    margin: 1.5rem 0;
}

.orth-follow-options {
    margin: 1.5rem 0;
    padding: 22px;
    border: 1px solid var(--orth-border);
    border-radius: 12px;
    background: var(--orth-bg);
}

.orth-follow-options > p:first-child {
    margin-top: 0;
}

.orth-follow-options__note {
    margin-bottom: 0 !important;
    color: var(--orth-muted) !important;
    font-size: 0.9rem !important;
}

.orth-optin__form {
    position: relative;
    padding: 22px;
    border: 1px solid var(--orth-border);
    border-radius: 12px;
    background: var(--orth-bg);
}

.orth-optin__form > label {
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
}

.orth-optin__row {
    display: flex;
    gap: 10px;
}

.orth-optin__row input {
    min-width: 0;
    flex: 1;
    padding: 11px 12px;
    border: 1px solid #8290a6;
    border-radius: 8px;
    font: inherit;
}

.orth-optin__row button {
    padding: 11px 18px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    background: var(--orth-accent);
    font: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.25;
    cursor: pointer;
}

.orth-optin__row button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.orth-optin__privacy,
.orth-optin__message {
    margin: 10px 0 0 !important;
    color: var(--orth-muted) !important;
    font-size: 0.86rem !important;
}

.orth-optin__message--success {
    color: #166534 !important;
}

.orth-optin__message--error {
    color: #b91c1c !important;
}

.orth-community-action {
    margin: 1.5rem 0;
    padding: 14px 16px;
    border: 1px solid var(--orth-border);
    border-radius: 9px;
    background: var(--orth-soft-accent);
}

.orth-optin__honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    overflow: hidden !important;
}

body.orthogonal-experience .wp-block-comments-query-loop {
    padding-top: 24px;
    border-top: 1px solid var(--orth-border);
}

body.orthogonal-experience .wp-block-comments-query-loop > h2 {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    font-size: clamp(1.5rem, 2.5vw, 2rem) !important;
    line-height: 1.3;
}

body.orthogonal-experience .wp-block-post-comments-form .comment-reply-title {
    margin: 0 0 16px;
    padding: 0;
    border: 0;
    font-size: 1.25rem;
    line-height: 1.4;
}

body.orthogonal-experience .wp-block-post-comments-form input:not([type="checkbox"]),
body.orthogonal-experience .wp-block-post-comments-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #8290a6;
    border-radius: 8px;
    font: inherit;
}

[hidden] {
    display: none !important;
}

@media (max-width: 1050px) {
    body.orthogonal-experience header .wp-block-navigation__responsive-container:not(.is-menu-open) {
        display: none !important;
    }

    body.orthogonal-experience header .wp-block-navigation__responsive-container-open {
        display: flex !important;
    }

    body.orthogonal-experience header .wp-block-navigation__responsive-container.is-menu-open {
        display: flex !important;
        padding: 24px;
        color: var(--orth-text);
        background: var(--orth-surface);
    }

    body.orthogonal-experience header .wp-block-navigation__responsive-container-content {
        align-items: flex-start !important;
        padding-top: 48px !important;
    }

    body.orthogonal-experience header .wp-block-navigation__container {
        align-items: flex-start !important;
        gap: 10px !important;
    }

    body.orthogonal-experience header .is-menu-open .wp-block-navigation-item__content {
        padding-inline: 12px;
        font-size: 1.0625rem;
    }

    body.orthogonal-experience header .is-menu-open .wp-block-navigation-item__label {
        white-space: normal;
    }

    body.orthogonal-experience header .is-menu-open .wp-block-search {
        width: min(100%, 320px);
        max-width: 100%;
    }

    body.orthogonal-experience header .is-menu-open .wp-block-search__input {
        font-size: 1rem;
    }

    body.orthogonal-experience header .is-menu-open .wp-block-navigation__submenu-container {
        max-width: 100%;
        box-shadow: none;
    }

    .orth-grid--three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1051px) {
    body.orthogonal-experience header .wp-block-navigation__responsive-container-open {
        display: none !important;
    }

    body.orthogonal-experience header .wp-block-navigation__responsive-container {
        display: block !important;
        position: relative !important;
    }
}

@media (max-width: 900px) {
    .orth-hero {
        grid-template-columns: minmax(0, 1fr);
        gap: 36px;
        padding-block: 48px;
    }

    .orth-hero__copy {
        max-width: 760px;
    }

    body.orthogonal-experience .orth-hero h1 {
        font-size: clamp(2.875rem, 7.5vw, 4rem);
    }

    .orth-workbench__links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .orth-home-jumps {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    body.orthogonal-experience .orth-home-jumps__label {
        grid-column: 1 / -1;
    }

    .orth-service,
    .orth-subscribe {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .orth-subscribe .orth-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .orth-site-footer__inner {
        column-gap: 40px;
    }
}

@media (max-width: 700px) {
    body.orthogonal-experience {
        --orth-gutter: 16px;
        font-size: 1rem;
    }

    body.orthogonal-experience header.wp-block-template-part .alignwide {
        padding: 12px var(--orth-gutter) !important;
        gap: 16px;
    }

    .orth-hero {
        gap: 28px;
        padding-block: 40px;
    }

    body.orthogonal-experience .orth-hero h1 {
        margin-block: 14px 20px;
        font-size: clamp(2.5rem, 10.8vw, 2.875rem);
    }

    body.orthogonal-experience .orth-hero__description {
        font-size: 1.0625rem;
    }

    .orth-hero .orth-actions {
        margin-top: 24px;
    }

    .orth-workbench {
        padding: 22px;
        border-radius: 16px;
    }

    .orth-home-jumps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px 8px;
    }

    body.orthogonal-experience .orth-home-jumps__label {
        margin-bottom: 6px;
    }

    .orth-home-jumps a {
        padding-inline: 8px;
    }

    .orth-service {
        padding: 26px 22px;
        margin-block: 12px 36px;
    }

    .orth-section__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin-bottom: 20px;
    }

    .orth-card {
        padding: 22px;
    }

    .orth-selected-card,
    .orth-article-card {
        padding: 20px 0;
    }

    .orth-grid--three,
    .orth-grid--two,
    .orth-workbench__links,
    body.orthogonal-experience .orth-home-buying__paths,
    body.orthogonal-experience .orth-buying-jumps ul,
    .orth-buying-path__guidance,
    .orth-product-grid,
    body.orthogonal-experience.archive .wp-block-post-template,
    body.orthogonal-experience.search .wp-block-post-template,
    .orth-index-controls,
    .orth-article-index-card,
    .orth-subscribe,
    .orth-subscribe .orth-actions,
    .orth-site-footer__inner {
        grid-template-columns: minmax(0, 1fr);
    }

    body.orthogonal-experience .orth-home-buying__paths {
        gap: 18px;
    }

    body.orthogonal-experience .orth-home-buying__paths li {
        padding: 0 0 4px 18px;
    }

    body.orthogonal-experience .orth-article-index-card .orth-card__eyebrow,
    body.orthogonal-experience .orth-article-index-card .orth-card__title,
    body.orthogonal-experience .orth-article-index-card .orth-card__summary,
    body.orthogonal-experience .orth-article-index-card .orth-card__footer {
        grid-column: 1;
        grid-row: auto;
    }

    .orth-card__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .orth-optin__row {
        flex-direction: column;
    }

    .orth-subscribe .orth-actions {
        margin-top: 4px;
    }

    .orth-subscribe {
        padding: 28px 22px;
    }

    .orth-site-footer__inner {
        padding-top: 40px;
    }

    .orth-site-footer__nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .orth-site-footer__legal,
    .orth-site-footer__copyright {
        grid-column: 1;
    }

    .orth-heading-anchor {
        opacity: 1;
    }
}

@media (max-width: 480px) {
    .orth-hero .orth-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: 10px;
    }

    .orth-workbench {
        padding: 20px;
    }

    .orth-workbench__link {
        gap: 10px;
        padding-inline: 10px;
    }

    .orth-filter,
    .orth-index-controls {
        padding: 18px;
    }
}

@media print {
    body.orthogonal-experience {
        color: #000;
        background: #fff;
    }

    body.orthogonal-experience :where(.orth-workbench, .orth-workbench__link, .orth-subscribe, .orth-service, .orth-card, .orth-site-footer, .orth-tool-icon) {
        border-color: #bbb;
        color: #000 !important;
        background: #fff !important;
        box-shadow: none;
    }

    body.orthogonal-experience :where(.orth-workbench, .orth-subscribe, .orth-site-footer) :where(h2, p, a, span, strong, small) {
        color: #000 !important;
    }

    body.orthogonal-experience .orth-button {
        border-color: #555;
        color: #000 !important;
        background: #fff !important;
    }

    body.orthogonal-experience :where(.orth-copy-code, .orth-heading-anchor) {
        display: none !important;
    }

    body.orthogonal-experience :where(h1, h2, h3) {
        break-after: avoid;
    }

    body.orthogonal-experience .orth-tool-card__details::details-content {
        content-visibility: visible;
        height: auto;
    }

    body.orthogonal-experience .orth-tool-card__details > .orth-card__detail {
        display: block !important;
    }

    body.orth-checklist-page {
        background: #fff;
        color: #000;
    }

    body.orth-checklist-page > :not(.wp-site-blocks),
    body.orth-checklist-page header,
    body.orth-checklist-page footer,
    body.orth-checklist-page nav,
    body.orth-checklist-page .orth-print-help,
    body.orth-checklist-page .orth-checklist-actions {
        display: none !important;
    }

    body.orth-checklist-page main,
    body.orth-checklist-page .wp-block-post-content,
    body.orth-checklist-page .orth-checklist {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        color: #000 !important;
        background: #fff !important;
        font-size: 11pt;
        line-height: 1.4;
    }

    body.orthogonal-experience.orth-checklist-page main > .wp-block-group {
        padding: 0 !important;
    }

    body.orthogonal-experience.orth-checklist-page .wp-block-post-title {
        margin: 0 0 16px !important;
        font-size: 21pt !important;
    }

    body.orth-checklist-page h2 {
        font-size: 14pt;
        break-after: avoid;
    }

    body.orth-checklist-page li,
    body.orth-checklist-page .orth-checklist-record {
        break-inside: avoid;
    }

    body.orth-checklist-page a {
        color: #000 !important;
        text-decoration: underline !important;
    }

    body.orth-checklist-page .orth-checklist-sources a::after {
        content: " (" attr(href) ")";
        font-size: 8pt;
        overflow-wrap: anywhere;
    }
}

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

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