/*
Theme Name: CRC Recovery Clean Install
Theme URI: https://crcirving.org
Author: Continuing Recovery Center
Description: A warm, accessible block theme created for Continuing Recovery Center in Irving, Illinois.
Version: 3.4.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: crc-recovery
Tags: block-patterns, full-site-editing, accessibility-ready, nonprofit, one-column
*/

:root {
  --crc-forest: #123d35;
  --crc-forest-deep: #0b2b26;
  --crc-cream: #f6f1e7;
  --crc-paper: #fffdf8;
  --crc-clay: #a9583f;
  --crc-clay-dark: #83412f;
  --crc-gold: #d5b879;
  --crc-ink: #1b2521;
  --crc-muted: #5c6863;
  --crc-line: #d8d9d3;
  --crc-shadow: 0 24px 70px rgba(18, 61, 53, 0.13);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
a { text-underline-offset: 4px; }
.wp-site-blocks { padding: 0; }
.wp-site-blocks > * { margin-block-start: 0 !important; }

/*
 * WordPress adds default padding to groups with background colors and can
 * constrain nested blocks to a saved Global Styles content width. These
 * explicit shell rules keep the Hostinger build on the same desktop canvas
 * as the Sites version, even when WordPress has older user-level layout values.
 */
.crc-utility,
.crc-header {
  padding: 0 !important;
}
.crc-utility-row,
.crc-header-row,
.crc-hero-inner,
.crc-story-columns,
.crc-support-grid,
.crc-expect-columns,
.crc-admissions-columns,
.crc-weekday-feature,
.crc-resident-grid,
.crc-next-step,
.crc-rules-card,
.crc-contact-card,
.crc-help-grid,
.crc-privacy-hero-inner,
.crc-privacy-columns,
.crc-footer-grid,
.crc-footer-rule {
  width: min(1760px, calc(100% - 128px)) !important;
  max-width: 1760px !important;
  margin-inline: auto !important;
}

.crc-skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  background: #fff;
  color: var(--crc-forest-deep);
  border: 2px solid var(--crc-forest);
  border-radius: 4px;
  padding: 10px 16px;
  font-weight: 700;
}
.crc-skip-link:focus { transform: translateY(0); }

.crc-utility {
  min-height: 34px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: .75rem;
}
.crc-utility p { margin: 0; }
.crc-utility a { color: #fff; font-weight: 700; text-decoration: none; }
.crc-utility .wp-block-group__inner-container,
.crc-utility > .wp-block-group {
  width: 100%;
}
.crc-utility-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; }

.crc-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(18, 61, 53, .12);
  backdrop-filter: blur(16px);
}
.crc-header-row { min-height: 86px; padding-block: 0 !important; gap: 34px; }
.crc-header-row > * { margin-block: 0 !important; }
.crc-brand { gap: 13px; }
.crc-logo-link {
  width: 48px !important;
  min-width: 48px;
  max-width: 48px;
  height: 48px !important;
  min-height: 48px;
  max-height: 48px;
  display: block;
  flex: 0 0 48px !important;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  line-height: 0;
  overflow: hidden;
}
.crc-logo {
  width: 48px !important;
  min-width: 48px;
  max-width: 48px;
  height: 48px !important;
  min-height: 48px;
  max-height: 48px;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}
.crc-site-name {
  margin: 0 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.03rem !important;
  font-weight: 700;
  line-height: 1.2;
}
.crc-site-name a { text-decoration: none; }
.crc-location { margin: 2px 0 0; text-transform: uppercase; letter-spacing: .15em; font-size: .64rem; }
.crc-header .wp-block-navigation-item__content { font-size: .88rem; font-weight: 650; text-decoration: none; }
.crc-header .wp-block-navigation-item__content:hover { color: var(--crc-clay); }
.crc-header .wp-block-button__link { white-space: nowrap; }

.crc-eyebrow {
  margin-bottom: 18px;
  color: var(--crc-clay-dark);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .74rem;
  font-weight: 800;
}
.crc-eyebrow-light { color: var(--crc-gold); }

