:root {
  --rocs-black: #0b0b0b;
  --rocs-black-2: #171717;
  --rocs-red: #a80f1c;
  --rocs-red-dark: #790913;
  --rocs-green: #3f8438;
  --rocs-green-dark: #245d29;
  --rocs-yellow: #e8b92f;
  --rocs-yellow-light: #f6d76d;
  --rocs-white: #ffffff;
  --rocs-cream: #f7f3e8;
  --rocs-cream-2: #efe8d6;
  --rocs-ink: #1c1d1a;
  --rocs-muted: #62655e;
  --rocs-line: #ded5c3;
  --rocs-shadow: 0 24px 70px rgba(11, 11, 11, 0.16);
  --rocs-shadow-soft: 0 14px 35px rgba(11, 11, 11, 0.10);
  --rocs-radius: 24px;
  --rocs-radius-lg: 36px;
  --rocs-max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.rocs-home {
  margin: 0;
  background: var(--rocs-cream);
  color: var(--rocs-ink);
  font-family: "Segoe UI", Aptos, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.rocs-home.menu-open { overflow: hidden; }
.rocs-home img { display: block; max-width: 100%; }
.rocs-home a { color: inherit; text-decoration: none; }
.rocs-home button, .rocs-home input, .rocs-home select, .rocs-home textarea { font: inherit; }
.rocs-home button { cursor: pointer; }
.rocs-container { width: min(calc(100% - 44px), var(--rocs-max)); margin-inline: auto; }
.rocs-skip {
  position: fixed;
  left: 16px;
  top: -120px;
  z-index: 99999;
  padding: 12px 16px;
  border: 3px solid var(--rocs-yellow);
  border-radius: 12px;
  background: var(--rocs-white);
  color: var(--rocs-black);
  font-weight: 800;
  box-shadow: var(--rocs-shadow-soft);
}
.rocs-skip:focus { top: 16px; }

.rocs-palette { display: grid; grid-template-columns: repeat(4, 1fr); height: 7px; }
.rocs-palette span:nth-child(1) { background: var(--rocs-black); }
.rocs-palette span:nth-child(2) { background: var(--rocs-red); }
.rocs-palette span:nth-child(3) { background: var(--rocs-yellow); }
.rocs-palette span:nth-child(4) { background: var(--rocs-green); }

.rocs-alert { background: var(--rocs-black); color: var(--rocs-white); font-size: 12px; }
.rocs-alert__inner { min-height: 45px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.rocs-alert p { margin: 0; }
.rocs-alert p:first-child { display: flex; gap: 10px; align-items: center; letter-spacing: 0.02em; }
.rocs-alert strong { color: var(--rocs-yellow-light); text-transform: uppercase; letter-spacing: 0.09em; font-size: 11px; }
.rocs-alert a { color: var(--rocs-yellow-light); text-decoration: underline; text-underline-offset: 3px; font-weight: 800; }
.rocs-alert__crisis { color: rgba(255,255,255,.78); }

.rocs-header {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--rocs-line);
  backdrop-filter: blur(14px);
  transition: box-shadow .2s ease;
}
.rocs-header.is-scrolled { box-shadow: 0 12px 28px rgba(11,11,11,.09); }
body.admin-bar .rocs-header { top: 32px; }
.rocs-header__row { min-height: 90px; display: flex; align-items: center; gap: 26px; }
.rocs-brand { flex: 0 0 220px; display: block; }
.rocs-brand img { width: 205px; height: 72px; object-fit: contain; object-position: left center; }
.rocs-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2vw, 28px); margin-left: auto; }
.rocs-nav a { position: relative; padding: 31px 0 28px; color: var(--rocs-black); font-size: 14px; font-weight: 800; }
.rocs-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 3px; background: var(--rocs-red); transition: right .18s ease; }
.rocs-nav a:hover, .rocs-nav a:focus-visible { color: var(--rocs-red); }
.rocs-nav a:hover::after, .rocs-nav a:focus-visible::after { right: 0; }
.rocs-phone { display: flex; align-items: center; gap: 10px; margin-left: auto; padding: 10px 14px; border-radius: 15px; background: var(--rocs-yellow); color: var(--rocs-black); font-weight: 900; box-shadow: 0 10px 22px rgba(232,185,47,.25); }
.rocs-phone__icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--rocs-black); color: var(--rocs-white); }
.rocs-phone span:last-child { display: grid; line-height: 1.15; }
.rocs-phone small { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; opacity: .72; }
.rocs-phone:hover { background: var(--rocs-yellow-light); }
.rocs-menu-button { display: none; align-items: center; gap: 9px; border: 0; border-radius: 12px; background: var(--rocs-black); color: var(--rocs-white); padding: 11px 13px; font-weight: 800; }
.rocs-menu-button__bars { display: grid; gap: 4px; }
.rocs-menu-button__bars i { width: 20px; height: 2px; border-radius: 99px; background: currentColor; display: block; transition: transform .2s ease, opacity .2s ease; }
.rocs-menu-button[aria-expanded="true"] .rocs-menu-button__bars i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.rocs-menu-button[aria-expanded="true"] .rocs-menu-button__bars i:nth-child(2) { opacity: 0; }
.rocs-menu-button[aria-expanded="true"] .rocs-menu-button__bars i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.rocs-hero { position: relative; overflow: hidden; background: var(--rocs-black); color: var(--rocs-white); }
.rocs-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 13% 15%, rgba(168,15,28,.32), transparent 33%), radial-gradient(circle at 84% 12%, rgba(63,132,56,.28), transparent 31%), linear-gradient(130deg, rgba(255,255,255,.04), transparent 48%); pointer-events: none; }
.rocs-hero__mesh { position: absolute; width: 430px; height: 430px; right: -120px; bottom: -160px; opacity: .16; background-image: radial-gradient(circle, var(--rocs-yellow) 2px, transparent 2.5px); background-size: 22px 22px; transform: rotate(-8deg); }
.rocs-hero__grid { position: relative; min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr); gap: clamp(44px, 7vw, 94px); align-items: center; padding-block: 72px 104px; }
.rocs-eyebrow { display: inline-flex; align-items: center; gap: 14px; padding: 9px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(255,255,255,.06); color: rgba(255,255,255,.9); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.rocs-eyebrow__dots { display: flex; gap: 5px; }
.rocs-eyebrow__dots i { width: 8px; height: 8px; border-radius: 50%; display: block; }
.rocs-eyebrow__dots i:nth-child(1) { background: var(--rocs-red); }
.rocs-eyebrow__dots i:nth-child(2) { background: var(--rocs-yellow); }
.rocs-eyebrow__dots i:nth-child(3) { background: var(--rocs-green); }
.rocs-hero h1, .rocs-section h2, .rocs-trust h2, .rocs-location h2, .rocs-footer h2, .rocs-certificate-dialog h2 { font-family: Georgia, "Times New Roman", serif; }
.rocs-hero h1 { margin: 22px 0 0; max-width: 760px; font-size: clamp(45px, 5.2vw, 72px); line-height: 1.03; letter-spacing: -.045em; }
.rocs-red-text { color: #f24a56; }
.rocs-green-text { color: #85c97d; }
.rocs-gold-text { color: var(--rocs-yellow-light); }
.rocs-hero__lead { max-width: 700px; margin: 24px 0 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.75; }
.rocs-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.rocs-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 18px; border: 0; border-radius: 14px; font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .065em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease; }
.rocs-button:hover, .rocs-button:focus-visible { transform: translateY(-2px); box-shadow: var(--rocs-shadow-soft); }
.rocs-button--red { background: var(--rocs-red); color: var(--rocs-white); }
.rocs-button--red:hover { background: var(--rocs-red-dark); }
.rocs-button--green { background: var(--rocs-green); color: var(--rocs-white); }
.rocs-button--green:hover { background: var(--rocs-green-dark); }
.rocs-button--yellow { background: var(--rocs-yellow); color: var(--rocs-black); }
.rocs-button--yellow:hover { background: var(--rocs-yellow-light); }
.rocs-button--ghost { border: 1px solid rgba(255,255,255,.35); background: transparent; color: var(--rocs-white); }
.rocs-button--ghost:hover { background: rgba(255,255,255,.09); }
.rocs-button--outline-dark { border: 1px solid rgba(11,11,11,.26); background: transparent; color: var(--rocs-black); }
.rocs-button--outline-dark:hover { background: var(--rocs-black); color: var(--rocs-white); }
.rocs-button--outline-light { border: 1px solid rgba(255,255,255,.35); background: transparent; color: var(--rocs-white); }
.rocs-button--outline-light:hover { background: rgba(255,255,255,.1); }
.rocs-status-note { display: flex; align-items: flex-start; gap: 12px; margin-top: 28px; max-width: 660px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); }
.rocs-status-note__mark { flex: 0 0 11px; width: 11px; height: 11px; margin-top: 7px; border-radius: 50%; background: var(--rocs-green); box-shadow: 0 0 0 6px rgba(63,132,56,.2); }
.rocs-status-note p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; }
.rocs-status-note strong { color: var(--rocs-white); }

