:root{--rhes-primary:#870830;--rhes-secondary:#1b1a1a;--rhes-accent:#d1a1b0;--rhes-surface:#f8f3f5;--rhes-text:#2b2b2b;--rhes-white:#fff;--rhes-muted:#6f6266;--rhes-border:rgba(43, 43, 43, .12);--rhes-shadow:0 24px 60px rgba(67, 8, 29, .14);--rhes-radius:1.4rem;--rhes-container:1200px}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;overflow-x:hidden;background:var(--rhes-white);color:var(--rhes-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:clamp(1rem, .96rem + .15vw, 1.08rem);line-height:1.7;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-underline-offset:.18em}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:#fff0}:focus-visible{outline:3px solid #fff;outline-offset:2px;box-shadow:0 0 0 5px var(--rhes-primary)}.screen-reader-text,.rhes-honeypot{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.rhes-skip-link{position:fixed;z-index:99999;top:.75rem;left:.75rem;transform:translateY(-150%);padding:.7rem 1rem;background:var(--rhes-secondary);color:#fff}.rhes-skip-link:focus{transform:none}.rhes-container{width:min(calc(100% - 2.5rem), var(--rhes-container));margin-inline:auto}.rhes-container--narrow{width:min(calc(100% - 2.5rem), 790px)}.rhes-header{position:sticky;z-index:1000;top:0;border-bottom:1px solid #fff0;background:rgb(255 255 255 / .93);backdrop-filter:blur(18px);transition:box-shadow .2s,border-color .2s}.admin-bar .rhes-header{top:32px}.rhes-header.is-scrolled{border-color:var(--rhes-border);box-shadow:0 8px 30px rgb(43 43 43 / .08)}.rhes-header__inner{display:flex;min-height:96px;align-items:center;justify-content:space-between;gap:2rem}.rhes-brand{flex:0 0 auto;text-decoration:none}.rhes-brand img{width:min(300px, 48vw);height:auto;max-height:82px;object-fit:contain;object-position:left center}.rhes-nav ul{display:flex;margin:0;padding:0;align-items:center;gap:.15rem;list-style:none}.rhes-nav a{display:block;padding:.7rem .78rem;border-radius:999px;color:var(--rhes-secondary);font-size:.88rem;font-weight:750;letter-spacing:.015em;text-decoration:none;transition:color .18s,background-color .18s,transform .18s}.rhes-nav a:hover{background:var(--rhes-surface);color:var(--rhes-primary)}.rhes-nav .rhes-nav__cta{margin-left:.35rem;padding-inline:1.15rem;background:var(--rhes-primary);color:#fff}.rhes-nav .rhes-nav__cta:hover{background:var(--rhes-secondary);color:#fff;transform:translateY(-1px)}.rhes-menu-toggle{display:none;align-items:center;gap:.55rem;border:0;background:none;color:var(--rhes-secondary);font-weight:800;cursor:pointer}.rhes-menu-toggle__icon,.rhes-menu-toggle__icon::before,.rhes-menu-toggle__icon::after{display:block;width:22px;height:2px;border-radius:2px;background:currentColor;content:"";transition:transform .2s,opacity .2s}.rhes-menu-toggle__icon{position:relative}.rhes-menu-toggle__icon::before{position:absolute;top:-7px}.rhes-menu-toggle__icon::after{position:absolute;top:7px}.rhes-menu-toggle[aria-expanded="true"] .rhes-menu-toggle__icon{background:#fff0}.rhes-menu-toggle[aria-expanded="true"] .rhes-menu-toggle__icon::before{top:0;transform:rotate(45deg)}.rhes-menu-toggle[aria-expanded="true"] .rhes-menu-toggle__icon::after{top:0;transform:rotate(-45deg)}.rhes-hero{position:relative;display:grid;min-height:min(750px, calc(100svh - 96px));align-items:center;isolation:isolate;background:var(--rhes-secondary);color:#fff}.rhes-hero::before{position:absolute;z-index:-2;inset:0;background:center/cover no-repeat var(--rhes-hero-image);content:""}.rhes-hero::after{position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgb(27 26 26 / .95) 0%,rgb(72 5 28 / .82) 53%,rgb(27 26 26 / .28) 100%),linear-gradient(0deg,rgb(27 26 26 / .5),transparent 55%);content:""}.rhes-hero__content{padding-block:clamp(5rem, 11vw, 9rem)}.rhes-eyebrow,.rhes-kicker{display:inline-block;color:var(--rhes-accent);font-size:.78rem;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.rhes-section:not(.rhes-section--dark) .rhes-kicker{color:var(--rhes-primary)}.rhes-hero h1{max-width:790px;margin:1rem 0 1.25rem;font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem, 7.3vw, 6.8rem);font-weight:500;letter-spacing:-.055em;line-height:.95;text-wrap:balance}.rhes-hero p{max-width:630px;margin:0;color:rgb(255 255 255 / .82);font-size:clamp(1.05rem, 1rem + .4vw, 1.35rem)}.rhes-actions{display:flex;margin-top:2rem;flex-wrap:wrap;gap:.85rem}.rhes-button{display:inline-flex;min-height:50px;padding:.78rem 1.35rem;align-items:center;justify-content:center;border:2px solid var(--rhes-primary);border-radius:999px;background:var(--rhes-primary);color:#fff;font-size:.92rem;font-weight:800;text-decoration:none;cursor:pointer;transition:transform .18s,box-shadow .18s,background-color .18s,border-color .18s}.rhes-button:hover{border-color:var(--rhes-secondary);background:var(--rhes-secondary);box-shadow:0 12px 28px rgb(43 43 43 / .22);transform:translateY(-2px)}.rhes-button--ghost{border-color:rgb(255 255 255 / .4);background:rgb(255 255 255 / .08);backdrop-filter:blur(8px)}.rhes-button--ghost:hover{border-color:#fff;background:#fff;color:var(--rhes-secondary)}.rhes-section{padding-block:clamp(4.5rem, 8vw, 8rem)}.rhes-section--surface{background:var(--rhes-surface)}.rhes-section--dark{background:var(--rhes-secondary);color:#fff}.rhes-section--dark .rhes-post-card{color:var(--rhes-text)}.rhes-section--dark .rhes-text-link{color:#fff}.rhes-hero h1,.rhes-page-hero h1,.rhes-page-hero h2,.rhes-page-hero h3,.rhes-article__header h1,.rhes-article__header h2,.rhes-article__header h3,.rhes-section--dark .rhes-heading h1,.rhes-section--dark .rhes-heading h2,.rhes-section--dark .rhes-heading h3,.rhes-contact-card h1,.rhes-contact-card h2,.rhes-contact-card h3,.rhes-footer h1,.rhes-footer h2,.rhes-footer h3{color:#fff!important}.rhes-hero .rhes-eyebrow,.rhes-page-hero .rhes-kicker,.rhes-article__header .rhes-kicker,.rhes-section--dark .rhes-kicker,.rhes-contact-card strong{color:var(--rhes-accent)!important}.rhes-heading{max-width:760px;margin-bottom:clamp(2rem, 4vw, 3.6rem)}.rhes-heading--split{display:flex;max-width:none;align-items:end;justify-content:space-between;gap:1.5rem}.rhes-heading h2,.rhes-page-hero h1,.rhes-article h1,.rhes-cta h2{margin:.5rem 0 0;font-family:Georgia,"Times New Roman",serif;font-weight:500;letter-spacing:-.035em;line-height:1.06;text-wrap:balance}.rhes-heading h2{font-size:clamp(2.25rem, 4.3vw, 4.2rem)}.rhes-grid{display:grid;gap:clamp(1rem, 2vw, 1.7rem)}.rhes-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.rhes-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.rhes-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.rhes-pillars{position:relative}.rhes-pillar,.rhes-value{position:relative;padding:clamp(1.4rem, 3vw, 2.3rem);overflow:hidden;border:1px solid var(--rhes-border);border-radius:var(--rhes-radius);background:#fff}.rhes-pillar{min-height:310px}.rhes-pillar__number,.rhes-value>span{display:block;margin-bottom:3rem;color:var(--rhes-primary);font-size:.78rem;font-weight:850;letter-spacing:.14em}.rhes-pillar h3,.rhes-value h2{margin:0 0 .7rem;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.55rem, 2vw, 2rem);font-weight:500}.rhes-pillar p,.rhes-value p{margin:0;color:var(--rhes-muted);font-size:.95rem}.rhes-card,.rhes-post-card{min-width:0;overflow:hidden;border:1px solid var(--rhes-border);border-radius:var(--rhes-radius);background:#fff;box-shadow:0 2px 0 rgb(43 43 43 / .03);transition:box-shadow .2s,transform .2s}.rhes-card:hover,.rhes-post-card:hover{box-shadow:var(--rhes-shadow);transform:translateY(-5px)}.rhes-card__media,.rhes-post-card__media{display:block;aspect-ratio:16/10;overflow:hidden;background:linear-gradient(135deg,var(--rhes-primary),var(--rhes-secondary))}.rhes-card__media img,.rhes-post-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.rhes-card:hover img,.rhes-post-card:hover img{transform:scale(1.04)}.rhes-card__placeholder{display:block;width:100%;height:100%;background:radial-gradient(circle at 70% 30%,rgb(255 255 255 / .22),transparent 30%),linear-gradient(135deg,var(--rhes-primary),var(--rhes-secondary))}.rhes-card__body,.rhes-post-card__body{padding:clamp(1.25rem, 2.4vw, 2rem)}.rhes-card h2,.rhes-post-card h2{margin:.45rem 0 .65rem;font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.45rem, 2vw, 2rem);font-weight:500;line-height:1.16}.rhes-card h2 a,.rhes-post-card h2 a{text-decoration:none}.rhes-card p,.rhes-post-card p{color:var(--rhes-muted)}.rhes-text-link{color:var(--rhes-primary);font-size:.9rem;font-weight:850;text-decoration:none}.rhes-text-link:hover{text-decoration:underline}.rhes-post-meta{display:flex;flex-wrap:wrap;gap:.35rem .85rem;color:var(--rhes-muted);font-size:.78rem;font-weight:700}.rhes-page-hero{position:relative;padding-block:clamp(4.2rem, 9vw, 8rem);overflow:hidden;background:var(--rhes-secondary);color:#fff}.rhes-page-hero::after{position:absolute;width:420px;height:420px;right:-120px;bottom:-250px;border:1px solid rgb(255 255 255 / .16);border-radius:50%;box-shadow:0 0 0 70px rgb(255 255 255 / .025),0 0 0 140px rgb(255 255 255 / .018);content:""}.rhes-page-hero h1{position:relative;z-index:1;max-width:900px;font-size:clamp(3rem, 6vw, 6rem)}.rhes-page-hero__intro{position:relative;z-index:1;max-width:760px;margin-top:1.2rem;color:rgb(255 255 255 / .8);font-size:1.15rem}.rhes-page-hero__intro p{margin:0}.rhes-breadcrumb{display:flex;margin-bottom:1rem;align-items:center;gap:.55rem;color:rgb(255 255 255 / .72);font-size:.8rem}.rhes-breadcrumb a{text-decoration:none}.rhes-prose{font-family:Georgia,"Times New Roman",serif;font-size:clamp(1.08rem, 1rem + .25vw, 1.24rem)}.rhes-prose>*{max-width:790px;margin-inline:auto}.rhes-prose>.alignwide{max-width:1080px}.rhes-prose>.alignfull{max-width:none}.rhes-prose h2,.rhes-prose h3{margin-top:2em;color:var(--rhes-secondary);font-family:Inter,ui-sans-serif,system-ui,sans-serif;line-height:1.2}.rhes-prose a{color:var(--rhes-primary)}.rhes-prose img,.rhes-featured img{border-radius:var(--rhes-radius)}.rhes-prose blockquote{padding:1rem 1.4rem;border-left:4px solid var(--rhes-accent);background:var(--rhes-surface)}.rhes-featured{margin-top:clamp(2rem, 5vw, 4.5rem)}.rhes-featured img{width:100%;max-height:720px;object-fit:cover}.rhes-article__header{padding-block:clamp(3.5rem, 8vw, 7rem) clamp(2rem, 4vw, 4rem);background:var(--rhes-secondary);color:#fff}.rhes-article__header h1{margin-top:1rem;font-size:clamp(2.7rem, 6vw, 5.6rem)}.rhes-article__header .rhes-post-meta{color:rgb(255 255 255 / .7)}.rhes-article .rhes-prose{padding-block:clamp(3rem, 6vw, 6rem)}.rhes-share{display:flex;margin-top:3rem;padding-top:1.2rem;align-items:center;flex-wrap:wrap;gap:.8rem 1rem;border-top:1px solid var(--rhes-border);font-family:Inter,sans-serif;font-size:.85rem;font-weight:750}.rhes-post-nav{display:grid;padding-block:0 5rem;grid-template-columns:1fr 1fr;gap:1rem}.rhes-post-nav a{padding:1rem;border:1px solid var(--rhes-border);border-radius:1rem;text-decoration:none}.rhes-post-nav a:last-child{text-align:right}.rhes-category-list{display:flex;margin:0 0 2rem;padding:0;flex-wrap:wrap;gap:.55rem;list-style:none}.rhes-category-list li{list-style:none}.rhes-category-list a,.rhes-filter button{display:inline-flex;padding:.55rem .9rem;border:1px solid var(--rhes-border);border-radius:999px;background:#fff;color:var(--rhes-secondary);font-size:.8rem;font-weight:750;text-decoration:none;cursor:pointer}.rhes-filter{display:flex;margin-bottom:2rem;flex-wrap:wrap;gap:.55rem}.rhes-filter button.is-active,.rhes-filter button:hover{border-color:var(--rhes-primary);background:var(--rhes-primary);color:#fff}[data-rhes-terms][hidden]{display:none}.rhes-search{display:flex;max-width:610px;margin-top:2rem;gap:.6rem}.rhes-search input{min-width:0;flex:1;padding:.82rem 1rem;border:1px solid rgb(255 255 255 / .25);border-radius:999px;background:rgb(255 255 255 / .08);color:#fff}.rhes-search input::placeholder{color:rgb(255 255 255 / .65)}.rhes-search button{padding-inline:1.15rem;border:0;border-radius:999px;background:var(--rhes-accent);color:var(--rhes-secondary);font-weight:850;cursor:pointer}.navigation.pagination{margin-top:3rem}.nav-links{display:flex;flex-wrap:wrap;gap:.5rem}.page-numbers{display:inline-grid;min-width:42px;min-height:42px;padding:.4rem;place-items:center;border:1px solid var(--rhes-border);border-radius:50%;text-decoration:none}.page-numbers.current{border-color:var(--rhes-primary);background:var(--rhes-primary);color:#fff}.rhes-contact-grid{display:grid;grid-template-columns:minmax(230px,.7fr) minmax(0,1.3fr);gap:clamp(1.5rem, 4vw, 4rem)}.rhes-contact-card{padding:clamp(1.5rem, 3vw, 2.5rem);border-radius:var(--rhes-radius);background:var(--rhes-secondary);color:#fff}.rhes-contact-card h2,.rhes-form-wrap h2{margin-top:0;font-family:Georgia,serif;font-size:2rem;font-weight:500}.rhes-contact-card strong{color:var(--rhes-accent)}.rhes-form{display:grid;gap:1rem}.rhes-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.rhes-form label{display:grid;gap:.35rem;color:var(--rhes-secondary);font-size:.86rem;font-weight:800}.rhes-form input,.rhes-form textarea{width:100%;padding:.8rem 1rem;border:1px solid var(--rhes-border);border-radius:.8rem;background:#fff;color:var(--rhes-text)}.rhes-form textarea{resize:vertical}.rhes-form .rhes-button{justify-self:start}.rhes-alert{margin-bottom:1rem;padding:.8rem 1rem;border-radius:.7rem}.rhes-alert--success{background:#e4f6eb;color:#14532d}.rhes-alert--error{background:#ffeded;color:#8a1c1c}.rhes-cta{padding-block:clamp(4rem, 8vw, 7rem);background:var(--rhes-accent);color:var(--rhes-secondary);text-align:center}.rhes-cta .rhes-kicker{color:var(--rhes-secondary)}.rhes-cta h2{max-width:850px;margin:.7rem auto 1.6rem;font-size:clamp(2.5rem, 5vw, 5rem)}.rhes-footer{padding-top:clamp(4rem, 7vw, 6rem);background:#1b1a1a;color:rgb(255 255 255 / .76)}.rhes-footer__grid{display:grid;padding-bottom:3.5rem;grid-template-columns:1.4fr repeat(3,1fr);gap:2.5rem}.rhes-footer h2,.rhes-footer h3{margin-top:0;color:#fff}.rhes-footer h2{font-family:Georgia,serif;font-size:2rem}.rhes-footer h3{font-size:.8rem;letter-spacing:.12em;text-transform:uppercase}.rhes-footer__brand>a{display:inline-block;max-width:320px;padding:.7rem 1rem;border-radius:1rem;background:#fff}.rhes-footer__logo{width:100%;height:auto}.rhes-footer__brand p{max-width:430px;margin-bottom:0}.rhes-footer ul{margin:0;padding:0;list-style:none}.rhes-footer li{margin:.38rem 0}.rhes-footer a{text-decoration:none}.rhes-footer a:hover{color:var(--rhes-accent)}.rhes-footer__bottom{display:flex;padding-block:1.25rem;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.6rem 1.5rem;border-top:1px solid rgb(255 255 255 / .1);font-size:.78rem}.rhes-developer-credit a{color:var(--rhes-accent);font-weight:800}.rhes-developer-credit a:hover{color:#fff;text-decoration:underline}@media (max-width:1080px){.rhes-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.rhes-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rhes-menu-toggle{display:inline-flex}.rhes-nav{position:absolute;top:calc(100% + 1px);right:0;left:0;max-height:0;overflow:hidden;border-bottom:1px solid var(--rhes-border);background:#fff;opacity:0;visibility:hidden;transition:max-height .28s ease,opacity .2s,visibility .2s}.rhes-nav.is-open{max-height:calc(100svh - 96px);overflow-y:auto;opacity:1;visibility:visible}.rhes-nav ul{width:min(calc(100% - 2.5rem), var(--rhes-container));margin-inline:auto;padding-block:1rem 1.5rem;align-items:stretch;flex-direction:column}.rhes-nav li{width:100%}.rhes-nav a{padding:.8rem}.rhes-nav .rhes-nav__cta{margin:.5rem 0 0;text-align:center}}@media (max-width:782px){.admin-bar .rhes-header{top:46px}.rhes-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}.rhes-heading--split{align-items:start;flex-direction:column}.rhes-contact-grid{grid-template-columns:1fr}}@media (max-width:620px){.rhes-container,.rhes-container--narrow{width:min(calc(100% - 1.5rem), var(--rhes-container))}.rhes-header__inner{min-height:80px}.rhes-brand img{width:min(230px, 58vw);max-height:68px}.rhes-grid--2,.rhes-grid--3,.rhes-grid--4,.rhes-footer__grid,.rhes-form__row{grid-template-columns:1fr}.rhes-hero{min-height:calc(100svh - 80px)}.rhes-hero h1{font-size:clamp(2.65rem, 15vw, 4.2rem)}.rhes-actions{align-items:stretch;flex-direction:column}.rhes-button{width:100%}.rhes-pillar{min-height:auto}.rhes-pillar__number{margin-bottom:1.4rem}.rhes-search{align-items:stretch;flex-direction:column}.rhes-search input,.rhes-search button{min-height:48px}.rhes-post-nav{grid-template-columns:1fr}.rhes-post-nav a:last-child{text-align:left}.rhes-form .rhes-button{justify-self:stretch}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}