/*
Theme Name: Rainbow Identity Association
Theme URI: https://rainbowidentitybw.org/
Author: Rainbow Identity Association
Description: Custom WordPress theme preserving the Rainbow Identity Association website design, content, carousel gallery, media embeds, research documents, blog archive and contact experience.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: ria
*/

/*
Theme Name: RIA Peduli — RIA Brand Colours
Theme URI: https://rainbowidentitybw.org/
Author: Avivvo Graphix
Description: Complete RIA website transferred into the supplied Peduli charity layout system while preserving Rainbow Identity Association Botswana brand colours, all seven pages, packaged media, native Elementor editing, forms and a resumable installer.
Version: 5.1.0
Requires at least: 6.2
Requires PHP: 7.4
Text Domain: ria-elementor-safe
*/

/*
============================================================
CSS EDITING GUIDE
- style.css contains the main website design and Elementor styles.
- peduli-transfer.css contains the transferred layout and final overrides.
- CSS lower in a file can override CSS written above it.
- Colours are mainly controlled by variables in the :root section.
- Mobile/tablet rules are inside @media blocks near the bottom.
============================================================
*/

/* ============================================================
   SECTION 01: GLOBAL COLOURS, SIZES AND BASE STYLES
   ============================================================ */

:root {
  --ria-ink:#21152f;
  --ria-deep:#32164f;
  --ria-purple:#70409b;
  --ria-purple-2:#8a5bb1;
  --ria-blue:#70d0ef;
  --ria-pink:#f19abc;
  --ria-cream:#fffdf9;
  --ria-soft:#f7f1f9;
  --ria-text:#5f5965;
  --ria-line:rgba(50,22,79,.12);
  --ria-white:#fff;
  --ria-shadow:0 22px 60px rgba(50,22,79,.11);
  --ria-shadow-small:0 12px 32px rgba(50,22,79,.08);
  --ria-radius:22px;
  --ria-radius-small:14px;
  --ria-max:1180px;
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  margin:0;
  overflow-x:hidden;
  background:var(--ria-cream);
  color:var(--ria-text);
  font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.68;
  -webkit-font-smoothing:antialiased
}

body.menu-open {
  overflow:hidden
}

img {
  display:block;
  max-width:100%
}

a {
  color:inherit;
  text-decoration:none
}

button,input,select,textarea {
  font:inherit
}

.wrap {
  width:min(var(--ria-max),calc(100% - 48px));
  margin-inline:auto
}

.screen-reader-text {
  position:absolute!important;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}

/* ============================================================
   SECTION 02: TOP BAR, HEADER AND NAVIGATION
   ============================================================ */

.topbar {
  background:linear-gradient(90deg,var(--ria-ink),var(--ria-deep));
  color:rgba(255,255,255,.92);
  font-size:12px;
  letter-spacing:.015em
}

.topbar .wrap {
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}

.topbar-left,.topbar-right {
  display:flex;
  align-items:center;
  gap:18px
}

.socials {
  display:flex;
  align-items:center;
  gap:7px
}

.socials a {
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:999px;
  font-size:10px;
  font-weight:800;
  transition:.2s
}

.socials a:hover {
  background:#fff;
  color:var(--ria-deep);
  transform:translateY(-1px)
}

.site-header {
  position:sticky;
  top:0;
  z-index:80;
  background:rgba(255,253,249,.94);
  border-bottom:1px solid rgba(50,22,79,.08);
  backdrop-filter:blur(18px);
  transition:.25s
}

.admin-bar .site-header {
  top:32px
}

.site-header.is-scrolled {
  box-shadow:0 14px 45px rgba(33,21,47,.09)
}

.header-row {
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px
}

.logo {
  flex:0 0 auto
}

.logo img {
  width:220px;
  max-height:62px;
  object-fit:contain
}

.nav {
  display:flex;
  align-items:center;
  gap:6px;
  margin-left:auto
}

.nav ul {
  display:flex;
  align-items:center;
  gap:4px;
  list-style:none;
  padding:0;
  margin:0
}

.nav a {
  display:block;
  padding:10px 12px;
  border-radius:999px;
  color:var(--ria-ink);
  font-size:13px;
  font-weight:700;
  white-space:nowrap;
  transition:.2s
}

.nav a:hover,.nav .current-menu-item>a,.nav .current_page_item>a {
  background:var(--ria-soft);
  color:var(--ria-purple)
}

.nav li:last-child a {
  background:var(--ria-purple);
  color:#fff;
  padding-inline:17px;
  box-shadow:0 8px 22px rgba(112,64,155,.24)
}

.nav li:last-child a:hover {
  background:var(--ria-deep)
}

.menu-toggle {
  display:none;
  width:45px;
  height:45px;
  border:0;
  border-radius:12px;
  background:var(--ria-deep);
  color:#fff;
  font-size:22px;
  cursor:pointer
}

/* ============================================================
   SECTION 03: TYPOGRAPHY, GENERAL SECTIONS AND BUTTONS
   ============================================================ */

h1,h2,h3,h4,h5,h6,.section-title {
  font-family:Georgia,"Times New Roman",serif;
  color:var(--ria-ink);
  font-weight:500;
  line-height:1.08;
  letter-spacing:-.025em
}

p {
  margin-top:0
}

.eyebrow {
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
  color:var(--ria-purple);
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase
}

.eyebrow:before {
  content:"";
  width:24px;
  height:2px;
  background:currentColor;
  border-radius:9px
}

.section {
  padding:92px 0
}

.section.soft {
  background:var(--ria-soft);
  border-block:1px solid rgba(50,22,79,.06)
}

.section-head {
  max-width:760px;
  margin:0 auto 44px;
  text-align:center
}

.section-head .eyebrow {
  justify-content:center
}

.section-title {
  font-size:clamp(34px,4vw,50px);
  margin:0 0 16px
}

.section-head p {
  font-size:16px;
  margin-bottom:0
}

.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 22px;
  border:1px solid transparent;
  border-radius:999px;
  background:var(--ria-purple);
  color:#fff;
  font-weight:800;
  font-size:13px;
  cursor:pointer;
  transition:.22s;
  box-shadow:0 10px 24px rgba(112,64,155,.2)
}

.btn:hover {
  transform:translateY(-2px);
  background:var(--ria-deep);
  box-shadow:0 16px 30px rgba(50,22,79,.22)
}

.btn.blue {
  background:var(--ria-blue);
  color:var(--ria-ink)
}

