:root{--re-bg:#E8E2EF;--re-primary:#5E4F8D;--re-cream:#FAF8F4;--re-accent:#D88A4A;--re-text:#2A2438;--re-border:#D5CFDC;--re-card:#FFFFFF;--re-muted:#6B5F86;--re-shadow:0 6px 24px rgba(94,79,141,.10);--re-radius:18px;--re-radius-sm:12px;--re-h-font:"DM Sans",system-ui,sans-serif;--re-d-font:"DM Serif Display",Georgia,serif}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--re-h-font);background:var(--re-cream);color:var(--re-text);line-height:1.65;font-size:16px;min-height:100vh;display:flex;flex-direction:column}
img{max-width:100%;height:auto;display:block}
a{color:var(--re-primary);text-decoration:none;transition:color .2s ease}
a:hover{color:var(--re-accent)}
h1,h2,h3,h4{font-family:var(--re-h-font);color:var(--re-text);line-height:1.25;font-weight:700}
.re-hero h1,.re-quote{font-family:var(--re-d-font);font-weight:400}
.re-container{max-width:1180px;margin:0 auto;padding:0 24px;width:100%}
.re-nav{position:sticky;top:0;z-index:50;background:rgba(250,248,244,.96);backdrop-filter:saturate(140%) blur(12px);border-bottom:1px solid var(--re-border)}
.re-nav-inner{display:flex;align-items:center;justify-content:space-between;height:68px}
.re-brand{display:flex;align-items:center;gap:10px;font-family:var(--re-h-font);font-weight:700;font-size:18px;color:var(--re-text)}
.re-brand-mark{width:34px;height:34px;border-radius:10px;background:var(--re-primary);display:grid;place-items:center;color:#fff}
.re-nav-list{display:flex;align-items:center;gap:30px;list-style:none}
.re-nav-list a{color:var(--re-text);font-size:15px;font-weight:500;position:relative;padding:6px 0}
.re-nav-list a:hover,.re-nav-list a.is-active{color:var(--re-primary)}
.re-nav-list a.is-active::after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;background:var(--re-accent);border-radius:2px}
.re-nav-cta{background:var(--re-primary);color:#fff;padding:10px 18px;border-radius:999px;font-size:14px;font-weight:600;transition:background .2s ease}
.re-nav-cta:hover{background:#4a3e70;color:#fff}
.re-nav-burger{display:none;background:none;border:0;width:44px;height:44px;cursor:pointer;align-items:center;justify-content:center}
.re-nav-burger span{display:block;width:22px;height:2px;background:var(--re-text);position:relative}
.re-nav-burger span::before,.re-nav-burger span::after{content:"";position:absolute;left:0;right:0;height:2px;background:var(--re-text)}
.re-nav-burger span::before{top:-7px}
.re-nav-burger span::after{top:7px}
.re-has-sub{position:relative}
.re-sub{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);min-width:340px;background:#fff;border:1px solid var(--re-border);border-radius:14px;box-shadow:var(--re-shadow);padding:10px;display:none;list-style:none;z-index:60}
.re-has-sub:hover .re-sub,.re-has-sub:focus-within .re-sub,.re-sub.is-open{display:block}
.re-sub li a{display:block;padding:9px 12px;border-radius:8px;color:var(--re-text);font-size:14px}
.re-sub li a:hover{background:var(--re-bg);color:var(--re-primary)}
.re-hero{background:linear-gradient(160deg,var(--re-bg) 0%,var(--re-cream) 100%);padding:96px 0 80px;position:relative;overflow:hidden}
.re-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}
.re-hero-tag{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--re-border);padding:7px 14px;border-radius:999px;font-size:13px;font-weight:600;color:var(--re-primary);margin-bottom:22px}
.re-hero h1{font-size:54px;line-height:1.1;color:var(--re-text);margin-bottom:22px;letter-spacing:-.5px}
.re-hero-sub{font-size:18px;color:var(--re-muted);margin-bottom:34px;max-width:560px}
.re-hero-cta{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:38px}
.re-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 26px;border-radius:999px;font-weight:600;font-size:15px;border:0;cursor:pointer;transition:transform .15s ease,background .2s ease,color .2s ease;font-family:inherit}
.re-btn-primary{background:var(--re-primary);color:#fff}
.re-btn-primary:hover{background:#4a3e70;color:#fff;transform:translateY(-1px)}
.re-btn-ghost{background:#fff;color:var(--re-primary);border:1px solid var(--re-border)}
.re-btn-ghost:hover{border-color:var(--re-primary);color:var(--re-primary)}
.re-hero-entry{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:560px}
.re-entry{background:#fff;border:1px solid var(--re-border);border-radius:14px;padding:18px;display:flex;align-items:flex-start;gap:12px;transition:transform .2s ease,box-shadow .2s ease}
.re-entry:hover{transform:translateY(-2px);box-shadow:var(--re-shadow)}
.re-entry-icon{flex:0 0 38px;height:38px;border-radius:10px;background:var(--re-bg);color:var(--re-primary);display:grid;place-items:center}
.re-entry-body strong{display:block;font-size:14px;color:var(--re-text);margin-bottom:3px}
.re-entry-body span{font-size:12.5px;color:var(--re-muted)}
.re-hero-visual{position:relative;border-radius:24px;overflow:hidden;aspect-ratio:4/5;background:linear-gradient(135deg,#cdbfe0 0%,#e6d4be 100%);box-shadow:0 24px 60px rgba(94,79,141,.18);display:grid;place-items:center}
.re-hero-visual-inner{padding:38px;text-align:center;color:var(--re-text)}
.re-hero-visual-inner h3{font-family:var(--re-d-font);font-weight:400;font-size:28px;line-height:1.3;margin-bottom:10px;color:var(--re-primary)}
.re-hero-visual-inner p{font-size:14px;color:var(--re-muted)}
.re-section{padding:84px 0}
.re-section-light{background:var(--re-cream)}
.re-section-bg{background:var(--re-bg)}
.re-section-head{text-align:center;max-width:680px;margin:0 auto 52px}
.re-section-eyebrow{display:inline-block;font-size:13px;font-weight:600;letter-spacing:1.2px;text-transform:uppercase;color:var(--re-accent);margin-bottom:14px}
.re-section-head h2{font-size:38px;color:var(--re-text);margin-bottom:14px;letter-spacing:-.3px}
.re-section-head p{color:var(--re-muted);font-size:17px}
.re-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.re-card{background:var(--re-card);border:1px solid var(--re-border);border-radius:var(--re-radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}
.re-card:hover{transform:translateY(-4px);box-shadow:var(--re-shadow)}
.re-card-thumb{aspect-ratio:1/1;background:linear-gradient(135deg,#d8c8e8,#f2d8b8);position:relative;overflow:hidden}
.re-card-thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 60%,rgba(42,36,56,.15))}
.re-card-thumb-label{position:absolute;top:14px;left:14px;background:rgba(94,79,141,.92);color:#fff;font-size:11.5px;font-weight:600;padding:5px 11px;border-radius:999px;z-index:1;letter-spacing:.3px}
.re-card-body{padding:22px 22px 24px;flex:1;display:flex;flex-direction:column}
.re-card-meta{font-size:12px;color:var(--re-muted);margin-bottom:10px;letter-spacing:.2px}
.re-card-body h3{font-size:18px;line-height:1.35;margin-bottom:10px}
.re-card-body h3 a{color:var(--re-text)}
.re-card-body h3 a:hover{color:var(--re-primary)}
.re-card-excerpt{font-size:14px;color:var(--re-muted);margin-bottom:16px;flex:1}
.re-card-link{font-size:14px;font-weight:600;color:var(--re-primary);display:inline-flex;align-items:center;gap:6px}
.re-card-link:hover{color:var(--re-accent)}
.re-mission{background:var(--re-bg)}
.re-mission-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:60px;align-items:center}
.re-mission-text h2{font-size:36px;margin-bottom:18px;letter-spacing:-.3px}
.re-mission-text p{color:var(--re-muted);font-size:16.5px;margin-bottom:14px}
.re-mission-list{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:30px}
.re-mission-item{background:#fff;border-radius:14px;padding:20px;border:1px solid var(--re-border)}
.re-mission-item strong{display:block;font-size:15px;color:var(--re-primary);margin-bottom:6px}
.re-mission-item span{font-size:13.5px;color:var(--re-muted)}
.re-qa-stack{display:flex;flex-direction:column;gap:14px}
.re-qa-q{background:var(--re-primary);color:#fff;padding:18px 22px;border-radius:18px 18px 18px 4px;font-weight:500;font-size:15px;max-width:88%;align-self:flex-start;box-shadow:0 4px 14px rgba(94,79,141,.18)}
.re-qa-a{background:var(--re-card);color:var(--re-text);padding:18px 22px;border-radius:18px 18px 4px 18px;font-size:14.5px;max-width:88%;align-self:flex-end;border:1px solid var(--re-border)}
.re-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.re-about-image{aspect-ratio:5/4;border-radius:22px;background:linear-gradient(140deg,#cdbfe0,#e6d4be);position:relative;overflow:hidden;display:grid;place-items:center;color:var(--re-primary);box-shadow:var(--re-shadow)}
.re-about-image span{font-family:var(--re-d-font);font-size:28px;text-align:center;padding:30px;line-height:1.35}
.re-about-text h2{font-size:36px;margin-bottom:16px;letter-spacing:-.3px}
.re-about-text>p{color:var(--re-muted);font-size:16.5px;margin-bottom:14px}
.re-about-features{margin-top:26px;display:flex;flex-direction:column;gap:14px}
.re-about-feature{display:flex;gap:14px;align-items:flex-start}
.re-feat-ico{flex:0 0 40px;height:40px;border-radius:10px;background:var(--re-bg);color:var(--re-primary);display:grid;place-items:center}
.re-about-feature strong{display:block;font-size:15px;color:var(--re-text);margin-bottom:3px}
.re-about-feature p{font-size:14px;color:var(--re-muted)}
.re-faq{max-width:820px;margin:0 auto}
.re-faq-item{background:#fff;border:1px solid var(--re-border);border-radius:14px;margin-bottom:14px;overflow:hidden}
.re-faq-q{width:100%;text-align:left;background:none;border:0;padding:20px 24px;font-size:16px;font-weight:600;color:var(--re-text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:18px;font-family:inherit}
.re-faq-q:hover{color:var(--re-primary)}
.re-faq-q-icon{width:30px;height:30px;border-radius:50%;background:var(--re-bg);color:var(--re-primary);display:grid;place-items:center;flex:0 0 auto;transition:transform .25s ease}
.re-faq-item.is-open .re-faq-q-icon{transform:rotate(45deg);background:var(--re-primary);color:#fff}
.re-faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease;padding:0 24px}
.re-faq-item.is-open .re-faq-a{max-height:400px;padding:0 24px 22px}
.re-faq-a p{color:var(--re-muted);font-size:14.5px;line-height:1.7}
.re-closing{background:linear-gradient(135deg,var(--re-primary) 0%,#43386a 100%);color:#fff;padding:80px 0;text-align:center}
.re-closing h2{font-family:var(--re-d-font);font-weight:400;font-size:42px;color:#fff;margin-bottom:18px;letter-spacing:-.3px}
.re-closing p{color:rgba(255,255,255,.85);font-size:17px;margin-bottom:30px;max-width:580px;margin-left:auto;margin-right:auto}
.re-closing .re-btn-primary{background:var(--re-accent);color:#fff}
.re-closing .re-btn-primary:hover{background:#c47a3c}
.re-closing .re-btn-ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4)}
.re-closing .re-btn-ghost:hover{background:rgba(255,255,255,.1);color:#fff;border-color:#fff}
.re-page-hero{background:var(--re-bg);padding:78px 0 56px;text-align:center}
.re-page-hero h1{font-size:44px;margin-bottom:14px;letter-spacing:-.3px}
.re-page-hero p{color:var(--re-muted);font-size:17px;max-width:640px;margin:0 auto}
.re-contact-wrap{max-width:680px;margin:0 auto}
.re-contact-card{background:#fff;border:1px solid var(--re-border);border-radius:22px;padding:42px;box-shadow:var(--re-shadow)}
.re-contact-card h2{font-size:24px;margin-bottom:8px;text-align:center}
.re-contact-card p.re-contact-lead{text-align:center;color:var(--re-muted);font-size:15px;margin-bottom:28px}
.re-form{display:flex;flex-direction:column;gap:16px}
.re-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.re-field label{display:block;font-size:13.5px;font-weight:600;margin-bottom:7px;color:var(--re-text)}
.re-field input,.re-field textarea,.re-field select{width:100%;min-height:46px;border:1px solid var(--re-border);border-radius:12px;padding:12px 14px;background:var(--re-cream);font-size:16px;color:var(--re-text);font-family:inherit;transition:border-color .2s ease,background .2s ease}
.re-field input:focus,.re-field textarea:focus,.re-field select:focus{outline:0;border-color:var(--re-primary);background:#fff}
.re-field textarea{min-height:140px;resize:vertical}
.re-contact-info{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:36px}
.re-info-item{background:#fff;border:1px solid var(--re-border);border-radius:14px;padding:22px;text-align:center}
.re-info-icon{width:46px;height:46px;border-radius:12px;background:var(--re-bg);color:var(--re-primary);margin:0 auto 12px;display:grid;place-items:center}
.re-info-item strong{display:block;font-size:14px;color:var(--re-primary);margin-bottom:6px;letter-spacing:.4px;text-transform:uppercase}
.re-info-item span,.re-info-item a{font-size:14px;color:var(--re-text);word-break:break-word}
.re-map{margin-top:42px;border-radius:18px;overflow:hidden;border:1px solid var(--re-border);background:#fff}
.re-map iframe{width:100%;height:380px;border:0;display:block}
.re-modal{position:fixed;inset:0;background:rgba(42,36,56,.55);display:none;align-items:center;justify-content:center;z-index:90;padding:20px}
.re-modal.is-open{display:flex}
.re-modal-box{background:#fff;border-radius:18px;padding:36px;max-width:440px;width:100%;text-align:center;box-shadow:0 24px 60px rgba(0,0,0,.25)}
.re-modal-box h3{font-size:22px;margin-bottom:10px}
.re-modal-box p{color:var(--re-muted);font-size:15px;margin-bottom:22px}
.re-cookie{position:fixed;left:24px;right:24px;bottom:24px;max-width:560px;margin:0 auto;background:#fff;border:1px solid var(--re-border);border-radius:18px;padding:24px;box-shadow:0 24px 60px rgba(0,0,0,.18);z-index:80;display:none}
.re-cookie.is-open{display:block}
.re-cookie h3{font-size:18px;margin-bottom:8px}
.re-cookie p{font-size:14px;color:var(--re-muted);margin-bottom:16px}
.re-cookie-cats{display:none;flex-direction:column;gap:10px;background:var(--re-cream);border-radius:12px;padding:16px;margin-bottom:16px}
.re-cookie.is-expanded .re-cookie-cats{display:flex}
.re-cookie-cat{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;font-size:13.5px}
.re-cookie-cat strong{display:block;color:var(--re-text);margin-bottom:3px;font-size:14px}
.re-cookie-cat span{color:var(--re-muted)}
.re-switch{flex:0 0 auto}
.re-switch input{display:none}
.re-switch label{display:inline-block;width:40px;height:22px;background:var(--re-border);border-radius:999px;position:relative;cursor:pointer;transition:background .2s ease}
.re-switch label::after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;background:#fff;border-radius:50%;transition:left .2s ease}
.re-switch input:checked + label{background:var(--re-primary)}
.re-switch input:checked + label::after{left:21px}
.re-switch input:disabled + label{background:var(--re-primary);opacity:.65;cursor:not-allowed}
.re-cookie-buttons{display:flex;flex-wrap:wrap;gap:8px}
.re-cookie-buttons .re-btn{padding:10px 16px;font-size:13.5px}
.re-cookie-buttons .re-btn-link{background:none;color:var(--re-primary);padding:10px 4px;border:0;cursor:pointer;font-weight:600;font-size:13.5px;text-decoration:underline}
.re-article{padding:60px 0 80px}
.re-article-wrap{max-width:760px;margin:0 auto}
.re-breadcrumb{font-size:13px;color:var(--re-muted);margin-bottom:18px;display:flex;flex-wrap:wrap;gap:6px;align-items:center}
.re-breadcrumb a{color:var(--re-muted)}
.re-breadcrumb a:hover{color:var(--re-primary)}
.re-article h1{font-family:var(--re-d-font);font-weight:400;font-size:42px;line-height:1.2;margin-bottom:14px;color:var(--re-text)}
.re-article-meta{font-size:13.5px;color:var(--re-muted);margin-bottom:24px;display:flex;flex-wrap:wrap;gap:14px}
.re-article-cover{aspect-ratio:16/9;border-radius:18px;background:linear-gradient(135deg,#d8c8e8,#f2d8b8);margin-bottom:34px;display:grid;place-items:center;color:var(--re-primary);font-family:var(--re-d-font);font-size:22px;padding:30px;text-align:center;box-shadow:var(--re-shadow)}
.re-article-lead{font-size:18px;color:var(--re-text);line-height:1.65;margin-bottom:30px;padding-left:18px;border-left:4px solid var(--re-accent)}
.re-article-body h2{font-size:26px;margin:38px 0 14px;color:var(--re-primary);letter-spacing:-.2px}
.re-article-body h3{font-size:19px;margin:22px 0 10px}
.re-article-body p{margin-bottom:14px;color:var(--re-text);font-size:16px;line-height:1.75}
.re-article-body ul,.re-article-body ol{margin:10px 0 18px 22px}
.re-article-body li{margin-bottom:8px;color:var(--re-text);font-size:15.5px}
.re-article-body blockquote{border-left:4px solid var(--re-primary);padding:6px 0 6px 18px;margin:20px 0;font-family:var(--re-d-font);font-size:19px;color:var(--re-primary);line-height:1.5}
.re-prevnext{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:50px;border-top:1px solid var(--re-border);padding-top:30px}
.re-prevnext a{background:#fff;border:1px solid var(--re-border);border-radius:14px;padding:18px;display:block;transition:transform .2s ease,box-shadow .2s ease}
.re-prevnext a:hover{transform:translateY(-2px);box-shadow:var(--re-shadow)}
.re-prevnext small{display:block;font-size:12px;color:var(--re-muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.6px}
.re-prevnext strong{color:var(--re-text);font-size:14.5px;font-weight:600;line-height:1.4}
.re-prevnext .re-next{text-align:right}
.re-legal{padding:60px 0 80px}
.re-legal-wrap{max-width:780px;margin:0 auto}
.re-legal h1{font-size:38px;margin-bottom:12px;letter-spacing:-.3px}
.re-legal>.re-legal-wrap>p.re-legal-lead{font-size:16.5px;color:var(--re-muted);margin-bottom:30px}
.re-legal h2{font-size:22px;margin:32px 0 12px;color:var(--re-primary)}
.re-legal p,.re-legal li{font-size:15.5px;color:var(--re-text);line-height:1.75}
.re-legal ul,.re-legal ol{margin:8px 0 14px 22px}
.re-legal li{margin-bottom:6px}
.re-footer{margin-top:auto;background:var(--re-text);color:rgba(255,255,255,.78);padding:24px 0}
.re-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:14px}
.re-footer-links{display:flex;flex-wrap:wrap;gap:18px}
.re-footer-links a{color:rgba(255,255,255,.78)}
.re-footer-links a:hover{color:#fff}
.re-footer-cookie{background:none;border:0;color:rgba(255,255,255,.78);cursor:pointer;font-family:inherit;font-size:14px;text-decoration:underline}
.re-footer-cookie:hover{color:#fff}
@media (max-width:1024px){
.re-hero-grid,.re-mission-grid,.re-about-grid{grid-template-columns:1fr;gap:40px}
.re-hero h1{font-size:44px}
.re-grid-3{grid-template-columns:repeat(2,1fr)}
.re-contact-info{grid-template-columns:repeat(2,1fr)}
.re-hero-entry{max-width:none}
}
@media (max-width:768px){
.re-nav-list{position:fixed;top:68px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;gap:0;padding:14px 24px;border-bottom:1px solid var(--re-border);display:none;max-height:calc(100vh - 68px);overflow-y:auto}
.re-nav-list.is-open{display:flex}
.re-nav-list li{border-bottom:1px solid var(--re-border)}
.re-nav-list li:last-child{border-bottom:0}
.re-nav-list a{padding:14px 0;display:block}
.re-sub{position:static;transform:none;border:0;box-shadow:none;padding:0 0 10px 14px;min-width:0;display:block;background:transparent}
.re-nav-burger{display:inline-flex}
.re-nav-cta{display:none}
.re-hero{padding:60px 0 48px}
.re-hero h1{font-size:32px}
.re-hero-sub{font-size:18px}
.re-section{padding:60px 0}
.re-section-head h2,.re-mission-text h2,.re-about-text h2{font-size:30px}
.re-closing h2{font-size:30px}
.re-grid-3{grid-template-columns:1fr}
.re-contact-info{grid-template-columns:1fr}
.re-contact-card{padding:28px}
.re-form-row{grid-template-columns:1fr}
.re-prevnext{grid-template-columns:1fr}
.re-prevnext .re-next{text-align:left}
.re-article h1{font-size:30px}
.re-hero-entry{grid-template-columns:1fr}
.re-mission-list{grid-template-columns:1fr}
.re-footer-inner{justify-content:flex-start}
}
@media (max-width:480px){
.re-container{padding:0 18px}
.re-page-hero h1{font-size:32px}
.re-legal h1{font-size:28px}
.re-cookie{left:14px;right:14px;bottom:14px;padding:20px}
}

/* Real cover photo fills the thumbnail; gradient stays as load fallback. */
.re-card-thumb-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;z-index:0}
.re-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px}
.re-card-kicker{display:inline-flex;align-items:center;border-radius:999px;background:var(--re-bg);color:var(--re-primary);border:1px solid var(--re-border);padding:3px 9px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}

/* Mobile containment for hero/card grids. */
html,body{overflow-x:hidden}
.re-hero-grid>*,.re-grid-3>*,.re-card{min-width:0;max-width:100%}
.re-hero h1,.re-hero-sub,.re-card h3{overflow-wrap:anywhere}
@media (max-width:560px){
  .re-hero-grid>*,.re-card{width:100%;max-width:min(100%,310px,calc(100vw - 48px));justify-self:start}
}

/* Photo-backed quote panels: real image with a readable text overlay. */
.re-hero-visual.has-photo,.re-about-image.has-photo,.re-article-cover.has-photo{background-size:cover;background-position:center;background-repeat:no-repeat}
.re-article-cover.has-photo{position:relative;overflow:hidden}
.re-hero-visual.has-photo::after,.re-about-image.has-photo::after,.re-article-cover.has-photo::after{content:"";position:absolute;inset:0;display:block;background:linear-gradient(180deg,rgba(42,36,56,.18),rgba(42,36,56,.42));z-index:0}
.re-hero-visual.has-photo .re-hero-visual-inner,.re-about-image.has-photo span,.re-article-cover.has-photo .re-article-cover-text{position:relative;z-index:1;background:rgba(255,255,255,.86);border-radius:16px;box-shadow:0 10px 30px rgba(42,36,56,.20)}
.re-about-image.has-photo span,.re-article-cover.has-photo .re-article-cover-text{display:inline-block;padding:22px 26px}

/* Contact office photo above the embedded map. */
.re-office-photo{margin:36px 0 0;border-radius:18px;overflow:hidden;box-shadow:var(--re-shadow)}
.re-office-photo img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.re-office-photo figcaption{padding:12px 16px;font-size:13.5px;color:var(--re-muted);background:#fff;text-align:center}