.rocs-hero__visual { position: relative; min-height: 570px; }
.rocs-brand-card { position: absolute; inset: 0 32px 86px 0; border-radius: var(--rocs-radius-lg); background: var(--rocs-white); box-shadow: var(--rocs-shadow); overflow: hidden; display: grid; place-items: center; padding: 34px; transform: rotate(-1.2deg); }
.rocs-brand-card::before { content: ""; position: absolute; inset: 16px; border: 1px solid var(--rocs-line); border-radius: 26px; pointer-events: none; }
.rocs-brand-card__accent { position: absolute; inset: 0 auto 0 0; width: 12px; background: linear-gradient(var(--rocs-red) 0 33%, var(--rocs-yellow) 33% 66%, var(--rocs-green) 66% 100%); }
.rocs-brand-card img { width: 92%; max-height: 430px; object-fit: contain; }
.rocs-certificate-card { position: absolute; right: 0; bottom: 24px; width: 78%; display: grid; grid-template-columns: 94px 1fr auto; align-items: center; gap: 16px; border: 0; border-radius: 20px; background: var(--rocs-white); color: var(--rocs-black); padding: 12px 14px 12px 12px; box-shadow: var(--rocs-shadow); text-align: left; }
.rocs-certificate-card:hover { transform: translateY(-2px); }
.rocs-certificate-card__image { width: 94px; height: 112px; border-radius: 13px; overflow: hidden; background: var(--rocs-cream-2); }
.rocs-certificate-card__image img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.rocs-certificate-card__copy { display: grid; gap: 5px; }
.rocs-certificate-card__copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.rocs-certificate-card__copy small { color: var(--rocs-muted); font-size: 12px; }
.rocs-certificate-card__arrow { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--rocs-yellow); font-size: 20px; font-weight: 900; }
.rocs-mission-ribbon { position: absolute; left: -36px; bottom: 2px; display: flex; gap: 0; align-items: center; box-shadow: var(--rocs-shadow-soft); transform: rotate(-2deg); }
.rocs-mission-ribbon span { padding: 8px 10px; background: var(--rocs-white); color: var(--rocs-black); font-size: 10px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.rocs-mission-ribbon span:nth-child(1) { border-bottom: 4px solid var(--rocs-red); }
.rocs-mission-ribbon span:nth-child(2) { border-bottom: 4px solid var(--rocs-black); }
.rocs-mission-ribbon span:nth-child(3) { border-bottom: 4px solid var(--rocs-green); }
.rocs-mission-ribbon span:nth-child(4) { border-bottom: 4px solid var(--rocs-green); }
.rocs-mission-ribbon span:nth-child(5) { border-bottom: 4px solid var(--rocs-yellow); }

.rocs-trust { position: relative; z-index: 4; margin-top: -48px; }
.rocs-trust__panel { display: grid; grid-template-columns: 1.1fr 1.45fr auto; gap: 26px; align-items: center; padding: 25px 28px; border: 1px solid var(--rocs-line); border-top: 7px solid var(--rocs-yellow); border-radius: var(--rocs-radius); background: var(--rocs-white); box-shadow: var(--rocs-shadow); }
.rocs-kicker { display: inline-block; color: var(--rocs-red); font-size: 11px; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.rocs-trust h2 { margin: 6px 0 0; font-size: 24px; line-height: 1.25; }
.rocs-trust__metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-left: 1px solid var(--rocs-line); }
.rocs-trust__metrics div { padding: 4px 17px; border-right: 1px solid var(--rocs-line); }
.rocs-trust__metrics strong { display: block; color: var(--rocs-black); font-family: Georgia, "Times New Roman", serif; font-size: 27px; line-height: 1; }
.rocs-trust__metrics span { display: block; margin-top: 7px; color: var(--rocs-muted); font-size: 11px; line-height: 1.35; }
.rocs-text-link { color: var(--rocs-green-dark); font-size: 12px; font-weight: 900; text-decoration: underline; text-underline-offset: 5px; }

.rocs-section { padding: 100px 0; }
.rocs-section-heading { max-width: 790px; margin: 0 auto 42px; text-align: center; }
.rocs-section-heading--split { max-width: none; display: grid; grid-template-columns: 1.05fr .85fr; align-items: end; gap: 65px; text-align: left; }
.rocs-section-heading h2 { margin: 10px 0 0; color: var(--rocs-black); font-size: clamp(34px, 4vw, 51px); line-height: 1.11; letter-spacing: -.035em; }
.rocs-section-heading p { margin: 16px auto 0; color: var(--rocs-muted); font-size: 17px; line-height: 1.75; }
.rocs-section-heading--split p { margin: 0; }

.rocs-about { background: var(--rocs-cream); }
.rocs-value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.rocs-value-card { position: relative; min-height: 318px; padding: 28px 24px; border: 1px solid var(--rocs-line); border-radius: var(--rocs-radius); background: var(--rocs-white); box-shadow: 0 10px 25px rgba(11,11,11,.06); overflow: hidden; }
.rocs-value-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 7px; background: var(--accent); }
.rocs-value-card--red { --accent: var(--rocs-red); }
.rocs-value-card--green { --accent: var(--rocs-green); }
.rocs-value-card--yellow { --accent: var(--rocs-yellow); }
.rocs-value-card--black { --accent: var(--rocs-black); }
.rocs-value-card__number { position: absolute; top: 20px; right: 20px; color: rgba(11,11,11,.12); font-family: Georgia, "Times New Roman", serif; font-size: 42px; font-weight: 800; }
.rocs-value-card__icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; background: color-mix(in srgb, var(--accent) 12%, white); color: var(--accent); font-size: 28px; font-weight: 900; }
.rocs-value-card h3 { margin: 30px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 25px; }
.rocs-value-card p { margin: 12px 0 0; color: var(--rocs-muted); font-size: 14px; line-height: 1.72; }