.btn.pink {
  background:var(--ria-pink);
  color:var(--ria-ink)
}

/* ============================================================
   SECTION 04: HOME HERO AND INNER-PAGE HERO BANNERS
   ============================================================ */

.hero,.page-hero,.cta {
  position:relative;
  isolation:isolate;
  background-size:cover;
  background-position:center;
  overflow:hidden
}

.hero:before,.page-hero:before,.cta:before {
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(92deg,rgba(25,12,40,.84) 0%,rgba(50,22,79,.58) 47%,rgba(50,22,79,.12) 100%)
}

.hero:after,.page-hero:after,.cta:after {
  content:"";
  position:absolute;
  z-index:-1;
  width:560px;
  height:560px;
  right:-180px;
  bottom:-300px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(241,154,188,.42),rgba(112,64,155,0) 68%)
}

.hero {
  min-height:680px;
  display:flex;
  align-items:center
}

.hero-content {
  width:min(690px,62%);
  padding:110px 0;
  color:#fff
}

.hero .eyebrow,.cta .eyebrow {
  color:var(--ria-pink)
}

.hero h1 {
  font-size:clamp(48px,6vw,78px);
  color:#fff;
  margin:0 0 22px;
  max-width:760px
}

.hero p {
  max-width:640px;
  margin:0 0 30px;
  color:rgba(255,255,255,.88);
  font-size:17px
}

.hero-actions {
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap
}

.play {
  display:grid;
  place-items:center;
  width:49px;
  height:49px;
  border-radius:50%;
  background:#fff;
  color:var(--ria-purple);
  font-weight:900;
  box-shadow:0 12px 28px rgba(0,0,0,.15)
}

.page-hero {
  min-height:380px;
  display:grid;
  place-items:center;
  background-position:center 38%
}

.page-hero:before {
  background:linear-gradient(90deg,rgba(25,12,40,.86),rgba(50,22,79,.46))
}

.page-hero .inner {
  width:min(860px,calc(100% - 48px));
  padding:70px 0;
  text-align:center;
  color:#fff
}

.page-hero h1 {
  margin:0 0 14px;
  color:#fff;
  font-size:clamp(42px,5vw,64px)
}

.breadcrumb {
  display:inline-flex;
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  background:rgba(255,255,255,.1);
  font-size:12px;
  backdrop-filter:blur(8px)
}

/* ============================================================
   SECTION 05: HOME PAGE STATISTICS
   ============================================================ */

.stats {
  position:relative;
  z-index:5;
  margin-top:-54px
}

.stats-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px
}

.stat {
  padding:25px 16px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(50,22,79,.08);
  border-radius:18px;
  text-align:center;
  box-shadow:var(--ria-shadow);
  backdrop-filter:blur(12px)
}

.stat:before {
  content:"";
  display:block;
  width:36px;
  height:4px;
  margin:0 auto 16px;
  border-radius:999px;
  background:var(--ria-purple)
}

.stat:nth-child(2):before {
  background:var(--ria-blue)
}

.stat:nth-child(3):before {
  background:var(--ria-pink)
}

.stat:nth-child(4):before {
  background:var(--ria-deep)
}

.stat strong {
  display:block;
  color:var(--ria-deep);
  font:500 38px/1 Georgia,serif
}

.stat span {
  display:block;
  margin-top:7px;
  font-size:12px;
  font-weight:700
}

/* ============================================================
   SECTION 06: STORY, IMPACT AND CONTACT LAYOUTS
   ============================================================ */

.story-grid,.impact-grid,.contact-grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:70px;
  align-items:center
}

.story-copy .section-title,.story-grid>.reveal>.section-title {
  text-align:left
}

.icon-feature {
  display:flex;
  gap:18px;
  align-items:flex-start;
  margin:24px 0;
  padding:18px;
  border:1px solid var(--ria-line);
  border-radius:16px;
  background:#fff
}

.icon-feature img {
  width:52px;
  height:52px;
  object-fit:contain
}

.icon-feature h4 {
  margin:0 0 4px;
  font-size:21px
}

.icon-feature p {
  margin:0;
  font-size:14px
}

.collage {
  position:relative;
  min-height:500px
}

.collage:before {
  content:"";
  position:absolute;
  inset:9% 12% 8% 15%;
  border:1px solid rgba(112,64,155,.22);
  border-radius:40px;
  transform:rotate(4deg)
}

.collage .img-a,.collage .img-b {
  position:absolute;
  width:70%;
  height:290px;
  object-fit:cover;
  border:8px solid #fff;
  border-radius:24px;
  box-shadow:var(--ria-shadow)
}

.collage .img-a {
  right:0;
  top:0
}

.collage .img-b {
  left:0;
  bottom:0
}

/* ============================================================
   SECTION 07: PROGRAMME, EVENT, TEAM, VALUE AND RESOURCE CARDS
   ============================================================ */

.program-grid,.news-grid,.team-grid,.values-grid,.resource-grid,.service-list {
  display:grid;
  gap:24px
}

.program-grid,.news-grid,.resource-grid,.service-list {
  grid-template-columns:repeat(3,minmax(0,1fr))
}

.team-grid {
  grid-template-columns:repeat(2,minmax(0,1fr))
}

.values-grid {
  grid-template-columns:repeat(4,minmax(0,1fr))
}

.program-card,.news-card,.team-card,.value-card,.resource,.service,.contact-card {
  background:#fff;
  border:1px solid var(--ria-line);
  border-radius:var(--ria-radius);
  box-shadow:var(--ria-shadow-small);
  overflow:hidden;
  transition:transform .25s,box-shadow .25s,border-color .25s
}

.program-card:hover,.news-card:hover,.team-card:hover,.value-card:hover,.resource:hover,.service:hover {
  transform:translateY(-5px);
  box-shadow:var(--ria-shadow);
  border-color:rgba(112,64,155,.25)
}

.program-card img {
  width:100%;
  height:235px;
  object-fit:cover
}

.program-card .body {
  padding:26px;
  position:relative
}

.program-card .body:before {
  content:"";
  position:absolute;
  top:0;
  left:26px;
  width:58px;
  height:4px;
  border-radius:0 0 9px 9px;
  background:var(--ria-purple)
}

.program-card:nth-child(2) .body:before {
  background:var(--ria-blue)
}

.program-card:nth-child(3) .body:before {
  background:var(--ria-pink)
}

.program-card h3,.news-card h3,.resource h3,.service h3 {
  font-size:25px;
  margin:0 0 12px
}

