:root {
    --orth-bg: #f7f8fa;
    --orth-surface: #ffffff;
    --orth-text: #172033;
    --orth-muted: #5b6474;
    --orth-border: #dce1e8;
    --orth-accent: #2457d6;
    --orth-accent-dark: #173f9e;
    --orth-soft-accent: #edf3ff;
    --orth-radius: 14px;
    --orth-shadow: 0 14px 38px rgba(23, 32, 51, 0.08);
}

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

html {
    scroll-behavior: smooth;
}

body.orthogonal-experience {
    color: var(--orth-text);
    background: var(--orth-bg);
}

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: rgba(255, 255, 255, 0.96);
}

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;
}

body.orthogonal-experience header.wp-block-template-part .alignwide {
    width: min(100%, 1160px);
    min-width: 0;
    margin-inline: auto !important;
    padding: 18px 20px !important;
    gap: 28px;
}

body.orthogonal-experience header .wp-block-site-title {
    flex: 0 1 auto;
    min-width: 0;
    margin: 0;
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    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);
}

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

body.orthogonal-experience header .wp-block-navigation__container {
    gap: clamp(12px, 1.4vw, 22px);
}

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;
}

body.orthogonal-experience header .wp-block-search__input {
    flex: 1 1 0;
    min-width: 0;
    padding: 10px 12px;
    font-size: 0.9rem;
}

body.orthogonal-experience header .wp-block-search__button {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 9px;
}

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

body.orthogonal-experience header .wp-block-navigation-item__content {
    padding-block: 8px;
    color: var(--orth-text);
}

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

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%, 1160px);
    min-width: 0;
    margin: 0 auto !important;
    padding: 0 20px;
}

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

body.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, summary):focus-visible {
    outline: 3px solid #f59e0b;
    outline-offset: 3px;
}

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

body.page-id-3851 .wp-block-post-title,
body.page-id-1980 .wp-block-post-title {
    width: 100%;
    max-width: none !important;
    margin-inline: 0 !important;
}

.orth-hero {
    display: grid;
    max-width: 900px;
    padding: clamp(56px, 9vw, 104px) 0 clamp(50px, 7vw, 84px);
}

.orth-hero h1 {
    max-width: 780px;
    margin: 8px 0 18px;
    font-size: clamp(2.45rem, 7vw, 5.4rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.orth-hero > p:not(.orth-eyebrow) {
    max-width: 700px;
    margin: 0;
    color: var(--orth-muted);
    font-size: clamp(1.08rem, 2vw, 1.28rem);
    line-height: 1.65;
}

.orth-eyebrow,
.orth-card__eyebrow {
    margin: 0 0 8px;
    color: var(--orth-accent);
    font-size: 0.78rem;
    font-weight: 760;
    letter-spacing: 0.09em;
    line-height: 1.3;
    text-transform: uppercase;
}

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

.orth-button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 0.96rem;
    font-weight: 720;
    line-height: 1.25;
    text-decoration: none !important;
}

.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(42px, 7vw, 78px) 0;
    border-top: 1px solid var(--orth-border);
}

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

.orth-section__heading h2,
.orth-subscribe h2,
.orth-page-intro h2,
.orth-privacy-note h2,
.orth-related > h2 {
    margin: 0;
    color: var(--orth-text);
    font-size: clamp(1.75rem, 4vw, 2.7rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

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

.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: clamp(20px, 3vw, 28px);
    border: 1px solid var(--orth-border);
    border-radius: var(--orth-radius);
    background: var(--orth-surface);
}

.orth-card:hover {
    border-color: #bec8d8;
    box-shadow: var(--orth-shadow);
}

.orth-card__title {
    margin: 0 0 12px;
    color: var(--orth-text);
    font-size: clamp(1.18rem, 2.3vw, 1.5rem);
    line-height: 1.24;
    letter-spacing: -0.025em;
}

.orth-card__title a {
    color: inherit !important;
    text-decoration: none !important;
}

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

.orth-card__summary,
.orth-card__detail {
    margin: 0 0 16px;
    color: var(--orth-muted);
    font-size: 0.98rem;
    line-height: 1.62;
}

.orth-card__detail {
    font-size: 0.9rem;
}

.orth-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding-top: 8px;
    color: var(--orth-muted);
    font-size: 0.82rem;
}

.orth-text-link {
    color: var(--orth-accent) !important;
    font-weight: 700;
    text-decoration: none !important;
}

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

.orth-subscribe {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
    align-items: center;
    gap: 36px;
    margin: 28px 0 72px;
    padding: clamp(28px, 5vw, 48px);
    border-radius: 18px;
    background: #172033;
    color: #fff;
}

.orth-subscribe h2 {
    color: #fff;
}

.orth-subscribe p:not(.orth-eyebrow) {
    max-width: 650px;
    margin-bottom: 0;
    color: #cbd3df;
}

.orth-subscribe .orth-actions {
    margin-top: 0;
}

.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: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border: 1px solid var(--orth-border);
    border-radius: 8px;
    text-decoration: none;
}

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

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

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

body.archive .wp-block-post-title,
body.search .wp-block-post-title {
    font-size: clamp(1.2rem, 2.4vw, 1.55rem) !important;
    line-height: 1.25;
}

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

.orth-page-intro {
    max-width: 820px;
    padding: 22px 0 36px;
}