.rocs-programs { position: relative; background: var(--rocs-black); color: var(--rocs-white); overflow: hidden; }
.rocs-programs::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, rgba(168,15,28,.12), transparent 42%, rgba(63,132,56,.12)); pointer-events: none; }
.rocs-programs .rocs-container { position: relative; }
.rocs-section-heading--light h2 { color: var(--rocs-white); }
.rocs-section-heading--light p { color: rgba(255,255,255,.68); }
.rocs-section-heading--light .rocs-kicker { color: var(--rocs-yellow-light); }
.rocs-population-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.rocs-population { border: 1px solid rgba(255,255,255,.14); border-radius: var(--rocs-radius-lg); overflow: hidden; background: rgba(255,255,255,.04); }
.rocs-population__header { padding: 26px 28px; border-bottom: 1px solid rgba(255,255,255,.14); }
.rocs-population--youth .rocs-population__header { background: linear-gradient(120deg, rgba(168,15,28,.42), rgba(168,15,28,.08)); }
.rocs-population--adult .rocs-population__header { background: linear-gradient(120deg, rgba(63,132,56,.42), rgba(63,132,56,.08)); }
.rocs-population__label { display: block; color: var(--rocs-yellow-light); font-size: 10px; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.rocs-population h3 { margin: 6px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 31px; }
.rocs-program-list { display: grid; }
.rocs-program-card { --accent: var(--rocs-yellow); display: grid; grid-template-columns: 54px 1fr; gap: 17px; padding: 24px 26px; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .18s ease; }
.rocs-program-card:last-child { border-bottom: 0; }
.rocs-program-card:hover { background: rgba(255,255,255,.055); }
.rocs-program-card--red { --accent: #f24a56; }
.rocs-program-card--green { --accent: #85c97d; }
.rocs-program-card--yellow { --accent: var(--rocs-yellow-light); }
.rocs-program-card--black { --accent: #ffffff; }
.rocs-program-card__number { display: grid; place-items: center; align-self: start; width: 48px; height: 48px; border: 1px solid color-mix(in srgb, var(--accent) 65%, transparent); border-radius: 15px; color: var(--accent); font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 800; }
.rocs-program-card h4 { margin: 0; color: var(--rocs-white); font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.3; }
.rocs-program-card__focus { display: inline-block; margin-top: 7px; color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.rocs-program-card p { margin: 9px 0 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.65; }
.rocs-programs__footer { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 26px; padding: 20px 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.05); }
.rocs-programs__footer p { margin: 0; color: rgba(255,255,255,.7); font-size: 13px; }
.rocs-programs__footer strong { color: var(--rocs-white); }

.rocs-brave { background: var(--rocs-yellow); }
.rocs-brave__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.rocs-brave__copy .rocs-kicker { color: var(--rocs-red-dark); }
.rocs-brave__copy h2 { margin: 10px 0 0; color: var(--rocs-black); font-size: clamp(36px, 4vw, 52px); line-height: 1.1; letter-spacing: -.035em; }
.rocs-brave__copy p { margin: 20px 0 0; color: rgba(11,11,11,.72); font-size: 17px; line-height: 1.75; }
.rocs-brave__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.rocs-process { margin: 0; padding: 0; list-style: none; display: grid; gap: 11px; }
.rocs-process li { display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: center; min-height: 88px; padding: 14px 17px; border: 1px solid rgba(11,11,11,.16); border-radius: 18px; background: rgba(255,255,255,.72); box-shadow: 0 8px 18px rgba(11,11,11,.07); }
.rocs-process li > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--rocs-black); color: var(--rocs-white); font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 800; }
.rocs-process li:nth-child(2) > span { background: var(--rocs-red); }
.rocs-process li:nth-child(3) > span { background: var(--rocs-green); }
.rocs-process li:nth-child(4) > span { background: var(--rocs-black); }
.rocs-process li:nth-child(5) > span { background: var(--rocs-red); }
.rocs-process strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 21px; }
.rocs-process small { display: block; margin-top: 3px; color: var(--rocs-muted); font-size: 13px; }

.rocs-accreditation { background: var(--rocs-white); }
.rocs-accreditation__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 78px; align-items: center; }
.rocs-accreditation__image { position: relative; border: 0; border-radius: var(--rocs-radius); background: var(--rocs-cream-2); padding: 12px; box-shadow: var(--rocs-shadow); transform: rotate(-1deg); }
.rocs-accreditation__image img { width: 100%; max-height: 620px; object-fit: cover; object-position: top; border-radius: 17px; }
.rocs-accreditation__image span { position: absolute; left: 26px; right: 26px; bottom: 26px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 15px; border-radius: 14px; background: rgba(11,11,11,.88); color: var(--rocs-white); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.rocs-accreditation__image b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--rocs-yellow); color: var(--rocs-black); }
.rocs-accreditation__copy h2 { margin: 10px 0 0; color: var(--rocs-black); font-size: clamp(38px, 4.2vw, 55px); line-height: 1.09; letter-spacing: -.035em; }
.rocs-accreditation__copy > p { margin: 20px 0 0; color: var(--rocs-muted); font-size: 17px; line-height: 1.75; }
.rocs-accreditation__facts { margin: 28px 0; border-top: 1px solid var(--rocs-line); }
.rocs-accreditation__facts div { display: grid; grid-template-columns: 135px 1fr; gap: 22px; padding: 14px 0; border-bottom: 1px solid var(--rocs-line); }
.rocs-accreditation__facts dt { color: var(--rocs-muted); font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.rocs-accreditation__facts dd { margin: 0; color: var(--rocs-black); font-weight: 750; }

.rocs-next { background: var(--rocs-cream); }
.rocs-next__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rocs-next-card { --accent: var(--rocs-red); position: relative; min-height: 320px; padding: 30px 28px 88px; border: 1px solid var(--rocs-line); border-radius: var(--rocs-radius); background: var(--rocs-white); box-shadow: 0 12px 28px rgba(11,11,11,.07); overflow: hidden; }
.rocs-next-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 7px; background: var(--accent); }
.rocs-next-card--red { --accent: var(--rocs-red); }
.rocs-next-card--green { --accent: var(--rocs-green); }
.rocs-next-card--yellow { --accent: var(--rocs-yellow); }
.rocs-next-card__icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; background: color-mix(in srgb, var(--accent) 13%, white); color: var(--accent); font-size: 27px; font-weight: 900; }
.rocs-next-card h3 { margin: 30px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: 27px; }
.rocs-next-card p { margin: 13px 0 0; color: var(--rocs-muted); font-size: 14px; line-height: 1.72; }
.rocs-next-card a { position: absolute; left: 28px; bottom: 28px; color: var(--accent); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .06em; }
.rocs-next-card a:hover { text-decoration: underline; text-underline-offset: 5px; }