.program-card p {
  font-size:14px;
  margin:0
}

.value-card {
  padding:28px;
  position:relative
}

.value-card:before {
  content:"";
  position:absolute;
  left:0;
  top:26px;
  bottom:26px;
  width:4px;
  border-radius:0 9px 9px 0;
  background:var(--ria-purple)
}

.value-card:nth-child(2n):before {
  background:var(--ria-blue)
}

.value-card:nth-child(3n):before {
  background:var(--ria-pink)
}

.value-card h3 {
  font-size:22px;
  margin:0 0 10px
}

.value-card p {
  margin:0;
  font-size:14px
}

.team-card {
  display:grid;
  grid-template-columns:190px 1fr;
  min-height:260px
}

.team-card img {
  width:100%;
  height:100%;
  min-height:260px;
  object-fit:cover;
  object-position:top
}

.team-card .body {
  padding:27px;
  text-align:left
}

.team-card h3 {
  font-size:25px;
  margin:0 0 10px
}

.team-card p {
  margin:0;
  color:var(--ria-text);
  font-size:13px;
  line-height:1.6
}

.news-card img {
  width:100%;
  height:220px;
  object-fit:cover
}

.news-card .body {
  padding:25px
}

.news-card small {
  color:var(--ria-purple);
  font-weight:800
}

.news-card h3 {
  margin-top:9px
}

.resource {
  padding:30px
}

.resource .tag {
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:var(--ria-soft);
  color:var(--ria-purple);
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em
}

.resource p {
  font-size:14px
}

.resource a {
  color:var(--ria-purple);
  font-weight:800
}

.service {
  padding:32px;
  position:relative
}

.service .number {
  display:inline-grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:50%;
  background:var(--ria-soft);
  color:var(--ria-purple);
  font:500 21px Georgia,serif
}

.service:nth-child(2n) .number {
  background:rgba(112,208,239,.18);
  color:var(--ria-deep)
}

.service:nth-child(3n) .number {
  background:rgba(241,154,188,.2);
  color:var(--ria-deep)
}

.service p {
  font-size:14px;
  margin-bottom:0
}

/* ============================================================
   SECTION 08: TIMELINE, IMPACT IMAGE AND PROGRESS BARS
   ============================================================ */

.timeline {
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px
}

.timeline:before {
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:26px;
  height:1px;
  background:rgba(112,64,155,.25)
}

.timeline-item {
  position:relative;
  padding:58px 22px 24px;
  background:#fff;
  border:1px solid var(--ria-line);
  border-radius:18px;
  box-shadow:var(--ria-shadow-small)
}

.timeline-item:before {
  content:"";
  position:absolute;
  top:20px;
  left:22px;
  width:13px;
  height:13px;
  border:4px solid #fff;
  border-radius:50%;
  background:var(--ria-purple);
  box-shadow:0 0 0 1px var(--ria-purple)
}

.timeline-item strong {
  color:var(--ria-purple);
  font:500 30px Georgia,serif
}

.timeline-item p {
  font-size:14px;
  margin:10px 0 0
}

.impact-photo {
  position:relative
}

.impact-photo img {
  width:100%;
  height:530px;
  object-fit:cover;
  border-radius:30px;
  box-shadow:var(--ria-shadow)
}

.impact-badge {
  position:absolute;
  left:-28px;
  bottom:38px;
  min-width:170px;
  padding:24px;
  background:#fff;
  border-radius:18px;
  box-shadow:var(--ria-shadow);
  text-align:center
}

.impact-badge strong {
  display:block;
  color:var(--ria-purple);
  font:500 38px Georgia,serif
}

.progress {
  margin:22px 0
}

.progress-row {
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:var(--ria-ink);
  font-size:13px;
  font-weight:700
}

.progress-track {
  height:8px;
  margin-top:9px;
  background:#ece5ef;
  border-radius:99px;
  overflow:hidden
}

.progress-fill {
  height:100%;
  width:0;
  border-radius:99px;
  background:linear-gradient(90deg,var(--ria-purple),var(--ria-pink));
  transition:width 1.2s ease
}

/* ============================================================
   SECTION 09: CALL-TO-ACTION, TESTIMONIAL AND PARTNERS
   ============================================================ */

.cta {
  min-height:360px;
  display:flex;
  align-items:center;
  color:#fff
}

.cta:before {
  background:linear-gradient(90deg,rgba(25,12,40,.92),rgba(50,22,79,.56))
}

.cta-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  padding:68px 0
}

.cta h2 {
  max-width:720px;
  margin:0 0 14px;
  color:#fff;
  font-size:clamp(38px,5vw,58px)
}

.cta p {
  max-width:700px;
  margin:0;
  color:rgba(255,255,255,.86)
}

.testimonial-grid {
  display:grid;
  grid-template-columns:44% 56%;
  align-items:center
}

.testimonial-grid>img {
  width:100%;
  height:450px;
  object-fit:cover;
  border-radius:28px;
  box-shadow:var(--ria-shadow)
}

.testimonial-card {
  position:relative;
  margin-left:-60px;
  padding:48px 55px;
  background:#fff;
  border:1px solid var(--ria-line);
  border-radius:24px;
  box-shadow:var(--ria-shadow)
}

.testimonial-card:after {
  content:'“';
  position:absolute;
  right:28px;
  bottom:-22px;
  color:rgba(241,154,188,.5);
  font:110px Georgia,serif
}

.testimonial-card h2 {
  font-size:40px;
  margin:4px 0 18px
}

.partners {
  padding:42px 0;
  background:#fff;
  border-block:1px solid var(--ria-line)
}

.partner-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:34px;
  align-items:center
}

.partner-grid img {
  width:100%;
  max-height:76px;
  object-fit:contain;
  filter:grayscale(1);
  opacity:.65;
  transition:.2s
}

.partner-grid img:hover {
  filter:none;
  opacity:1
}

/* ============================================================
   SECTION 10: EVENT GALLERIES AND LIGHTBOX
   ============================================================ */

.gallery-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:210px;
  gap:14px
}

.gallery-grid button {
  position:relative;
  padding:0;
  border:0;
  border-radius:18px;
  background:none;
  overflow:hidden;
  cursor:pointer
}

.gallery-grid button:nth-child(5n+1) {
  grid-column:span 2;
  grid-row:span 2
}

.gallery-grid img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:.4s
}