.crc-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 12% 30%, rgba(213, 184, 121, .2), transparent 27%), linear-gradient(115deg, var(--crc-cream) 0%, #f9f6ee 64%, #eef2ec 100%);
}
.crc-hero::after {
  content: "";
  position: absolute;
  right: -7vw;
  bottom: -110px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(18, 61, 53, .12);
  border-radius: 50%;
}
.crc-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 690px;
  padding-top: 42px;
  padding-bottom: 96px;
}
.crc-hero-inner > .crc-hero-columns {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
.crc-hero-columns { gap: clamp(34px, 4.5vw, 68px); align-items: flex-start !important; }
.crc-hero-columns > .wp-block-column { flex: 1 1 0 !important; min-width: 0; }
.crc-hero-columns > .wp-block-column:last-child { padding-top: 0; }
.crc-hero-copy h1 { max-width: 680px; margin-top: 0; font-size: clamp(3.2rem, 5.2vw, 5.7rem); line-height: .99; letter-spacing: -.04em; }
.crc-hero-lede { max-width: 620px; color: #3e4b46; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.7; }
.crc-hero-actions { margin-top: 32px; gap: 24px; }
.crc-text-link a { font-weight: 750; }
.crc-trust-row { margin-top: 40px !important; gap: 10px 20px; color: var(--crc-muted); font-size: .75rem; font-weight: 700; }
.crc-trust-row p { margin: 0; }
.crc-trust-row p::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: var(--crc-clay); vertical-align: middle; }
.crc-hero-figure { position: relative; width: 100% !important; max-width: none !important; margin: 32px 0 0 !important; }
.crc-hero-figure > .wp-block-image { margin: 0 !important; }
.crc-hero-figure::before { content: ""; position: absolute; z-index: -1; top: -22px; right: -22px; width: 74%; height: 76%; background: var(--crc-clay); }
.crc-hero-figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 2px; box-shadow: var(--crc-shadow); }
.crc-image-note { color: var(--crc-muted); font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; }
.crc-quote-card { position: absolute; left: -52px; bottom: 36px; width: min(280px, 78%); margin: 0; box-shadow: 0 18px 50px rgba(11, 43, 38, .2); }
.crc-quote-card p { font-family: Georgia, "Times New Roman", serif; font-size: 1.04rem; line-height: 1.4; }

