/*
Theme Name: ADD P2P Modern
Theme URI: https://addp2p.com/
Description: A modern child theme for the ADD P2P certificate platform site.
Author: OpenAI Codex
Template: twentytwentyfive
Version: 1.1.0
Text Domain: addp2p-modern
*/

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&family=Sora:wght@400;600;700;800&display=swap");

:root {
	--addp2p-bg: #eef3f9;
	--addp2p-bg-alt: #f7fbff;
	--addp2p-surface: rgba(255, 255, 255, 0.9);
	--addp2p-surface-strong: #0f2742;
	--addp2p-surface-muted: rgba(15, 39, 66, 0.04);
	--addp2p-text: #0f2238;
	--addp2p-muted: #5f7185;
	--addp2p-border: rgba(15, 34, 56, 0.12);
	--addp2p-border-strong: rgba(255, 255, 255, 0.14);
	--addp2p-accent: #0d66d0;
	--addp2p-accent-strong: #0a4ea0;
	--addp2p-accent-soft: rgba(13, 102, 208, 0.12);
	--addp2p-highlight: #14b8ff;
	--addp2p-shadow: 0 24px 60px rgba(15, 34, 56, 0.12);
	--addp2p-shadow-soft: 0 18px 40px rgba(15, 34, 56, 0.08);
	--addp2p-radius-lg: 32px;
	--addp2p-radius-md: 24px;
	--addp2p-radius-sm: 18px;
}

html {
	scroll-behavior: smooth;
}

body {
	background:
		radial-gradient(circle at top left, rgba(20, 184, 255, 0.14), transparent 28%),
		radial-gradient(circle at 82% 0%, rgba(15, 39, 66, 0.1), transparent 24%),
		linear-gradient(180deg, #f8fbff 0%, var(--addp2p-bg) 40%, #f9fbfe 100%);
	color: var(--addp2p-text);
}

body .wp-site-blocks {
	padding-left: 0;
	padding-right: 0;
}

body .is-layout-constrained > .alignwide,
body .is-layout-constrained > .alignfull {
	margin-top: 0;
	margin-bottom: 0;
}

body a {
	color: var(--addp2p-accent);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

body a:hover {
	color: var(--addp2p-accent-strong);
}

body .wp-block-button__link {
	border-radius: 999px;
	font-weight: 700;
	padding: 0.95rem 1.4rem;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

body .wp-block-button__link:hover {
	transform: translateY(-1px);
}

body .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: linear-gradient(135deg, var(--addp2p-accent) 0%, var(--addp2p-highlight) 100%);
	box-shadow: 0 18px 36px rgba(13, 102, 208, 0.25);
	color: #fff;
}

body .wp-block-button.is-style-outline .wp-block-button__link {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid var(--addp2p-border);
	box-shadow: none;
	color: var(--addp2p-text);
}

body .wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: #fff;
	border-color: rgba(13, 102, 208, 0.26);
	color: var(--addp2p-accent-strong);
}

.addp2p-header-shell {
	backdrop-filter: blur(18px);
	background: rgba(248, 251, 255, 0.84);
	border-bottom: 1px solid var(--addp2p-border);
	position: sticky;
	top: 0;
	z-index: 100;
}

.addp2p-header {
	gap: 1.5rem;
	padding: 1rem 0;
}

.addp2p-brand {
	gap: 0.85rem;
}

.addp2p-brand .wp-block-site-logo img {
	border-radius: 18px;
	box-shadow: 0 14px 26px rgba(15, 34, 56, 0.16);
}

.addp2p-brand .wp-block-site-title {
	font-size: clamp(1.15rem, 1.2rem + 0.6vw, 1.5rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1;
	margin: 0;
	white-space: nowrap;
}

.addp2p-brand .wp-block-site-title a {
	color: var(--addp2p-text);
	text-decoration: none;
}

.addp2p-header-links {
	gap: 1rem;
}

.addp2p-primary-nav .wp-block-navigation__container {
	gap: 0.4rem 1.05rem;
}

.addp2p-primary-nav .wp-block-navigation-item__content {
	color: var(--addp2p-text);
	font-size: 0.95rem;
	font-weight: 600;
	padding: 0.45rem 0;
	text-decoration: none;
}

.addp2p-primary-nav .wp-block-navigation-item__content:hover,
.addp2p-primary-nav .current-menu-item > .wp-block-navigation-item__content,
.addp2p-primary-nav .current_page_item > .wp-block-navigation-item__content {
	color: var(--addp2p-accent);
}

.addp2p-header-actions {
	gap: 0.75rem;
}

.addp2p-front-page {
	overflow: hidden;
}

.addp2p-front-page section,
.addp2p-footer {
	padding-left: clamp(24px, 5vw, 56px);
	padding-right: clamp(24px, 5vw, 56px);
}

.addp2p-hero-section {
	padding-top: clamp(3.5rem, 7vw, 6rem);
	padding-bottom: clamp(3.5rem, 7vw, 6rem);
}

.addp2p-hero-grid {
	align-items: stretch;
	gap: clamp(1.5rem, 3vw, 2.5rem);
}

.addp2p-eyebrow {
	color: var(--addp2p-accent);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	margin-bottom: 0.75rem;
	text-transform: uppercase;
}

.addp2p-hero-copy > * + * {
	margin-top: 1.15rem;
}

.addp2p-hero-title {
	font-size: clamp(3rem, 7vw, 5.4rem) !important;
	font-weight: 800;
	letter-spacing: -0.06em;
	line-height: 0.94;
	margin: 0;
	max-width: 12.5ch;
}

.addp2p-hero-text {
	color: var(--addp2p-muted);
	font-size: clamp(1.05rem, 1rem + 0.3vw, 1.2rem);
	line-height: 1.7;
	max-width: 56ch;
}

.addp2p-trust-grid {
	gap: 1rem;
	margin-top: 1.1rem;
}

.addp2p-trust-chip {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(15, 34, 56, 0.08);
	border-radius: 999px;
	box-shadow: var(--addp2p-shadow-soft);
	color: var(--addp2p-text);
	font-size: 0.95rem;
	font-weight: 600;
	padding: 0.9rem 1rem;
}

.addp2p-kicker-card,
.addp2p-feature-card,
.addp2p-pathway-card,
.addp2p-journey-card,
.addp2p-cta-panel,
.addp2p-page-content,
.addp2p-page-hero,
.addp2p-contact-card {
	background: var(--addp2p-surface);
	border: 1px solid var(--addp2p-border);
	border-radius: var(--addp2p-radius-lg);
	box-shadow: var(--addp2p-shadow);
}

.addp2p-kicker-card,
.addp2p-feature-card,
.addp2p-pathway-card,
.addp2p-journey-card,
.addp2p-contact-card {
	height: 100%;
	padding: clamp(1.4rem, 2vw, 1.8rem);
}

.addp2p-kicker-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.84)),
		radial-gradient(circle at top right, rgba(20, 184, 255, 0.18), transparent 35%);
}

.addp2p-kicker-label {
	color: var(--addp2p-accent);
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	margin-bottom: 0.75rem;
	text-transform: uppercase;
}