.gallery-grid button:after {
  content:"+";
  position:absolute;
  right:14px;
  bottom:14px;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:50%;
  background:rgba(255,255,255,.9);
  color:var(--ria-purple);
  font-size:22px;
  opacity:0;
  transform:scale(.8);
  transition:.25s
}

.gallery-grid button:hover img {
  transform:scale(1.04)
}

.gallery-grid button:hover:after {
  opacity:1;
  transform:none
}

.lightbox {
  position:fixed;
  inset:0;
  z-index:120;
  display:none;
  align-items:center;
  justify-content:center;
  padding:30px;
  background:rgba(18,8,29,.95)
}

.lightbox.open {
  display:flex
}

.lightbox img {
  max-width:min(1100px,92vw);
  max-height:88vh;
  border-radius:14px;
  box-shadow:0 28px 80px rgba(0,0,0,.4)
}

.lightbox-close {
  position:absolute;
  right:28px;
  top:20px;
  border:0;
  background:none;
  color:#fff;
  font-size:40px;
  cursor:pointer
}

/* ============================================================
   SECTION 11: CONTACT FORM AND FAQ
   ============================================================ */

.contact-grid {
  align-items:start
}

.contact-card {
  padding:25px;
  margin-bottom:14px
}

.contact-card strong {
  display:block;
  color:var(--ria-ink)
}

.contact-form {
  padding:34px;
  background:#fff;
  border:1px solid var(--ria-line);
  border-radius:24px;
  box-shadow:var(--ria-shadow-small)
}

.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px
}

.contact-form input,.contact-form select,.contact-form textarea,.footer input {
  width:100%;
  min-height:50px;
  padding:13px 15px;
  border:1px solid rgba(50,22,79,.15);
  border-radius:12px;
  background:#fff;
  color:var(--ria-ink);
  outline:none;
  transition:.2s
}

.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus,.footer input:focus {
  border-color:var(--ria-purple);
  box-shadow:0 0 0 4px rgba(112,64,155,.09)
}

.contact-form textarea {
  min-height:155px;
  grid-column:1/-1;
  resize:vertical
}

.contact-form .btn {
  margin-top:16px
}

.faq-list {
  max-width:940px;
  margin:auto;
  border-top:1px solid var(--ria-line)
}

.faq {
  border-bottom:1px solid var(--ria-line)
}

.faq button {
  width:100%;
  padding:24px 0;
  border:0;
  background:none;
  color:var(--ria-ink);
  display:flex;
  justify-content:space-between;
  gap:24px;
  text-align:left;
  font:500 21px Georgia,serif;
  cursor:pointer
}

.faq button span:last-child {
  color:var(--ria-purple)
}

.faq .answer {
  max-height:0;
  overflow:hidden;
  transition:max-height .35s ease
}

.faq.open .answer {
  max-height:300px;
  padding-bottom:22px
}

/* ============================================================
   SECTION 12: BOTTOM GALLERY CALL-TO-ACTION
   ============================================================ */

.gallery-callout {
  padding:72px 0;
  background:linear-gradient(180deg,var(--ria-cream) 0 45%,var(--ria-deep) 45% 100%)
}

.gallery-box {
  display:grid;
  grid-template-columns:42% 58%;
  gap:38px;
  align-items:center;
  padding:44px;
  background:#fff;
  border:1px solid var(--ria-line);
  border-radius:28px;
  box-shadow:var(--ria-shadow)
}

.mini-gallery {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px
}

.mini-gallery img {
  width:100%;
  height:145px;
  object-fit:cover;
  border-radius:14px
}

/* ============================================================
   SECTION 13: WEBSITE FOOTER
   ============================================================ */

.footer {
  position:relative;
  background:var(--ria-deep);
  color:rgba(255,255,255,.78);
  padding:76px 0 22px;
  overflow:hidden
}

.footer:before {
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  right:-220px;
  top:-230px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(112,208,239,.2),transparent 68%)
}

.footer .wrap {
  position:relative
}

.footer-grid {
  display:grid;
  grid-template-columns:1.35fr .75fr 1fr 1fr;
  gap:44px
}

.footer-logo {
  width:245px;
  max-height:90px;
  object-fit:contain;
  margin-bottom:20px
}

.footer h4 {
  margin:0 0 18px;
  color:#fff;
  font-size:20px
}

.footer p {
  font-size:14px
}

.footer ul {
  list-style:none;
  padding:0;
  margin:0
}

.footer li {
  margin:9px 0;
  font-size:13px
}

.footer a:hover {
  color:#fff
}

.footer .btn {
  width:100%;
  margin-top:9px
}

.copyright {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:48px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.15);
  font-size:12px
}

/* ============================================================
   SECTION 14: ANIMATIONS AND STATUS MESSAGE
   ============================================================ */

.reveal {
  opacity:0;
  transform:translateY(22px);
  transition:opacity .65s ease,transform .65s ease
}

.reveal.visible {
  opacity:1;
  transform:none
}

.ria-form-status {
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:130;
  display:grid;
  place-items:center;
  width:50px;
  height:50px;
  border-radius:50%;
  background:#fff;
  color:var(--ria-purple);
  box-shadow:var(--ria-shadow);
  font-size:22px;
  font-weight:900
}

/* ============================================================
   SECTION 15: RESPONSIVE TABLET, MOBILE, ACCESSIBILITY AND PRINT RULES
   ============================================================ */

@media(max-width:1100px) {
  .nav a {
    padding:9px 9px;
    font-size:12px
  }

  .logo img {
    width:195px
  }

  .values-grid {
    grid-template-columns:repeat(2,1fr)
  }

  .team-card {
    grid-template-columns:155px 1fr
  }

  .team-card .body {
    padding:22px
  }

}

@media(max-width:920px) {
  .topbar {
    display:none
  }

  .admin-bar .site-header {
    top:46px
  }

  .header-row {
    min-height:76px
  }

  .menu-toggle {
    display:block
  }

  .nav {
    position:fixed;
    inset:76px 0 0 0;
    display:block;
    padding:24px;
    background:rgba(255,253,249,.98);
    transform:translateX(100%);
    transition:.3s;
    overflow:auto
  }

  .admin-bar .nav {
    inset:122px 0 0
  }

  .nav.open {
    transform:none
  }

  .nav ul {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:8px
  }

  .nav a {
    padding:14px 16px;
    border-radius:12px;
    font-size:15px
  }

  .nav li:last-child a {
    text-align:center
  }

  .hero-content {
    width:75%
  }

  .stats-grid {
    grid-template-columns:repeat(2,1fr)
  }

  .story-grid,.impact-grid,.contact-grid {
    grid-template-columns:1fr;
    gap:42px
  }

  .program-grid,.news-grid,.resource-grid,.service-list {
    grid-template-columns:repeat(2,1fr)
  }

  .team-grid {
    grid-template-columns:1fr
  }

  .timeline {
    grid-template-columns:repeat(2,1fr)
  }

  .timeline:before {
    display:none
  }

  .gallery-grid {
    grid-template-columns:repeat(2,1fr)
  }

  .footer-grid {
    grid-template-columns:1fr 1fr
  }

  .gallery-box {
    grid-template-columns:1fr
  }

  .testimonial-grid {
    grid-template-columns:1fr
  }

  .testimonial-card {
    margin:-48px 24px 0
  }

}

