:root{color-scheme:light;--orange:#f56600;--orange-dark:#c84d00;--text-link:#c45100;--text-link-hover:#973900;--coral:#ef6a5b;--gold:#f3b51b;--teal:#319c91;--ink:#242628;--muted:#62666a;--paper:#fffdf9;--surface:#ffffff;--soft:#f7f5f1;--line:#dedbd5;--header:#252729;--header-text:#ffffff;--footer:#252729;--footer-text:#f4f4f2;--shadow:0 14px 36px rgb(36 38 40 / 9%);--radius:14px;--shell:min(1180px, calc(100% - 40px));--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}:root[data-theme="dark"]{color-scheme:dark;--ink:#f4f4f2;--muted:#b7babd;--paper:#181a1b;--surface:#202325;--soft:#272a2d;--line:#3c4043;--header:#121415;--footer:#121415;--shadow:0 16px 40px rgb(0 0 0 / 28%);--text-link:#ff8a3d;--text-link-hover:#ffb07a}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font);font-size:1rem;line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}a{color:var(--orange-dark);text-underline-offset:.18em}button,input,textarea,select{font:inherit}:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.shell{width:var(--shell);margin-inline:auto}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:10px;left:10px;z-index:1000;padding:.75rem 1rem;background:var(--surface);color:var(--ink);border-radius:8px;transform:translateY(-160%)}.skip-link:focus{transform:none}.site-header{position:relative;z-index:100;background:var(--header);color:var(--header-text);border-bottom:3px solid var(--orange)}.site-header__inner{min-height:100px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(1rem, 4vw, 3.5rem)}.brand{display:inline-flex;align-items:center;width:290px}.brand img,.brand .custom-logo{width:280px;height:auto;max-height:96px;object-fit:contain}.custom-logo-link{display:inline-flex}.site-nav{justify-self:end}.site-nav__list{display:flex;align-items:center;gap:clamp(.75rem, 2.3vw, 2rem);margin:0;padding:0;list-style:none}.site-nav__list ul{list-style:none}.site-nav .sub-menu{position:absolute;top:calc(100% - 3px);min-width:210px;margin:0;padding:.5rem;visibility:hidden;opacity:0;background:var(--header);border:1px solid rgb(255 255 255 / 16%);border-radius:0 0 10px 10px;box-shadow:var(--shadow);transform:translateY(-5px)}.site-nav li{position:relative}.site-nav li:hover>.sub-menu,.site-nav li:focus-within>.sub-menu{visibility:visible;opacity:1;transform:none}.site-nav .sub-menu a{padding:.65rem .75rem;border-bottom:1px solid rgb(255 255 255 / 10%)}.site-nav a{display:block;padding:1.75rem 0 1.55rem;color:#f8f8f7;font-size:1rem;font-weight:700;text-decoration:none;border-bottom:3px solid #fff0}.site-nav a:hover,.site-nav a:focus-visible,.site-nav .current-menu-item>a,.site-nav .current_page_item>a{color:#fff;border-bottom-color:var(--orange)}.theme-toggle,.nav-toggle{appearance:none;display:inline-grid;place-items:center;width:42px;height:42px;padding:0;color:#fff;background:rgb(255 255 255 / 7%);border:1px solid rgb(255 255 255 / 20%);border-radius:10px;cursor:pointer}.theme-toggle svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.theme-toggle__sun{display:none}:root[data-theme="dark"] .theme-toggle__sun{display:block}:root[data-theme="dark"] .theme-toggle__moon{display:none}.theme-toggle[aria-pressed="true"]{color:#fff;background:var(--orange);border-color:var(--orange)}.nav-toggle{display:none}.no-js .theme-toggle,html:not(.oscon-js) .theme-toggle{display:none}.nav-toggle span[aria-hidden]{width:20px;height:2px;margin:2px;background:currentColor;border-radius:2px}.hero{position:relative;overflow:hidden;padding:clamp(3.25rem, 6.5vw, 6rem) 0 2.75rem}.hero::before,.hero::after{content:"";position:absolute;border-radius:999px;pointer-events:none}.hero::before{width:260px;height:260px;left:-180px;top:60px;background:color-mix(in srgb,var(--coral) 12%,transparent)}.hero::after{width:180px;height:180px;right:-100px;bottom:0;background:color-mix(in srgb,var(--teal) 10%,transparent)}.hero__grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:clamp(2rem, 7vw, 7rem)}.eyebrow{margin:0 0 .75rem;color:var(--orange-dark);font-size:.82rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.hero h1,.page-header h1,.error-page h1{max-width:760px;margin:0;font-size:clamp(2.7rem, 6vw, 5.3rem);line-height:.99;letter-spacing:-.055em}.hero__lead{max-width:600px;margin:1.25rem 0 1.65rem;color:var(--muted);font-size:clamp(1.05rem, 2vw, 1.25rem)}.hero__art img{width:min(100%, 520px);margin-inline:auto}.button{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;min-height:50px;padding:.78rem 1.3rem;border:2px solid #fff0;border-radius:9px;font-weight:780;text-decoration:none;transition:transform .16s ease,background .16s ease}.button:hover{transform:translateY(-2px)}.button svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.button--primary{color:#fff;background:var(--orange);box-shadow:0 9px 22px rgb(245 102 0 / 22%)}.button--primary:hover{color:#fff;background:var(--orange-dark)}.button--secondary{color:var(--orange-dark);background:#fff0;border-color:var(--orange)}.button--secondary:hover{color:#fff;background:var(--orange)}.benefits{padding:.5rem 0 clamp(3rem, 5.5vw, 4.75rem)}.benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.benefit{display:flex;align-items:center;gap:1rem;min-height:108px;padding:1.05rem 1.2rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.benefit__icon{flex:0 0 48px;display:grid;place-items:center;width:48px;height:48px;color:#fff;border-radius:50%;font-size:1.5rem;font-weight:800}.benefit--coral .benefit__icon{background:var(--coral)}.benefit--gold .benefit__icon{background:var(--gold);color:#332300}.benefit--teal .benefit__icon{background:var(--teal)}.benefit h3{margin:0;font-size:1.05rem}.benefit p{margin:.15rem 0 0;color:var(--muted);font-size:.9rem}.forum-callout{padding:0 0 clamp(4rem, 8vw, 7rem)}.forum-callout__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:clamp(1.5rem, 4vw, 2.5rem);background:color-mix(in srgb,var(--coral) 9%,var(--surface));border:1px solid color-mix(in srgb,var(--coral) 35%,var(--line));border-radius:var(--radius)}.forum-callout h2{margin:0;font-size:clamp(1.6rem, 3vw, 2.2rem);letter-spacing:-.03em}.forum-callout p:last-child{margin:.3rem 0 0;color:var(--muted)}.home-summary{padding:0 0 clamp(4rem, 8vw, 7rem)}.home-summary__inner{max-width:760px;text-align:center}.home-summary h2{margin:0;font-size:clamp(1.55rem, 3vw, 2.25rem);line-height:1.15;letter-spacing:-.035em}.home-summary p{margin:1rem 0 0;color:var(--muted)}.page-surface{position:relative;overflow:clip;isolation:isolate}.page-surface::before,.page-surface::after{content:"";position:absolute;z-index:-1;border-radius:999px;pointer-events:none}.page-surface::before{width:260px;height:260px;left:-180px;top:60px;background:color-mix(in srgb,var(--coral) 12%,transparent)}.page-surface::after{width:180px;height:180px;right:-100px;bottom:0;background:color-mix(in srgb,var(--teal) 10%,transparent)}.page-layout{min-height:58vh;padding-block:clamp(3rem, 7vw, 6rem)}.page-header{margin-bottom:2rem}.page-header h1,.error-page h1{font-size:clamp(2.2rem, 5vw, 4rem)}.archive-description{color:var(--muted)}.prose{max-width:var(--shell);font-size:clamp(1.0625rem, .3vw + 1rem, 1.125rem);line-height:1.72}.prose>*+*{margin-top:1.3em}.prose h2,.prose h3{line-height:1.2;letter-spacing:-.025em}.prose img{height:auto;border-radius:10px}.featured-image{margin:0 0 2rem}.featured-image img{width:100%;height:auto}.prose blockquote{margin-inline:0;padding:.5rem 1.5rem;border-left:4px solid var(--orange);color:var(--muted)}.prose a:not(.button):not(.wp-element-button):not(.wp-block-button__link){padding:.05em .12em;color:var(--text-link);font-weight:700;text-decoration:none;border-radius:.22em;-webkit-box-decoration-break:clone;box-decoration-break:clone;transition:color .16s ease,background-color .16s ease}.prose a:not(.button):not(.wp-element-button):not(.wp-block-button__link):hover{color:var(--text-link-hover);background:color-mix(in srgb,var(--orange) 13%,var(--surface))}.prose a:not(.button):not(.wp-element-button):not(.wp-block-button__link):focus-visible{color:var(--text-link-hover);background:color-mix(in srgb,var(--gold) 18%,var(--surface))}.content-card{padding:1.5rem 0 2rem;border-bottom:1px solid var(--line)}.content-card__image{display:block;max-width:460px;margin-bottom:1rem}.content-card__image img{width:100%;height:auto;border-radius:10px}.content-card h2{margin:.2rem 0 .5rem;line-height:1.2}.content-card h2 a{color:var(--ink);text-decoration:none}.content-card h2 a:hover{color:var(--orange-dark)}.content-card__meta{margin:0;color:var(--muted);font-size:.86rem}.nav-links{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem}.page-numbers{padding:.5rem .8rem;border:1px solid var(--line);border-radius:7px;text-decoration:none}.error-page{min-height:62vh;padding-block:clamp(4rem, 10vw, 8rem);text-align:center}.error-page h1{margin-inline:auto}.error-page>p:not(.eyebrow){color:var(--muted)}.button-row{display:flex;justify-content:center;flex-wrap:wrap;gap:.8rem;margin-top:2rem}.comments-area{max-width:var(--shell);margin-top:3rem;padding-top:2rem;border-top:1px solid var(--line)}.comment-list{padding-left:1.5rem}.comment-list li{margin-block:1.5rem}.comment-form input:not([type="checkbox"]):not([type="submit"]),.comment-form textarea{width:100%;padding:.75rem;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:8px}.comment-form input[type="submit"]{min-height:46px;padding:.65rem 1rem;color:#fff;background:var(--orange);border:0;border-radius:8px;font-weight:750;cursor:pointer}.site-footer{background:var(--footer);color:var(--footer-text);border-top:3px solid var(--orange)}.footer-actions{display:grid;grid-template-columns:repeat(3,1fr);padding-block:2.6rem}.footer-action{display:flex;align-items:flex-start;gap:1rem;padding:.2rem clamp(1rem, 3vw, 2.2rem);color:#f4f4f2;text-decoration:none;border-right:1px solid rgb(255 255 255 / 15%)}.footer-action:first-child{padding-left:0}.footer-action:last-child{border-right:0}.footer-action__symbol{flex:0 0 auto;color:var(--orange);font-size:2rem;line-height:1}.footer-action strong,.footer-action small{display:block}.footer-action strong{color:var(--orange);font-size:.9rem;line-height:1.4;text-transform:uppercase}.footer-action small{margin-top:.4rem;color:#d0d2d3;font-size:.9rem;line-height:1.5}.footer-action[href]:hover small{color:#fff}.footer-guide-links{margin:.65rem 0 0;padding:0;list-style:none}.footer-guide-links li+li{margin-top:.35rem}.footer-guide-links a{font-size:.9rem;text-underline-offset:.2em}.footer-nav{display:flex;flex-wrap:wrap;gap:1.2rem;margin:0;padding:0;list-style:none}.site-footer .oscon-bridge-footer-link:link,.site-footer .oscon-bridge-footer-link:visited{color:#f4f4f2}.site-footer .oscon-bridge-footer-link:hover,.site-footer .oscon-bridge-footer-link:focus-visible{color:var(--orange)}.footer-action.oscon-bridge-footer-link:hover small,.footer-action.oscon-bridge-footer-link:focus-visible small{color:#fff}.site-footer__legal{display:flex;justify-content:space-between;gap:1rem;padding-block:1rem;color:#aeb1b3;border-top:1px solid rgb(255 255 255 / 14%);font-size:.9rem;line-height:1.5}.site-footer__legal .oscon-bridge-footer-link:link,.site-footer__legal .oscon-bridge-footer-link:visited{color:#d8d9da}@media (max-width:860px){:root{--shell:min(100% - 28px, 720px)}.site-header__inner{grid-template-columns:1fr auto 1fr;min-height:0;gap:.45rem 1rem;padding-block:.65rem}.brand{grid-column:1 / -1;grid-row:1;justify-self:center;justify-content:center;width:min(280px, 100%)}.brand img,.brand .custom-logo{width:270px;height:auto;max-height:92px}.oscon-js .nav-toggle{display:inline-grid;grid-column:2;grid-row:2;justify-self:center}.theme-toggle{grid-column:3;grid-row:2;justify-self:end}.site-nav{display:block;position:static;grid-column:1 / -1;width:100%;padding:.5rem 14px 1rem;background:var(--header);border:1px solid rgb(255 255 255 / 16%);border-bottom:3px solid var(--orange);border-radius:0 0 10px 10px;box-shadow:var(--shadow)}.oscon-js .site-nav{display:none;position:absolute;top:100%;right:auto;left:50%;width:min(320px, calc(100% - 28px))}.oscon-js .site-nav[data-open]{display:block}.site-nav__list{display:block;width:100%;margin-inline:auto;text-align:center}.site-nav a{padding:.85rem .35rem;border-bottom:1px solid rgb(255 255 255 / 13%)}.site-nav .sub-menu{position:static;min-width:0;padding:0 0 0 1rem;visibility:visible;opacity:1;border:0;box-shadow:none;transform:none}.hero{padding-top:3rem}.hero__grid{grid-template-columns:1fr;gap:1rem}.hero__copy{text-align:center}.hero__lead{margin-inline:auto}.hero__art{order:-1}.hero__art img{max-height:300px}.benefits__grid{grid-template-columns:1fr}.forum-callout__inner{align-items:flex-start;flex-direction:column}}@media (max-width:560px){.brand{width:min(260px, 100%)}.brand img,.brand .custom-logo{width:250px;max-height:86px}.hero h1{font-size:clamp(2.35rem, 12vw, 3.5rem)}.hero__art img{max-height:235px}.button{width:100%}.footer-actions{grid-template-columns:1fr}.footer-action,.footer-action:first-child{padding:1rem 0;border-right:0;border-bottom:1px solid rgb(255 255 255 / 15%)}.footer-action:last-child{border-bottom:0}.site-footer__legal{flex-direction:column}.footer-nav{flex-direction:column;gap:.65rem}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.site-header,.site-footer,.theme-toggle,.nav-toggle,.button{display:none!important}body{color:#000;background:#fff}a{color:#000;text-decoration:underline}}