.addp2p-kicker-card h3,
.addp2p-feature-card h3,
.addp2p-pathway-card h3,
.addp2p-journey-card h3,
.addp2p-contact-card h3 {
	font-size: clamp(1.25rem, 1rem + 0.6vw, 1.6rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	margin: 0 0 0.55rem;
}

.addp2p-kicker-card p,
.addp2p-feature-card p,
.addp2p-pathway-card p,
.addp2p-journey-card p,
.addp2p-contact-card p {
	color: var(--addp2p-muted);
	line-height: 1.7;
	margin: 0;
}

.addp2p-stack {
	gap: 1rem;
	margin-top: 1.5rem;
}

.addp2p-stack-item {
	background: rgba(13, 102, 208, 0.05);
	border: 1px solid rgba(13, 102, 208, 0.09);
	border-radius: var(--addp2p-radius-sm);
	padding: 1rem 1.1rem;
}

.addp2p-stack-item strong {
	color: var(--addp2p-text);
	display: block;
	font-size: 1rem;
	margin-bottom: 0.25rem;
}

.addp2p-overview-section,
.addp2p-experience-section,
.addp2p-contact-section {
	padding-bottom: clamp(3rem, 6vw, 5rem);
	padding-top: clamp(1rem, 2vw, 1.5rem);
}

.addp2p-section-copy {
	margin: 0 auto;
	max-width: 42rem;
	text-align: center;
}

.addp2p-section-copy > * + * {
	margin-top: 1rem;
}

.addp2p-section-copy h2,
.addp2p-contact-heading {
	font-size: clamp(2rem, 4vw, 3.3rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1.02;
	margin: 0;
}

.addp2p-section-copy p,
.addp2p-contact-heading + p {
	color: var(--addp2p-muted);
	font-size: 1.05rem;
	line-height: 1.75;
	margin: 0;
}

.addp2p-overview-grid,
.addp2p-pathway-grid,
.addp2p-journey-grid,
.addp2p-contact-grid {
	gap: 1.5rem;
	margin-top: 2rem;
}

.addp2p-feature-card,
.addp2p-journey-card,
.addp2p-contact-card {
	background: rgba(255, 255, 255, 0.78);
}

.addp2p-feature-card h3::before,
.addp2p-pathway-card h3::before,
.addp2p-journey-card h3::before,
.addp2p-contact-card h3::before {
	background: var(--addp2p-accent-soft);
	border-radius: 999px;
	color: var(--addp2p-accent);
	content: "";
	display: inline-block;
	height: 0.65rem;
	margin-right: 0.55rem;
	vertical-align: middle;
	width: 0.65rem;
}

.addp2p-pathways-shell {
	background:
		radial-gradient(circle at top left, rgba(20, 184, 255, 0.2), transparent 28%),
		linear-gradient(135deg, #0f2742 0%, #153b62 100%);
	border-radius: 40px;
	color: #fff;
	padding: clamp(2rem, 5vw, 4rem);
}

.addp2p-pathways-shell .addp2p-section-copy p,
.addp2p-pathways-shell .addp2p-pathway-card p {
	color: rgba(235, 243, 251, 0.8);
}

.addp2p-pathways-shell h2,
.addp2p-pathways-shell h3,
.addp2p-pathways-shell strong {
	color: #fff;
}

.addp2p-pathway-card {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid var(--addp2p-border-strong);
	box-shadow: none;
}

.addp2p-pathway-card h3::before {
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
}

.addp2p-cta-panel {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
		radial-gradient(circle at top right, rgba(20, 184, 255, 0.16), transparent 38%);
	margin-top: 2.2rem;
	padding: clamp(1.6rem, 3vw, 2.2rem);
}

.addp2p-cta-panel h3 {
	font-size: clamp(1.4rem, 1.15rem + 0.9vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.04em;
	margin: 0 0 0.5rem;
}

.addp2p-cta-panel p {
	color: var(--addp2p-muted);
	margin: 0;
}

.addp2p-contact-section {
	padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
}

.addp2p-contact-grid {
	align-items: stretch;
}

.addp2p-footer {
	background:
		radial-gradient(circle at top left, rgba(20, 184, 255, 0.14), transparent 24%),
		linear-gradient(180deg, #0d1f33 0%, #091423 100%);
	color: #e5eef8;
	margin-top: clamp(2rem, 4vw, 4rem);
	padding-bottom: clamp(2rem, 4vw, 3rem);
	padding-top: clamp(2.5rem, 5vw, 3.5rem);
}

.addp2p-footer a {
	color: #fff;
	text-decoration: none;
}

.addp2p-footer a:hover {
	color: #9dd9ff;
}

.addp2p-footer-grid {
	gap: 2rem;
}

.addp2p-footer h2,
.addp2p-footer h3 {
	color: #fff;
	font-weight: 800;
	letter-spacing: -0.04em;
	margin: 0;
}

.addp2p-footer h2 {
	font-size: clamp(1.8rem, 2vw, 2.3rem);
}

.addp2p-footer h3 {
	font-size: 1rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.addp2p-footer p,
.addp2p-footer li {
	color: rgba(229, 238, 248, 0.75);
	line-height: 1.75;
}

.addp2p-footer-links p {
	margin: 0 0 0.6rem;
}

.addp2p-footer-meta {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	margin-top: 2rem;
	padding-top: 1.2rem;
}

.addp2p-page-shell {
	padding-bottom: clamp(3rem, 6vw, 4.5rem);
	padding-top: clamp(2rem, 4vw, 3rem);
}

.addp2p-page-hero {
	margin-bottom: 1.4rem;
	padding: clamp(1.8rem, 3vw, 2.4rem);
}

.addp2p-page-hero .wp-block-post-title {
	font-size: clamp(2.2rem, 4vw, 3.6rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1.02;
	margin: 0;
}

.addp2p-page-content {
	padding: clamp(1.6rem, 3vw, 2.3rem);
}

.addp2p-page-content > * + * {
	margin-top: 1.2rem;
}

.addp2p-page-content .wp-block-post-content > * {
	max-width: 100%;
}

.addp2p-page-content .wp-block-post-content > .addp2p-book-salon,
.addp2p-page-content .wp-block-post-content > .addp2p-book-feature,
.addp2p-page-content .wp-block-post-content > .addp2p-book-proof {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: min(100%, 1120px);
	width: 100%;
}

.addp2p-page-content p,
.addp2p-page-content li,
.addp2p-page-content label,
.addp2p-page-content .wp-block-post-content {
	color: var(--addp2p-muted);
	line-height: 1.8;
}

.addp2p-page-lead {
	color: var(--addp2p-text);
	font-size: clamp(1.08rem, 1rem + 0.45vw, 1.28rem);
	font-weight: 600;
	line-height: 1.75;
	margin: 0 0 1.4rem;
	max-width: 60ch;
}

.addp2p-page-content h2,
.addp2p-page-content h3,
.addp2p-page-content h4 {
	color: var(--addp2p-text);
	font-weight: 800;
	letter-spacing: -0.03em;
}

.addp2p-page-content .addp2p-panel,
.addp2p-page-content .addp2p-mini-card,
.addp2p-page-content .addp2p-book-card {
	background: rgba(248, 251, 254, 0.86);
	border: 1px solid var(--addp2p-border);
	border-radius: 24px;
	box-shadow: var(--addp2p-shadow-soft);
	padding: clamp(1.25rem, 2vw, 1.6rem);
}

.addp2p-page-content .addp2p-panel + .addp2p-panel {
	margin-top: 1.35rem;
}

.addp2p-page-content .addp2p-panel-dark {
	background:
		radial-gradient(circle at top right, rgba(20, 184, 255, 0.18), transparent 34%),
		linear-gradient(135deg, #0f2742 0%, #153b62 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 28px;
	box-shadow: none;
	color: #fff;
	padding: clamp(1.4rem, 2.2vw, 1.9rem);
}

.addp2p-page-content .addp2p-panel-dark h2,
.addp2p-page-content .addp2p-panel-dark h3,
.addp2p-page-content .addp2p-panel-dark h4,
.addp2p-page-content .addp2p-panel-dark strong {
	color: #fff;
}

.addp2p-page-content .addp2p-panel-dark p,
.addp2p-page-content .addp2p-panel-dark li {
	color: rgba(235, 243, 251, 0.82);
}

.addp2p-page-content .addp2p-card-grid {
	gap: 1.35rem;
	margin: 1.5rem 0;
}

.addp2p-page-content .addp2p-mini-card h3,
.addp2p-page-content .addp2p-book-card h3 {
	font-size: clamp(1.18rem, 1rem + 0.45vw, 1.45rem);
	margin-top: 0;
}

.addp2p-page-content .addp2p-book-card p:last-of-type,
.addp2p-page-content .addp2p-mini-card p:last-of-type {
	margin-bottom: 0;
}

.addp2p-page-content .addp2p-button-row {
	gap: 0.8rem;
	margin-top: 1rem;
}

.addp2p-page-content input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.addp2p-page-content select,
.addp2p-page-content textarea {
	background: #f8fbfe;
	border: 1px solid var(--addp2p-border);
	border-radius: 16px;
	box-sizing: border-box;
	color: var(--addp2p-text);
	min-height: 52px;
	padding: 0.85rem 1rem;
	width: 100%;
}

.addp2p-page-content input:focus,
.addp2p-page-content select:focus,
.addp2p-page-content textarea:focus {
	border-color: rgba(13, 102, 208, 0.5);
	box-shadow: 0 0 0 4px rgba(13, 102, 208, 0.1);
	outline: none;
}

.addp2p-page-content input[type="submit"],
.addp2p-page-content button,
.addp2p-page-content .button,
.addp2p-page-content .wp-element-button {
	background: linear-gradient(135deg, var(--addp2p-accent) 0%, var(--addp2p-highlight) 100%);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 16px 30px rgba(13, 102, 208, 0.22);
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	padding: 0.95rem 1.4rem;
}

.addp2p-page-content hr {
	border: 0;
	border-top: 1px solid var(--addp2p-border);
	margin: 1.75rem 0;
}

.addp2p-page-content table {
	border-collapse: collapse;
	width: 100%;
}

.addp2p-page-content th,
.addp2p-page-content td {
	border-bottom: 1px solid var(--addp2p-border);
	padding: 0.9rem 0.4rem;
	text-align: left;
}

.addp2p-signup-panel {
	background: rgba(248, 251, 254, 0.94);
	border: 1px solid var(--addp2p-border);
	border-radius: 28px;
	box-shadow: var(--addp2p-shadow-soft);
	padding: clamp(1.3rem, 2.5vw, 1.9rem);
}

.addp2p-signup-panel h3 {
	color: var(--addp2p-text);
	font-size: clamp(1.35rem, 1.15rem + 0.45vw, 1.8rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	margin: 0 0 0.85rem;
}

.addp2p-signup-panel__text,
.addp2p-signup-panel__status {
	color: var(--addp2p-muted);
	line-height: 1.75;
	margin: 0 0 1rem;
}

.addp2p-signup-panel__status {
	background: rgba(13, 102, 208, 0.08);
	border: 1px solid rgba(13, 102, 208, 0.12);
	border-radius: 18px;
	color: var(--addp2p-text);
	padding: 0.8rem 0.95rem;
}

.addp2p-signup-form,
.addp2p-signup-form p {
	margin: 0;
}

.addp2p-signup-form {
	display: grid;
	gap: 1rem;
}

.addp2p-signup-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.addp2p-signup-form label {
	color: var(--addp2p-text);
	display: block;
	font-size: 0.92rem;
	font-weight: 700;
	margin-bottom: 0.4rem;
}

.addp2p-signup-form input,
.addp2p-signup-form select {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid var(--addp2p-border);
	border-radius: 18px;
	box-sizing: border-box;
	color: var(--addp2p-text);
	font: inherit;
	padding: 0.9rem 1rem;
	width: 100%;
}

.addp2p-signup-form input:focus,
.addp2p-signup-form select:focus {
	border-color: rgba(13, 102, 208, 0.38);
	box-shadow: 0 0 0 4px rgba(13, 102, 208, 0.12);
	outline: none;
}

.addp2p-signup-submit {
	background: linear-gradient(135deg, var(--addp2p-accent) 0%, var(--addp2p-highlight) 100%);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 18px 36px rgba(13, 102, 208, 0.22);
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
	justify-self: start;
	padding: 0.95rem 1.35rem;
}

.addp2p-signup-submit:hover {
	transform: translateY(-1px);
}

.addp2p-kicker-card-books {
	overflow: hidden;
}

.addp2p-book-hero-shelf {
	display: grid;
	gap: 0.8rem;
	grid-template-columns: repeat(2, minmax(0, 132px));
	justify-content: center;
	margin-top: 1.5rem;
	max-width: 300px;
}

.addp2p-book-hero-cover,
.addp2p-book-salon__cover,
.addp2p-book-feature__cover,
.addp2p-book-feature__inset {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(15, 34, 56, 0.08);
	border-radius: 28px;
	box-shadow: 0 24px 48px rgba(15, 34, 56, 0.14);
	margin: 0;
	overflow: hidden;
	padding: 0.55rem;
}

.addp2p-book-hero-cover {
	max-width: 132px;
	width: 100%;
}

.addp2p-book-hero-cover img,
.addp2p-book-salon__cover img,
.addp2p-book-feature__cover img,
.addp2p-book-feature__inset img,
.addp2p-book-salon__portrait img,
.addp2p-book-feature__scene img,
.addp2p-book-proof__image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.addp2p-book-hero-cover--foundation {
	transform: rotate(-4deg) translateY(6px);
}

.addp2p-book-hero-cover--attention {
	transform: rotate(4deg) translateY(-2px);
}

.addp2p-book-hero-note {
	color: var(--addp2p-muted);
	font-size: 0.92rem;
	margin: 1rem 0 0;
}

.addp2p-page-content .addp2p-book-salon,
.addp2p-page-content .addp2p-book-feature,
.addp2p-page-content .addp2p-book-proof {
	margin: 1.8rem 0;
}

.addp2p-book-salon {
	align-items: center;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 251, 255, 0.88)),
		radial-gradient(circle at top right, rgba(20, 184, 255, 0.14), transparent 34%);
	border: 1px solid rgba(15, 34, 56, 0.08);
	border-radius: 32px;
	box-shadow: var(--addp2p-shadow);
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.5rem);
	grid-template-columns: clamp(220px, 28vw, 300px) minmax(0, 1fr);
	overflow: hidden;
	padding: clamp(1.4rem, 3vw, 2.4rem);
}

.addp2p-book-salon__media {
	display: flex;
	justify-content: center;
}

.addp2p-book-salon__portrait,
.addp2p-book-feature__scene,
.addp2p-book-proof__image {
	border-radius: 28px;
	margin: 0;
	overflow: hidden;
}

.addp2p-book-salon__portrait {
	box-shadow: 0 20px 42px rgba(15, 34, 56, 0.12);
	max-width: 300px;
	width: 100%;
}

.addp2p-book-salon__covers {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	justify-items: center;
}

.addp2p-book-salon__cover {
	max-width: 150px;
	width: 100%;
}

.addp2p-book-salon__cover--foundation {
	transform: rotate(-3deg) translateX(10px);
}

.addp2p-book-salon__cover--attention {
	transform: rotate(3deg) translateX(-6px);
}

.addp2p-book-eyebrow {
	color: var(--addp2p-accent);
	font-size: 0.8rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.addp2p-book-salon h2,
.addp2p-book-feature h3,
.addp2p-book-proof h3 {
	color: var(--addp2p-text);
	font-size: clamp(1.85rem, 1.3rem + 1.2vw, 2.6rem);
	font-weight: 800;
	letter-spacing: -0.05em;
	line-height: 1.04;
	margin: 0 0 1rem;
}

.addp2p-book-feature h3,
.addp2p-book-proof h3 {
	font-size: clamp(1.55rem, 1.2rem + 0.7vw, 2.1rem);
}

.addp2p-book-salon p,
.addp2p-book-feature p,
.addp2p-book-proof p,
.addp2p-book-list li {
	color: var(--addp2p-muted);
	line-height: 1.75;
}

.addp2p-book-pill-row,
.addp2p-book-link-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.addp2p-book-pill-row {
	margin-top: 1.25rem;
}

.addp2p-book-pill {
	background: rgba(13, 102, 208, 0.08);
	border: 1px solid rgba(13, 102, 208, 0.12);
	border-radius: 999px;
	color: var(--addp2p-text);
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 600;
	padding: 0.65rem 0.9rem;
}

.addp2p-book-link-row {
	margin-top: 1.4rem;
}

.addp2p-book-link {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	padding: 0.95rem 1.3rem;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.addp2p-book-link:hover {
	transform: translateY(-1px);
	text-decoration: none;
}

.addp2p-book-link--primary {
	background: linear-gradient(135deg, var(--addp2p-accent) 0%, var(--addp2p-highlight) 100%);
	box-shadow: 0 18px 36px rgba(13, 102, 208, 0.22);
	color: #fff;
}

.addp2p-book-link--secondary {
	background: rgba(255, 255, 255, 0.84);
	border: 1px solid var(--addp2p-border);
	color: var(--addp2p-text);
}

.addp2p-book-feature {
	align-items: center;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.9));
	border: 1px solid rgba(15, 34, 56, 0.08);
	border-radius: 30px;
	box-shadow: var(--addp2p-shadow-soft);
	display: grid;
	gap: clamp(1.5rem, 3vw, 2.5rem);
	grid-template-columns: clamp(170px, 22vw, 230px) minmax(0, 1fr);
	padding: clamp(1.35rem, 2.8vw, 2rem);
}

.addp2p-book-feature--reverse {
	grid-template-columns: minmax(0, 1fr) clamp(170px, 22vw, 220px);
}

.addp2p-book-feature__media,
.addp2p-book-feature__copy {
	min-width: 0;
}

.addp2p-book-feature__media {
	display: flex;
	justify-content: center;
}

.addp2p-book-feature__copy {
	margin: 0 auto;
	max-width: 38rem;
	width: 100%;
}

.addp2p-book-feature__cover {
	margin: 0 auto;
	max-width: 220px;
}

.addp2p-book-feature__cover--attention {
	max-width: 190px;
}

.addp2p-book-feature__scene {
	box-shadow: var(--addp2p-shadow-soft);
	margin: 0;
}

.addp2p-book-feature__media--editorial {
	position: relative;
}

.addp2p-book-feature__inset {
	bottom: -1.2rem;
	max-width: 170px;
	position: absolute;
	right: 1rem;
}

.addp2p-book-feature--warm {
	background:
		linear-gradient(180deg, rgba(255, 251, 248, 0.98), rgba(255, 247, 241, 0.94)),
		radial-gradient(circle at top right, rgba(190, 106, 51, 0.1), transparent 34%);
	border-color: rgba(142, 72, 28, 0.12);
}

.addp2p-book-feature--warm .addp2p-book-feature__copy {
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(142, 72, 28, 0.08);
	border-radius: 24px;
	padding: clamp(1.2rem, 2.2vw, 1.7rem);
}

.addp2p-book-list {
	margin: 1rem 0 0;
	padding-left: 1.15rem;
}

.addp2p-book-list li + li {
	margin-top: 0.5rem;
}

.addp2p-book-proof {
	align-items: center;
	background: rgba(248, 251, 254, 0.92);
	border: 1px solid var(--addp2p-border);
	border-radius: 30px;
	box-shadow: var(--addp2p-shadow-soft);
	display: grid;
	gap: clamp(1.2rem, 3vw, 2.2rem);
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	padding: clamp(1.15rem, 2.5vw, 1.8rem);
}

.addp2p-book-proof__image {
	box-shadow: var(--addp2p-shadow-soft);
	max-width: 520px;
	justify-self: center;
	width: 100%;
}

.addp2p-book-proof__copy {
	max-width: 34rem;
}

@media (max-width: 1400px) {
	.addp2p-book-salon,
	.addp2p-book-feature,
	.addp2p-book-feature--reverse,
	.addp2p-book-proof {
		grid-template-columns: 1fr;
	}

	.addp2p-book-salon__portrait,
	.addp2p-book-proof__image {
		max-width: 520px;
	}

	.addp2p-book-feature__copy {
		max-width: none;
	}
}

@media (max-width: 900px) {
	.addp2p-header {
		align-items: flex-start;
	}

	.addp2p-header-links {
		width: 100%;
	}

	.addp2p-header-links > .wp-block-navigation,
	.addp2p-header-actions {
		width: 100%;
	}

	.addp2p-header-actions .wp-block-button {
		flex: 1 1 auto;
	}

	.addp2p-hero-title {
		max-width: none;
	}

	.addp2p-pathways-shell {
		border-radius: 28px;
	}
}

@media (max-width: 600px) {
	body .wp-block-button__link {
		width: 100%;
	}

	.addp2p-brand .wp-block-site-title {
		white-space: normal;
	}

	.addp2p-page-hero,
	.addp2p-page-content,
	.addp2p-kicker-card,
	.addp2p-feature-card,
	.addp2p-pathway-card,
	.addp2p-journey-card,
	.addp2p-contact-card,
	.addp2p-cta-panel {
		border-radius: 24px;
	}

	.addp2p-book-feature__inset {
		bottom: 0.85rem;
		max-width: 150px;
		right: 0.85rem;
	}

	.addp2p-signup-grid {
		grid-template-columns: 1fr;
	}

	.addp2p-signup-submit {
		justify-self: stretch;
		width: 100%;
	}
}

@media (max-width: 700px) {
	.addp2p-book-salon__media {
		justify-content: center;
	}

	.addp2p-book-hero-shelf {
		grid-template-columns: repeat(2, minmax(0, 104px));
		max-width: 236px;
	}

	.addp2p-book-hero-cover--foundation,
	.addp2p-book-hero-cover--attention,
	.addp2p-book-salon__cover--foundation,
	.addp2p-book-salon__cover--attention {
		transform: none;
	}

	.addp2p-book-feature__cover {
		max-width: 220px;
	}

	.addp2p-book-feature__cover--attention {
		max-width: 188px;
	}

	.addp2p-book-feature {
		padding: 1.2rem;
	}

	.addp2p-book-feature__media--editorial {
		padding-bottom: 6rem;
	}

	.addp2p-book-feature__inset {
		max-width: 118px;
	}

	.addp2p-book-salon__portrait,
	.addp2p-book-proof__image {
		max-width: 100%;
	}
}

/*
 * Stitch-inspired visual system overrides.
 */

:root {
	--addp2p-font-body: "Manrope", "Segoe UI", sans-serif;
	--addp2p-font-display: "Sora", "Segoe UI", sans-serif;
	--addp2p-font-prestige: "Cormorant Garamond", Georgia, serif;
	--addp2p-bg: #08111d;
	--addp2p-bg-alt: #0f1928;
	--addp2p-surface: rgba(17, 26, 38, 0.76);
	--addp2p-surface-strong: #0f1a28;
	--addp2p-surface-muted: rgba(116, 144, 187, 0.12);
	--addp2p-text: #f5f9ff;
	--addp2p-muted: rgba(219, 231, 246, 0.74);
	--addp2p-border: rgba(163, 185, 215, 0.16);
	--addp2p-border-strong: rgba(122, 202, 255, 0.26);
	--addp2p-accent: #1f7dff;
	--addp2p-accent-strong: #16b7ff;
	--addp2p-accent-soft: rgba(31, 125, 255, 0.16);
	--addp2p-highlight: #53d5ff;
	--addp2p-shadow: 0 26px 80px rgba(3, 9, 19, 0.55);
	--addp2p-shadow-soft: 0 18px 38px rgba(5, 12, 24, 0.34);
	--addp2p-radius-lg: 30px;
	--addp2p-radius-md: 24px;
	--addp2p-radius-sm: 18px;
}

html,
body,
button,
input,
select,
textarea {
	font-family: var(--addp2p-font-body);
}

body {
	background:
		radial-gradient(circle at 16% 14%, rgba(55, 177, 255, 0.18), transparent 20%),
		radial-gradient(circle at 88% 12%, rgba(126, 82, 255, 0.16), transparent 22%),
		radial-gradient(circle at 74% 68%, rgba(32, 137, 255, 0.11), transparent 28%),
		linear-gradient(180deg, #0b121d 0%, #07101a 100%);
	color: var(--addp2p-text);
}

body::before {
	background-image: url("/wp-content/themes/twentytwentyfive-child/assets/images/addp2p-circuit-grid.svg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	inset: 0;
	opacity: 0.78;
	pointer-events: none;
	position: fixed;
	z-index: -2;
}

body::after {
	background:
		radial-gradient(circle, rgba(255, 255, 255, 0.09) 1.2px, transparent 1.2px),
		transparent;
	background-position: 0 0, center;
	background-size: 18px 18px, auto;
	content: "";
	inset: 0;
	opacity: 0.1;
	pointer-events: none;
	position: fixed;
	z-index: -1;
}

body .wp-site-blocks {
	position: relative;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: var(--addp2p-font-display);
}

body.page-award-winners .addp2p-page-hero .wp-block-post-title {
	font-family: var(--addp2p-font-prestige);
	font-size: clamp(3rem, 6vw, 5.2rem);
	letter-spacing: -0.04em;
	line-height: 0.92;
	text-transform: uppercase;
}

body a {
	color: var(--addp2p-highlight);
}

body a:hover {
	color: #9be9ff;
}

body .wp-block-button__link {
	border: 1px solid rgba(92, 191, 255, 0.18);
	border-radius: 999px;
	font-family: var(--addp2p-font-display);
	font-weight: 700;
	padding: 0.95rem 1.45rem;
}

body .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: linear-gradient(135deg, #236bff 0%, #39cfff 100%);
	box-shadow:
		0 0 0 1px rgba(152, 224, 255, 0.18) inset,
		0 0 30px rgba(38, 144, 255, 0.35),
		0 18px 34px rgba(8, 18, 34, 0.5);
	color: #fdfefe;
}

body .wp-block-button.is-style-outline .wp-block-button__link {
	background: rgba(10, 20, 31, 0.48);
	border: 1px solid rgba(139, 227, 255, 0.24);
	box-shadow: 0 0 0 1px rgba(120, 189, 255, 0.08) inset;
	color: #dbf3ff;
}

body .wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: rgba(14, 27, 42, 0.82);
	border-color: rgba(139, 227, 255, 0.42);
	color: #fff;
}

.addp2p-header-shell {
	background: transparent;
	border-bottom: 0;
	padding: 1.15rem clamp(24px, 5vw, 48px) 0;
}

.addp2p-header {
	backdrop-filter: blur(18px);
	background: linear-gradient(180deg, rgba(38, 44, 56, 0.72), rgba(24, 29, 40, 0.72));
	border: 1px solid rgba(173, 208, 255, 0.22);
	border-radius: 22px;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.04) inset,
		0 20px 45px rgba(2, 6, 14, 0.42);
	padding: 1rem 1.5rem;
}

.addp2p-brand .wp-block-site-title {
	font-family: var(--addp2p-font-display);
	font-size: clamp(1.2rem, 1.15rem + 0.8vw, 1.62rem);
	font-weight: 800;
	letter-spacing: -0.05em;
}

.addp2p-brand .wp-block-site-title a {
	background: linear-gradient(90deg, #ffffff 0%, #96ecff 42%, #6f81ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.addp2p-brand .wp-block-site-logo img {
	border: 1px solid rgba(168, 215, 255, 0.28);
	border-radius: 999px;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.08) inset,
		0 0 22px rgba(83, 213, 255, 0.16);
}

.addp2p-primary-nav .wp-block-navigation__container {
	gap: 1.1rem;
}

.addp2p-primary-nav .wp-block-navigation-item__content {
	color: rgba(247, 249, 253, 0.92);
	font-family: var(--addp2p-font-body);
	font-size: 1rem;
	font-weight: 600;
}

.addp2p-primary-nav .wp-block-navigation-item__content:hover,
.addp2p-primary-nav .current-menu-item > .wp-block-navigation-item__content,
.addp2p-primary-nav .current_page_item > .wp-block-navigation-item__content {
	color: #9feeff;
}

.addp2p-header-actions .wp-block-button:first-child {
	display: none;
}

.addp2p-front-page section,
.addp2p-footer {
	padding-left: clamp(24px, 5vw, 56px);
	padding-right: clamp(24px, 5vw, 56px);
}

.addp2p-hero-section--stitch {
	padding-bottom: clamp(3rem, 7vw, 5.4rem);
	padding-top: clamp(4rem, 8vw, 6rem);
	position: relative;
}

.addp2p-hero-grid--stitch {
	gap: clamp(1.6rem, 3vw, 3rem);
}

.addp2p-hero-copy--stitch {
	max-width: 740px;
}

.addp2p-eyebrow {
	color: #65b4ff;
	font-family: var(--addp2p-font-display);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.addp2p-hero-title--stitch {
	color: #ffffff;
	font-size: clamp(3.1rem, 7vw, 5.9rem) !important;
	line-height: 0.94;
	max-width: 11ch;
	text-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.addp2p-hero-text--stitch {
	color: rgba(230, 239, 249, 0.8);
	font-size: clamp(1.08rem, 1rem + 0.4vw, 1.25rem);
	max-width: 56ch;
}

.addp2p-hero-actions,
.addp2p-hero-links,
.addp2p-home-actions {
	gap: 0.95rem;
}

.addp2p-hero-links .wp-block-button,
.addp2p-home-actions .wp-block-button {
	min-width: 0;
}

.addp2p-hero-collection,
.addp2p-page-hero,
.addp2p-page-content,
.addp2p-signup-panel,
.addp2p-kicker-card,
.addp2p-feature-card,
.addp2p-pathway-card,
.addp2p-journey-card,
.addp2p-contact-card,
.addp2p-library-card,
.addp2p-book-salon,
.addp2p-book-feature,
.addp2p-book-proof,
.addp2p-page-content .addp2p-panel,
.addp2p-page-content .addp2p-mini-card {
	backdrop-filter: blur(18px);
	background: linear-gradient(180deg, rgba(28, 36, 51, 0.82), rgba(13, 20, 30, 0.8));
	border: 1px solid rgba(156, 197, 247, 0.16);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.05) inset,
		var(--addp2p-shadow);
}

.addp2p-hero-collection {
	overflow: hidden;
	padding: clamp(1.6rem, 3vw, 2.2rem);
	position: relative;
}

.addp2p-hero-collection::before,
.addp2p-page-hero::before,
.addp2p-book-salon::before,
.addp2p-book-feature::before,
.addp2p-book-proof::before {
	background: radial-gradient(circle at center, rgba(94, 200, 255, 0.24), transparent 65%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.addp2p-hero-collection__title {
	color: #fff;
	font-size: clamp(1.7rem, 1.3rem + 1vw, 2.4rem);
	margin: 0 0 1rem;
	position: relative;
	text-align: center;
}

.addp2p-hero-collection__books {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: center;
	margin: 1rem 0 1.35rem;
	min-height: 260px;
	position: relative;
}

.addp2p-hero-collection__books::before {
	background: radial-gradient(circle, rgba(80, 193, 255, 0.46), rgba(104, 87, 255, 0.12) 55%, transparent 72%);
	content: "";
	filter: blur(18px);
	height: 250px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 250px;
}

.addp2p-hero-collection__book {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(153, 213, 255, 0.26);
	border-radius: 18px;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.06) inset,
		0 14px 34px rgba(0, 0, 0, 0.42);
	margin: 0;
	overflow: hidden;
	padding: 0.5rem;
	position: relative;
	z-index: 1;
}

.addp2p-hero-collection__book img {
	display: block;
	height: auto;
	max-width: 170px;
	width: 100%;
}

.addp2p-hero-collection__book--foundation {
	transform: rotate(-11deg) translateY(4px);
}

.addp2p-hero-collection__book--attention {
	transform: rotate(9deg) translateY(14px);
}

.addp2p-hero-collection__copy {
	color: rgba(236, 242, 250, 0.82);
	font-size: 1.05rem;
	margin: 0 auto 1.15rem;
	max-width: 28ch;
	position: relative;
	text-align: center;
}

.addp2p-hero-collection__actions {
	gap: 0.85rem;
	justify-content: center;
	position: relative;
}

.addp2p-home-section {
	position: relative;
}

.addp2p-home-section--gallery,
.addp2p-home-section--library {
	background:
		linear-gradient(180deg, rgba(240, 246, 252, 0.98), rgba(231, 240, 249, 0.96));
	color: #102033;
}

.addp2p-home-section--gallery {
	padding-bottom: clamp(3.4rem, 6vw, 5rem);
	padding-top: clamp(3.6rem, 6vw, 4.8rem);
}

.addp2p-home-section--method {
	padding-bottom: clamp(3.4rem, 6vw, 5rem);
	padding-top: clamp(3.4rem, 6vw, 4.6rem);
}

.addp2p-home-section--library {
	padding-bottom: clamp(3.4rem, 6vw, 5.2rem);
	padding-top: clamp(3.4rem, 6vw, 4.8rem);
}

.addp2p-home-section--newsletter {
	padding-bottom: clamp(2.8rem, 5vw, 4.2rem);
	padding-top: clamp(1.8rem, 4vw, 2.8rem);
}

.addp2p-home-copy {
	margin: 0 auto;
	max-width: 52rem;
}

.addp2p-home-copy--center {
	text-align: center;
}

.addp2p-home-copy h2 {
	font-size: clamp(2.2rem, 4vw, 3.6rem);
	letter-spacing: -0.05em;
	line-height: 1;
	margin: 0;
}

.addp2p-home-copy p {
	font-size: 1.04rem;
	line-height: 1.75;
	margin: 1rem auto 0;
	max-width: 56ch;
}

.addp2p-home-section--gallery .addp2p-home-copy h2,
.addp2p-home-section--library .addp2p-home-copy h2 {
	color: #0f2238;
}

.addp2p-home-section--gallery .addp2p-home-copy p,
.addp2p-home-section--library .addp2p-home-copy p {
	color: #5e6f84;
}

.addp2p-awards-gallery-shell {
	margin-top: 2rem;
}

.addp2p-home-section--gallery .addp2p-core-grid {
	margin: 0;
}

.addp2p-home-section--gallery .addp2p-core-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(241, 248, 255, 0.94)),
		radial-gradient(circle at top right, rgba(99, 190, 255, 0.28), transparent 58%);
	border: 1px solid rgba(134, 179, 231, 0.22);
	border-radius: 24px;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.68) inset,
		0 14px 26px rgba(111, 147, 192, 0.18);
	color: #102033;
}

.addp2p-home-section--gallery .addp2p-core-card__eyebrow {
	color: #5d77a0;
}

.addp2p-home-section--gallery .addp2p-core-card__title,
.addp2p-home-section--gallery .addp2p-core-card__title a {
	color: #0e2239;
}

.addp2p-home-section--gallery .addp2p-core-card__summary {
	color: #607183;
}

.addp2p-home-section--gallery .addp2p-core-chip {
	background: rgba(42, 138, 235, 0.08);
	color: #21549b;
}

.addp2p-method-shell {
	border-radius: 32px;
	padding: clamp(2rem, 4vw, 3rem);
}

.addp2p-home-section--method .addp2p-home-copy h2,
.addp2p-home-section--method .addp2p-home-copy p {
	color: #f9fbff;
}

.addp2p-method-grid {
	gap: 1.35rem;
	margin-top: 2rem;
}

.addp2p-method-card {
	background: rgba(11, 18, 29, 0.5);
	border: 1px solid rgba(145, 193, 255, 0.18);
	border-radius: 24px;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.04) inset,
		0 18px 38px rgba(2, 6, 14, 0.34);
	height: 100%;
	padding: 1.5rem;
}

.addp2p-method-card h3 {
	color: #fff;
	font-size: clamp(1.35rem, 1.1rem + 0.4vw, 1.7rem);
	margin-top: 0;
}

.addp2p-method-card p {
	color: rgba(227, 235, 245, 0.8);
	line-height: 1.75;
	margin-bottom: 0;
}

.addp2p-method-card--blue {
	box-shadow:
		0 0 0 1px rgba(105, 203, 255, 0.16) inset,
		0 0 40px rgba(42, 153, 255, 0.14),
		0 18px 38px rgba(2, 6, 14, 0.34);
}

.addp2p-method-card--violet {
	box-shadow:
		0 0 0 1px rgba(178, 114, 255, 0.16) inset,
		0 0 40px rgba(147, 78, 255, 0.16),
		0 18px 38px rgba(2, 6, 14, 0.34);
}

.addp2p-method-card--green {
	box-shadow:
		0 0 0 1px rgba(110, 250, 190, 0.14) inset,
		0 0 40px rgba(64, 199, 140, 0.14),
		0 18px 38px rgba(2, 6, 14, 0.34);
}

.addp2p-library-grid {
	gap: 1.35rem;
	margin-top: 2rem;
}

.addp2p-library-card {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(245, 249, 254, 0.94));
	border: 1px solid rgba(126, 171, 226, 0.2);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.66) inset,
		0 14px 30px rgba(92, 121, 158, 0.18);
	height: 100%;
	padding: 1.25rem;
}

.addp2p-library-card h3 {
	color: #0f2238;
	font-size: clamp(1.25rem, 1.05rem + 0.35vw, 1.55rem);
	margin: 0.9rem 0 0.45rem;
}

.addp2p-library-card p {
	color: #5e6f84;
	line-height: 1.75;
	margin-top: 0;
}

.addp2p-library-card__cover {
	align-items: center;
	background: linear-gradient(180deg, rgba(227, 238, 251, 0.78), rgba(243, 248, 255, 0.92));
	border-radius: 18px;
	display: flex;
	height: 180px;
	justify-content: center;
	margin: 0;
	overflow: hidden;
}

.addp2p-library-card__cover img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.addp2p-newsletter-shell {
	padding-top: 0.25rem;
}

.addp2p-signup-panel--compact {
	align-items: center;
	background: linear-gradient(180deg, rgba(45, 53, 65, 0.9), rgba(24, 31, 43, 0.88));
	display: grid;
	gap: 1.25rem 2rem;
	grid-template-columns: minmax(260px, 1.25fr) minmax(0, 1.75fr);
	padding: 1.4rem 1.6rem;
}

.addp2p-signup-panel--compact .addp2p-signup-panel__intro,
.addp2p-signup-panel--compact .addp2p-signup-form {
	min-width: 0;
}

.addp2p-signup-panel--compact h3 {
	font-size: clamp(1.8rem, 1.2rem + 1vw, 2.45rem);
	margin-bottom: 0.45rem;
}

.addp2p-signup-panel--compact .addp2p-signup-panel__text {
	margin-bottom: 0;
	max-width: 46ch;
}

.addp2p-signup-form--compact {
	align-items: end;
	gap: 0.9rem;
}

.addp2p-signup-grid--compact {
	align-items: end;
	grid-template-columns: 1fr 1fr;
}

.addp2p-signup-form--compact input,
.addp2p-signup-form--compact select {
	background: rgba(15, 23, 34, 0.72);
	border: 1px solid rgba(135, 188, 255, 0.16);
	color: #fff;
}

.addp2p-signup-form--compact label {
	color: rgba(227, 235, 245, 0.92);
}

.addp2p-signup-form--compact .addp2p-signup-submit {
	align-self: end;
	justify-self: stretch;
	margin-top: 0.2rem;
}

.addp2p-page-shell {
	padding-bottom: clamp(3rem, 6vw, 4.8rem);
	padding-top: clamp(2.2rem, 4vw, 3rem);
	position: relative;
}

.addp2p-page-shell::before {
	background:
		linear-gradient(180deg, rgba(7, 14, 24, 0.52), rgba(7, 14, 24, 0)),
		linear-gradient(90deg, rgba(83, 213, 255, 0.09), transparent 18%, transparent 82%, rgba(150, 92, 255, 0.08));
	content: "";
	inset: 0 0 auto;
	height: 340px;
	pointer-events: none;
	position: absolute;
}

.addp2p-page-hero {
	margin-bottom: 1.4rem;
	overflow: hidden;
	padding: clamp(2rem, 3vw, 2.7rem);
	position: relative;
}

.addp2p-page-hero .wp-block-post-title {
	color: #fff;
	font-family: var(--addp2p-font-display);
	font-size: clamp(2.5rem, 5vw, 4.2rem);
	line-height: 0.96;
	margin: 0;
	max-width: 12ch;
	position: relative;
}

.addp2p-page-content {
	padding: clamp(1.5rem, 3vw, 2.3rem);
}

.addp2p-page-content p,
.addp2p-page-content li,
.addp2p-page-content label,
.addp2p-page-content .wp-block-post-content {
	color: rgba(223, 231, 243, 0.78);
}

.addp2p-page-lead {
	color: #fff;
	font-family: var(--addp2p-font-display);
	font-size: clamp(1.12rem, 1rem + 0.4vw, 1.36rem);
	font-weight: 600;
	line-height: 1.75;
	max-width: 64ch;
}

.addp2p-page-content h2,
.addp2p-page-content h3,
.addp2p-page-content h4 {
	color: #fff;
}

.addp2p-page-content .addp2p-panel-dark {
	background:
		radial-gradient(circle at top right, rgba(83, 213, 255, 0.18), transparent 34%),
		linear-gradient(135deg, rgba(19, 34, 53, 0.96) 0%, rgba(8, 16, 26, 0.96) 100%);
	border: 1px solid rgba(128, 206, 255, 0.22);
}

.addp2p-page-content .addp2p-card-grid,
.addp2p-page-content .addp2p-button-row {
	gap: 1rem;
}

.addp2p-page-content input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.addp2p-page-content select,
.addp2p-page-content textarea,
.addp2p-signup-form input,
.addp2p-signup-form select {
	background: rgba(12, 22, 33, 0.78);
	border: 1px solid rgba(142, 191, 255, 0.16);
	color: #fff;
}

.addp2p-page-content input:focus,
.addp2p-page-content select:focus,
.addp2p-page-content textarea:focus,
.addp2p-signup-form input:focus,
.addp2p-signup-form select:focus {
	border-color: rgba(106, 213, 255, 0.52);
	box-shadow: 0 0 0 4px rgba(34, 152, 255, 0.14);
}

.addp2p-signup-panel {
	padding: clamp(1.3rem, 2.4vw, 1.95rem);
}

.addp2p-signup-panel h3,
.addp2p-signup-form label {
	color: #fff;
}

.addp2p-signup-panel__text,
.addp2p-signup-panel__status {
	color: rgba(223, 231, 243, 0.78);
}

.addp2p-signup-panel__status {
	background: rgba(37, 133, 255, 0.1);
	border-color: rgba(79, 186, 255, 0.18);
}

.addp2p-book-hero-cover,
.addp2p-book-salon__cover,
.addp2p-book-feature__cover,
.addp2p-book-feature__inset {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(150, 211, 255, 0.2);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.05) inset,
		0 22px 44px rgba(0, 0, 0, 0.38);
}

.addp2p-book-eyebrow,
.addp2p-kicker-label {
	color: #70c7ff;
}

.addp2p-book-salon h2,
.addp2p-book-feature h3,
.addp2p-book-proof h3,
.addp2p-kicker-card h3,
.addp2p-feature-card h3,
.addp2p-pathway-card h3,
.addp2p-journey-card h3,
.addp2p-contact-card h3 {
	color: #fff;
}

.addp2p-book-salon p,
.addp2p-book-feature p,
.addp2p-book-proof p,
.addp2p-book-list li,
.addp2p-kicker-card p,
.addp2p-feature-card p,
.addp2p-pathway-card p,
.addp2p-journey-card p,
.addp2p-contact-card p,
.addp2p-book-hero-note {
	color: rgba(223, 231, 243, 0.76);
}

.addp2p-book-link--secondary,
.addp2p-book-pill,
.addp2p-trust-chip {
	background: rgba(15, 25, 38, 0.58);
	border: 1px solid rgba(139, 227, 255, 0.18);
	color: #eff7ff;
}

.addp2p-footer {
	background:
		radial-gradient(circle at top right, rgba(87, 139, 255, 0.14), transparent 20%),
		linear-gradient(180deg, rgba(9, 15, 24, 0.98) 0%, rgba(6, 10, 17, 0.98) 100%);
	color: #eff6ff;
	margin-top: 0;
	padding-bottom: clamp(2rem, 4vw, 3rem);
	padding-top: clamp(2.6rem, 4vw, 3.4rem);
}

.addp2p-footer-grid {
	gap: 2rem;
}

.addp2p-footer p,
.addp2p-footer li {
	color: rgba(223, 231, 243, 0.68);
}

.addp2p-footer a:hover {
	color: #9feeff;
}

.addp2p-footer-meta {
	border-top: 1px solid rgba(152, 190, 231, 0.12);
}

.addp2p-core-card {
	background: linear-gradient(180deg, rgba(20, 27, 39, 0.82), rgba(10, 16, 25, 0.82));
	border: 1px solid rgba(148, 190, 247, 0.14);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.04) inset,
		0 18px 44px rgba(0, 0, 0, 0.3);
}

