/*
Theme Name: Recovery Is Real
Theme URI: https://crcirecovery.org/
Author: Christian Recovery Centers, Inc. (CRCI)
Author URI: https://crcirecovery.org/
Description: Landing-page theme for the "Recovery Is Real" awareness campaign — a refined, hopeful, editorial block theme built to make recovery feel real and reachable, then guide people to a single free next step. Design synthesizes the best of Dove, Nike, charity:water, Apple and Headspace, grounded in proven conversion and behavioral principles.
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.0
Version: 3.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: recovery-is-real
Tags: one-column, full-site-editing, block-patterns, custom-colors, custom-logo, wide-blocks, landing-page, nonprofit
*/

/*
 * Most styling lives in theme.json. This file holds the refined editorial
 * treatments that are awkward to express as block styles alone.
 */

html {
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

:is(h1, h2, h3)[id],
.wp-block-group[id],
section[id] {
	scroll-margin-top: 5.5rem;
}

/* Optical sizing + ligatures for Fraunces headings */
h1, h2, h3, h4, .rir-serif {
	font-optical-sizing: auto;
	font-feature-settings: "liga" 1, "calt" 1;
}

/* Eyebrow / kicker — small, calm, tracked-out */
.rir-eyebrow {
	display: inline-block;
	font-family: var(--wp--preset--font-family--body);
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	font-size: 0.8rem;
	color: var(--wp--preset--color--amber);
}

/* A short amber rule used under eyebrows / above sections */
.rir-rule {
	display: inline-block;
	height: 3px;
	width: 56px;
	background: var(--wp--preset--color--amber);
	border-radius: 2px;
}

/* Lede paragraph — slightly larger, calm */
.rir-lede {
	font-size: clamp(1.15rem, 1.05rem + 0.5vw, 1.4rem);
	line-height: 1.55;
	color: var(--wp--preset--color--stone);
}

/* Italic serif emphasis inside headings */
.rir-em {
	font-style: italic;
	font-weight: 400;
	color: var(--wp--preset--color--amber);
}

/* Big statistic figure */
.rir-stat {
	font-family: var(--wp--preset--font-family--display);
	font-weight: 500;
	line-height: 0.95;
	letter-spacing: -0.02em;
}

/* Soft editorial card */
.rir-card {
	border-radius: 18px;
	transition: transform 240ms ease, box-shadow 240ms ease;
}
.rir-card:hover,
.rir-card:focus-within {
	transform: translateY(-4px);
}

/* Primary CTA: gentle, confident lift (no harsh motion) */
.wp-block-button.is-style-fill .wp-block-button__link {
	transition: transform 200ms ease, background-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
	box-shadow: 0 14px 30px -18px rgba(217, 138, 60, 0.85);
}
.wp-block-button.is-style-fill .wp-block-button__link:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 36px -16px rgba(184, 92, 66, 0.7);
}

/* Outline button (for secondary actions on light or dark) */
.is-style-rir-outline .wp-block-button__link {
	background: transparent !important;
	border: 1.5px solid currentColor;
	box-shadow: none;
}
.is-style-rir-outline .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.08) !important;
}

/* Quote mark flourish */
.rir-quote-mark {
	font-family: var(--wp--preset--font-family--display);
	font-size: 4rem;
	line-height: 0.5;
	color: var(--wp--preset--color--amber);
	display: block;
}

/* Soft dawn glow used behind hero content */
.rir-dawn {
	background:
		radial-gradient(120% 80% at 50% 0%, rgba(217, 138, 60, 0.18) 0%, rgba(247, 244, 236, 0) 60%),
		linear-gradient(180deg, #FBF8F2 0%, #F7F4EC 100%);
}

/* Hairline divider */
.rir-hairline {
	border: none;
	border-top: 1px solid rgba(20, 36, 29, 0.12);
}

/* Avatar initials chip for stories */
.rir-avatar {
	width: 52px;
	height: 52px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--wp--preset--font-family--display);
	font-weight: 600;
	font-size: 1.25rem;
}

/* Sidebar widget area (page-with-sidebar template) */
.wp-block-column > aside.wp-block-group {
	position: sticky;
	top: 5.5rem;
}

/* Soft lift on the sidebar cards, matching the editorial card treatment */
.wp-block-column > aside.wp-block-group > .wp-block-group {
	box-shadow: var(--wp--preset--shadow--card);
}

/* Keep sidebar links calm and legible on the sage/cream cards */
.wp-block-column > aside.wp-block-group .wp-block-list a {
	text-decoration: none;
	font-weight: 500;
}
.wp-block-column > aside.wp-block-group .wp-block-list a:hover {
	text-decoration: underline;
}

/* On smaller screens the sidebar stacks below content and should not stick */
@media (max-width: 781px) {
	.wp-block-column > aside.wp-block-group {
		position: static;
		top: auto;
	}
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.rir-card,
	.wp-block-button .wp-block-button__link { transition: none; }
}