.rocs-location { padding: 55px 0; background: var(--rocs-green-dark); color: var(--rocs-white); }
.rocs-location__grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.rocs-location .rocs-kicker { color: var(--rocs-yellow-light); }
.rocs-location h2 { margin: 7px 0 0; color: var(--rocs-white); font-size: 36px; }
.rocs-location address { margin-top: 10px; color: rgba(255,255,255,.78); font-style: normal; }
.rocs-location__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }

.rocs-footer { background: var(--rocs-black); color: var(--rocs-white); }
.rocs-footer__grid { display: grid; grid-template-columns: 1.45fr .8fr .85fr .95fr; gap: 50px; padding-block: 58px; }
.rocs-footer__brand img { width: 190px; height: 126px; object-fit: contain; background: var(--rocs-white); border-radius: 18px; padding: 5px; }
.rocs-footer__brand p { max-width: 330px; margin: 18px 0 0; color: rgba(255,255,255,.62); font-size: 14px; }
.rocs-footer h2 { margin: 0 0 16px; color: var(--rocs-white); font-size: 20px; }
.rocs-footer ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.rocs-footer li, .rocs-footer p, .rocs-footer a { color: rgba(255,255,255,.68); font-size: 13px; }
.rocs-footer a:hover { color: var(--rocs-yellow-light); }
.rocs-footer__verify { display: inline-block; margin-top: 12px; color: var(--rocs-yellow-light) !important; font-weight: 900; text-decoration: underline; text-underline-offset: 5px; }
.rocs-footer__bottom { border-top: 1px solid rgba(255,255,255,.12); }
.rocs-footer__bottom .rocs-container { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.rocs-footer__bottom p { margin: 0; color: rgba(255,255,255,.47); font-size: 11px; }
.rocs-palette--footer { height: 6px; }

.rocs-certificate-dialog { width: min(930px, calc(100% - 30px)); max-height: 92vh; padding: 0; border: 0; border-radius: 24px; background: var(--rocs-white); color: var(--rocs-black); box-shadow: 0 40px 120px rgba(0,0,0,.46); overflow: hidden; }
.rocs-certificate-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(6px); }
.rocs-certificate-dialog__bar { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 18px 20px; border-bottom: 1px solid var(--rocs-line); background: var(--rocs-cream); }
.rocs-certificate-dialog h2 { margin: 3px 0 0; font-size: 24px; }
.rocs-certificate-dialog__bar button { display: grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--rocs-black); color: var(--rocs-white); font-size: 28px; line-height: 1; }
.rocs-certificate-dialog__body { max-height: calc(92vh - 90px); overflow: auto; padding: 22px; background: #d9d1bf; }
.rocs-certificate-dialog__body img { width: min(760px, 100%); margin: auto; box-shadow: 0 16px 42px rgba(0,0,0,.22); }

@media (max-width: 1120px) {
  .rocs-nav { display: none; position: absolute; top: calc(100% + 10px); left: 20px; right: 20px; z-index: 100; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--rocs-line); border-radius: 20px; background: var(--rocs-white); box-shadow: var(--rocs-shadow); }
  .rocs-nav.is-open { display: flex; }
  .rocs-nav a { padding: 14px 12px; border-bottom: 1px solid var(--rocs-line); }
  .rocs-nav a:last-child { border-bottom: 0; }
  .rocs-nav a::after { display: none; }
  .rocs-menu-button { display: inline-flex; margin-left: auto; }
  .rocs-phone { margin-left: 0; }
  .rocs-hero__grid { grid-template-columns: 1fr 420px; gap: 44px; }
  .rocs-trust__panel { grid-template-columns: 1fr; }
  .rocs-trust__metrics { border-left: 0; border-top: 1px solid var(--rocs-line); padding-top: 18px; }
  .rocs-trust__metrics div:first-child { padding-left: 0; }
  .rocs-value-grid { grid-template-columns: repeat(2, 1fr); }
  .rocs-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .rocs-footer__grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 880px) {
  .rocs-alert__inner { align-items: flex-start; flex-direction: column; gap: 3px; padding-block: 9px; }
  .rocs-alert p:first-child { flex-wrap: wrap; }
  .rocs-header__row { min-height: 82px; }
  .rocs-brand { flex-basis: 175px; }
  .rocs-brand img { width: 168px; height: 64px; }
  .rocs-phone { display: none; }
  .rocs-hero__grid { grid-template-columns: 1fr; min-height: auto; padding-block: 64px 96px; }
  .rocs-hero__copy { max-width: 760px; }
  .rocs-hero__visual { min-height: 570px; max-width: 640px; width: 100%; margin: 0 auto; }
  .rocs-brand-card { right: 44px; }
  .rocs-section-heading--split { grid-template-columns: 1fr; gap: 18px; }
  .rocs-population-grid, .rocs-brave__grid, .rocs-accreditation__grid { grid-template-columns: 1fr; }
  .rocs-brave__grid { gap: 44px; }
  .rocs-accreditation__image { max-width: 560px; margin-inline: auto; }
  .rocs-next__grid { grid-template-columns: 1fr; }
  .rocs-next-card { min-height: 270px; }
  .rocs-location__grid { grid-template-columns: 1fr; }
  .rocs-location__actions { justify-content: flex-start; }
}