.orth-page-intro p:not(.orth-eyebrow) {
    color: var(--orth-muted);
    font-size: 1.08rem;
    line-height: 1.7;
}

.orth-filter,
.orth-index-controls {
    display: grid;
    gap: 8px;
    margin: 0 0 32px;
    padding: 20px;
    border: 1px solid var(--orth-border);
    border-radius: 12px;
    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 #b8c1ce;
    border-radius: 8px;
    color: var(--orth-text);
    background: #fff;
    font: inherit;
}

.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;
}

.orth-tool-section > h2 {
    margin-bottom: 20px;
    font-size: clamp(1.45rem, 3vw, 2rem);
}

.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.78rem;
    font-weight: 760;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

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

.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;
}

.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;
}

.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.single-post main {
    max-width: 1160px;
}

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

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

body.single-post .wp-block-post-title {
    margin-bottom: 16px !important;
    font-size: clamp(2rem, 5vw, 3.75rem) !important;
    line-height: 1.06 !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.single-post .wp-block-post-content {
    font-size: clamp(1.0625rem, 1.4vw, 1.125rem) !important;
    line-height: 1.68 !important;
}

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

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

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

body.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.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 {
    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.single-post .wp-block-post-content code:not(pre code),
body.single-post .wp-block-post-content :where(p, li, td) > code {
    white-space: normal !important;
    overflow-wrap: anywhere;
}

body.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: 3.2em !important;
}

.orth-copy-code {
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 9px;
    min-height: 34px;
    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.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: 16px 20px;
    border: 1px solid var(--orth-border);
    border-radius: 10px;
    background: var(--orth-surface);
}

.orth-toc summary {
    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.35em 0 !important;
    font-size: 0.94rem !important;
}

.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);
}

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

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

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

.orth-related .orth-card__title {
    font-size: 1.08rem;
}

.orth-site-footer {
    width: 100%;
    margin-top: clamp(48px, 8vw, 90px) !important;
    padding: 0 !important;
    border-top: 1px solid var(--orth-border);
    background: #101827;
    color: #d9e0eb;
}

body.orthogonal-experience footer.orth-site-footer {
    margin-top: clamp(48px, 8vw, 90px) !important;
    padding: 0 !important;
}

.orth-site-footer__inner {
    display: grid;
    width: min(100%, 1160px);
    grid-template-columns: minmax(220px, 1.4fr) minmax(240px, 1fr);
    gap: 28px 56px;
    margin: 0 auto;
    padding: 48px 20px 28px;
}

.orth-site-footer__brand > a {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 760;
    text-decoration: none;
}

.orth-site-footer__brand p {
    max-width: 440px;
    margin: 10px 0 0;
    color: #aeb9c9;
    line-height: 1.55;
}

.orth-site-footer__nav,
.orth-site-footer__legal {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    gap: 10px 18px;
}

.orth-site-footer__nav a,
.orth-site-footer__legal a {
    color: #d9e0eb;
    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: 22px;
    border-top: 1px solid #2d3748;
    font-size: 0.86rem;
}

.orth-site-footer__copyright {
    grid-column: 1 / -1;
    margin: -12px 0 0;
    color: #8d99aa;
    font-size: 0.82rem;
}

.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);
}

.orth-home-buying {
    padding-block: 32px;
}

.orth-home-buying > h2 {
    margin-block: 0 12px;
    font-size: clamp(1.5rem, 3vw, 2rem);
}

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

.orth-home-buying__paths li {
    padding: 18px;
    border: 1px solid var(--orth-border);
    border-radius: 10px;
    background: var(--orth-surface);
}

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

.orth-home-buying__paths p {
    margin-bottom: 0;
    color: var(--orth-muted);
    font-size: 0.95rem;
}

.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);
}

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

.orth-buying-path:focus-visible {
    outline: 3px solid #f59e0b;
    outline-offset: 4px;
}

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

.orth-buying-help h3 {
    margin-top: 0;
}

.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);
}

.orth-buying-path > h2 {
    margin-top: 0 !important;
}

.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);
}

.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;
    flex-direction: column;
    padding: 18px;
    border: 1px solid var(--orth-border);
    border-radius: 10px;
}

.orth-product h3 {
    margin: 0 0 8px !important;
}

.orth-product p {
    color: var(--orth-muted);
}

.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);
}

.orth-store-cta h2 {
    margin-top: 0 !important;
}

.orth-community-intro > h2,
.orth-community-updates > h2 {
    margin-top: 0 !important;
}

.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 #aeb8c7;
    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;
    overflow: hidden !important;
}

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

.wp-block-post-comments-form input:not([type="checkbox"]),
.wp-block-post-comments-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #aeb8c7;
    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;
    }

    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;
    }

    .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: 700px) {
    body.orthogonal-experience header.wp-block-template-part .alignwide {
        padding: 15px 16px !important;
    }

    body.orthogonal-experience main {
        padding-inline: 16px;
    }

    .orth-hero {
        padding-top: 48px;
    }

    .orth-hero h1 {
        font-size: clamp(2.35rem, 13vw, 3.6rem);
    }

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

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

    .orth-article-index-card .orth-card__eyebrow,
    .orth-article-index-card .orth-card__title,
    .orth-article-index-card .orth-card__summary,
    .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-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 print {
    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.orth-checklist-page .wp-block-post-title {
        margin: 0 0 16px;
        font-size: 21pt;
    }

    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;
    }
}