.crc-welcome { padding: 34px 20px; }
.crc-welcome p { max-width: 960px; margin: 0 auto; color: rgba(255, 255, 255, .84); line-height: 1.8; text-align: center; }
.crc-welcome strong { color: #fff; }

.crc-section { padding-top: clamp(80px, 10vw, 112px); padding-bottom: clamp(80px, 10vw, 112px); }
.crc-story-columns { gap: clamp(58px, 9vw, 130px); align-items: flex-start !important; }
.crc-story-heading { position: sticky; top: 145px; }
.crc-story-lede { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.32rem, 2vw, 1.55rem); line-height: 1.45; }
.crc-story-copy > p { margin-bottom: 22px; }
.crc-story-impact { margin-top: 42px; padding: 26px 0; gap: 20px; border-top: 1px solid var(--crc-line); border-bottom: 1px solid var(--crc-line); }
.crc-story-impact p { margin: 0; max-width: 230px; color: var(--crc-muted); font-size: .78rem; font-weight: 700; line-height: 1.45; }
.crc-story-impact .crc-story-impact-number { color: var(--crc-clay); font-family: Georgia, "Times New Roman", serif; font-size: 2.8rem; font-weight: 500; line-height: 1; }
.crc-story-milestones { gap: 1px; margin: 42px 0 !important; background: var(--crc-line); border: 1px solid var(--crc-line); }
.crc-story-milestones > .wp-block-column { padding: 30px; }
.crc-story-milestones p { margin: 0; color: var(--crc-forest-deep); font-size: .86rem; line-height: 1.7; }
.crc-story-milestones .crc-milestone-date { margin-bottom: 14px; color: var(--crc-clay-dark); font-size: .73rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.crc-story-closing { margin-bottom: 0 !important; padding: 26px 30px; background: #e1ebe6; color: var(--crc-forest-deep); border-left: 4px solid var(--crc-forest); font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; line-height: 1.65; }

.crc-approach { position: relative; overflow: hidden; }
.crc-approach::before { content: ""; position: absolute; top: -250px; left: -150px; width: 500px; height: 500px; border: 1px solid rgba(255, 255, 255, .09); border-radius: 50%; }
.crc-section-intro { max-width: 760px; margin-inline: auto; text-align: center; }
.crc-section-intro > p:last-child { max-width: 640px; margin-inline: auto; color: rgba(255, 255, 255, .68); }
.crc-support-grid { display: grid !important; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 68px !important; background: rgba(255, 255, 255, .13); border: 1px solid rgba(255, 255, 255, .13); }
.crc-support-card { min-height: 270px; padding: 34px 30px; }
.crc-card-number { color: var(--crc-gold); font-size: .71rem; font-weight: 800; letter-spacing: .15em; }
.crc-support-card h3 { margin-top: 46px; margin-bottom: 13px; font-size: 1.33rem; }
.crc-support-card p:last-child { color: rgba(255, 255, 255, .67); font-size: .88rem; line-height: 1.7; }

.crc-expect-columns { gap: clamp(56px, 9vw, 135px); align-items: center !important; }
.crc-expect-card { padding: 10px 38px; box-shadow: var(--crc-shadow); }
.crc-expect-row { gap: 17px; padding: 26px 0; border-bottom: 1px solid var(--crc-line); }
.crc-expect-row:last-child { border-bottom: 0; }
.crc-check { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--crc-clay); border-radius: 50%; color: var(--crc-clay); font-weight: 800; }
.crc-expect-row h3 { margin: 0 0 6px; font-size: 1.1rem; }
.crc-expect-row p { margin: 0; color: var(--crc-muted); font-size: .85rem; line-height: 1.6; }

.crc-admissions-columns { gap: clamp(58px, 8vw, 118px); align-items: flex-start !important; }
.crc-admissions-intro { position: sticky; top: 145px; }
.crc-eligibility-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 42px; margin: 0; padding-left: 34px; border-top: 1px solid var(--crc-line); }
.crc-eligibility-list li { min-height: 132px; padding: 30px 0 28px 14px; border-bottom: 1px solid var(--crc-line); color: #35433d; font-size: .94rem; line-height: 1.7; }
.crc-eligibility-list li::marker { color: var(--crc-clay); font-family: Georgia, "Times New Roman", serif; font-weight: 700; }
.crc-eligibility-list a { color: var(--crc-clay-dark); font-weight: 750; text-underline-offset: 4px; }
.crc-admissions-process { margin-top: 44px !important; padding: clamp(30px, 4vw, 44px); border-left: 5px solid var(--crc-forest); }
.crc-admissions-process .crc-eyebrow { margin-bottom: 12px; }
.crc-admissions-process h3 { margin: 0; color: var(--crc-forest-deep); font-size: clamp(1.55rem, 2.4vw, 2.15rem); font-weight: 500; line-height: 1.2; }
.crc-admissions-process p:not(.crc-eyebrow) { margin-top: 18px; font-size: .92rem; line-height: 1.75; }
.crc-admissions-process a { color: var(--crc-clay-dark); font-weight: 750; text-underline-offset: 4px; }

.crc-resident-heading { max-width: 860px; margin-bottom: 64px !important; text-align: center; }
.crc-resident-heading > p:last-child { max-width: 780px; margin-inline: auto; line-height: 1.8; }
.crc-weekday-feature { gap: clamp(48px, 7vw, 90px); margin-bottom: 1px !important; padding: clamp(42px, 6vw, 72px); box-shadow: var(--crc-shadow); }
.crc-weekday-feature h3 { margin-top: 0; color: #fff; font-size: clamp(2rem, 3vw, 3rem); }
.crc-weekday-feature > .wp-block-column:first-child > p:not(.crc-eyebrow) { color: rgba(255,255,255,.72); font-size: .92rem; line-height: 1.75; }
.crc-daily-rhythm { border-top: 1px solid rgba(255,255,255,.16); }
.crc-daily-rhythm p { display: grid; grid-template-columns: 112px 1fr; gap: 22px; margin: 0; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.crc-daily-rhythm strong { color: var(--crc-gold); font-size: .75rem; }
.crc-daily-rhythm span { color: rgba(255,255,255,.9); font-size: .85rem; line-height: 1.5; }
.crc-resident-grid { gap: 1px; margin: 0 !important; background: var(--crc-line); border: 1px solid var(--crc-line); }
.crc-resident-grid-second { border-top: 0; }
.crc-resident-card { padding: clamp(34px, 5vw, 54px); }
.crc-resident-card h3 { margin-top: 22px; font-size: 1.45rem; }
.crc-resident-card p:last-child { font-size: .9rem; line-height: 1.75; }
.crc-next-step { margin-top: 1px !important; padding: clamp(34px, 5vw, 54px); }
.crc-next-step h3 { margin-top: 20px; }
.crc-next-step p:last-child { margin-bottom: 0; }
.crc-rules-card { margin-top: 34px !important; padding: clamp(32px, 5vw, 52px); gap: 40px; border-left: 5px solid var(--crc-clay); box-shadow: 0 16px 48px rgba(18,61,53,.08); }
.crc-rules-card > .wp-block-group:first-child { max-width: 720px; }
.crc-rules-card h3 { margin-top: 0; font-size: clamp(1.65rem, 2.6vw, 2.35rem); }
.crc-rules-actions { align-items: flex-start !important; }
.crc-rules-actions p { margin: 0; font-size: .86rem; font-weight: 700; }
.crc-schedule-note { max-width: 900px; margin-top: 34px !important; font-style: italic; }

.crc-wide { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.crc-rules-hero { position: relative; overflow: hidden; background: var(--crc-cream); border-bottom: 1px solid #e9deca; }
.crc-rules-hero::after { content: ""; position: absolute; right: -120px; bottom: -220px; width: 440px; height: 440px; border: 1px solid rgba(18,61,53,.12); border-radius: 50%; }
.crc-rules-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(60px,9vw,130px); align-items: center; padding-block: 92px; }
.crc-rules-hero h1 { margin: 0; color: var(--crc-forest-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.4rem,7vw,6.6rem); font-weight: 500; letter-spacing: -.045em; line-height: .95; }
.crc-rules-hero-grid > div > p:last-child { max-width: 700px; margin-top: 28px; color: var(--crc-muted); font-size: 1.08rem; line-height: 1.75; }
.crc-rules-document-card { display: grid; justify-items: start; padding: clamp(34px,5vw,52px); background: var(--crc-forest-deep); color: #fff; box-shadow: var(--crc-shadow); }
.crc-rules-document-card > span { color: var(--crc-gold); font-size: .72rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.crc-rules-document-card strong { margin-top: 20px; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 500; }
.crc-rules-document-card p { margin: 15px 0 28px; color: rgba(255,255,255,.7); font-size: .9rem; }
.crc-button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border-radius: 4px; color: #fff; font-size: .9rem; font-weight: 750; text-decoration: none; }
.crc-button-clay { background: var(--crc-clay); }
.crc-button-cream { background: var(--crc-cream); color: var(--crc-forest-deep); }
.crc-rules-main { background: var(--crc-paper); }
.crc-rules-layout { display: grid; grid-template-columns: minmax(260px,.62fr) minmax(0,1.38fr); gap: clamp(60px,8vw,120px); align-items: start; }
.crc-rules-intro { position: sticky; top: 145px; }
.crc-rules-intro h2 { margin: 0; color: var(--crc-forest-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.3rem,3.8vw,3.6rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.crc-rules-intro > p:not(.crc-eyebrow) { margin-top: 24px; color: var(--crc-muted); font-size: .95rem; }
.crc-rules-intro .crc-rules-note { margin-top: 30px; padding: 22px 24px; background: #e1ebe6; color: var(--crc-forest-deep); border-left: 3px solid var(--crc-forest); font-size: .8rem; line-height: 1.65; }
.crc-rules-groups { display: grid; gap: 24px; }
.crc-rules-group { border: 1px solid var(--crc-line); background: #fff; }
.crc-rules-group h3 { margin: 0; padding: 24px 28px; border-bottom: 1px solid var(--crc-line); color: var(--crc-forest-deep); font-family: Georgia, "Times New Roman", serif; font-size: 1.14rem; font-weight: 600; }
.crc-rules-list { margin: 0; padding: 8px 34px 18px 72px; }
.crc-rules-list li { padding: 22px 16px 22px 8px; border-bottom: 1px solid var(--crc-line); color: var(--crc-clay-dark); }
.crc-rules-list li:last-child { border-bottom: 0; }
.crc-rules-list strong { display: block; color: var(--crc-forest-deep); font-family: Georgia, "Times New Roman", serif; font-size: 1.03rem; font-weight: 600; }
.crc-rules-list p { margin: 8px 0 0; color: var(--crc-muted); font-size: .88rem; line-height: 1.72; }
.crc-rules-cta { padding-block: 70px; background: var(--crc-forest); color: #fff; }
.crc-rules-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.crc-rules-cta h2 { margin: 0; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem,3.5vw,3.2rem); font-weight: 500; line-height: 1.1; }

.crc-contact-card { position: relative; overflow: hidden; padding: clamp(52px, 8vw, 92px); }
.crc-contact-card::after { content: ""; position: absolute; right: -110px; bottom: -190px; width: 400px; height: 400px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 50%; }
.crc-contact-columns { position: relative; z-index: 1; gap: 70px; align-items: center !important; }
.crc-contact-copy > p:last-of-type { color: rgba(255, 255, 255, .74); }
.crc-contact-details { padding-left: 42px; border-left: 1px solid rgba(255, 255, 255, .23); }
.crc-contact-details h3 { color: var(--crc-gold); }
.crc-contact-details p { color: rgba(255, 255, 255, .78); }
.crc-contact-details .crc-mailing { color: rgba(255, 255, 255, .56); font-size: .76rem; }

.crc-help { padding: 46px 20px; border-top: 1px solid #e9deca; }
.crc-help-grid { gap: 32px; }
.crc-help-item a { display: block; color: var(--crc-clay-dark); font-weight: 750; }
.crc-help-item strong { display: block; font-size: .72rem; }

.crc-privacy-hero { position: relative; overflow: hidden; border-bottom: 1px solid #e9deca; }
.crc-privacy-hero::after { content: ""; position: absolute; right: -120px; bottom: -220px; width: 440px; height: 440px; border: 1px solid rgba(18,61,53,.12); border-radius: 50%; }
.crc-privacy-hero-inner { position: relative; z-index: 1; padding-block: clamp(72px, 9vw, 110px); }
.crc-privacy-hero h1 { max-width: 880px; margin: 0; color: var(--crc-forest-deep); font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.3rem,7vw,6.3rem); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.crc-privacy-hero-inner > p:not(.crc-eyebrow):not(.crc-privacy-effective) { max-width: 780px; margin-top: 28px; color: var(--crc-muted); font-size: 1.08rem; line-height: 1.75; }
.crc-privacy-effective { margin-top: 24px; color: var(--crc-clay-dark); font-size: .82rem; }
.crc-privacy-columns { gap: clamp(60px, 8vw, 120px); align-items: flex-start !important; }
.crc-privacy-summary { position: sticky; top: 145px; }
.crc-privacy-summary h2 { margin: 0; color: var(--crc-forest-deep); font-size: clamp(2.2rem,3.6vw,3.4rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; }
.crc-privacy-summary ul { margin-top: 30px; padding: 0; list-style: none; border-top: 1px solid var(--crc-line); }
.crc-privacy-summary li { position: relative; padding: 17px 0 17px 24px; border-bottom: 1px solid var(--crc-line); color: var(--crc-muted); font-size: .86rem; line-height: 1.55; }
.crc-privacy-summary li::before { content: ""; position: absolute; top: 25px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--crc-clay); }
.crc-privacy-content { display: grid; gap: 24px; }
.crc-privacy-section { padding: clamp(28px, 4vw, 42px); background: #fff; border: 1px solid var(--crc-line); }
.crc-privacy-section h2 { margin: 0; color: var(--crc-forest-deep); font-size: clamp(1.45rem,2.3vw,2rem); font-weight: 600; line-height: 1.25; }
.crc-privacy-section p { margin-top: 18px; color: var(--crc-muted); font-size: .93rem; line-height: 1.78; }
.crc-privacy-section ul { margin-top: 18px; padding-left: 22px; color: var(--crc-muted); }
.crc-privacy-section li { margin: 8px 0; padding-left: 5px; font-size: .91rem; line-height: 1.7; }
.crc-privacy-section a { color: var(--crc-clay-dark); font-weight: 750; text-underline-offset: 4px; }
.crc-privacy-caution { margin-top: 24px !important; padding: 24px 26px; border-left: 4px solid var(--crc-forest); }
.crc-privacy-caution p { margin-top: 10px; }
.crc-privacy-caution p:first-child { margin-top: 0; color: var(--crc-forest-deep); }
.crc-privacy-contact { border-color: var(--crc-forest) !important; }
.crc-privacy-contact .crc-eyebrow { color: var(--crc-gold); }
.crc-privacy-contact h2 { color: #fff; }
.crc-privacy-contact p { color: rgba(255,255,255,.78); }
.crc-privacy-contact a { color: #fff; }

.crc-resources-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 85% 22%, rgba(213,184,121,.24), transparent 26%), var(--crc-cream); border-bottom: 1px solid #e9deca; }
.crc-resources-hero::after { content: ""; position: absolute; right: -120px; bottom: -230px; width: 460px; height: 460px; border: 1px solid rgba(18,61,53,.12); border-radius: 50%; }
.crc-resources-hero-inner, .crc-resource-crisis-grid, .crc-resource-section-inner { width: min(1760px, calc(100% - 128px)); max-width: 1760px; margin-inline: auto; }
.crc-resources-hero-inner { position: relative; z-index: 1; padding-block: clamp(78px,10vw,126px); }
.crc-resources-hero h1 { max-width: 980px; margin: 0; color: var(--crc-forest-deep); font-family: Georgia,"Times New Roman",serif; font-size: clamp(3.4rem,7vw,6.6rem); font-weight: 500; letter-spacing: -.045em; line-height: .96; }
.crc-resources-hero-inner > p:not(.crc-eyebrow) { max-width: 780px; margin-top: 28px; color: var(--crc-muted); font-size: 1.08rem; line-height: 1.75; }
.crc-resource-crisis { padding-block: 48px; background: var(--crc-forest-deep); color: #fff; }
.crc-resource-crisis-grid { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(45px,7vw,110px); align-items: center; }
.crc-resource-crisis h2 { max-width: 570px; margin: 0; color: #fff; font-size: clamp(2rem,3.2vw,3.15rem); font-weight: 500; line-height: 1.08; }
.crc-crisis-actions { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: rgba(255,255,255,.16); }
.crc-crisis-actions a { min-height: 126px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; background: var(--crc-forest); color: #fff; text-decoration: none; }
.crc-crisis-actions strong { font-size: .78rem; line-height: 1.45; }
.crc-crisis-actions span { color: var(--crc-gold); font-family: Georgia,"Times New Roman",serif; font-size: 1.1rem; }
.crc-resource-section { padding-block: clamp(78px,9vw,112px); }
.crc-meetings-section, .crc-wellness-section { background: var(--crc-paper); }
.crc-treatment-section, .crc-public-services-section { background: #edf2ef; }
.crc-basic-needs-section { background: var(--crc-cream); }
.crc-resource-heading { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(300px,.65fr); gap: clamp(40px,7vw,100px); align-items: end; margin-bottom: 50px; }
.crc-resource-heading h2 { max-width: 900px; margin: 0; color: var(--crc-forest-deep); font-size: clamp(2.4rem,4.2vw,4.4rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.04; }
.crc-resource-heading > p { margin: 0; color: var(--crc-muted); font-size: .92rem; line-height: 1.75; }
.crc-meeting-calendar { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; align-items: start; }
.crc-meeting-day { overflow: hidden; background: #fff; border: 1px solid var(--crc-line); }
.crc-meeting-day h3 { margin: 0; padding: 18px 22px; background: var(--crc-forest); color: #fff; font-family: Georgia,"Times New Roman",serif; font-size: 1.3rem; font-weight: 500; }
.crc-meeting-day-list { display: grid; }
.crc-meeting-entry { padding: 21px 22px; border-bottom: 1px solid var(--crc-line); }
.crc-meeting-entry:last-child { border-bottom: 0; }
.crc-meeting-entry > div { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.crc-meeting-entry time { color: var(--crc-clay-dark); font-size: .78rem; font-weight: 800; }
.crc-meeting-badge { min-width: 34px; padding: 4px 7px; border-radius: 999px; color: #fff; font-size: .66rem; font-weight: 900; text-align: center; }
.crc-aa { background: var(--crc-clay); }
.crc-na { background: var(--crc-forest); }
.crc-meeting-entry h4 { margin: 14px 0 8px; color: var(--crc-forest-deep); font-family: Georgia,"Times New Roman",serif; font-size: 1.03rem; line-height: 1.25; }
.crc-meeting-entry p { margin: 0; color: var(--crc-muted); font-size: .78rem; line-height: 1.55; }
.crc-meeting-entry small { display: block; margin-top: 10px; color: #6e7773; font-size: .7rem; }
.crc-meeting-source, .crc-resource-disclaimer { margin-top: 30px; padding: 24px 28px; background: #e1ebe6; border-left: 4px solid var(--crc-forest); }
.crc-meeting-source p, .crc-resource-disclaimer p { margin: 0; color: var(--crc-forest-deep); font-size: .82rem; line-height: 1.7; }
.crc-meeting-source a, .crc-resource-disclaimer a { color: var(--crc-clay-dark); font-weight: 750; }
.crc-resource-cards { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.crc-resource-cards-four { grid-template-columns: repeat(4,minmax(0,1fr)); }
.crc-resource-card { min-height: 310px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; background: #fff; border: 1px solid var(--crc-line); box-shadow: 0 12px 34px rgba(18,61,53,.06); }
.crc-resource-card > span { color: var(--crc-clay-dark); font-size: .69rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.crc-resource-card h3 { margin: 25px 0 13px; color: var(--crc-forest-deep); font-family: Georgia,"Times New Roman",serif; font-size: 1.35rem; line-height: 1.18; }
.crc-resource-card p { margin: 0 0 26px; color: var(--crc-muted); font-size: .86rem; line-height: 1.72; }
.crc-resource-card a { margin-top: auto; color: var(--crc-clay-dark); font-size: .8rem; font-weight: 800; }

.crc-footer { padding-top: 58px; padding-bottom: 24px; }
.crc-footer-grid { gap: 46px; align-items: center !important; }
.crc-footer .wp-block-navigation-item__content { color: #fff; font-size: .78rem; font-weight: 700; }
.crc-footer-rule { margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .1); }
.crc-footer-rule p { margin: 0; color: rgba(255, 255, 255, .58); font-size: .68rem; }
.crc-page-top { position: absolute; top: 0; left: 0; }
.crc-back-to-top { position: fixed; z-index: 1000; right: max(22px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); display: inline-flex; min-height: 46px; align-items: center; gap: 9px; padding: 0 16px; border: 2px solid #fff; border-radius: 4px; background: var(--crc-forest); color: #fff; box-shadow: 0 12px 34px rgba(11,43,38,.3); font-size: .76rem; font-weight: 800; letter-spacing: .02em; text-decoration: none; transition: transform 160ms ease, background 160ms ease; }
.crc-back-to-top svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.crc-back-to-top:hover, .crc-back-to-top:focus-visible { transform: translateY(-3px); background: var(--crc-forest-deep); }

.crc-page-hero { padding-top: clamp(70px, 9vw, 105px); padding-bottom: clamp(60px, 8vw, 90px); }
.crc-page-content { padding-top: 70px; padding-bottom: 100px; }
.crc-post-meta { color: var(--crc-muted); font-size: .82rem; }
.crc-404 { min-height: 60vh; display: grid; align-content: center; }

@media (max-width: 1120px) {
  .crc-utility-row,
  .crc-header-row,
  .crc-hero-inner,
  .crc-story-columns,
  .crc-support-grid,
  .crc-expect-columns,
  .crc-admissions-columns,
  .crc-weekday-feature,
  .crc-resident-grid,
  .crc-next-step,
  .crc-rules-card,
  .crc-contact-card,
  .crc-help-grid,
  .crc-privacy-hero-inner,
  .crc-privacy-columns,
  .crc-footer-grid,
  .crc-footer-rule,
  .crc-resources-hero-inner,
  .crc-resource-crisis-grid,
  .crc-resource-section-inner {
    width: min(100% - 40px, 1180px) !important;
  }
}

@media (max-width: 900px) {
  .crc-header-row, .crc-utility-row, .crc-hero-inner { width: min(100% - 40px, 1180px) !important; }
  .crc-header .wp-block-buttons { display: none; }
  .crc-hero-columns, .crc-story-columns, .crc-expect-columns, .crc-contact-columns, .crc-admissions-columns, .crc-weekday-feature, .crc-privacy-columns { flex-wrap: wrap !important; }
  .crc-hero-columns > .wp-block-column,
  .crc-story-columns > .wp-block-column,
  .crc-expect-columns > .wp-block-column,
  .crc-contact-columns > .wp-block-column,
  .crc-admissions-columns > .wp-block-column,
  .crc-weekday-feature > .wp-block-column,
  .crc-privacy-columns > .wp-block-column { flex-basis: 100% !important; }
  .crc-hero-columns > .wp-block-column:last-child { padding-top: 0; }
  .crc-hero-figure { margin-top: 0 !important; }
  .crc-support-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .crc-story-heading, .crc-admissions-intro, .crc-rules-intro, .crc-privacy-summary { position: static; }
  .crc-eligibility-list { grid-template-columns: 1fr; }
  .crc-rules-hero-grid { grid-template-columns: 1fr .78fr; gap: 50px; }
  .crc-rules-layout { grid-template-columns: .7fr 1.3fr; gap: 50px; }
  .crc-contact-details { padding: 28px 0 0; border-top: 1px solid rgba(255, 255, 255, .23); border-left: 0; }
  .crc-resource-crisis-grid, .crc-resource-heading { grid-template-columns: 1fr; }
  .crc-meeting-calendar, .crc-resource-cards, .crc-resource-cards-four { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 620px) {
  .crc-utility-row { justify-content: center; }
  .crc-utility-row > p { display: none; }
  .crc-header-row { min-height: 72px; }
  .crc-location { display: none; }
  .crc-mark { width: 42px; height: 42px; font-size: .76rem; }
  .crc-hero-copy h1 { font-size: clamp(3rem, 14vw, 4.45rem); }
  .crc-hero-figure { width: calc(100% - 16px); margin-left: 16px; }
  .crc-hero-figure img { aspect-ratio: 1 / 1.05; }
  .crc-quote-card { left: -16px; bottom: 24px; }
  .crc-trust-row { align-items: flex-start !important; }
  .crc-support-grid { grid-template-columns: 1fr; }
  .crc-support-card { min-height: 0; }
  .crc-story-milestones, .crc-resident-grid { flex-wrap: wrap !important; }
  .crc-story-milestones > .wp-block-column, .crc-resident-grid > .wp-block-column { flex-basis: 100% !important; }
  .crc-resident-heading { text-align: left; }
  .crc-daily-rhythm p { grid-template-columns: 96px 1fr; gap: 14px; }
  .crc-rules-card { align-items: flex-start !important; }
  .crc-wide { width: min(100% - 28px, 1180px); }
  .crc-rules-hero-grid, .crc-rules-layout { grid-template-columns: 1fr; }
  .crc-rules-hero-grid { gap: 48px; padding-block: 68px; }
  .crc-rules-group h3 { padding: 21px 20px; }
  .crc-rules-list { padding: 4px 22px 14px 52px; }
  .crc-rules-cta-inner { align-items: flex-start; flex-direction: column; }
  .crc-contact-card { margin-inline: 0 !important; border-radius: 0; }
  .crc-expect-card { padding-inline: 22px; }
  .crc-crisis-actions, .crc-meeting-calendar, .crc-resource-cards, .crc-resource-cards-four { grid-template-columns: 1fr; }
  .crc-resource-card { min-height: 0; }
}

@media (max-width: 760px) {
  .crc-utility-row,
  .crc-header-row,
  .crc-hero-inner,
  .crc-story-columns,
  .crc-support-grid,
  .crc-expect-columns,
  .crc-admissions-columns,
  .crc-weekday-feature,
  .crc-resident-grid,
  .crc-next-step,
  .crc-rules-card,
  .crc-contact-card,
  .crc-help-grid,
  .crc-privacy-hero-inner,
  .crc-privacy-columns,
  .crc-footer-grid,
  .crc-footer-rule,
  .crc-resources-hero-inner,
  .crc-resource-crisis-grid,
  .crc-resource-section-inner {
    width: min(100% - 28px, 1180px) !important;
  }
}

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

@media print {
  .crc-back-to-top { display: none; }
}

/* Recovery guides and dedicated program pages */
.crc-seo-article{max-width:1100px;margin:0 auto;padding:clamp(24px,5vw,64px) 24px;overflow-wrap:anywhere;}
.crc-seo-article h1{font-size:clamp(2rem,4vw,3.4rem);line-height:1.15;margin:20px 0 32px;}
.crc-seo-article p{font-size:1.0625rem;line-height:1.8;max-width:76ch;}
.crc-seo-article h2{margin-top:32px;font-size:1.6rem;line-height:1.3;}