@media(max-width:620px) {
  .wrap {
    width:min(var(--ria-max),calc(100% - 28px))
  }

  .logo img {
    width:176px
  }

  .hero {
    min-height:640px;
    background-position:40% center
  }

  .hero:before {
    background:rgba(30,14,45,.75)
  }

  .hero-content {
    width:100%;
    padding:90px 0;
    text-align:center
  }

  .hero .eyebrow {
    justify-content:center
  }

  .hero-actions {
    justify-content:center
  }

  .stats {
    margin-top:-36px
  }

  .stats-grid {
    gap:10px
  }

  .stat {
    padding:21px 9px
  }

  .stat strong {
    font-size:31px
  }

  .section {
    padding:72px 0
  }

  .program-grid,.news-grid,.resource-grid,.service-list,.values-grid,.timeline,.footer-grid {
    grid-template-columns:1fr
  }

  .team-card {
    grid-template-columns:1fr
  }

  .team-card img {
    height:310px
  }

  .team-card .body {
    padding:24px
  }

  .collage {
    min-height:390px
  }

  .collage .img-a,.collage .img-b {
    height:235px
  }

  .impact-photo img {
    height:430px
  }

  .impact-badge {
    left:12px;
    bottom:12px
  }

  .cta-row {
    display:block
  }

  .cta .btn {
    margin-top:22px
  }

  .partner-grid {
    grid-template-columns:1fr 1fr;
    gap:22px
  }

  .gallery-grid {
    grid-auto-rows:180px
  }

  .gallery-grid button:nth-child(5n+1) {
    grid-column:span 2;
    grid-row:span 1
  }

  .gallery-box {
    padding:26px
  }

  .mini-gallery img {
    height:115px
  }

  .form-grid {
    grid-template-columns:1fr
  }

  .contact-form {
    padding:24px
  }

  .copyright {
    display:block
  }

  .copyright .socials {
    margin-top:14px
  }

  .testimonial-card {
    margin:-32px 12px 0;
    padding:34px 27px
  }

}

@media(prefers-reduced-motion:reduce) {
  * {
    scroll-behavior:auto!important
  }

  .reveal {
    opacity:1;
    transform:none;
    transition:none
  }

  .progress-fill {
    transition:none
  }

}

@media print {
  .topbar,.site-header,.footer,.gallery-callout {
    display:none!important
  }

  .reveal {
    opacity:1!important;
    transform:none!important
  }

  .section {
    padding:35px 0
  }

  .page-hero {
    min-height:180px
  }

}

/* ============================================================
   SECTION 16: ELEMENTOR COMPATIBILITY
   ============================================================ */

.elementor-page .site-main {
  overflow:hidden
}

.elementor-page .elementor-widget-html>.elementor-widget-container {
  width:100%
}

.elementor-page .elementor-section.elementor-section-full_width>.elementor-container {
  max-width:none
}

.ria-layout-preview {
  min-height:100vh;
  background:var(--ria-cream)
}

.ria-setup-warning {
  border-left:4px solid #d63638;
  padding:12px 16px;
  background:#fff
}

.ria-hp {
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  opacity:0!important;
  pointer-events:none!important
}

/* ============================================================
   SECTION 17: NATIVE ELEMENTOR DRAG-AND-DROP STYLES
   ============================================================ */

.elementor-editor-active .reveal {
  opacity:1!important;
  transform:none!important
}

.elementor .ria-native-section>.elementor-container {
  width:min(var(--ria-max),calc(100% - 48px));
  margin-inline:auto
}

.elementor .ria-native-section.hero>.elementor-container, .elementor .ria-native-section.page-hero>.elementor-container, .elementor .ria-native-section.cta>.elementor-container {
  width:min(var(--ria-max),calc(100% - 48px))
}

.elementor .ria-native-section .elementor-widget-heading .elementor-heading-title {
  font-family:Georgia,"Times New Roman",serif;
  color:var(--ria-ink);
  font-weight:500;
  line-height:1.08;
  letter-spacing:-.025em
}

.elementor .ria-native-section .elementor-widget-text-editor {
  color:var(--ria-text)
}

.elementor .ria-native-section .elementor-widget-text-editor p:last-child {
  margin-bottom:0
}

.elementor .ria-native-section .elementor-widget.eyebrow {
  width:auto;
  margin-bottom:10px
}

.elementor .ria-native-section .eyebrow .elementor-heading-title {
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--ria-purple);
  font-family:Inter,ui-sans-serif,sans-serif;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase
}

.elementor .ria-native-section .eyebrow .elementor-heading-title:before {
  content:"";
  width:24px;
  height:2px;
  background:currentColor;
  border-radius:9px
}

.elementor .ria-native-section .section-title .elementor-heading-title {
  font-size:clamp(34px,4vw,50px);
  margin:0 0 8px
}

.elementor .ria-native-section .body-title .elementor-heading-title {
  font-size:25px;
  margin:0
}

.elementor .ria-native-section .ria-button-widget .elementor-button {
  min-height:48px;
  padding:14px 22px;
  border-radius:999px;
  background:var(--ria-purple);
  color:#fff;
  font-weight:800;
  font-size:13px;
  box-shadow:0 10px 24px rgba(112,64,155,.2);
  transition:.22s
}

.elementor .ria-native-section .ria-button-widget .elementor-button:hover {
  transform:translateY(-2px);
  background:var(--ria-deep);
  box-shadow:0 16px 30px rgba(50,22,79,.22)
}

.elementor .ria-native-section .ria-button-widget.pink .elementor-button {
  background:var(--ria-pink);
  color:var(--ria-ink)
}

.elementor .ria-native-section .ria-button-widget.blue .elementor-button {
  background:var(--ria-blue);
  color:var(--ria-ink)
}