@media (max-width: 782px) {
  body.admin-bar .rocs-header { top: 46px; }
}

@media (max-width: 650px) {
  .rocs-container { width: min(calc(100% - 30px), var(--rocs-max)); }
  .rocs-alert { font-size: 11px; }
  .rocs-header__row { gap: 12px; }
  .rocs-brand { flex-basis: 150px; }
  .rocs-brand img { width: 150px; height: 58px; }
  .rocs-menu-button { font-size: 12px; }
  .rocs-nav { left: 12px; right: 12px; }
  .rocs-hero h1 { font-size: clamp(39px, 13vw, 55px); }
  .rocs-hero__lead { font-size: 16px; }
  .rocs-hero__actions, .rocs-brave__actions, .rocs-location__actions { display: grid; grid-template-columns: 1fr; }
  .rocs-button { width: 100%; }
  .rocs-hero__visual { min-height: 500px; }
  .rocs-brand-card { inset: 0 12px 94px 12px; padding: 20px; border-radius: 28px; }
  .rocs-certificate-card { width: 92%; grid-template-columns: 72px 1fr auto; }
  .rocs-certificate-card__image { width: 72px; height: 92px; }
  .rocs-certificate-card__copy strong { font-size: 18px; }
  .rocs-mission-ribbon { left: 0; right: 0; bottom: -2px; justify-content: center; transform: none; }
  .rocs-mission-ribbon span { flex: 1; padding: 7px 3px; text-align: center; font-size: 8px; }
  .rocs-trust { margin-top: -34px; }
  .rocs-trust__panel { padding: 22px 20px; }
  .rocs-trust__metrics { grid-template-columns: 1fr 1fr; }
  .rocs-trust__metrics div { padding: 14px 12px; border-bottom: 1px solid var(--rocs-line); }
  .rocs-trust__metrics div:nth-child(2n) { border-right: 0; }
  .rocs-section { padding: 74px 0; }
  .rocs-section-heading h2, .rocs-brave__copy h2, .rocs-accreditation__copy h2 { font-size: 36px; }
  .rocs-value-grid { grid-template-columns: 1fr; }
  .rocs-value-card { min-height: auto; }
  .rocs-population__header { padding: 22px 20px; }
  .rocs-population h3 { font-size: 27px; }
  .rocs-program-card { grid-template-columns: 45px 1fr; padding: 21px 18px; }
  .rocs-program-card__number { width: 42px; height: 42px; }
  .rocs-programs__footer { align-items: stretch; flex-direction: column; }
  .rocs-process li { grid-template-columns: 45px 1fr; }
  .rocs-process li > span { width: 42px; height: 42px; }
  .rocs-accreditation__facts div { grid-template-columns: 1fr; gap: 4px; }
  .rocs-location h2 { font-size: 31px; }
  .rocs-footer__grid { grid-template-columns: 1fr 1fr; gap: 35px 26px; }
  .rocs-footer__brand { grid-column: 1 / -1; }
  .rocs-footer__grid > div:last-child { grid-column: 1 / -1; }
  .rocs-footer__bottom .rocs-container { align-items: flex-start; flex-direction: column; gap: 6px; padding-block: 14px; }
  .rocs-certificate-dialog__bar { align-items: flex-start; }
  .rocs-certificate-dialog h2 { font-size: 20px; }
}


/* Explicit link colors override generic theme/link inheritance. */
.rocs-home .rocs-phone { color: var(--rocs-black); }
.rocs-home .rocs-button--red { color: var(--rocs-white); }
.rocs-home .rocs-button--green { color: var(--rocs-white); }
.rocs-home .rocs-button--yellow { color: var(--rocs-black); }
.rocs-home .rocs-button--ghost { color: var(--rocs-white); }
.rocs-home .rocs-button--outline-dark { color: var(--rocs-black); }
.rocs-home .rocs-button--outline-light { color: var(--rocs-white); }
.rocs-home .rocs-text-link { color: var(--rocs-green-dark); }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
