:root{--ran-bg:#f3f7f8;--ran-surface:#ffffff;--ran-surface-strong:#083f52;--ran-surface-strong-2:#0d5267;--ran-surface-muted:#e9f2f4;--ran-border:#d8e4e8;--ran-text:#18313c;--ran-text-soft:#5c7280;--ran-text-inverse:#f9fcfd;--ran-accent:#26c6da;--ran-accent-dark:#0d7b89;--ran-shadow:0 16px 40px rgba(8, 63, 82, 0.12);--ran-shadow-soft:0 12px 28px rgba(8, 63, 82, 0.08);--ran-shadow-strong:0 24px 52px rgba(8, 63, 82, 0.18);--ran-radius:8px;--ran-container:min(1184px, calc(100% - 48px));--ran-header-container:min(1420px, calc(100% - 48px));--ran-content:min(840px, 100%)}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:1.6;color:var(--ran-text);background:var(--ran-bg);overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}p{margin:0 0 1rem}h1,h2,h3,h4{margin:0 0 1rem;line-height:1.1;color:#082e3b}h1{font-size:clamp(2.25rem, 5vw, 4.5rem)}h2{font-size:clamp(1.75rem, 3vw, 2.5rem)}h3{font-size:1.35rem}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.screen-reader-text:focus{clip:auto;width:auto;height:auto;margin:1rem;padding:.75rem 1rem;background:#fff;color:#000;z-index:9999}.ran-container{width:var(--ran-container);margin-inline:auto}.section{padding:80px 0}.section--tight{padding:28px 0 40px}.section--light{background:linear-gradient(180deg,#eef5f7 0%,#e7f0f3 100%)}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--ran-accent)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 1.2rem;border-radius:8px;font-weight:700;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.button--primary{background:var(--ran-accent);color:#072833}.button--primary:hover{background:#4dd9e8}.button--secondary{border:1px solid rgb(255 255 255 / .35);color:var(--ran-text-inverse)}.button--secondary:hover{background:rgb(255 255 255 / .08)}.site-header{position:sticky;top:0;z-index:120;background:radial-gradient(circle at top right,rgb(38 198 218 / .12),#fff0 28%),linear-gradient(180deg,#0a4d63 0%,#083f52 62%,#073847 100%);border-bottom:1px solid rgb(255 255 255 / .1);overflow:visible;box-shadow:0 12px 26px rgb(4 23 30 / .14)}.site-header__inner{width:var(--ran-header-container);position:relative;display:grid;grid-template-columns:minmax(112px,148px) minmax(0,1fr);align-items:start;gap:1.5rem;padding-top:1.2rem;padding-bottom:.5rem;min-height:132px}.site-branding{display:flex;align-items:center;justify-content:flex-start;min-width:0}.site-branding__link{display:inline-flex;align-items:center}.brand-mark{width:auto;height:96px}.site-header__nav-shell{display:grid;gap:.72rem;min-width:0;padding-top:.2rem}.site-utility{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:1rem;padding-top:.05rem}.site-utility__label{flex:0 0 auto;margin-right:.35rem;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:rgb(255 255 255 / .58)}.site-utility__links,.site-utility__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem;margin:0;padding:0;list-style:none}.site-utility__links{flex:0 1 auto;justify-content:flex-end;min-width:0}.site-utility__actions{flex:0 1 auto;justify-content:flex-end;gap:.75rem}.site-utility__links a{padding-bottom:1px;font-size:.88rem;font-weight:550;line-height:1.1;color:rgb(249 252 253 / .82)}.site-utility__links li{display:inline-flex;align-items:center;gap:.9rem}.site-utility__links li:not(:last-child)::after{content:"";width:1px;height:1rem;background:rgb(255 255 255 / .22)}.site-utility__links a:hover{color:var(--ran-accent)}.site-utility__links a:focus-visible,.main-navigation a:focus-visible,.site-utility__pill:focus-visible,.site-search__toggle:focus-visible,.site-search__submit:focus-visible,.menu-toggle:focus-visible,.page-overview-card a:focus-visible{outline:2px solid rgb(38 198 218 / .75);outline-offset:4px;border-radius:8px}.site-utility__pill{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 1.15rem;border-radius:999px;background:linear-gradient(180deg,rgb(255 255 255 / .16) 0%,rgb(255 255 255 / .11) 100%);box-shadow:inset 0 0 0 1px rgb(255 255 255 / .08);color:var(--ran-text-inverse);font-size:.92rem;font-weight:700;line-height:1;transition:background-color .2s ease,color .2s ease}.site-utility__pill:hover{background:rgb(255 255 255 / .28);color:#fff}.site-utility__search-wrap{flex:0 0 auto;display:flex;justify-content:flex-end}.site-search--header{display:inline-flex;align-items:center;gap:.65rem}.site-search__toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid rgb(255 255 255 / .16);border-radius:999px;background:rgb(255 255 255 / .08);color:rgb(249 252 253 / .92);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.site-search__toggle:hover,.site-search--header.is-open .site-search__toggle{background:rgb(255 255 255 / .16);border-color:rgb(255 255 255 / .28);color:#fff}.site-search__toggle svg{width:20px;height:20px}.site-search__panel{display:flex;align-items:center;gap:.65rem;width:0;overflow:hidden;opacity:0;pointer-events:none;transition:width .24s ease,opacity .18s ease}.site-search--header.is-open .site-search__panel{width:min(360px, 28vw);opacity:1;pointer-events:auto}.site-search__input{width:100%;min-width:0;height:44px;padding:0 1rem;border:1px solid rgb(255 255 255 / .14);border-radius:999px;background:rgb(255 255 255 / .08);color:#fff;font-size:.92rem}.site-search__input::placeholder{color:rgb(249 252 253 / .62)}.site-search__input:focus{outline:2px solid rgb(38 198 218 / .55);outline-offset:2px;border-color:rgb(38 198 218 / .55)}.site-search__submit{flex:0 0 auto;height:44px;padding:0 1rem;border:0;border-radius:999px;background:var(--ran-accent);color:#07313e;font-size:.86rem;font-weight:700;cursor:pointer}.site-search__submit:hover{background:#4dd9e8}.main-navigation{position:static;flex:1 1 auto;width:100%}.menu-toggle{display:none;padding:.75rem 1rem;border:1px solid rgb(255 255 255 / .2);border-radius:8px;background:#fff0;color:var(--ran-text-inverse);font-weight:700;cursor:pointer}.main-navigation ul{display:flex;align-items:center;gap:.28rem;margin:0;padding:0;list-style:none}.main-navigation a{display:inline-flex;align-items:center;min-height:44px;font-size:.83rem;font-weight:650;letter-spacing:.01em;color:var(--ran-text-inverse)}.main-navigation a:hover{color:var(--ran-accent)}.nav-menu--mega{justify-content:flex-end;position:relative;width:100%;flex-wrap:wrap;row-gap:.15rem}.menu-item--top{position:static}.menu-item--top>a{padding:1rem .62rem .84rem;border-radius:8px 8px 0 0;border-bottom:4px solid #fff0;transition:color .2s ease,border-color .2s ease,background-color .2s ease,opacity .2s ease}.menu-item--has-panel>a::after{content:"";width:.55rem;height:.55rem;margin-left:.45rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-1px);opacity:.75}.menu-item--top:hover>a,.menu-item--top:focus-within>a,.menu-item--top.is-open>a,.menu-item--top>a[aria-expanded="true"],.menu-item--top.current-menu-item>a,.menu-item--top.current-menu-ancestor>a,.menu-item--top.current_page_item>a,.menu-item--top.current_page_ancestor>a{color:var(--ran-accent);background:rgb(255 255 255 / .04);border-bottom-color:var(--ran-accent)}.mega-panel{position:absolute;top:calc(100% + 1px);left:0;display:none;width:100%;padding-top:.65rem;z-index:80}.menu-item--has-panel:hover>.mega-panel,.menu-item--has-panel:focus-within>.mega-panel,.menu-item--has-panel.is-open>.mega-panel{display:block}.mega-panel__inner{display:grid;grid-template-columns:minmax(250px,312px) 1fr;background:var(--ran-surface);border:1px solid var(--ran-border);border-radius:0 0 14px 14px;box-shadow:0 26px 56px rgb(8 63 82 / .18);overflow:hidden}.mega-panel__intro{padding:2.1rem 2rem;background:linear-gradient(180deg,#eef6f8 0%,#e6f0f3 100%);border-right:1px solid rgb(8 47 61 / .08)}.mega-panel__eyebrow{margin:0 0 .75rem;font-size:.84rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ran-accent-dark)}@media (max-width:1500px){.site-header__inner{width:min(1360px, calc(100% - 40px));grid-template-columns:minmax(96px,128px) minmax(0,1fr);gap:1.15rem}.brand-mark{height:84px}.site-utility{gap:.75rem}.site-utility__label{font-size:.68rem}.site-utility__links,.site-utility__actions{gap:.65rem}.site-utility__links a{font-size:.88rem}.site-utility__links li{gap:.7rem}.site-utility__pill{min-height:38px;padding:0 .95rem;font-size:.88rem}.site-search--header.is-open .site-search__panel{width:min(300px, 24vw)}.main-navigation a{font-size:.79rem}.menu-item--top>a{padding:.92rem .42rem .76rem}.mega-panel__grid{gap:1.5rem;padding:1.75rem}.mega-panel__sections{grid-template-columns:1fr;gap:.9rem}}.mega-panel__title{margin-bottom:.85rem;font-size:clamp(1.35rem, 1.5vw, 1.62rem);line-height:1.06;overflow-wrap:anywhere;hyphens:auto;text-wrap:balance}.mega-panel__copy{margin:0;font-size:.92rem;line-height:1.72;color:var(--ran-text-soft)}.mega-panel__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.9rem 2rem;padding:2rem 2.25rem}.mega-panel__group{padding-top:.35rem;border-top:1px solid var(--ran-border)}.mega-panel__group-title{margin-bottom:.95rem;font-size:1rem;font-weight:800;color:var(--ran-accent-dark);overflow-wrap:anywhere;hyphens:auto}.mega-panel__sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.2rem}.mega-panel__section{min-width:0}.mega-panel__section-title{margin:0 0 .55rem;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ran-text-soft)}.main-navigation .mega-panel__links{display:grid;gap:.5rem;margin:0;padding:0;list-style:none}.main-navigation .mega-panel__links li{min-width:0}.main-navigation .mega-panel__links a{display:block;min-height:0;padding:.08rem 0;font-size:.88rem;font-weight:600;line-height:1.42;color:#0b5974;white-space:normal;max-width:100%;overflow-wrap:anywhere;hyphens:auto}.main-navigation .mega-panel__links a:hover{color:var(--ran-accent)}.main-navigation .mega-panel__links a:focus-visible{background:rgb(38 198 218 / .08);outline-offset:2px}.hero,.page-hero{background:radial-gradient(circle at top right,rgb(38 198 218 / .16),#fff0 26%),linear-gradient(180deg,#0a4a5f 0%,#0a4457 48%,#0d5267 100%);color:var(--ran-text-inverse)}.hero__inner,.page-hero__inner{padding:96px 0 82px}.hero h1,.page-hero h1{max-width:14ch;margin-bottom:1.1rem;color:var(--ran-text-inverse);text-wrap:balance}.page-hero h1{font-size:clamp(1.8rem, 4vw, 3.6rem)}.breadcrumbs{margin-bottom:1rem}.breadcrumbs__list{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;font-size:.82rem;font-weight:600;letter-spacing:.02em;color:rgb(249 252 253 / .72)}.breadcrumbs__item{display:inline-flex;align-items:center;gap:.5rem}.breadcrumbs__item:not(:last-child)::after{content:"/";color:rgb(249 252 253 / .42)}.breadcrumbs a{color:rgb(249 252 253 / .82)}.breadcrumbs a:hover{color:var(--ran-accent)}.breadcrumbs__item.is-current span{color:rgb(249 252 253 / .98)}.hero__lead,.page-hero__lead{max-width:48rem;font-size:clamp(1.02rem, 1.4vw, 1.24rem);line-height:1.72;color:rgb(249 252 253 / .8)}.hero__copy{max-width:760px}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.homepage-trust-list{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.45rem}.homepage-trust-list span{display:inline-flex;align-items:center;min-height:34px;padding:0 .9rem;border:1px solid rgb(255 255 255 / .16);border-radius:999px;background:rgb(255 255 255 / .06);color:rgb(249 252 253 / .82);font-size:.82rem;font-weight:650;line-height:1}.meta-row{display:flex;flex-wrap:wrap;gap:1rem;font-size:.95rem;color:rgb(249 252 253 / .74)}.page-hero__meta{margin-top:1.2rem}.page-hero__meta span{display:inline-flex;align-items:center;min-height:34px;padding:0 .9rem;border-radius:999px;background:rgb(255 255 255 / .08);box-shadow:inset 0 0 0 1px rgb(255 255 255 / .08)}.search-results-tools{margin-bottom:2rem}.site-search-form--results{display:grid;gap:1rem;padding:1.5rem;border:1px solid var(--ran-border);border-radius:var(--ran-radius);background:var(--ran-surface);box-shadow:var(--ran-shadow)}.site-search-form__top{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:end}.site-search-form__primary,.site-search-form__field{display:grid;gap:.5rem}.site-search-form__field label{font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--ran-text-soft)}.site-search-form__input,.site-search-form__field input,.site-search-form__field select{width:100%;min-height:48px;padding:0 .95rem;border:1px solid var(--ran-border);border-radius:8px;background:#fff;color:var(--ran-text);font-size:.96rem}.site-search-form__input:focus,.site-search-form__field input:focus,.site-search-form__field select:focus{outline:2px solid rgb(38 198 218 / .35);outline-offset:2px;border-color:rgb(13 123 137 / .42)}.site-search-form__buttons{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.site-search-form__button{border:0;cursor:pointer}.site-search-form__reset{border:1px solid var(--ran-border);background:#fff;color:var(--ran-text)}.site-search-form__advanced{border-top:1px solid var(--ran-border);padding-top:1rem}.site-search-form__advanced summary{cursor:pointer;font-weight:700;color:var(--ran-accent-dark)}.site-search-form__advanced-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1rem}.feature-grid,.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.feature-card,.post-card,.empty-state{background:var(--ran-surface);border:1px solid var(--ran-border);border-radius:var(--ran-radius);box-shadow:var(--ran-shadow);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.feature-card:hover,.post-card:hover,.hub-section:hover,.org-card:hover{transform:translateY(-2px);border-color:rgb(38 198 218 / .38);box-shadow:0 20px 42px rgb(8 63 82 / .14)}.feature-card{position:relative;display:flex;flex-direction:column;min-height:100%;padding:1.75rem;overflow:hidden}.feature-card::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--ran-accent);opacity:.85}.feature-card>*{position:relative}.feature-card p,.post-card__excerpt,.empty-state p{color:var(--ran-text-soft)}.feature-card h2,.feature-card h3{margin-bottom:.9rem;font-size:clamp(1.45rem, 1.55vw, 2.15rem);line-height:1.08;max-width:100%;overflow-wrap:anywhere;word-break:break-word;hyphens:auto;text-wrap:balance}.feature-card h2 a,.feature-card h3 a{display:inline;max-width:100%;overflow-wrap:anywhere;word-break:break-word;hyphens:auto;text-wrap:balance}.feature-card ul,.hub-section__list,.org-card ul{margin:0;padding-left:1.1rem;color:var(--ran-text-soft)}.feature-card--pathway .eyebrow{margin-bottom:.75rem}.feature-card li,.hub-section__list li,.org-card li{margin-bottom:.55rem}.homepage-editorial-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.editorial-pill{padding:1.55rem 1.5rem;border:1px solid rgb(8 63 82 / .08);border-radius:var(--ran-radius);background:linear-gradient(180deg,rgb(255 255 255 / .92) 0%,rgb(240 247 248 / .94) 100%);box-shadow:var(--ran-shadow-soft)}.editorial-pill__label,.section-intro{color:var(--ran-text-soft)}.editorial-pill__label{margin:0 0 .55rem;font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--ran-accent-dark)}.editorial-pill h3{margin-bottom:.7rem;font-size:clamp(1.12rem, 1.3vw, 1.45rem)}.editorial-pill p:last-child{margin-bottom:0}.section-intro{max-width:54rem;margin:0;font-size:1rem;line-height:1.72}.page-overview__inner{display:grid;gap:1.5rem}.page-overview__intro{max-width:58rem}.page-overview__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.page-overview-card{padding:1.35rem 1.4rem;border:1px solid rgb(8 63 82 / .08);border-radius:var(--ran-radius);background:linear-gradient(180deg,rgb(255 255 255 / .92) 0%,rgb(239 246 248 / .96) 100%);box-shadow:var(--ran-shadow-soft);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.page-overview-card:hover{transform:translateY(-2px);border-color:rgb(38 198 218 / .32);box-shadow:0 18px 34px rgb(8 63 82 / .12)}.page-overview-card__eyebrow{margin:0 0 .55rem;font-size:.74rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:var(--ran-accent-dark)}.page-overview-card h3{margin-bottom:.65rem;font-size:clamp(1.12rem, 1.25vw, 1.45rem);line-height:1.12;overflow-wrap:anywhere;hyphens:auto;text-wrap:balance}.page-overview-card h3 a{color:#082e3b;text-decoration:none}.page-overview-card h3 a:hover{color:var(--ran-accent-dark)}.page-overview-card p:last-child{margin-bottom:0;color:var(--ran-text-soft)}.hub-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:2rem}.hub-intro{margin-bottom:2rem;padding:1.55rem 1.75rem;border-left:4px solid var(--ran-accent);background:#fff;border-top:1px solid var(--ran-border);border-right:1px solid var(--ran-border);border-bottom:1px solid var(--ran-border);border-radius:var(--ran-radius);color:var(--ran-text);box-shadow:0 12px 28px rgb(8 63 82 / .08)}.hub-intro p:last-child{margin-bottom:0}.navigation-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:2rem}.navigation-card-grid--members{grid-template-columns:repeat(3,minmax(0,1fr))}.navigation-card{position:relative;display:flex;flex-direction:column;gap:1rem;min-height:100%;padding:1.7rem;border-radius:var(--ran-radius);background:linear-gradient(180deg,#0a4a5f 0%,#083f52 100%);border:1px solid rgb(255 255 255 / .08);box-shadow:var(--ran-shadow-strong);color:var(--ran-text-inverse);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.navigation-card:hover{transform:translateY(-3px);box-shadow:0 30px 60px rgb(8 63 82 / .22)}.navigation-card::after{content:"";position:absolute;inset:auto -40px -40px auto;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle at center,rgb(38 198 218 / .18),#fff0);pointer-events:none}.navigation-card>*{position:relative;z-index:1}.navigation-card__eyebrow{display:inline-flex;align-items:center;margin-bottom:.1rem;font-size:.78rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:rgb(120 229 241 / .95)}.navigation-card h2,.navigation-card h3{margin:0;font-size:clamp(1.28rem, 1.8vw, 1.7rem);line-height:1.08;max-width:100%;overflow-wrap:anywhere;word-break:break-word;hyphens:auto;text-wrap:pretty;color:#fff}.navigation-card h2 a,.navigation-card h3 a{display:inline;max-width:100%;overflow-wrap:anywhere;word-break:break-word;hyphens:auto;text-decoration:none}.navigation-card h2 a:hover,.navigation-card h3 a:hover,.navigation-card h2 a:focus-visible,.navigation-card h3 a:focus-visible{text-decoration:none}.navigation-card p,.navigation-card li{color:rgb(240 248 250 / .86)}.navigation-card p:last-child{margin-bottom:0}.navigation-card ul{margin:0;padding-left:1.05rem}.navigation-card li{margin-bottom:.55rem}.navigation-card a{color:#fff;text-decoration:underline;text-decoration-color:rgb(120 229 241 / .45);text-underline-offset:3px}.navigation-card a:hover{color:#9beef8;text-decoration-color:#9beef8}.navigation-card__meta{margin-top:auto;padding-top:.4rem;font-size:.95rem;font-weight:600;color:rgb(240 248 250 / .92)}.navigation-card__meta strong{color:#fff}.hub-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-top:2rem}.hub-section{min-width:0;padding:1.75rem;background:var(--ran-surface);border:1px solid var(--ran-border);border-radius:var(--ran-radius);box-shadow:var(--ran-shadow-soft);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.hub-section:hover{transform:translateY(-2px);box-shadow:var(--ran-shadow);border-color:#cbdce1}.hub-section h2,.hub-section h3,.org-card h2,.org-card h3{max-width:100%;overflow-wrap:anywhere;word-break:break-word;hyphens:auto;text-wrap:balance}.hub-section>:last-child{margin-bottom:0}.hub-section__eyebrow{display:block;margin-bottom:.75rem;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ran-accent-dark)}.hub-section__list a,.org-card a{color:var(--ran-accent-dark);text-decoration:underline;text-underline-offset:2px}.hub-section__list a:hover,.org-card a:hover{color:var(--ran-accent)}.org-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-top:2rem}.org-card{padding:1.75rem;background:var(--ran-surface);border:1px solid var(--ran-border);border-radius:var(--ran-radius);box-shadow:var(--ran-shadow)}.org-card__meta{margin:.95rem 0 0;font-size:.95rem;color:var(--ran-text-soft)}.org-card__meta strong{color:var(--ran-text)}.section-note{margin-top:1.5rem;padding:1rem 1.15rem;border-left:4px solid var(--ran-accent);background:#eef7f8;color:var(--ran-text-soft)}.inline-link-list{display:flex;flex-wrap:wrap;gap:.75rem 1.1rem;margin:.85rem 0 0;padding:0;list-style:none}.inline-link-list li{margin:0}.inline-link-list a{color:var(--ran-accent-dark);text-decoration:underline;text-underline-offset:2px}.entry-content__contact-form{margin-top:2rem}.entry-content--contact .entry-content__contact-form{margin-top:0}.contact-hub-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:2rem;align-items:start}.contact-hub-layout__main,.contact-hub-layout__sidebar{min-width:0}.contact-hub-layout__sidebar{position:sticky;top:1.5rem}.entry-content--contact .hub-intro{margin-bottom:1.4rem;padding:1.5rem 1.6rem;background:linear-gradient(180deg,#ffffff 0%,#f5fafb 100%)}.entry-content--contact .navigation-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1.5rem}.entry-content--contact .navigation-card-grid>.navigation-card:last-child{grid-column:1 / -1}.entry-content--contact .navigation-card{padding:1.5rem}.entry-content--contact .navigation-card h2{font-size:clamp(1.2rem, 1.5vw, 1.55rem)}.entry-content--contact .navigation-card ul{display:grid;gap:.45rem}.entry-content--contact .hub-section-grid{grid-template-columns:1.15fr .85fr;gap:1.5rem}.entry-content--contact .hub-section{min-height:100%}.entry-content--contact .hub-section--emphasis{background:linear-gradient(180deg,#ffffff 0%,#eef6f8 100%)}.contact-form-panel{padding:1.85rem;background:linear-gradient(180deg,#ffffff 0%,#f5fafb 100%);border:1px solid var(--ran-border);border-radius:var(--ran-radius);box-shadow:0 16px 34px rgb(8 63 82 / .1)}.contact-form-panel__intro{max-width:48rem;margin-bottom:1.4rem;padding-bottom:1rem;border-bottom:1px solid rgb(8 47 61 / .08)}.contact-form-panel__eyebrow{display:inline-flex;align-items:center;margin-bottom:.45rem;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ran-accent-dark)}.contact-form-panel__intro h2{margin:0 0 .65rem;font-size:clamp(1.55rem, 2vw, 2.15rem);line-height:1.08}.contact-form-panel__intro p{margin:0;color:var(--ran-text-soft)}.contact-form-panel__notice{margin-bottom:1.35rem;padding:1rem 1.15rem;border-radius:14px;font-weight:600}.contact-form-panel__notice--success{background:rgb(38 198 218 / .11);border:1px solid rgb(38 198 218 / .35);color:#0b586f}.contact-form-panel__notice--error{background:rgb(184 64 94 / .08);border:1px solid rgb(184 64 94 / .26);color:#8c2744}.contact-form{display:grid;gap:1.25rem}.contact-form__honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.contact-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.15rem}.contact-form__field{display:grid;gap:.45rem}.contact-form__field--full{grid-column:1 / -1}.contact-form__field label{font-size:.88rem;font-weight:700;letter-spacing:.03em;color:var(--ran-text)}.contact-form__field input,.contact-form__field select,.contact-form__field textarea{width:100%;padding:.88rem 1rem;border:1px solid rgb(8 47 61 / .16);border-radius:14px;background:#fff;color:var(--ran-text);font:inherit;box-shadow:inset 0 1px 0 rgb(255 255 255 / .35);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.contact-form__field textarea{min-height:180px;resize:vertical}.contact-form__field input:focus,.contact-form__field select:focus,.contact-form__field textarea:focus{outline:none;border-color:rgb(38 198 218 / .68);box-shadow:0 0 0 4px rgb(38 198 218 / .14);background:#fcfeff}.contact-form__consent{display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:start;color:var(--ran-text-soft)}.contact-form__consent input{margin-top:.15rem;width:1.05rem;height:1.05rem;accent-color:var(--ran-accent)}.contact-form__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem 1.2rem}.contact-form__submit{min-width:220px}.contact-form__help{margin:0;font-size:.95rem;color:var(--ran-text-soft)}.newsletter-signup-panel{display:grid;width:100%;max-width:100%;min-width:0;gap:1.45rem;padding:1.7rem;background:linear-gradient(180deg,rgb(255 255 255 / .98) 0%,rgb(244 250 251 / .96) 100%);border:1px solid rgb(8 47 61 / .12);border-radius:16px;box-shadow:0 16px 32px rgb(8 63 82 / .08)}.newsletter-signup-panel__intro{display:grid;gap:.5rem;padding-bottom:1rem;border-bottom:1px solid rgb(8 47 61 / .08)}.newsletter-signup-panel__eyebrow{display:inline-flex;align-items:center;font-size:.78rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:var(--ran-accent-dark)}.newsletter-signup-panel__intro h3{margin:0;font-size:clamp(1.45rem, 1.4vw + 1.05rem, 2rem);line-height:1.08;color:var(--ran-text)}.newsletter-signup-panel__intro p{margin:0;color:var(--ran-text-soft);max-width:42rem}.newsletter-signup-panel__notice{padding:.95rem 1.05rem;border-radius:14px;font-weight:600}.newsletter-signup-panel__notice--success{background:rgb(38 198 218 / .11);border:1px solid rgb(38 198 218 / .35);color:#0b586f}.newsletter-signup-panel__notice--error{background:rgb(184 64 94 / .08);border:1px solid rgb(184 64 94 / .26);color:#8c2744}.newsletter-signup-form{display:grid;min-width:0;gap:1.2rem}.newsletter-signup-form__honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.newsletter-signup-form__grid{display:grid;grid-template-columns:minmax(260px,1.35fr) repeat(2,minmax(180px,.85fr));min-width:0;gap:1.05rem 1.15rem}.newsletter-signup-form__field{display:grid;min-width:0;gap:.55rem}.newsletter-signup-form__field--email{grid-column:span 1}.newsletter-signup-form__field label{font-size:.85rem;font-weight:700;letter-spacing:.03em;color:var(--ran-text)}.newsletter-signup-form__field input,.newsletter-signup-form__field select{width:100%;min-height:50px;padding:.8rem 1rem;border:1px solid rgb(8 47 61 / .16);border-radius:12px;background:#fff;color:var(--ran-text);font:inherit;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.newsletter-signup-form__field input:focus,.newsletter-signup-form__field select:focus{outline:none;border-color:rgb(38 198 218 / .68);box-shadow:0 0 0 4px rgb(38 198 218 / .14);background:#fcfeff}.newsletter-signup-form__consent{display:grid;grid-template-columns:auto 1fr;min-width:0;gap:.8rem;align-items:start;padding:1rem 1.05rem;background:rgb(255 255 255 / .72);border:1px solid rgb(8 47 61 / .08);border-radius:12px;font-size:.96rem;color:var(--ran-text-soft)}.newsletter-signup-form__consent input{margin-top:.15rem;width:1.05rem;height:1.05rem;accent-color:var(--ran-accent)}.newsletter-signup-form__actions{display:flex;flex-wrap:wrap;min-width:0;align-items:center;gap:.9rem 1rem;padding-top:.2rem}.newsletter-signup-form__submit{min-width:260px}.newsletter-signup-form__help{margin:0;font-size:.92rem;color:var(--ran-text-soft)}.page-id-153 .hub-section-grid{grid-template-columns:minmax(0,1.55fr) minmax(260px,.75fr);align-items:start;gap:1.75rem}.page-id-153 .hub-section--emphasis{padding:2rem;border-color:rgb(8 47 61 / .14);box-shadow:0 20px 44px rgb(8 63 82 / .1)}.page-id-153 .hub-section--emphasis>p{max-width:56rem}.page-id-153 .newsletter-signup-panel{margin-top:1.35rem;background:linear-gradient(135deg,rgb(38 198 218 / .1),#fff0 34%),linear-gradient(180deg,rgb(255 255 255 / .99) 0%,rgb(244 250 251 / .98) 100%);border-color:rgb(8 47 61 / .14);box-shadow:inset 0 1px 0 rgb(255 255 255 / .92),0 18px 34px rgb(8 63 82 / .08)}.page-id-153 .newsletter-signup-panel__intro{grid-template-columns:minmax(0,1fr);gap:.55rem;padding-bottom:1.15rem}.page-id-153 .newsletter-signup-form__actions{justify-content:flex-start}.page-id-153 .newsletter-signup-form__submit{box-shadow:0 12px 24px rgb(38 198 218 / .2)}.donation-panel{display:grid;gap:1.35rem;padding:1.7rem;background:linear-gradient(180deg,rgb(255 255 255 / .98) 0%,rgb(244 250 251 / .97) 100%);border:1px solid rgb(8 47 61 / .12);border-radius:var(--ran-radius);box-shadow:0 18px 36px rgb(8 63 82 / .08)}.donation-panel__intro{display:grid;gap:.55rem}.donation-panel__eyebrow{display:inline-flex;align-items:center;font-size:.78rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:var(--ran-accent-dark)}.donation-panel__intro h3{margin:0;font-size:clamp(1.5rem, 1.45vw + 1.05rem, 2.1rem);line-height:1.08;color:var(--ran-text)}.donation-panel__intro p{margin:0;max-width:44rem;color:var(--ran-text-soft)}.donation-panel__methods{display:flex;flex-wrap:wrap;gap:.7rem}.donation-panel__method{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:.55rem .9rem;border-radius:999px;background:rgb(8 47 61 / .08);border:1px solid rgb(8 47 61 / .08);font-size:.88rem;font-weight:700;color:var(--ran-text)}.donation-panel__notice{padding:.95rem 1.05rem;border-radius:14px;font-weight:600}.donation-panel__notice--success{background:rgb(38 198 218 / .11);border:1px solid rgb(38 198 218 / .35);color:#0b586f}.donation-panel__notice--cancel,.donation-panel__notice--error{background:rgb(184 64 94 / .08);border:1px solid rgb(184 64 94 / .26);color:#8c2744}.donation-form{display:grid;gap:1.15rem}.donation-form__honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.donation-form__fieldset{margin:0;padding:0;border:0;display:grid;gap:.85rem}.donation-form__fieldset legend,.donation-form__custom-field label{font-size:.9rem;font-weight:800;letter-spacing:.03em;color:var(--ran-text)}.donation-form__amount-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.donation-form__amount-option{position:relative;display:block;cursor:pointer}.donation-form__amount-option input{position:absolute;opacity:0;inset:0;margin:0}.donation-form__amount-option span{display:flex;align-items:center;justify-content:center;min-height:58px;padding:.95rem 1rem;border-radius:18px;border:1px solid rgb(8 47 61 / .12);background:#fff;font-weight:800;color:var(--ran-text);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background-color .2s ease}.donation-form__amount-option input:checked+span{background:rgb(38 198 218 / .12);border-color:rgb(38 198 218 / .55);box-shadow:0 0 0 4px rgb(38 198 218 / .14);transform:translateY(-1px)}.donation-form__amount-option input:focus-visible+span{outline:none;box-shadow:0 0 0 4px rgb(38 198 218 / .18)}.donation-form__amount-option--custom span{background:rgb(8 47 61 / .035)}.donation-form__custom-field{display:grid;gap:.5rem}.donation-form__custom-input{display:flex;align-items:center;gap:.65rem}.donation-form__custom-input input{width:100%;min-height:54px;padding:.88rem 1rem;border:1px solid rgb(8 47 61 / .16);border-radius:999px;background:#fff;color:var(--ran-text);font:inherit;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.donation-form__custom-input input:focus{outline:none;border-color:rgb(38 198 218 / .68);box-shadow:0 0 0 4px rgb(38 198 218 / .14);background:#fcfeff}.donation-form__custom-input span{font-weight:800;color:var(--ran-text-soft)}.donation-form__summary{padding:.9rem 1rem;border-radius:16px;background:rgb(8 47 61 / .045);border:1px solid rgb(8 47 61 / .07)}.donation-form__summary p,.donation-form__help{margin:0;color:var(--ran-text-soft);font-size:.95rem}.donation-form__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem 1.2rem}.donation-form__submit{min-width:240px}.language-choice{display:grid;gap:1.35rem}.report-entry-hub{display:grid;gap:1.5rem;margin-bottom:1.5rem;padding:clamp(1.35rem, 1.8vw, 2rem);border:1px solid var(--ran-border);border-radius:var(--ran-radius-lg);background:linear-gradient(180deg,rgb(255 255 255 / .98) 0%,rgb(243 249 250 / .94) 100%);box-shadow:0 20px 44px rgb(8 63 82 / .08)}.report-entry-hub__intro{display:grid;gap:.75rem;max-width:54rem}.report-entry-hub__eyebrow{font-size:.82rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--ran-accent-dark)}.report-entry-hub__intro h2{margin:0;font-size:clamp(2rem, 2vw + 1.2rem, 3rem);line-height:1.05;color:var(--ran-text)}.report-entry-hub__intro p{margin:0;font-size:1.04rem;line-height:1.75;color:var(--ran-text-soft)}.report-entry-hub__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.report-entry-hub__step{display:grid;gap:.65rem;padding:1.1rem 1.1rem 1.15rem;border:1px solid rgb(8 63 82 / .1);border-radius:calc(var(--ran-radius) + 2px);background:rgb(255 255 255 / .7)}.report-entry-hub__step-number{font-size:.84rem;font-weight:800;letter-spacing:.14em;color:var(--ran-accent-dark)}.report-entry-hub__step h3{margin:0;font-size:1.18rem;line-height:1.2;color:var(--ran-text)}.report-entry-hub__step p{margin:0;font-size:.98rem;line-height:1.65;color:var(--ran-text-soft)}.report-entry-hub__notice{padding:.95rem 1rem;border-left:4px solid rgb(38 198 218 / .85);border-radius:0 calc(var(--ran-radius) - 2px) calc(var(--ran-radius) - 2px) 0;background:rgb(255 255 255 / .75);font-size:.98rem;line-height:1.65;color:var(--ran-text-soft)}.report-entry-hub__notice strong{color:var(--ran-text)}.language-choice__intro{max-width:52rem;margin:0;font-size:clamp(1.08rem, .55vw + 1rem, 1.22rem);line-height:1.75}.language-choice-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:.65rem}.language-choice-card{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.9rem;min-height:104px;padding:1rem;border:1px solid var(--ran-border);border-radius:var(--ran-radius);background:linear-gradient(180deg,#ffffff 0%,#f3f9fa 100%);color:var(--ran-text);box-shadow:0 14px 30px rgb(8 63 82 / .09);text-decoration:none;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.language-choice-card::after{content:"";position:absolute;inset:auto -46px -54px auto;width:128px;height:128px;border-radius:50%;background:radial-gradient(circle at center,rgb(38 198 218 / .16),#fff0 68%);pointer-events:none}.language-choice-card:hover,.language-choice-card:focus-visible{transform:translateY(-2px);border-color:rgb(38 198 218 / .5);box-shadow:0 20px 38px rgb(8 63 82 / .14)}.language-choice-card__flag{position:relative;display:inline-block;width:58px;height:40px;border-radius:6px;box-shadow:inset 0 0 0 1px rgb(8 47 61 / .12),0 8px 18px rgb(8 47 61 / .12);overflow:hidden}.language-choice-card--de .language-choice-card__flag{background:linear-gradient(180deg,#111 0 33.333%,#dd0000 33.333% 66.666%,#ffce00 66.666% 100%)}.language-choice-card--en .language-choice-card__flag{background:linear-gradient(32deg,transparent 42%,#fff 42% 47%,#c8102e 47% 53%,#fff 53% 58%,transparent 58%),linear-gradient(148deg,transparent 42%,#fff 42% 47%,#c8102e 47% 53%,#fff 53% 58%,transparent 58%),linear-gradient(90deg,transparent 42%,#fff 42% 46%,#c8102e 46% 54%,#fff 54% 58%,transparent 58%),linear-gradient(180deg,transparent 38%,#fff 38% 45%,#c8102e 45% 55%,#fff 55% 62%,transparent 62%),#012169}.language-choice-card--sr .language-choice-card__flag{background:linear-gradient(180deg,#c6363c 0 33.333%,#0c4076 33.333% 66.666%,#fff 66.666% 100%)}.language-choice-card--sr .language-choice-card__flag::after{content:"";position:absolute;left:11px;top:13px;width:12px;height:12px;border-radius:50%;background:#f6c84c;box-shadow:0 0 0 2px rgb(255 255 255 / .75)}.language-choice-card--rom .language-choice-card__flag{background:linear-gradient(180deg,#1675c1 0 50%,#149447 50% 100%)}.language-choice-card--rom .language-choice-card__flag::before{content:"";position:absolute;left:50%;top:50%;width:18px;height:18px;border:3px solid #d8212a;border-radius:50%;transform:translate(-50%,-50%)}.language-choice-card__body{position:relative;z-index:1;display:grid;gap:.2rem;min-width:0}.language-choice-card__label{font-size:1.18rem;font-weight:800;color:#082e3b}.language-choice-card__meta{font-size:.82rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--ran-accent-dark)}.report-form-panel{display:grid;gap:1.5rem;padding:clamp(1.4rem, 2vw, 2rem);background:linear-gradient(180deg,#ffffff 0%,#f4fafb 100%);border:1px solid var(--ran-border);border-radius:12px;box-shadow:0 18px 36px rgb(8 63 82 / .11)}.report-form-panel__header{display:grid;gap:.75rem;padding-bottom:1.1rem;border-bottom:1px solid rgb(8 47 61 / .08)}.report-form-panel__context{display:grid;gap:1rem;padding:1.1rem 1.15rem;border:1px solid rgb(8 47 61 / .08);border-radius:12px;background:linear-gradient(180deg,rgb(255 255 255 / .94) 0%,rgb(240 247 249 / .88) 100%)}.report-form-panel__context-head{display:grid;gap:.4rem}.report-form-panel__context-head h3{margin:0;font-size:1.2rem;line-height:1.2;color:var(--ran-text)}.report-form-panel__context-head p{margin:0;font-size:.98rem;line-height:1.65;color:var(--ran-text-soft)}.report-context-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.report-context-card{display:grid;gap:.45rem;padding:.95rem 1rem;border:1px solid rgb(8 47 61 / .08);border-radius:12px;background:rgb(255 255 255 / .82)}.report-context-card__index{font-size:.78rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--ran-accent-dark)}.report-context-card h4{margin:0;font-size:1.02rem;line-height:1.25;color:var(--ran-text)}.report-context-card p{margin:0;font-size:.92rem;line-height:1.55;color:var(--ran-text-soft)}.report-form-panel__context-note{display:grid;grid-template-columns:auto 1fr;gap:.55rem;align-items:start;padding:.85rem .95rem;border-left:4px solid rgb(38 198 218 / .85);border-radius:0 10px 10px 0;background:rgb(255 255 255 / .74);font-size:.94rem;line-height:1.6;color:var(--ran-text-soft)}.report-form-panel__context-note strong{color:var(--ran-text)}.report-form-panel__header h2{margin:0;font-size:clamp(1.7rem, 2vw, 2.35rem);line-height:1.05}.report-form-panel__header p,.report-form-panel__language-intro,.report-form__help,.report-form__section-head p{margin:0;color:var(--ran-text-soft)}.report-form-panel__eyebrow{display:inline-flex;align-items:center;font-size:.82rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:var(--ran-accent-dark)}.report-form-panel__language{display:grid;gap:.9rem}.report-language-switch{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.report-language-switch__item{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.8rem;padding:.85rem .95rem;border:1px solid rgb(8 47 61 / .12);border-radius:12px;background:#fff;box-shadow:0 10px 24px rgb(8 63 82 / .07);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.report-language-switch__item:hover,.report-language-switch__item:focus-visible,.report-language-switch__item.is-current{transform:translateY(-2px);border-color:rgb(38 198 218 / .5);box-shadow:0 16px 32px rgb(8 63 82 / .12)}.report-language-switch__item.is-current{background:linear-gradient(180deg,#ffffff 0%,#eff9fb 100%)}.report-language-switch__flag{position:relative;display:inline-block;width:44px;height:30px;border-radius:6px;box-shadow:inset 0 0 0 1px rgb(8 47 61 / .12),0 8px 18px rgb(8 47 61 / .1);overflow:hidden}.report-language-switch__item--de .report-language-switch__flag{background:linear-gradient(180deg,#111 0 33.333%,#dd0000 33.333% 66.666%,#ffce00 66.666% 100%)}.report-language-switch__item--en .report-language-switch__flag{background:linear-gradient(32deg,transparent 42%,#fff 42% 47%,#c8102e 47% 53%,#fff 53% 58%,transparent 58%),linear-gradient(148deg,transparent 42%,#fff 42% 47%,#c8102e 47% 53%,#fff 53% 58%,transparent 58%),linear-gradient(90deg,transparent 42%,#fff 42% 46%,#c8102e 46% 54%,#fff 54% 58%,transparent 58%),linear-gradient(180deg,transparent 38%,#fff 38% 45%,#c8102e 45% 55%,#fff 55% 62%,transparent 62%),#012169}.report-language-switch__item--sr .report-language-switch__flag{background:linear-gradient(180deg,#c6363c 0 33.333%,#0c4076 33.333% 66.666%,#fff 66.666% 100%)}.report-language-switch__item--sr .report-language-switch__flag::after{content:"";position:absolute;left:8px;top:9px;width:10px;height:10px;border-radius:50%;background:#f6c84c;box-shadow:0 0 0 2px rgb(255 255 255 / .75)}.report-language-switch__item--rom .report-language-switch__flag{background:linear-gradient(180deg,#1675c1 0 50%,#149447 50% 100%)}.report-language-switch__item--rom .report-language-switch__flag::before{content:"";position:absolute;left:50%;top:50%;width:14px;height:14px;border:3px solid #d8212a;border-radius:50%;transform:translate(-50%,-50%)}.report-language-switch__body{display:grid;gap:.1rem;min-width:0}.report-language-switch__label{font-size:1rem;font-weight:800;color:#082e3b}.report-language-switch__meta{font-size:.76rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--ran-accent-dark)}.report-form-panel__notice{padding:1rem 1.1rem;border-radius:12px;font-weight:600}.report-form-panel__notice p{margin:0}.report-form-panel__notice--neutral{background:rgb(8 63 82 / .04);border:1px solid rgb(8 63 82 / .1);color:#0a4253}.report-form-panel__notice--success{background:rgb(38 198 218 / .11);border:1px solid rgb(38 198 218 / .35);color:#0b586f}.report-form-panel__notice--error{background:rgb(184 64 94 / .08);border:1px solid rgb(184 64 94 / .26);color:#8c2744}.report-form{display:grid;gap:1.4rem}.report-form__honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.report-form__section{display:grid;gap:1rem;padding:1.2rem;border:1px solid rgb(8 47 61 / .08);border-radius:12px;background:linear-gradient(180deg,rgb(255 255 255 / .98) 0%,rgb(240 247 249 / .92) 100%)}.report-form__section-head{display:grid;gap:.35rem}.report-form__section-eyebrow{display:inline-flex;align-items:center;font-size:.8rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:var(--ran-accent-dark)}.report-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.1rem}.report-form__field{display:grid;gap:.45rem}.report-form__field--full{grid-column:1 / -1}.report-form__field label,.report-form__choice-label{font-size:.9rem;font-weight:700;letter-spacing:.02em;color:var(--ran-text)}.report-form__field--choices{margin:0;padding:0;border:0}.report-form__field--choices legend{margin-bottom:.8rem;padding:0;font-size:.9rem;font-weight:700;letter-spacing:.02em;color:var(--ran-text)}.report-form__field input,.report-form__field textarea,.report-form__choice-other input{width:100%;padding:.88rem 1rem;border:1px solid rgb(8 47 61 / .16);border-radius:12px;background:#fff;color:var(--ran-text);font:inherit;box-shadow:inset 0 1px 0 rgb(255 255 255 / .35);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.report-form__field textarea,.report-form__choice-other input{resize:vertical}.report-form__field textarea{min-height:148px}.report-form__field input:focus,.report-form__field textarea:focus,.report-form__other-input:focus,.report-form__choice-other input:focus{outline:none;border-color:rgb(38 198 218 / .68);box-shadow:0 0 0 4px rgb(38 198 218 / .14);background:#fcfeff}.report-form__choice-group{display:grid;gap:.8rem}.report-form__choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem .95rem}.report-form__choice{display:grid;grid-template-columns:auto 1fr;gap:.7rem;align-items:start;padding:.85rem .95rem;border:1px solid rgb(8 47 61 / .08);border-radius:12px;background:rgb(255 255 255 / .82)}.report-form__choice input,.report-form__anonymous input{margin-top:.15rem;width:1.05rem;height:1.05rem;accent-color:var(--ran-accent)}.report-form__choice span,.report-form__anonymous span{min-width:0}.report-form__choice-other{display:grid;gap:.45rem}.report-form__other-input{width:100%;margin-top:.8rem;padding:.88rem 1rem;border:1px solid rgb(8 47 61 / .16);border-radius:12px;background:#fff;color:var(--ran-text);font:inherit;box-shadow:inset 0 1px 0 rgb(255 255 255 / .35);transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.report-form__anonymous{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start;padding:.95rem 1rem;border-radius:12px;background:rgb(8 63 82 / .04);color:var(--ran-text-soft)}.report-form__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem 1.1rem}.report-form__submit{min-width:220px}.report-form__help{max-width:34rem;font-size:.95rem}.hub-section--emphasis{background:linear-gradient(180deg,#ffffff 0%,#eef6f8 100%)}.hub-section--emphasis h2{font-size:clamp(1.45rem, 2vw, 2rem);line-height:1.12}.section-heading{margin-bottom:2.35rem}.post-card{height:100%;overflow:hidden;background:linear-gradient(180deg,#083f52 0%,#052f3d 100%);border-color:rgb(255 255 255 / .08);color:var(--ran-text-inverse);box-shadow:var(--ran-shadow-strong)}.post-card__link{display:flex;flex-direction:column;height:100%}.post-card__media{aspect-ratio:16 / 10;overflow:hidden;background:#dce9ec;flex:0 0 auto}.post-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.post-card:hover .post-card__media img{transform:scale(1.03)}.post-card__body{display:flex;flex-direction:column;gap:.9rem;height:100%;padding:1.55rem}.post-card__terms{min-height:32px;display:flex;align-items:flex-start}.post-card__meta{margin:0;font-size:.88rem;font-weight:700;color:#78e5f1}.post-card__title{margin:0;font-size:clamp(1.3rem, 1.55vw, 1.58rem);line-height:1.16;color:#fff;overflow-wrap:anywhere;word-break:break-word;hyphens:auto;text-wrap:balance}.post-card__excerpt{margin-top:.1rem;line-height:1.68;color:rgb(240 248 250 / .86)}.post-card__excerpt>*:last-child{margin-bottom:0}.content-shell{width:var(--ran-content)}.content-shell--page,.content-shell--single{background:var(--ran-surface);padding:2.2rem;border:1px solid var(--ran-border);border-radius:var(--ran-radius);box-shadow:var(--ran-shadow)}.content-shell--hub{width:var(--ran-container);padding:0;border:0;background:#fff0;box-shadow:none}.content-shell--hub .entry-content__body{display:block}.legal-page{max-width:52rem;margin:0 auto;color:#18313c;font-size:1.02rem;line-height:1.78}.legal-page>*:last-child{margin-bottom:0}.legal-page--privacy>p:first-of-type,.legal-page--impressum>p:nth-of-type(-n+2){margin:0 0 1.8rem;padding:1.3rem 1.45rem;border:1px solid rgb(12 81 103 / .12);border-radius:calc(var(--ran-radius) - 2px);background:linear-gradient(180deg,#fbfeff 0%,#f1f8fa 100%);box-shadow:0 14px 32px rgb(8 63 82 / .06)}.legal-page h2{margin:2.2rem 0 .85rem;padding-top:1.1rem;border-top:1px solid var(--ran-border);font-size:clamp(1.28rem, .4vw + 1.18rem, 1.52rem);line-height:1.25;color:#0a3f51}.legal-page h2:first-of-type{margin-top:0}.legal-page p{margin:0 0 1rem}.legal-page p+p{margin-top:-.15rem}.legal-page strong{color:#0a3f51}.legal-page a{color:var(--ran-accent-dark);font-weight:700;text-decoration:underline;text-underline-offset:2px;overflow-wrap:anywhere}.legal-page ul,.legal-page ol{margin:0 0 1rem;padding-left:1.3rem}.legal-page li+li{margin-top:.3rem}.page-id-3 .content-shell--page,.page-id-11 .content-shell--page{padding:clamp(1.5rem, 2vw, 2.6rem)}.page-id-3 .entry-content--page,.page-id-11 .entry-content--page{position:relative}.page-id-3 .entry-content--page::before,.page-id-11 .entry-content--page::before{content:'';position:absolute;inset:-1rem auto auto -1rem;width:6rem;height:6rem;border-radius:999px;background:radial-gradient(circle,rgb(38 198 218 / .12) 0%,#fff0 72%);pointer-events:none}.entry-content__media{margin-bottom:2rem;border-radius:var(--ran-radius);overflow:hidden}.entry-content__body>*:last-child{margin-bottom:0}.entry-content__body a{text-decoration:underline;text-underline-offset:2px;color:var(--ran-accent-dark)}.entry-content__body ul,.entry-content__body ol{padding-left:1.25rem}.entry-content__body>.article-media-block,.entry-content__body>.article-media-stack,.entry-content__body>.article-gallery,.entry-content__body>.article-embed,.entry-content__body>.wp-block-image,.entry-content__body>.article-link-card,.entry-content__body>.article-divider{margin:1.75rem 0}.entry-content__body .legacy-bullet-list{margin:0 0 1.5rem 1.25rem;padding-left:1rem}.entry-content__body .legacy-bullet-list li{margin-bottom:.55rem}.entry-content__body .wp-block-image img,.entry-content__body .article-media-block img{width:100%;border-radius:var(--ran-radius);display:block}.article-media-stack{display:grid;gap:1rem}.article-media-stack[data-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.article-media-stack[data-count="3"]{grid-template-columns:repeat(3,minmax(0,1fr))}.article-media-block__link{display:block;border-radius:var(--ran-radius);overflow:hidden;box-shadow:var(--ran-shadow);background:#dce9ec}.article-media-block__link img{width:100%;height:100%;min-height:260px;object-fit:cover;display:block}.article-media-caption{margin:-.75rem 0 1.75rem;color:var(--color-muted);font-size:.92rem;line-height:1.55}.article-divider{height:1px;border:0;background:linear-gradient(90deg,#fff0,rgb(11 89 116 / .28),#fff0)}.pagination-wrap{margin-top:2rem}.partner-logo-strip{padding:42px 0;background:#fff;border-top:1px solid rgb(8 47 61 / .08);border-bottom:1px solid rgb(8 47 61 / .08)}.partner-logo-strip__inner{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));align-items:center;gap:2rem}.partner-logo-strip__item{display:flex;align-items:center;justify-content:center;min-height:84px;padding:.45rem .75rem;border:0;border-radius:8px;background:#fff0;box-shadow:none;transition:transform .18s ease,opacity .18s ease}.partner-logo-strip__item:hover,a.partner-logo-strip__item:focus-visible{transform:translateY(-2px);box-shadow:none;opacity:.9}.partner-logo-strip__item img{display:block;width:auto;max-width:100%;max-height:68px;object-fit:contain;filter:none}.partner-logo-strip__item:first-child img{max-height:60px}.site-footer{padding:68px 0 32px;background:linear-gradient(180deg,rgb(255 255 255 / .03),#fff0),linear-gradient(180deg,#082f3d 0%,#072833 100%);color:rgb(249 252 253 / .82)}.site-footer__donate{margin-bottom:2.75rem}.site-footer__donate-panel{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(220px,.75fr) minmax(220px,.9fr);gap:1.75rem;align-items:start;padding:1.8rem 1.9rem;border:1px solid rgb(255 255 255 / .12);border-radius:18px;background:linear-gradient(180deg,rgb(255 255 255 / .055),rgb(255 255 255 / .025));box-shadow:0 18px 36px rgb(3 15 20 / .16)}.site-footer__donate-copy,.site-footer__donate-actions,.site-footer__donate-bank{min-width:0}.site-footer__donate-eyebrow{margin:0 0 .45rem;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#78e5f1}.site-footer__donate-copy h2{margin:0 0 .7rem;font-size:clamp(1.55rem, 2vw, 2.1rem);line-height:1.15;color:#f7fbfc}.site-footer__donate-copy p,.site-footer__donate-bank p{margin:0;font-size:.98rem;line-height:1.7;color:rgb(249 252 253 / .78)}.site-footer__donate-actions{display:grid;gap:.85rem;align-content:start}.site-footer__donate-button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:.9rem 1.4rem;border:1px solid rgb(255 255 255 / .22);border-radius:999px;background:#fff;color:#072833;font-weight:900;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.site-footer__donate-button:hover,.site-footer__donate-button:focus-visible{transform:translateY(-1px);box-shadow:0 12px 24px rgb(3 15 20 / .16);background:#f5fbfd}.site-footer__donate-help{margin:0;font-size:.92rem;line-height:1.55;color:rgb(249 252 253 / .62)}.site-footer__donate-bank{display:grid;gap:.35rem;padding-left:1rem;border-left:1px solid rgb(255 255 255 / .1)}.site-footer__donate-bank-name{font-weight:800;color:#f7fbfc}.site-footer__inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem 2.15rem;align-items:start}.site-footer__brand{min-width:0;max-width:none;display:grid;align-content:start;gap:.65rem}.site-footer__brand-title{margin:0;font-size:.84rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#78e5f1}.site-footer__brand-link{display:inline-flex;align-items:center;margin:.2rem 0 .45rem}.site-footer__logo{height:60px;width:auto;margin-bottom:0}.site-footer__brand-meta{margin:0;font-size:.95rem;line-height:1.5;color:rgb(249 252 253 / .64)}.site-footer__mission{max-width:24rem;margin:0;color:rgb(249 252 253 / .72);font-size:.98rem;line-height:1.68}.site-footer__section{display:grid;align-content:start;gap:.85rem}.site-footer__section h2{margin:0;font-size:.86rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#78e5f1}.site-footer__section p{margin:0;color:rgb(249 252 253 / .72);font-size:.96rem;line-height:1.6}.site-footer__links{display:grid;gap:.75rem;margin:0;padding:0;list-style:none}.site-footer__links--contact{gap:.72rem}.site-footer__links a,.site-footer__contact-link,.footer-menu a{color:rgb(249 252 253 / .86);text-decoration:none;transition:color .2s ease,opacity .2s ease}.site-footer__links a:hover,.site-footer__contact-link:hover,.footer-menu a:hover{color:var(--ran-accent)}.site-footer__links a{opacity:.88}.site-footer__links a:hover{opacity:1}.site-footer__contact-link{display:inline-flex;align-items:center;font-weight:800;text-decoration:underline;text-underline-offset:3px}.site-footer__muted{display:inline-block;color:rgb(249 252 253 / .56);font-size:.92rem;line-height:1.5}.site-footer__cta-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.9rem 1rem;margin-top:1.9rem;padding-top:1.35rem;border-top:1px solid rgb(255 255 255 / .08)}.site-footer__cta-link{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.82rem 1.15rem;border:1px solid rgb(255 255 255 / .14);border-radius:999px;background:rgb(255 255 255 / .04);color:rgb(249 252 253 / .9);font-weight:800;text-decoration:none;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}.site-footer__cta-link:hover,.site-footer__cta-link:focus-visible{transform:translateY(-1px);background:rgb(38 198 218 / .12);border-color:rgb(38 198 218 / .28);color:#fff}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:3rem;padding-top:1.35rem;border-top:1px solid rgb(255 255 255 / .12)}.footer-menu{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:1rem;margin:0;padding:0;list-style:none}.site-footer__copyright{margin:0;text-align:right;font-size:.95rem;color:rgb(249 252 253 / .62)}.back-to-top{position:fixed;right:1.5rem;bottom:1.5rem;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border:2px solid rgb(255 255 255 / .82);border-radius:999px;background:rgb(13 82 103 / .96);color:#fff;box-shadow:0 14px 32px rgb(4 17 23 / .22);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease,background-color .2s ease;z-index:90}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{background:rgb(8 63 82)}.back-to-top span{font-size:1.6rem;line-height:1}@media (max-width:991.98px){:root{--ran-container:min(100% - 32px, 100% - 32px);--ran-header-container:min(100% - 32px, 100% - 32px)}.site-header{position:relative;top:auto;max-height:none;overflow:visible;overscroll-behavior:auto}.site-header__inner,.site-footer__inner,.feature-grid,.post-grid,.language-choice-grid,.hub-stack,.org-grid,.navigation-card-grid,.navigation-card-grid--members,.homepage-editorial-strip,.page-overview__grid,.hub-section-grid{grid-template-columns:1fr}.site-header__inner{display:grid;grid-template-columns:1fr;padding:.8rem 0;min-height:0}.site-branding{justify-content:flex-start}.site-header__nav-shell{gap:.45rem}.site-utility{display:grid;grid-template-columns:1fr;align-items:stretch;gap:.55rem;width:100%}.site-utility__label{margin-right:0;font-size:.66rem}.site-utility__links,.site-utility__actions{width:100%}.site-utility__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem .65rem}.site-utility__links li{gap:0}.site-utility__links li::after{display:none}.site-utility__links a{font-size:.78rem;line-height:1.2}.site-utility__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.site-utility__pill{min-height:36px;padding:0 .8rem;font-size:.82rem}.site-utility__search-wrap{width:100%;justify-content:flex-start}.site-search--header{width:100%;flex-wrap:wrap}.site-search__panel{width:0;opacity:0;pointer-events:none}.site-search--header.is-open .site-search__panel{width:min(100%, 420px);opacity:1;pointer-events:auto;order:2}.site-search__toggle{width:40px;height:40px}.main-navigation .nav-menu,.main-navigation ul{display:none;width:100%;flex-direction:column;align-items:flex-start;padding:1rem 0 0}.main-navigation.toggled .nav-menu,.main-navigation.toggled ul{display:flex;gap:.35rem;max-width:100%;max-height:none;overflow:visible;padding:.75rem 0 0}.menu-item--top{width:100%}.menu-item--top>a{width:100%;padding:.75rem 1rem;border-radius:8px;background:rgb(255 255 255 / .04);border-bottom-width:0}.menu-item--top:hover>a,.menu-item--top:focus-within>a,.menu-item--top.current-menu-item>a,.menu-item--top.current-menu-ancestor>a,.menu-item--top.current_page_item>a,.menu-item--top.current_page_ancestor>a{background:rgb(38 198 218 / .12)}.menu-item--has-panel>a::after{display:none}.mega-panel{display:none!important}.menu-toggle{display:inline-flex;min-height:40px;padding:.55rem .85rem;align-self:flex-start}.page-hero__inner,.hero__inner,.section{padding-top:56px;padding-bottom:56px}.site-search-form__top,.site-search-form__advanced-grid{grid-template-columns:1fr}.partner-logo-strip{padding:32px 0}.partner-logo-strip__inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.site-footer__cta-row{justify-content:flex-start}.site-footer__bottom{align-items:flex-start;flex-direction:column}.site-footer__copyright,.footer-menu{text-align:left;justify-content:flex-start}.contact-hub-layout{grid-template-columns:1fr}.contact-hub-layout__sidebar{position:static}.entry-content--contact .navigation-card-grid,.entry-content--contact .hub-section-grid{grid-template-columns:1fr}.entry-content--contact .navigation-card-grid>.navigation-card:last-child{grid-column:auto}.page-id-153 .hub-section--emphasis{padding:1.65rem}.page-id-153 .hub-section-grid{grid-template-columns:1fr}.newsletter-signup-form__grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:640px){body{font-size:17px}.site-header__inner{gap:.75rem}.brand-mark{height:56px}.site-header__inner{padding:.65rem 0}.site-utility__actions{grid-template-columns:repeat(2,minmax(0,1fr))}.site-utility__links a{font-size:.74rem}.site-search--header.is-open .site-search__panel{width:100%;order:2}.site-utility__pill{width:100%;min-height:34px;font-size:.78rem}.site-search__input,.site-search__submit{height:40px;font-size:.84rem}.main-navigation.toggled .nav-menu,.main-navigation.toggled ul{max-height:none}.menu-item--top>a{min-height:38px;padding:.58rem .8rem;font-size:.78rem}.partner-logo-strip__inner{grid-template-columns:1fr}.partner-logo-strip__item{min-height:72px}.partner-logo-strip__item img{max-height:58px}.partner-logo-strip__item:first-child img{max-height:52px}.site-footer{padding-top:56px}.site-footer__cta-row{flex-direction:column;align-items:stretch}.site-footer__cta-link{width:100%}.contact-form-panel{padding:1.45rem}.contact-form__grid{grid-template-columns:1fr}.contact-form__actions{flex-direction:column;align-items:stretch}.contact-form__submit{width:100%;min-width:0}.newsletter-signup-panel{padding:1.1rem}.page-id-153 .hub-section{padding:1.2rem}.page-id-153 .hub-section-grid{gap:1rem}.site-footer__donate-panel{grid-template-columns:1fr}.site-footer__donate-bank{padding-left:0;padding-top:1rem;border-left:0;border-top:1px solid rgb(255 255 255 / .1)}.newsletter-signup-form__grid{grid-template-columns:1fr}.newsletter-signup-form__actions{flex-direction:column;align-items:stretch}.newsletter-signup-form__submit{width:100%;min-width:0}.page-id-153 .newsletter-signup-form__help{width:100%}.donation-panel{padding:1.3rem}.donation-form__amount-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.donation-form__custom-input,.donation-form__actions{flex-direction:column;align-items:stretch}.donation-form__submit{width:100%;min-width:0}.language-choice-card{grid-template-columns:1fr}.language-choice-card__flag{width:64px;height:42px}.report-language-switch,.report-form__choice-grid,.report-form__grid{grid-template-columns:1fr}.report-context-grid{grid-template-columns:1fr}.report-entry-hub__steps{grid-template-columns:1fr}.report-form-panel{padding:1.25rem}.report-form__section{padding:1rem}.report-form__actions{flex-direction:column;align-items:stretch}.report-form__submit{width:100%;min-width:0}.content-shell--page,.content-shell--single,.feature-card,.post-card__body,.empty-state{padding:1.25rem}.editorial-pill{padding:1.25rem}.legal-page--privacy>p:first-of-type,.legal-page--impressum>p:nth-of-type(-n+2){padding:1.1rem 1.15rem}.hero__actions{flex-direction:column}.homepage-trust-list{flex-direction:column;align-items:stretch}.homepage-trust-list span{justify-content:center}.button{width:100%}.back-to-top{right:1rem;bottom:1rem;width:52px;height:52px}}@media (max-width:390px){.page-id-10 .entry-content__contact-form,.page-id-10 .contact-hub-layout__sidebar,.page-id-10 .contact-form-panel,.page-id-10 .contact-form,.page-id-10 .contact-form__grid,.page-id-10 .contact-form__field,.page-id-10 .contact-form__field--full,.page-id-10 .contact-form__consent,.page-id-10 .contact-form__actions{width:100%;max-width:100%;min-width:0}.page-id-10 .contact-form-panel{padding:1.15rem}.page-id-10 .contact-form__field input,.page-id-10 .contact-form__field select,.page-id-10 .contact-form__field textarea{display:block;width:100%;max-width:100%;min-width:0;inline-size:100%;max-inline-size:100%}.page-id-10 .contact-form__field textarea{min-height:160px}.page-id-10 .contact-form__help{width:100%;max-width:100%;overflow-wrap:anywhere}}.term-pills{display:flex;flex-wrap:wrap;gap:.5rem;margin:0}.term-pill{display:inline-flex;align-items:center;min-height:32px;padding:0 .75rem;border-radius:999px;background:#e5f4f7;color:var(--ran-accent-dark);font-size:.85rem;font-weight:700;text-decoration:none;transition:background-color .2s ease,color .2s ease}.term-pill:hover{background:var(--ran-accent);color:#072833}.article-full__media{margin-bottom:2rem;border-radius:var(--ran-radius);overflow:hidden;box-shadow:var(--ran-shadow);background:#dce9ec}.article-full__media img{width:100%;display:block}.article-full__body{font-size:clamp(1.04rem, .35vw + .98rem, 1.18rem);line-height:1.82;color:#18313c;overflow-wrap:anywhere}.article-full__body>p{margin-bottom:1.35rem}.article-full__body>h2,.article-full__body>h3,.article-full__body>h4{margin-top:2.5rem;margin-bottom:1rem;line-height:1.18}.article-full__body>h2:first-child,.article-full__body>h3:first-child,.article-full__body>h4:first-child{margin-top:0}.article-full__body blockquote{margin:2rem 0;padding:1.15rem 1.35rem;border-left:4px solid var(--ran-accent);background:#f3f9fa;color:#12323d;font-size:1.08rem;line-height:1.65}.article-full__body ul,.article-full__body ol{padding-left:1.3rem;margin-bottom:1.35rem}.article-full__body li+li{margin-top:.35rem}.article-full__body>*:last-child{margin-bottom:0}.article-full__body a{color:var(--ran-accent-dark);text-decoration:underline;text-underline-offset:2px}.article-full__footer{display:grid;gap:1rem;margin-top:2.4rem;padding-top:1.5rem;border-top:1px solid var(--ran-border)}.source-link{margin:1rem 0 0;font-size:.95rem;font-weight:700}.source-link a{color:var(--ran-accent-dark)}.article-source{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;padding:.95rem 1rem;border:1px solid var(--ran-border);border-radius:var(--ran-radius);background:#f7fbfc}.article-source__label{font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--ran-text-soft)}.article-source__link{color:var(--ran-accent-dark);font-weight:700;text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}.article-continuity{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem}.article-continuity__item{display:flex;flex-direction:column;gap:.45rem;min-height:132px;padding:1.15rem 1.25rem;border:1px solid var(--ran-border);border-radius:var(--ran-radius);background:#f7fbfc;color:var(--ran-text);box-shadow:0 10px 24px rgb(8 63 82 / .08);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.article-continuity__item:hover{transform:translateY(-2px);border-color:rgb(38 198 218 / .45);box-shadow:0 16px 32px rgb(8 63 82 / .12)}.article-continuity__item--next{text-align:right}.article-continuity__label{font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--ran-accent-dark)}.article-continuity__title{font-size:1.15rem;font-weight:800;line-height:1.25;overflow-wrap:anywhere}.article-full__body>.wp-block-image,.article-full__body>.article-gallery,.article-full__body>.article-embed{margin:1.75rem 0}.article-full__body .wp-block-image{display:block}.article-full__body .wp-block-image img{width:100%;border-radius:var(--ran-radius)}.article-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.article-gallery[data-count="1"]{grid-template-columns:1fr}.article-gallery__item{display:block;border-radius:var(--ran-radius);overflow:hidden;box-shadow:var(--ran-shadow);background:#dce9ec}.article-gallery__item img{width:100%;height:100%;min-height:220px;object-fit:cover;transition:transform .2s ease}.article-gallery__item:hover img{transform:scale(1.02)}.article-gallery--rich{grid-template-columns:repeat(3,minmax(0,1fr))}.article-gallery[data-count="4"],.article-gallery--rich[data-count="4"]{grid-template-columns:repeat(2,minmax(0,1fr))}.article-gallery--compact .article-gallery__item.is-hidden{display:none}.article-gallery--compact.is-expanded .article-gallery__item.is-hidden{display:block}.article-gallery__actions{display:flex;justify-content:center;margin-top:1rem}.button--ghost{border:1px solid var(--ran-border);background:#fff;color:var(--ran-accent-dark)}.button--ghost:hover{background:#f2f7f8}.article-slideshow{margin:1.75rem 0}.article-slideshow__viewport{position:relative;border-radius:var(--ran-radius);overflow:hidden;background:#dce9ec;box-shadow:var(--ran-shadow)}.article-slideshow__track{position:relative;min-height:320px}.article-slideshow__slide{position:relative}.article-slideshow__media{display:block}.article-slideshow__slide img{width:100%;height:clamp(320px, 48vw, 640px);object-fit:cover}.article-slideshow__control{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:56px;border:0;border-radius:8px;background:rgb(8 47 61 / .72);color:#fff;font-size:2rem;line-height:1;cursor:pointer;z-index:2;transition:background-color .2s ease}.article-slideshow__control:hover{background:rgb(8 47 61 / .9)}.article-slideshow__control--prev{left:1rem}.article-slideshow__control--next{right:1rem}.article-slideshow__dots{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.85rem}.article-slideshow__dot{width:10px;height:10px;padding:0;border:0;border-radius:999px;background:#b7c7cd;cursor:pointer;transition:transform .2s ease,background-color .2s ease}.article-slideshow__dot.is-active{background:var(--ran-accent-dark);transform:scale(1.15)}.article-embed{position:relative;overflow:hidden;border-radius:var(--ran-radius);background:#082f3d;box-shadow:var(--ran-shadow);aspect-ratio:16 / 9}.article-embed iframe,.article-embed video,.article-embed embed,.article-embed object{position:absolute;inset:0;width:100%;height:100%;border:0}.article-embed--video{aspect-ratio:auto}.article-video{display:block;width:100%;max-width:100%;height:auto;border-radius:var(--ran-radius);background:#071f2a}.article-link-card{margin:1.5rem 0;padding:1.25rem 1.35rem;border:1px solid var(--ran-border);border-radius:8px;background:#f7fbfc;box-shadow:0 10px 24px rgb(8 63 82 / .08)}.article-link-card__eyebrow{display:inline-flex;margin-bottom:.55rem;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ran-accent-dark)}.article-link-card__title{display:inline-block;font-size:1.25rem;font-weight:700;line-height:1.25;color:#0b4f66;text-decoration:none;overflow-wrap:anywhere;word-break:normal}.article-link-card__title:hover{color:var(--ran-accent-dark);text-decoration:underline;text-underline-offset:3px}.article-link-card--internal{background:linear-gradient(180deg,#f7fbfc 0%,#eef6f8 100%);border-color:rgb(11 79 102 / .14)}.article-link-card--internal .article-link-card__title::after{content:' \2192'}.article-link-card__excerpt{margin:.7rem 0 0;font-size:1rem;color:var(--ran-text-soft)}.article-lightbox{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:2rem;background:rgb(4 17 23 / .94);z-index:9999}.article-lightbox.is-open{display:flex}.article-lightbox__backdrop{position:absolute;inset:0;background:#fff0;border:0}.article-lightbox__close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;border:0;border-radius:999px;background:rgb(255 255 255 / .12);color:#fff;font-size:1.5rem;cursor:pointer}.article-lightbox__prev,.article-lightbox__next{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:56px;border:0;border-radius:8px;background:rgb(255 255 255 / .12);color:#fff;font-size:2rem;cursor:pointer}.article-lightbox__prev{left:1rem}.article-lightbox__next{right:1rem}.article-lightbox__image{position:relative;max-width:min(1200px, 92vw);max-height:88vh;border-radius:var(--ran-radius);box-shadow:var(--ran-shadow)}.article-lightbox__caption{position:absolute;left:50%;bottom:1rem;transform:translateX(-50%);max-width:min(90vw, 900px);padding:.5rem .9rem;border-radius:999px;background:rgb(4 17 23 / .72);color:#fff;font-size:.95rem;text-align:center}@media (max-width:991.98px){.article-gallery,.article-gallery--rich{grid-template-columns:repeat(2,minmax(0,1fr))}.article-media-stack[data-count="3"]{grid-template-columns:repeat(2,minmax(0,1fr))}.article-slideshow__slide img{height:clamp(260px, 42vw, 480px)}}@media (max-width:640px){.article-continuity{grid-template-columns:1fr}.article-continuity__item--next{text-align:left}.article-source{align-items:flex-start;flex-direction:column}.article-media-stack,.article-gallery,.article-gallery--rich{grid-template-columns:1fr}.article-media-block__link img{min-height:0}.article-gallery__item img{min-height:0}.article-slideshow__track{min-height:240px}.article-slideshow__slide img{height:240px}.article-slideshow__control{width:42px;height:48px}.article-slideshow__control--prev{left:.5rem}.article-slideshow__control--next{right:.5rem}.article-lightbox{padding:1rem}.article-lightbox__prev,.article-lightbox__next{width:42px;height:48px}.article-lightbox__prev{left:.5rem}.article-lightbox__next{right:.5rem}.article-lightbox__caption{bottom:.5rem;font-size:.85rem}}