.elementor .ria-native-section .ria-button-widget.text-link .elementor-button, .elementor .ria-native-section .ria-button-widget.card-link .elementor-button {
  min-height:0;
  padding:0;
  background:transparent;
  color:var(--ria-purple);
  box-shadow:none;
  border-radius:0
}

.elementor .ria-native-section .center-button {
  text-align:center;
  margin-top:34px
}

/* ============================================================
   SECTION 18: ELEMENTOR HEADER AND FOOTER
   ============================================================ */

.elementor .ria-native-section.topbar>.elementor-container {
  min-height:38px;
  align-items:center;
  justify-content:space-between
}

.elementor .ria-native-section.topbar .elementor-widget-text-editor p {
  margin:0;
  color:rgba(255,255,255,.92);
  font-size:12px
}

.elementor .ria-native-section.site-header>.elementor-container {
  min-height:86px;
  align-items:center
}

.elementor .ria-native-section.site-header .header-logo img {
  width:220px;
  max-height:62px;
  object-fit:contain
}

.elementor .ria-native-section.site-header .navigation-column>.elementor-widget-wrap {
  justify-content:flex-end;
  align-items:center
}

.elementor .ria-native-section.footer {
  padding:76px 0 22px;
  background:var(--ria-deep);
  color:rgba(255,255,255,.78)
}

.elementor .ria-native-section.footer .elementor-heading-title {
  color:#fff
}

.elementor .ria-native-section.footer .elementor-widget-text-editor {
  color:rgba(255,255,255,.78)
}

.elementor .ria-native-section.footer .footer-logo img {
  width:245px;
  max-height:90px;
  object-fit:contain
}

.elementor .ria-native-section.footer ul {
  list-style:none;
  padding:0;
  margin:0
}

.elementor .ria-native-section.footer li {
  margin:9px 0;
  font-size:13px
}

.elementor .ria-native-section.footer-bottom {
  padding:0 0 22px
}

.elementor .ria-native-section.footer-bottom>.elementor-container {
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.15)
}

.ria-footer-nav-list {
  list-style:none;
  padding:0;
  margin:0
}

.ria-footer-nav-list li {
  margin:9px 0
}

.ria-footer-nav-list a {
  font-size:13px;
  color:rgba(255,255,255,.78)
}

.ria-footer-nav-list a:hover {
  color:#fff
}

/* ============================================================
   SECTION 19: ELEMENTOR HERO AND PAGE BANNERS
   ============================================================ */

.elementor .ria-native-section.hero {
  min-height:680px;
  display:flex;
  align-items:center
}

.elementor .ria-native-section.hero .hero-content {
  padding:110px 0
}

.elementor .ria-native-section.hero .hero-title .elementor-heading-title {
  font-size:clamp(48px,6vw,78px);
  color:#fff;
  margin:0 0 12px
}

.elementor .ria-native-section.hero .hero-text {
  max-width:640px;
  color:rgba(255,255,255,.88);
  font-size:17px
}

.elementor .ria-native-section.hero .hero-text p {
  color:inherit
}

.elementor .ria-native-section.hero .eyebrow .elementor-heading-title, .elementor .ria-native-section.cta .eyebrow .elementor-heading-title {
  color:var(--ria-pink)
}

.elementor .ria-native-section.hero .hero-actions>.elementor-container {
  justify-content:flex-start;
  gap:12px
}

.elementor .ria-native-section.hero .hero-actions .elementor-column {
  width:auto!important
}

.elementor .ria-native-section.hero .play-button .elementor-button {
  display:grid;
  place-items:center;
  width:49px;
  min-width:49px;
  height:49px;
  padding:0;
  border-radius:50%;
  background:#fff;
  color:var(--ria-purple)
}

.elementor .ria-native-section.page-hero {
  min-height:380px;
  display:flex;
  align-items:center
}

.elementor .ria-native-section.page-hero>.elementor-container {
  justify-content:center
}

.elementor .ria-native-section.page-hero .page-hero-title .elementor-heading-title {
  color:#fff;
  font-size:clamp(42px,5vw,64px)
}

.elementor .ria-native-section.page-hero .breadcrumb {
  display:inline-block;
  width:auto;
  margin-inline:auto;
  padding:8px 14px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  background:rgba(255,255,255,.1);
  color:#fff;
  font-size:12px
}

.elementor .ria-native-section.page-hero .breadcrumb p,.elementor .ria-native-section.page-hero .breadcrumb div {
  margin:0;
  color:#fff
}

/* ============================================================
   SECTION 20: ELEMENTOR COUNTERS
   ============================================================ */

.elementor .ria-native-section.stats {
  margin-top:-54px;
  z-index:5
}

.elementor .ria-native-section.stats>.elementor-container {
  gap:16px
}

.elementor .ria-native-section.stats .stat>.elementor-widget-wrap {
  padding:25px 16px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(50,22,79,.08);
  border-radius:18px;
  text-align:center;
  box-shadow:var(--ria-shadow)
}

.elementor .ria-native-section.stats .elementor-counter-number-wrapper {
  justify-content:center;
  color:var(--ria-deep);
  font:500 38px/1 Georgia,serif
}

.elementor .ria-native-section.stats .elementor-counter-title {
  margin-top:7px;
  color:var(--ria-text);
  font-size:12px;
  font-weight:700
}

/* ============================================================
   SECTION 21: ELEMENTOR STORY AND EDITORIAL SECTIONS
   ============================================================ */

.elementor .ria-native-section.section {
  padding:92px 0
}

.elementor .ria-native-section.soft {
  background:var(--ria-soft);
  border-block:1px solid rgba(50,22,79,.06)
}

.elementor .ria-native-section .section-content>.elementor-widget-wrap>.elementor-widget.eyebrow, .elementor .ria-native-section .section-content>.elementor-widget-wrap>.elementor-widget.section-title, .elementor .ria-native-section .section-content>.elementor-widget-wrap>.elementor-widget.body-text {
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
  text-align:center
}

.elementor .ria-native-section .section-content>.elementor-widget-wrap>.elementor-widget.body-text {
  margin-bottom:38px
}

.elementor .ria-native-section .story-copy>.elementor-widget-wrap, .elementor .ria-native-section .impact-content>.elementor-widget-wrap, .elementor .ria-native-section .contact-copy>.elementor-widget-wrap {
  padding-right:34px
}

.elementor .ria-native-section .collage>.elementor-widget-wrap {
  position:relative;
  min-height:500px
}