.addp2p-core-card__eyebrow {
	color: #7cc8ff;
}

.addp2p-core-card__title,
.addp2p-core-card__title a {
	color: #fff;
}

.addp2p-core-card__summary {
	color: rgba(223, 231, 243, 0.76);
}

.addp2p-core-chip {
	background: rgba(39, 130, 231, 0.1);
	border: 1px solid rgba(79, 165, 255, 0.12);
	color: #cdeeff;
}

.addp2p-core-button--secondary {
	background: rgba(16, 27, 41, 0.74);
	border: 1px solid rgba(132, 210, 255, 0.16);
	color: #eff7ff;
}

.addp2p-core-empty {
	background: rgba(15, 24, 37, 0.68);
	border: 1px solid rgba(132, 210, 255, 0.16);
	color: #eff7ff;
}

@media (max-width: 1100px) {
	.addp2p-signup-panel--compact {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 960px) {
	.addp2p-header {
		padding: 1rem 1.1rem;
	}

	.addp2p-header-actions {
		justify-content: stretch;
	}

	.addp2p-header-actions .wp-block-button:last-child {
		flex: 1 1 auto;
	}

	.addp2p-hero-title--stitch,
	.addp2p-page-hero .wp-block-post-title {
		max-width: none;
	}
}

@media (max-width: 780px) {
	.addp2p-hero-collection__books {
		min-height: 220px;
	}

	.addp2p-hero-collection__book img {
		max-width: 136px;
	}

	.addp2p-signup-grid--compact {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.addp2p-header-shell {
		padding-top: 0.8rem;
	}

	.addp2p-header {
		border-radius: 18px;
	}

	.addp2p-hero-collection,
	.addp2p-page-hero,
	.addp2p-page-content,
	.addp2p-library-card,
	.addp2p-method-shell,
	.addp2p-signup-panel {
		border-radius: 22px;
	}

	.addp2p-hero-collection__book--foundation,
	.addp2p-hero-collection__book--attention {
		transform: none;
	}
}

/*
 * Repository theme shell and route templates.
 */

:root {
	--addp2p-bg: #040712;
	--addp2p-bg-alt: #07111f;
	--addp2p-surface: rgba(11, 18, 34, 0.78);
	--addp2p-surface-strong: #0c1730;
	--addp2p-surface-muted: rgba(148, 163, 184, 0.08);
	--addp2p-text: #f8fbff;
	--addp2p-muted: #98a8c0;
	--addp2p-border: rgba(148, 163, 184, 0.16);
	--addp2p-border-strong: rgba(255, 255, 255, 0.12);
	--addp2p-accent: #22a7ff;
	--addp2p-accent-strong: #0087ff;
	--addp2p-accent-soft: rgba(34, 167, 255, 0.14);
	--addp2p-highlight: #52e2ff;
	--addp2p-shadow: 0 30px 80px rgba(1, 7, 20, 0.55);
	--addp2p-shadow-soft: 0 18px 40px rgba(1, 7, 20, 0.35);
}

body.addp2p-site-body {
	background:
		radial-gradient(circle at top left, rgba(34, 167, 255, 0.16), transparent 26%),
		radial-gradient(circle at 88% 4%, rgba(82, 226, 255, 0.1), transparent 18%),
		linear-gradient(180deg, #040712 0%, #07101d 40%, #030712 100%);
	color: var(--addp2p-text);
	font-family: "Manrope", sans-serif;
}

body.addp2p-site-body .wp-site-blocks,
body.addp2p-site-body .site {
	padding-left: 0;
	padding-right: 0;
}

body.addp2p-site-body a {
	color: var(--addp2p-highlight);
}

body.addp2p-site-body a:hover {
	color: #fff;
}

.addp2p-site-shell {
	min-height: 100vh;
	position: relative;
}

.addp2p-site-shell::before {
	background-image: url("../images/addp2p-circuit-grid.svg"), url("../images/addp2p-dot-mesh.svg");
	background-position: top center, center center;
	background-repeat: no-repeat, repeat;
	background-size: 1400px auto, 480px auto;
	content: "";
	inset: 0;
	opacity: 0.24;
	pointer-events: none;
	position: fixed;
	z-index: 0;
}

.addp2p-container {
	margin: 0 auto;
	max-width: 1240px;
	padding-left: clamp(20px, 4vw, 40px);
	padding-right: clamp(20px, 4vw, 40px);
	position: relative;
	width: 100%;
	z-index: 1;
}

.addp2p-main,
.addp2p-site-header,
.addp2p-site-footer {
	position: relative;
	z-index: 1;
}

.addp2p-site-header {
	padding: 22px 0 0;
	position: sticky;
	top: 0;
	z-index: 100;
}

.addp2p-site-header__inner {
	align-items: center;
	backdrop-filter: blur(20px);
	background: rgba(3, 10, 22, 0.68);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 999px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
	display: flex;
	gap: 28px;
	justify-content: space-between;
	padding: 14px 20px 14px 18px;
}

.addp2p-site-brand {
	align-items: center;
	color: #fff;
	display: inline-flex;
	gap: 12px;
	text-decoration: none;
}

.addp2p-site-brand__mark {
	align-items: center;
	background: linear-gradient(135deg, rgba(34, 167, 255, 0.28), rgba(82, 226, 255, 0.12));
	border: 1px solid rgba(82, 226, 255, 0.4);
	border-radius: 16px;
	box-shadow: 0 0 30px rgba(34, 167, 255, 0.2);
	display: inline-flex;
	font-family: "Sora", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.addp2p-site-brand__text {
	display: grid;
	gap: 2px;
}

.addp2p-site-brand__name {
	font-family: "Sora", sans-serif;
	font-size: 0.98rem;
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 1;
}

.addp2p-site-brand__tag {
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1;
	text-transform: uppercase;
}

.addp2p-site-nav {
	flex: 1 1 auto;
}

.addp2p-site-nav__list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.addp2p-site-nav__link {
	color: rgba(248, 251, 255, 0.7);
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	transition: color 180ms ease;
}

.addp2p-site-nav__link.is-current,
.addp2p-site-nav__link:hover {
	color: #fff;
}

.addp2p-site-header__actions {
	flex: 0 0 auto;
}

.addp2p-button {
	align-items: center;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 0.95rem;
	font-weight: 700;
	gap: 8px;
	justify-content: center;
	padding: 0.95rem 1.35rem;
	text-decoration: none;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.addp2p-button:hover {
	transform: translateY(-1px);
}

.addp2p-button--small {
	font-size: 0.88rem;
	padding: 0.8rem 1.15rem;
}

.addp2p-button--primary {
	background: linear-gradient(135deg, var(--addp2p-accent-strong), var(--addp2p-highlight));
	box-shadow: 0 18px 48px rgba(0, 135, 255, 0.3);
	color: #031321;
}

.addp2p-button--primary:hover {
	color: #031321;
}

.addp2p-button--ghost {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.addp2p-button--ghost:hover {
	background: rgba(255, 255, 255, 0.08);
}

.addp2p-main {
	padding-bottom: 72px;
}

.addp2p-section,
.addp2p-home-hero,
.addp2p-page-hero {
	padding-bottom: clamp(40px, 5vw, 72px);
	padding-top: clamp(40px, 5vw, 72px);
}

.addp2p-section--tight {
	padding-top: 8px;
}

.addp2p-section-kicker {
	color: var(--addp2p-highlight);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.22em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.addp2p-section-heading {
	margin: 0 auto 34px;
	max-width: 760px;
}

.addp2p-section-heading--center {
	text-align: center;
}

.addp2p-section-heading h2,
.addp2p-page-hero h1,
.addp2p-home-hero h1 {
	color: #fff;
	font-family: "Sora", sans-serif;
	font-size: clamp(2.65rem, 5vw, 5.2rem);
	font-weight: 700;
	letter-spacing: -0.06em;
	line-height: 0.96;
	margin: 0;
}

.addp2p-section-heading h2 {
	font-size: clamp(2rem, 4vw, 3.5rem);
}

.addp2p-section-heading p,
.addp2p-home-hero__lead,
.addp2p-page-hero p {
	color: var(--addp2p-muted);
	font-size: 1.05rem;
	line-height: 1.8;
	margin-top: 18px;
}

.addp2p-home-hero {
	padding-top: calc(84px + clamp(34px, 5vw, 54px));
}

.addp2p-home-hero__grid,
.addp2p-page-hero__grid,
.addp2p-page-content-grid,
.addp2p-join-grid {
	align-items: stretch;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
}

.addp2p-home-hero__copy,
.addp2p-page-hero__copy,
.addp2p-home-hero__visual,
.addp2p-page-hero__visual,
.addp2p-page-hero__inner,
.addp2p-spotlight-card,
.addp2p-page-content,
.addp2p-side-panel,
.addp2p-method-panel,
.addp2p-library-card,
.addp2p-award-card,
.addp2p-credential-card,
.addp2p-program-certificate,
.addp2p-verification-card,
.addp2p-verify-help,
.addp2p-empty-state,
.addp2p-newsletter-panel,
.addp2p-book-proof-panel {
	backdrop-filter: blur(18px);
	background: linear-gradient(180deg, rgba(12, 19, 38, 0.9), rgba(7, 14, 28, 0.78));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 34px;
	box-shadow: var(--addp2p-shadow);
}

.addp2p-home-hero__copy,
.addp2p-page-hero__copy,
.addp2p-page-hero__inner,
.addp2p-home-hero__visual,
.addp2p-page-hero__visual,
.addp2p-page-content,
.addp2p-side-panel,
.addp2p-method-panel,
.addp2p-newsletter-panel,
.addp2p-book-proof-panel,
.addp2p-verification-card,
.addp2p-verify-help,
.addp2p-empty-state,
.addp2p-spotlight-card {
	padding: clamp(24px, 3vw, 42px);
}

.addp2p-home-hero__copy {
	background:
		radial-gradient(circle at top left, rgba(34, 167, 255, 0.16), transparent 34%),
		linear-gradient(180deg, rgba(8, 15, 29, 0.96), rgba(7, 12, 24, 0.82));
}

.addp2p-page-hero__inner,
.addp2p-page-hero__copy {
	background:
		radial-gradient(circle at top right, rgba(82, 226, 255, 0.1), transparent 28%),
		linear-gradient(180deg, rgba(8, 15, 29, 0.96), rgba(7, 12, 24, 0.82));
}

.addp2p-page-hero__inner {
	max-width: 920px;
}

.addp2p-action-row,
.addp2p-chip-row,
.addp2p-section-actions,
.addp2p-action-stack {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.addp2p-action-row,
.addp2p-chip-row {
	margin-top: 24px;
}

.addp2p-chip {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.86rem;
	font-weight: 600;
	padding: 0.8rem 1rem;
	text-decoration: none;
}

.addp2p-chip:hover {
	background: rgba(255, 255, 255, 0.08);
}

.addp2p-credential-card {
	display: grid;
	gap: 18px;
	height: 100%;
	min-height: 100%;
}

.addp2p-credential-card__badge {
	background: rgba(82, 226, 255, 0.12);
	border: 1px solid rgba(82, 226, 255, 0.24);
	border-radius: 999px;
	color: var(--addp2p-highlight);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	justify-self: start;
	letter-spacing: 0.18em;
	padding: 0.55rem 0.9rem;
	text-transform: uppercase;
}

.addp2p-credential-card h2,
.addp2p-program-certificate h2,
.addp2p-spotlight-card h2,
.addp2p-verification-card h2,
.addp2p-page-content h2,
.addp2p-side-panel h2,
.addp2p-book-proof-panel h2 {
	color: #fff;
	font-family: "Sora", sans-serif;
	font-size: clamp(1.8rem, 2vw, 2.6rem);
	letter-spacing: -0.04em;
	line-height: 1.05;
	margin: 0;
}

.addp2p-credential-card p,
.addp2p-program-certificate p,
.addp2p-spotlight-card p,
.addp2p-verification-card p,
.addp2p-page-content p,
.addp2p-side-panel p,
.addp2p-book-proof-panel p {
	color: var(--addp2p-muted);
	line-height: 1.8;
}

.addp2p-credential-card__person {
	align-items: center;
	display: flex;
	gap: 16px;
}

.addp2p-credential-card__ring {
	background: radial-gradient(circle, rgba(82, 226, 255, 0.24), rgba(34, 167, 255, 0.08));
	border: 1px solid rgba(82, 226, 255, 0.25);
	border-radius: 50%;
	box-shadow: 0 0 30px rgba(34, 167, 255, 0.22);
	height: 56px;
	width: 56px;
}

.addp2p-credential-card__person strong,
.addp2p-award-card h3,
.addp2p-library-card h3,
.addp2p-side-panel h2,
.addp2p-method-card h3,
.addp2p-path-card h3 {
	color: #fff;
	display: block;
	font-weight: 700;
}

.addp2p-credential-card__person span,
.addp2p-award-card__offering,
.addp2p-path-card__subtitle,
.addp2p-method-card__subtitle {
	color: rgba(255, 255, 255, 0.55);
	display: block;
	font-size: 0.9rem;
	margin-top: 4px;
}

.addp2p-credential-card__meta,
.addp2p-verification-meta {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.addp2p-credential-card__meta li,
.addp2p-verification-meta div,
.addp2p-spotlight-card__meta div {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.07);
	border-radius: 18px;
	list-style: none;
	padding: 16px 18px;
}

.addp2p-credential-card__meta span,
.addp2p-verification-meta span,
.addp2p-spotlight-card__meta span {
	color: rgba(255, 255, 255, 0.5);
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.addp2p-credential-card__meta strong,
.addp2p-verification-meta strong,
.addp2p-spotlight-card__meta strong {
	color: #fff;
	font-size: 0.96rem;
	font-weight: 700;
}

.addp2p-award-grid,
.addp2p-library-grid,
.addp2p-method-grid,
.addp2p-path-grid {
	display: grid;
	gap: 22px;
}

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

.addp2p-library-grid,
.addp2p-method-grid,
.addp2p-path-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.addp2p-award-card,
.addp2p-library-card,
.addp2p-method-card,
.addp2p-path-card {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 24px;
}

.addp2p-award-card__top,
.addp2p-award-card__footer {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.addp2p-award-card__kind,
.addp2p-award-card__year,
.addp2p-library-card__label,
.addp2p-path-card__step {
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.addp2p-award-card__kind,
.addp2p-library-card__label,
.addp2p-path-card__step {
	color: var(--addp2p-highlight);
}

.addp2p-award-card__year {
	color: rgba(255, 255, 255, 0.5);
}

.addp2p-award-card__recipient {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
}

.addp2p-award-card__footer span {
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.82rem;
	font-weight: 700;
}

.addp2p-award-card__footer a {
	font-size: 0.9rem;
	font-weight: 700;
	text-decoration: none;
}

.addp2p-method-panel {
	display: grid;
	gap: 28px;
}

.addp2p-method-card {
	min-height: 100%;
}

.addp2p-method-card--blue {
	box-shadow: inset 0 0 0 1px rgba(34, 167, 255, 0.12), var(--addp2p-shadow-soft);
}

.addp2p-method-card--violet {
	box-shadow: inset 0 0 0 1px rgba(176, 109, 255, 0.12), var(--addp2p-shadow-soft);
}

.addp2p-method-card--green {
	box-shadow: inset 0 0 0 1px rgba(82, 226, 255, 0.12), var(--addp2p-shadow-soft);
}

.addp2p-library-card__image-wrap {
	align-items: center;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
	border: 1px solid rgba(255, 255, 255, 0.06);
	border-radius: 26px;
	display: flex;
	justify-content: center;
	min-height: 260px;
	overflow: hidden;
	padding: 20px;
}

.addp2p-library-card__image {
	border-radius: 18px;
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
	display: block;
	max-height: 300px;
	max-width: 100%;
	object-fit: contain;
}

.addp2p-newsletter-panel .addp2p-signup-panel,
.addp2p-side-panel .addp2p-signup-panel,
.addp2p-page-content--join .addp2p-signup-panel {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.addp2p-signup-panel h3 {
	color: #fff;
	font-family: "Sora", sans-serif;
	font-size: clamp(1.5rem, 2vw, 2.2rem);
	letter-spacing: -0.04em;
	margin: 0 0 10px;
}

.addp2p-signup-panel__text,
.addp2p-signup-panel__status {
	color: var(--addp2p-muted);
	line-height: 1.8;
}

.addp2p-signup-grid,
.addp2p-signup-grid--compact {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.addp2p-signup-grid--compact {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.addp2p-signup-form p {
	margin: 0;
}

.addp2p-signup-form label {
	color: rgba(255, 255, 255, 0.55);
	display: block;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin: 0 0 8px;
	padding-left: 6px;
	text-transform: uppercase;
}

.addp2p-signup-form input,
.addp2p-signup-form select,
.addp2p-filter-bar input,
.addp2p-filter-bar select,
.addp2p-verify-search input {
	background: rgba(0, 0, 0, 0.34);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 18px;
	color: #fff;
	font: inherit;
	padding: 16px 18px;
	width: 100%;
}

.addp2p-signup-form input::placeholder,
.addp2p-filter-bar input::placeholder,
.addp2p-verify-search input::placeholder {
	color: rgba(255, 255, 255, 0.34);
}

.addp2p-signup-submit {
	background: linear-gradient(135deg, var(--addp2p-accent-strong), var(--addp2p-highlight));
	border: 0;
	border-radius: 999px;
	color: #04111c;
	cursor: pointer;
	font-size: 0.95rem;
	font-weight: 800;
	margin-top: 16px;
	padding: 0.95rem 1.4rem;
}

.addp2p-program-certificate {
	display: grid;
	gap: 14px;
	height: 100%;
	place-content: center;
	text-align: center;
}

.addp2p-program-certificate__label {
	color: var(--addp2p-highlight);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.addp2p-path-card__step {
	align-items: center;
	background: rgba(82, 226, 255, 0.08);
	border: 1px solid rgba(82, 226, 255, 0.14);
	border-radius: 999px;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.addp2p-page-content--wide {
	display: grid;
	gap: 24px;
}

.addp2p-page-content__body h2,
.addp2p-page-content h2 {
	margin-bottom: 14px;
}

.addp2p-page-content__body > :last-child,
.addp2p-page-content > :last-child {
	margin-bottom: 0;
}

.addp2p-side-panel {
	display: grid;
	gap: 18px;
}

.addp2p-side-list {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.addp2p-side-list li {
	color: var(--addp2p-muted);
	line-height: 1.7;
	padding-left: 18px;
	position: relative;
}

.addp2p-side-list li::before {
	background: var(--addp2p-highlight);
	border-radius: 50%;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 0.72em;
	width: 7px;
}

.addp2p-book-stack {
	align-items: center;
	display: grid;
	height: 100%;
	justify-items: center;
	min-height: 360px;
	position: relative;
}

.addp2p-book-stack__book {
	border-radius: 24px;
	box-shadow: 0 28px 55px rgba(0, 0, 0, 0.38);
	max-height: 360px;
	max-width: 250px;
	object-fit: contain;
	position: absolute;
}

.addp2p-book-stack__book--back {
	left: 15%;
	transform: rotate(-8deg) translateX(-10px);
}

.addp2p-book-stack__book--front {
	right: 16%;
	transform: rotate(8deg) translateX(10px);
}

.addp2p-book-proof-panel {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: 240px minmax(0, 1fr);
}

.addp2p-book-proof-panel__media img {
	border-radius: 26px;
	display: block;
	width: 100%;
}

.addp2p-spotlight-card {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.addp2p-spotlight-card__meta {
	display: grid;
	gap: 14px;
}

.addp2p-filter-bar,
.addp2p-verify-search {
	backdrop-filter: blur(18px);
	background: rgba(7, 14, 28, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 28px;
	box-shadow: var(--addp2p-shadow-soft);
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding: 18px;
}

.addp2p-filter-bar__group {
	display: grid;
	flex: 1 1 220px;
	gap: 8px;
}

.addp2p-filter-bar__group label {
	color: rgba(255, 255, 255, 0.55);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	padding-left: 6px;
	text-transform: uppercase;
}

.addp2p-filter-bar__actions {
	align-items: end;
	display: flex;
	flex: 0 1 auto;
	gap: 12px;
}

.addp2p-results-summary {
	margin-bottom: 16px;
}

.addp2p-results-summary p {
	color: rgba(255, 255, 255, 0.66);
	font-size: 0.92rem;
	font-weight: 600;
	margin: 0;
}

.addp2p-award-table-wrap {
	backdrop-filter: blur(18px);
	background: rgba(7, 14, 28, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 28px;
	box-shadow: var(--addp2p-shadow-soft);
	overflow: auto;
}

.addp2p-award-table {
	border-collapse: collapse;
	min-width: 820px;
	width: 100%;
}

.addp2p-award-table th,
.addp2p-award-table td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 16px 18px;
	text-align: left;
	vertical-align: top;
}

.addp2p-award-table th {
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.addp2p-award-table td {
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.95rem;
	line-height: 1.65;
}

.addp2p-award-table tbody tr:hover {
	background: rgba(255, 255, 255, 0.03);
}

.addp2p-award-table__summary {
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.84rem;
	margin-top: 6px;
	max-width: 48ch;
}

.addp2p-join-grid {
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.85fr);
}

.addp2p-verification-card {
	align-items: start;
	display: grid;
	gap: 26px;
	grid-template-columns: 180px minmax(0, 1fr);
}

.addp2p-verification-card__stamp {
	align-items: center;
	aspect-ratio: 1;
	background: radial-gradient(circle, rgba(82, 226, 255, 0.14), rgba(0, 135, 255, 0.06));
	border: 1px solid rgba(82, 226, 255, 0.18);
	border-radius: 32px;
	display: flex;
	justify-content: center;
	min-height: 180px;
}

.addp2p-verification-card__stamp span {
	color: var(--addp2p-highlight);
	font-family: "Sora", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.addp2p-verification-card__content {
	display: grid;
	gap: 20px;
}

.addp2p-verification-card__intro > p:last-child {
	color: var(--addp2p-highlight);
	font-size: 1.02rem;
	font-weight: 600;
	margin-top: 8px;
}

.addp2p-verification-card__summary {
	margin: 0;
}

.addp2p-empty-state,
.addp2p-verify-help {
	text-align: center;
}

.addp2p-empty-state h2,
.addp2p-verify-help h2 {
	margin-bottom: 10px;
}

.addp2p-site-footer {
	padding-bottom: 24px;
	padding-top: 20px;
}

.addp2p-site-footer__inner {
	align-items: start;
	background: linear-gradient(180deg, rgba(7, 14, 28, 0.82), rgba(3, 9, 20, 0.82));
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 34px;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
	padding-bottom: 28px;
	padding-top: 28px;
}

.addp2p-site-footer__intro h2 {
	font-family: "Sora", sans-serif;
	font-size: clamp(1.8rem, 2vw, 2.7rem);
	letter-spacing: -0.04em;
	line-height: 1.06;
	margin: 0;
}

.addp2p-site-footer__intro p:last-child {
	color: var(--addp2p-muted);
	line-height: 1.8;
	margin-top: 16px;
}

.addp2p-site-footer__links {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.addp2p-site-footer__group h3 {
	color: rgba(255, 255, 255, 0.56);
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.18em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.addp2p-site-footer__group ul {
	display: grid;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.addp2p-site-footer__group a {
	color: #fff;
	text-decoration: none;
}

.addp2p-site-footer__group a:hover {
	color: var(--addp2p-highlight);
}

.addp2p-site-footer__bar {
	padding-top: 16px;
}

.addp2p-site-footer__bar-inner {
	align-items: center;
	color: rgba(255, 255, 255, 0.46);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8rem;
	gap: 10px 18px;
	justify-content: space-between;
}

/*
 * Existing block content remapped to the darker repository shell.
 */

.addp2p-page-content .addp2p-page-lead {
	color: rgba(255, 255, 255, 0.76);
	font-size: 1.08rem;
	line-height: 1.9;
	margin-top: 0;
}

.addp2p-page-content .addp2p-card-grid {
	gap: 18px;
}

.addp2p-page-content .addp2p-mini-card,
.addp2p-page-content .addp2p-panel,
.addp2p-page-content .addp2p-panel-dark {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 26px;
	box-shadow: none;
	padding: 22px;
}

.addp2p-page-content .addp2p-panel-dark {
	background: linear-gradient(135deg, rgba(34, 167, 255, 0.14), rgba(82, 226, 255, 0.04));
}

.addp2p-page-content .addp2p-mini-card h3,
.addp2p-page-content .addp2p-panel h2,
.addp2p-page-content .addp2p-panel-dark h2 {
	color: #fff;
	font-family: "Sora", sans-serif;
	letter-spacing: -0.03em;
}

.addp2p-page-content .addp2p-button-row {
	gap: 14px;
}

.addp2p-page-content .addp2p-book-salon,
.addp2p-page-content .addp2p-book-feature,
.addp2p-page-content .addp2p-book-proof {
	align-items: center;
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 30px;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1fr);
	padding: 26px;
}

.addp2p-page-content .addp2p-book-feature--reverse {
	grid-template-columns: minmax(0, 1fr) minmax(220px, 0.75fr);
}

.addp2p-page-content .addp2p-book-proof {
	grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1fr);
}

.addp2p-page-content .addp2p-book-salon__media img,
.addp2p-page-content .addp2p-book-salon__portrait img,
.addp2p-page-content .addp2p-book-proof__image img {
	border-radius: 24px;
	display: block;
	width: 100%;
}

.addp2p-page-content .addp2p-book-feature__cover img,
.addp2p-page-content .addp2p-book-salon__media img,
.addp2p-page-content .addp2p-book-proof__image img {
	box-shadow: 0 28px 48px rgba(0, 0, 0, 0.34);
}

.addp2p-page-content .addp2p-book-link-row,
.addp2p-page-content .addp2p-book-pill-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
}

.addp2p-page-content .addp2p-book-pill {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.82rem;
	font-weight: 600;
	padding: 0.8rem 1rem;
}

.addp2p-page-content .addp2p-book-link {
	border-radius: 999px;
	font-weight: 700;
	padding: 0.95rem 1.25rem;
	text-decoration: none;
}

.addp2p-page-content .addp2p-book-link--primary {
	background: linear-gradient(135deg, var(--addp2p-accent-strong), var(--addp2p-highlight));
	color: #04111c;
}

.addp2p-page-content .addp2p-book-link--secondary {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: #fff;
}

.addp2p-page-content .addp2p-book-eyebrow {
	color: var(--addp2p-highlight);
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.addp2p-page-content .addp2p-book-list {
	color: var(--addp2p-muted);
	display: grid;
	gap: 10px;
	list-style: disc;
	margin: 18px 0 0 18px;
}

.addp2p-page-content .addp2p-book-feature__copy {
	max-width: none;
}

@media (max-width: 1120px) {
	.addp2p-award-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.addp2p-library-grid,
	.addp2p-method-grid,
	.addp2p-path-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.addp2p-home-hero__grid,
	.addp2p-page-hero__grid,
	.addp2p-page-content-grid,
	.addp2p-join-grid,
	.addp2p-spotlight-card,
	.addp2p-book-proof-panel,
	.addp2p-verification-card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.addp2p-site-header {
		position: static;
	}

	.addp2p-site-header__inner {
		border-radius: 28px;
		flex-direction: column;
	}

	.addp2p-site-nav__list {
		gap: 14px 18px;
	}

	.addp2p-signup-grid,
	.addp2p-signup-grid--compact,
	.addp2p-credential-card__meta,
	.addp2p-verification-meta {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 720px) {
	.addp2p-award-grid,
	.addp2p-library-grid,
	.addp2p-method-grid,
	.addp2p-path-grid,
	.addp2p-site-footer__links {
		grid-template-columns: 1fr;
	}

	.addp2p-page-content .addp2p-book-salon,
	.addp2p-page-content .addp2p-book-feature,
	.addp2p-page-content .addp2p-book-proof {
		grid-template-columns: 1fr;
	}

	.addp2p-book-stack {
		min-height: 300px;
	}

	.addp2p-book-stack__book {
		max-height: 280px;
		max-width: 190px;
	}

	.addp2p-book-stack__book--back {
		left: 6%;
	}

	.addp2p-book-stack__book--front {
		right: 6%;
	}

	.addp2p-filter-bar,
	.addp2p-verify-search,
	.addp2p-site-footer__bar-inner {
		flex-direction: column;
	}

	.addp2p-filter-bar__actions {
		width: 100%;
	}

	.addp2p-filter-bar__actions .addp2p-button,
	.addp2p-verify-search .addp2p-button {
		width: 100%;
	}
}