.elementor .ria-native-section .collage .elementor-widget-image {
  position:absolute;
  width:70%
}

.elementor .ria-native-section .collage .elementor-widget-image img {
  width:100%;
  height:290px;
  object-fit:cover;
  border:8px solid #fff;
  border-radius:24px;
  box-shadow:var(--ria-shadow)
}

.elementor .ria-native-section .collage .img-a {
  right:0;
  top:0
}

.elementor .ria-native-section .collage .img-b {
  left:0;
  bottom:0
}

.elementor .ria-native-inner.icon-feature {
  margin:12px 0;
  padding:18px;
  border:1px solid var(--ria-line);
  border-radius:16px;
  background:#fff
}

.elementor .ria-native-inner.icon-feature .icon-image img {
  width:52px;
  height:52px;
  object-fit:contain
}

.elementor .ria-native-inner.icon-feature .elementor-heading-title {
  font-size:21px
}

.elementor .ria-native-inner.icon-feature .elementor-widget-text-editor {
  font-size:14px
}

/* ============================================================
   SECTION 22: ELEMENTOR GRIDS AND CARDS
   ============================================================ */

.elementor .ria-native-inner.ria-grid-row {
  margin-top:24px
}

.elementor .ria-native-inner.ria-grid-row>.elementor-container {
  gap:24px;
  align-items:stretch;
  flex-wrap:wrap
}

.elementor .ria-native-inner.ria-grid-row>.elementor-container>.elementor-column>.elementor-widget-wrap {
  height:100%
}

.elementor .ria-card-column>.elementor-widget-wrap, .elementor .value-card>.elementor-widget-wrap, .elementor .resource>.elementor-widget-wrap, .elementor .service>.elementor-widget-wrap {
  display:flex;
  flex-direction:column;
  align-content:stretch;
  background:#fff;
  border:1px solid var(--ria-line);
  border-radius:var(--ria-radius);
  box-shadow:var(--ria-shadow-small);
  overflow:hidden;
  transition:transform .25s,box-shadow .25s,border-color .25s
}

.elementor .ria-card-column:hover>.elementor-widget-wrap, .elementor .value-card:hover>.elementor-widget-wrap, .elementor .resource:hover>.elementor-widget-wrap, .elementor .service:hover>.elementor-widget-wrap {
  transform:translateY(-5px);
  box-shadow:var(--ria-shadow);
  border-color:rgba(112,64,155,.25)
}

.elementor .program-card .card-image img,.elementor .news-card .card-image img {
  width:100%;
  height:235px;
  object-fit:cover
}

.elementor .ria-card-column .body-title,.elementor .ria-card-column .body-text,.elementor .ria-card-column .card-tag,.elementor .ria-card-column .card-number,.elementor .ria-card-column .card-link {
  padding-left:26px;
  padding-right:26px
}

.elementor .ria-card-column .body-title {
  padding-top:24px
}

.elementor .ria-card-column .body-text {
  padding-bottom:24px;
  font-size:14px;
  flex:1
}

.elementor .ria-card-column .card-link {
  padding-bottom:24px
}

.elementor .value-card>.elementor-widget-wrap {
  padding:28px;
  position:relative;
  overflow:visible
}

.elementor .value-card>.elementor-widget-wrap:before {
  content:"";
  position:absolute;
  left:0;
  top:26px;
  bottom:26px;
  width:4px;
  border-radius:0 9px 9px 0;
  background:var(--ria-purple)
}

.elementor .value-card .body-title .elementor-heading-title {
  font-size:22px
}

.elementor .value-card .body-text {
  font-size:14px
}

.elementor .service>.elementor-widget-wrap,.elementor .resource>.elementor-widget-wrap {
  padding:28px
}

.elementor .card-number .elementor-heading-title {
  color:var(--ria-purple);
  font-size:14px;
  font-family:Inter,sans-serif;
  font-weight:800;
  letter-spacing:.12em
}

.elementor .card-tag .elementor-heading-title {
  display:inline-block;
  width:auto;
  padding:6px 10px;
  border-radius:999px;
  background:var(--ria-soft);
  color:var(--ria-purple);
  font-size:11px;
  font-family:Inter,sans-serif;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em
}

/* ============================================================
   SECTION 23: ELEMENTOR TEAM CARDS
   ============================================================ */

.elementor .team-card-cell>.elementor-widget-wrap {
  height:100%
}

.elementor .ria-native-inner.team-card {
  height:100%;
  background:#fff;
  border:1px solid var(--ria-line);
  border-radius:var(--ria-radius);
  box-shadow:var(--ria-shadow-small);
  overflow:hidden
}

.elementor .ria-native-inner.team-card>.elementor-container {
  height:100%;
  align-items:stretch
}

.elementor .ria-native-inner.team-card .team-image-col>.elementor-widget-wrap {
  height:100%
}

.elementor .ria-native-inner.team-card .team-image img {
  width:100%;
  height:100%;
  min-height:300px;
  object-fit:cover;
  object-position:top
}

.elementor .ria-native-inner.team-card .team-content-col>.elementor-widget-wrap {
  padding:27px;
  align-content:center
}

.elementor .ria-native-inner.team-card .body-title .elementor-heading-title {
  font-size:25px
}

.elementor .ria-native-inner.team-card .body-text {
  font-size:13px;
  line-height:1.6
}

/* ============================================================
   SECTION 24: ELEMENTOR IMPACT, CTA, TESTIMONIAL AND PARTNERS
   ============================================================ */

.elementor .impact-photo>.elementor-widget-wrap {
  position:relative
}

.elementor .impact-photo .impact-image img {
  width:100%;
  height:530px;
  object-fit:cover;
  border-radius:30px;
  box-shadow:var(--ria-shadow)
}

.elementor .impact-photo .impact-badge {
  position:absolute;
  left:-28px;
  bottom:38px;
  width:190px;
  padding:24px;
  background:#fff;
  border-radius:18px;
  box-shadow:var(--ria-shadow);
  text-align:center
}

.elementor .impact-photo .impact-badge strong {
  display:block;
  color:var(--ria-purple);
  font:500 38px Georgia,serif
}

.elementor .ria-progress-widget .elementor-progress-bar {
  background:linear-gradient(90deg,var(--ria-purple),var(--ria-pink))
}

.elementor .ria-native-section.cta {
  min-height:360px;
  display:flex;
  align-items:center;
  color:#fff
}

.elementor .ria-native-section.cta>.elementor-container {
  align-items:center
}

.elementor .ria-native-section.cta .elementor-heading-title {
  color:#fff
}

.elementor .ria-native-section.cta .section-title .elementor-heading-title {
  font-size:clamp(38px,5vw,58px)
}

.elementor .ria-native-section.cta .elementor-widget-text-editor {
  color:rgba(255,255,255,.86)
}

.elementor .ria-native-section.cta .cta-action>.elementor-widget-wrap {
  justify-content:flex-end;
  align-content:center
}

.elementor .testimonial-image-column img {
  width:100%;
  height:450px;
  object-fit:cover;
  border-radius:28px;
  box-shadow:var(--ria-shadow)
}

.elementor .testimonial-card>.elementor-widget-wrap {
  position:relative;
  margin-left:-60px;
  padding:48px 55px;
  background:#fff;
  border:1px solid var(--ria-line);
  border-radius:24px;
  box-shadow:var(--ria-shadow)
}

.elementor .testimonial-card .elementor-heading-title {
  font-size:40px
}

.elementor .ria-native-section.partners {
  padding:42px 0;
  background:#fff;
  border-block:1px solid var(--ria-line)
}

.elementor .ria-native-section.partners .partner-logo img {
  width:100%;
  max-height:76px;
  object-fit:contain;
  filter:grayscale(1);
  opacity:.65
}

/* ============================================================
   SECTION 25: ELEMENTOR GALLERY, TIMELINE, FORMS AND CALLOUT
   ============================================================ */

.elementor .ria-native-gallery .gallery {
  display:grid!important;
  grid-template-columns:repeat(4,1fr);
  gap:14px!important
}

.elementor .mini-gallery .gallery {
  grid-template-columns:1fr 1fr
}

.elementor .ria-native-gallery .gallery-item {
  max-width:none!important;
  padding:0!important;
  margin:0!important
}

.elementor .ria-native-gallery img {
  width:100%;
  height:210px;
  object-fit:cover;
  border-radius:16px
}

.elementor .mini-gallery img {
  height:145px
}

.elementor .timeline>.elementor-container {
  gap:20px
}

.elementor .timeline-item>.elementor-widget-wrap {
  padding:28px;
  background:#fff;
  border:1px solid var(--ria-line);
  border-radius:18px;
  box-shadow:var(--ria-shadow-small)
}

.elementor .timeline-year .elementor-heading-title {
  color:var(--ria-purple);
  font-size:30px
}

.elementor .timeline-text {
  font-size:14px
}

.elementor .contact-card {
  padding:25px;
  margin-bottom:14px;
  background:#fff;
  border:1px solid var(--ria-line);
  border-radius:var(--ria-radius);
  box-shadow:var(--ria-shadow-small)
}

.elementor .ria-native-section.gallery-callout {
  padding:72px 0;
  background:linear-gradient(180deg,var(--ria-cream) 0 45%,var(--ria-deep) 45% 100%)
}

.elementor .ria-native-section.gallery-callout>.elementor-container {
  padding:44px;
  background:#fff;
  border:1px solid var(--ria-line);
  border-radius:28px;
  box-shadow:var(--ria-shadow);
  align-items:center
}

.elementor .ria-faq-widget .elementor-accordion-item {
  border-color:var(--ria-line)
}

.elementor .ria-faq-widget .elementor-tab-title {
  color:var(--ria-ink);
  font:500 21px Georgia,serif;
  padding:24px 0
}

@media(max-width:920px) {
  .elementor .ria-native-section>.elementor-container {
    width:min(var(--ria-max),calc(100% - 32px))
  }

  .elementor .ria-native-section.hero .hero-content {
    width:75%!important
  }

  .elementor .ria-native-inner.ria-grid-row>.elementor-container>.elementor-column {
    width:calc(50% - 12px)!important
  }

  .elementor .ria-native-inner.team-card>.elementor-container>.elementor-column {
    width:100%!important
  }

  .elementor .ria-native-inner.team-card .team-image img {
    height:300px
  }

  .elementor .testimonial-card>.elementor-widget-wrap {
    margin:-48px 24px 0
  }

  .elementor .ria-native-section.gallery-callout>.elementor-container {
    display:block
  }

  .elementor .ria-native-section.gallery-callout>.elementor-container>.elementor-column {
    width:100%!important
  }

}

@media(max-width:620px) {
  .elementor .ria-native-section>.elementor-container {
    width:min(var(--ria-max),calc(100% - 28px))
  }

  .elementor .ria-native-section.hero {
    min-height:640px
  }

  .elementor .ria-native-section.hero .hero-content {
    width:100%!important;
    padding:90px 0;
    text-align:center
  }

  .elementor .ria-native-section.hero .eyebrow {
    margin-inline:auto
  }

  .elementor .ria-native-section.hero .hero-actions>.elementor-container {
    justify-content:center
  }

  .elementor .ria-native-section.stats {
    margin-top:-36px
  }

  .elementor .ria-native-section.stats>.elementor-container {
    flex-wrap:wrap;
    gap:10px
  }

  .elementor .ria-native-section.stats .stat {
    width:calc(50% - 5px)!important
  }

  .elementor .ria-native-section.section {
    padding:72px 0
  }

  .elementor .ria-native-inner.ria-grid-row>.elementor-container>.elementor-column {
    width:100%!important
  }

  .elementor .ria-native-section .collage>.elementor-widget-wrap {
    min-height:390px
  }

  .elementor .ria-native-section .collage .elementor-widget-image img {
    height:235px
  }

  .elementor .impact-photo .impact-image img {
    height:430px
  }

  .elementor .impact-photo .impact-badge {
    left:12px;
    bottom:12px
  }

  .elementor .ria-native-section.cta>.elementor-container {
    display:block
  }

  .elementor .ria-native-section.cta>.elementor-container>.elementor-column {
    width:100%!important
  }

  .elementor .ria-native-section.cta .cta-action>.elementor-widget-wrap {
    justify-content:flex-start;
    margin-top:22px
  }

  .elementor .ria-native-gallery .gallery {
    grid-template-columns:1fr 1fr
  }

  .elementor .mini-gallery img {
    height:115px
  }

  .elementor .testimonial-card>.elementor-widget-wrap {
    margin:-32px 12px 0;
    padding:34px 27px
  }

  .elementor .ria-native-section.footer>.elementor-container {
    flex-wrap:wrap
  }

  .elementor .ria-native-section.footer>.elementor-container>.elementor-column {
    width:100%!important
  }

}
