/*
Theme Name: Spark & Soar Learning
Theme URI: https://sparkandsoarlearning.com
Author: Spark & Soar Learning
Description: A custom marketing theme for Spark & Soar Learning Center—playful shapes, crisp typography, and full WordPress compatibility.
Version: 1.6.8
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spark-soar-learning
*/

/* -------------------------------------------------------------------------
   Design tokens
   ------------------------------------------------------------------------- */
:root {
	--ss-navy: #1e3a5f;
	--ss-navy-deep: #152a45;
	--ss-teal: #1a9b8a;
	--ss-teal-soft: #5ec4b6;
	--ss-red: #e63946;
	--ss-orange: #e07a2f;
	--ss-gold: #f4d35e;
	--ss-green: #2d9b5d;
	--ss-purple: #7b5cbf;
	--ss-cream: #faf8f4;
	--ss-paper: #f3efe8;
	--ss-ink: #2b2b2b;
	--ss-muted: #5c5c5c;
	--ss-white: #ffffff;
	--ss-radius-lg: 28px;
	--ss-radius-blob: 45% 55% 52% 48% / 48% 46% 54% 52%;
	--ss-font-sans: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
	--ss-font-display: "Nunito", system-ui, sans-serif;
	--ss-font-script: "Cormorant Garamond", Georgia, serif;
	--ss-max: 1120px;
	--ss-header-h: 88px;
	--ss-hero-muted: #5a6b7a;
	--ss-hero-badge: rgba(232, 212, 184, 0.72);
	--ss-hero-blob-blue: rgba(186, 210, 232, 0.45);
	--ss-hero-blob-tan: rgba(220, 196, 160, 0.38);
	--ss-hero-blob-grey: rgba(180, 188, 198, 0.35);
	/* Shared with contact band + footer */
	--ss-band-gradient: linear-gradient(120deg, var(--ss-teal) 0%, #2eb8a8 45%, #4aa8e8 100%);
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--ss-font-sans);
	font-size: 1.0625rem;
	line-height: 1.65;
	color: var(--ss-ink);
	background-color: var(--ss-cream);
	background-image:
		radial-gradient(circle at 18% 12%, rgba(26, 155, 138, 0.07) 0%, transparent 42%),
		radial-gradient(circle at 82% 8%, rgba(123, 92, 191, 0.08) 0%, transparent 38%),
		radial-gradient(circle at 70% 90%, rgba(224, 122, 47, 0.06) 0%, transparent 40%),
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Ccircle cx='12' cy='18' r='1.2' fill='%231e3a5f' opacity='.06'/%3E%3Ccircle cx='64' cy='42' r='1' fill='%231a9b8a' opacity='.07'/%3E%3Ccircle cx='98' cy='76' r='1.1' fill='%231e3a5f' opacity='.05'/%3E%3Ccircle cx='40' cy='96' r='0.9' fill='%231a9b8a' opacity='.06'/%3E%3C/svg%3E");
}

body.admin-bar {
	--ss-header-offset: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar {
		--ss-header-offset: 46px;
	}
}

a {
	color: var(--ss-teal);
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

a:hover {
	color: var(--ss-navy);
}

img,
svg {
	max-width: 100%;
	height: auto;
}

.ss-wrap {
	width: min(100% - 2.5rem, var(--ss-max));
	margin-inline: auto;
}

/* -------------------------------------------------------------------------
   Site header
   ------------------------------------------------------------------------- */
.ss-site-header {
	position: sticky;
	top: var(--ss-header-offset, 0);
	z-index: 50;
	background: rgba(250, 248, 244, 0.94);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(30, 58, 95, 0.07);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
}

.ss-header-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 1rem 1.5rem;
	min-height: var(--ss-header-h);
	padding-block: 0.75rem;
}

/* Brand + primary nav (+ mobile menu) share one row on desktop; CTA stays separate. */
.ss-header-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	min-width: 0;
	gap: 1rem 1.25rem;
}

.ss-header-cta {
	flex-shrink: 0;
	padding: 0.5rem 1.15rem;
	border-radius: 999px;
	background: var(--ss-teal);
	color: #fff !important;
	font-family: var(--ss-font-display);
	font-weight: 800;
	font-size: 0.88rem;
	text-decoration: none !important;
	box-shadow: 0 2px 12px rgba(26, 155, 138, 0.35);
	transition: background 0.2s ease, transform 0.15s ease;
}

.ss-header-cta:hover {
	background: #157a6e;
	color: #fff !important;
	transform: translateY(-1px);
}

.ss-brand {
	display: flex;
	align-items: center;
	gap: 0.95rem 1rem;
	text-decoration: none;
	color: inherit;
}

.ss-brand:hover {
	text-decoration: none;
	color: inherit;
}

.ss-brand__mark {
	width: 52px;
	height: auto;
	flex-shrink: 0;
	filter: drop-shadow(0 2px 6px rgba(30, 58, 95, 0.12));
}

/* Full-color rocket + book mark (transparent PNG) */
.ss-brand__mark--rocket {
	width: auto;
	height: 52px;
	object-fit: contain;
}

.ss-brand__mark--custom {
	width: auto;
	max-height: 56px;
	object-fit: contain;
}

.ss-brand__text {
	display: flex;
	flex-direction: column;
	line-height: 1.05;
	min-width: 0;
}

/* Tighter on phones so long names fit more comfortably (viewport-responsive). */
.ss-brand__name {
	font-family: var(--ss-font-script);
	font-size: clamp(0.8125rem, 1.35vw + 0.62rem, 1.75rem);
	font-weight: 600;
	font-style: normal;
	color: var(--ss-navy);
	letter-spacing: 0.02em;
	line-height: 1.12;
}

/* Full site name vs shortened (no trailing “Center”) — matches mobile header breakpoint. */
.ss-brand__name-full,
.ss-brand__name-short {
	display: inline;
}

@media (min-width: 769px) {
	.ss-brand__name .ss-brand__name-short {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.ss-brand__name .ss-brand__name-full {
		display: none !important;
	}
}

.ss-brand__sub {
	font-family: var(--ss-font-display);
	font-size: clamp(0.58rem, 0.35vw + 0.52rem, 0.68rem);
	font-weight: 800;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--ss-teal);
	margin-top: 0.35rem;
}

.ss-nav-toggle {
	position: relative;
	display: none;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-width: 2.75rem;
	min-height: 2.75rem;
	padding: 0.4rem 0.65rem;
	border: 2px solid rgba(30, 58, 95, 0.22);
	background: transparent;
	border-radius: 999px;
	cursor: pointer;
	font-family: var(--ss-font-display);
	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ss-navy);
	box-shadow: none;
	transition:
		border-color 0.2s ease,
		background 0.2s ease,
		color 0.2s ease,
		box-shadow 0.2s ease;
}

.ss-nav-toggle:hover {
	border-color: var(--ss-teal);
	background: rgba(26, 155, 138, 0.08);
	color: var(--ss-navy-deep);
}

.ss-nav-toggle:focus-visible {
	outline: 2px solid var(--ss-teal);
	outline-offset: 3px;
}

/* Hamburger: distinct from teal CTA (outline / navy, not a second primary button). */
.ss-nav-toggle__icon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	width: 1.05rem;
	flex-shrink: 0;
}

.ss-nav-toggle__bar {
	display: block;
	height: 2px;
	width: 100%;
	border-radius: 1px;
	background: currentColor;
	transition:
		transform 0.25s ease,
		opacity 0.2s ease;
}

.ss-nav-toggle[aria-expanded="true"] .ss-nav-toggle__bar:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.ss-nav-toggle[aria-expanded="true"] .ss-nav-toggle__bar:nth-child(2) {
	opacity: 0;
}

.ss-nav-toggle[aria-expanded="true"] .ss-nav-toggle__bar:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

.ss-nav-toggle__label {
	white-space: nowrap;
}

@media (max-width: 380px) {
	.ss-nav-toggle__label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.ss-nav-toggle {
		min-width: 2.875rem;
		min-height: 2.875rem;
		padding: 0.5rem;
	}
}

.ss-nav {
	display: flex;
	align-items: center;
	gap: 0.25rem 1.25rem;
	flex-wrap: wrap;
	justify-content: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ss-nav li {
	margin: 0;
}

.ss-nav a {
	font-family: var(--ss-font-display);
	font-weight: 700;
	font-size: 0.9rem;
	color: var(--ss-navy);
	text-decoration: none;
	padding: 0.35rem 0;
	position: relative;
}

.ss-nav a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, var(--ss-teal), var(--ss-purple));
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.25s ease;
}

.ss-nav a:hover::after,
.ss-nav .current-menu-item > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

@media (max-width: 768px) {
	.ss-header-inner {
		flex-direction: column;
		align-items: stretch;
		flex-wrap: nowrap;
		gap: 0.75rem;
	}

	.ss-header-top {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		column-gap: 0.65rem;
		row-gap: 0;
		position: relative;
		width: 100%;
		flex: none;
		justify-content: initial;
	}

	.ss-brand {
		grid-column: 1;
		grid-row: 1;
		min-width: 0;
	}

	.ss-nav-toggle {
		display: inline-flex;
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
		align-self: center;
		margin-top: 0.1rem;
	}

	.ss-header-cta {
		width: 100%;
		text-align: center;
		padding-block: 0.62rem;
		font-size: 0.92rem;
	}

	.ss-nav {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		z-index: 60;
		margin-top: 0.35rem;
		flex-direction: column;
		align-items: stretch;
		padding: 1rem 1.25rem 1.25rem;
		background: rgba(250, 248, 244, 0.98);
		border-bottom: 1px solid rgba(30, 58, 95, 0.08);
		border-radius: 0 0 12px 12px;
		box-shadow: 0 12px 32px rgba(30, 58, 95, 0.1);
	}

	.ss-nav.is-open {
		display: flex;
	}

	.ss-nav li {
		width: 100%;
	}

	.ss-nav a {
		display: block;
		padding: 0.65rem 0;
		border-bottom: 1px solid rgba(30, 58, 95, 0.08);
	}

	.ss-nav a::after {
		display: none;
	}

	.ss-brand__mark {
		width: 48px;
	}

	.ss-brand__mark--rocket {
		height: 48px;
	}

	.ss-brand__mark--custom {
		max-height: 50px;
	}

	.ss-brand__sub {
		letter-spacing: 0.16em;
	}
}

@media (max-width: 400px) {
	.ss-brand__name {
		font-size: clamp(0.75rem, 2.8vw + 0.45rem, 1rem);
		letter-spacing: 0.01em;
	}
}

/* -------------------------------------------------------------------------
   Hero
   ------------------------------------------------------------------------- */
.ss-hero {
	position: relative;
	padding: clamp(2.75rem, 6.5vw, 5rem) 0 clamp(3.25rem, 7.5vw, 5.5rem);
	overflow: hidden;
	background: var(--ss-cream);
}

.ss-hero__blob {
	position: absolute;
	border-radius: var(--ss-radius-blob);
	pointer-events: none;
	z-index: 0;
	filter: blur(0.5px);
}

/* Soft watercolor-style washes (reference layout) */
.ss-hero__blob--purple {
	width: min(48vw, 280px);
	height: min(44vw, 260px);
	background:
		radial-gradient(ellipse 80% 70% at 40% 45%, var(--ss-hero-blob-blue) 0%, transparent 72%),
		radial-gradient(ellipse 55% 50% at 70% 60%, rgba(255, 255, 255, 0.2) 0%, transparent 55%);
	opacity: 0.95;
	top: -8%;
	right: -6%;
}

.ss-hero__blob--yellow {
	width: min(38vw, 200px);
	height: min(32vw, 160px);
	background: radial-gradient(ellipse 70% 65% at 50% 50%, var(--ss-hero-blob-tan) 0%, transparent 70%);
	opacity: 0.9;
	top: 12%;
	right: 18%;
	border-radius: 55% 45% 48% 52% / 52% 48% 55% 45%;
	transform: rotate(-12deg);
}

.ss-hero__blob--teal {
	width: min(58vw, 340px);
	height: min(52vw, 300px);
	background:
		radial-gradient(ellipse 75% 65% at 35% 40%, var(--ss-hero-blob-grey) 0%, transparent 68%),
		radial-gradient(ellipse 50% 45% at 65% 70%, var(--ss-hero-blob-blue) 0%, transparent 65%);
	opacity: 0.85;
	bottom: -22%;
	left: -14%;
	top: auto;
	right: auto;
}

.ss-hero__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem 2.5rem;
	align-items: center;
	justify-items: center;
	text-align: center;
}

/* Split hero: copy left / rocket right on large screens */
@media (min-width: 960px) {
	.ss-hero__split {
		grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
		align-items: center;
		justify-items: stretch;
		text-align: left;
		gap: clamp(1.5rem, 4vw, 3.5rem) clamp(2rem, 5vw, 4rem);
	}

	.ss-hero__split .ss-hero__intro {
		max-width: 36rem;
		width: 100%;
		justify-self: start;
		text-align: left;
	}

	/* Header already shows logo + name; hero matches reference (badge → headline → lead → CTAs). */
	.ss-hero__split .ss-hero__brand-block {
		display: none;
	}

	.ss-hero__split .ss-hero__welcome {
		text-align: left;
	}

	.ss-hero__split .ss-hero__lead {
		margin-inline: 0;
	}

	.ss-hero__split .ss-hero__actions {
		justify-content: flex-start;
	}

	.ss-hero__split .ss-hero__visual {
		justify-self: end;
		max-width: none;
	}
}

.ss-hero__logo-row {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 1rem 1.25rem;
	margin-bottom: 1.75rem;
	flex-wrap: wrap;
}

.ss-hero__badge {
	display: inline-block;
	margin: 0 0 1rem;
	padding: 0.5em 1.25em;
	font-family: var(--ss-font-sans);
	font-size: clamp(0.82rem, 1.65vw, 0.92rem);
	font-weight: 600;
	color: var(--ss-navy);
	background: var(--ss-hero-badge);
	border: 1px solid rgba(30, 58, 95, 0.08);
	border-radius: 999px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
	line-height: 1.4;
}

.ss-hero__badge strong {
	color: var(--ss-navy);
	font-weight: 800;
}

.ss-hero__brand-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	width: 100%;
	margin-bottom: 0.25rem;
}

.ss-hero__brand-text {
	text-align: left;
}

@media (min-width: 520px) {
	.ss-hero .ss-hero__logo-row {
		flex-wrap: nowrap;
		align-items: flex-end;
	}
}

.ss-hero__intro {
	max-width: 42rem;
	width: 100%;
}

.ss-hero__logo-row .ss-brand__mark--rocket {
	width: auto;
	height: clamp(72px, 12vw, 104px);
}

.ss-hero__logo-row .ss-brand__name {
	font-size: clamp(1.75rem, 3.5vw, 2.35rem);
}

.ss-hero__logo-row .ss-brand__sub {
	font-size: 0.72rem;
}

.ss-hero__logo-custom {
	max-width: min(100%, 320px);
	height: auto;
	display: block;
}

.ss-hero__tagline {
	font-family: var(--ss-font-display);
	font-style: italic;
	font-weight: 800;
	font-size: clamp(1.08rem, 2.4vw, 1.28rem);
	line-height: 1.45;
	letter-spacing: 0.01em;
	margin: 0;
	max-width: min(100%, 28rem);
	text-align: center;
	color: var(--ss-navy);
	background: linear-gradient(
		135deg,
		rgba(244, 211, 94, 0.42) 0%,
		rgba(94, 196, 182, 0.28) 48%,
		rgba(123, 92, 191, 0.2) 100%
	);
	padding: 0.65em 1.35em;
	border-radius: 999px;
	border: 1px solid rgba(30, 58, 95, 0.12);
	box-shadow:
		0 2px 0 rgba(255, 255, 255, 0.65) inset,
		0 6px 22px rgba(30, 58, 95, 0.08);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.ss-hero__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: clamp(220px, 36vw, 360px);
	width: 100%;
	max-width: 440px;
	margin-inline: auto;
}

.ss-hero__visual-cloud {
	position: absolute;
	inset: 4% 2% 10% 2%;
	background:
		radial-gradient(ellipse 88% 75% at 50% 48%, rgba(255, 236, 180, 0.55) 0%, transparent 62%),
		radial-gradient(ellipse 85% 72% at 48% 52%, rgba(186, 210, 232, 0.45) 0%, transparent 68%),
		radial-gradient(ellipse 55% 48% at 75% 22%, rgba(232, 212, 184, 0.32) 0%, transparent 58%),
		radial-gradient(ellipse 45% 40% at 18% 78%, rgba(200, 208, 218, 0.28) 0%, transparent 55%);
	border-radius: 50%;
	z-index: 0;
	pointer-events: none;
}

.ss-hero__rocket {
	position: relative;
	z-index: 1;
	width: min(92%, 320px);
	height: auto;
	max-height: min(380px, 85vw);
	object-fit: contain;
	aspect-ratio: 1;
	filter: drop-shadow(0 18px 40px rgba(30, 58, 95, 0.14));
	animation: ss-float 5.5s ease-in-out infinite;
}

@media (min-width: 960px) {
	.ss-hero__split .ss-hero__rocket {
		width: min(100%, 400px);
		max-height: min(420px, 42vw);
	}
}

.ss-hero__star {
	position: absolute;
	z-index: 2;
	color: var(--ss-gold);
	font-size: clamp(1.2rem, 3vw, 1.65rem);
	line-height: 1;
	text-shadow: 0 2px 0 rgba(255, 255, 255, 0.75);
	animation: ss-float 4s ease-in-out infinite;
	pointer-events: none;
}

.ss-hero__star--1 {
	top: 6%;
	right: 10%;
	animation-delay: -0.6s;
}

.ss-hero__star--2 {
	bottom: 18%;
	left: 6%;
	font-size: 1.15em;
	color: #5b8fc7;
	animation-delay: -1.3s;
}

.ss-hero__star--3 {
	top: 36%;
	right: 2%;
	font-size: 0.95em;
	color: var(--ss-gold);
	animation-delay: -2s;
}

.ss-hero__welcome {
	margin: 0.35rem 0 1.1rem;
}

/* Reference layout: one large serif sentence (Cormorant). */
.ss-hero__welcome--single {
	font-family: var(--ss-font-script);
	font-weight: 600;
	font-size: clamp(2rem, 4.8vw, 3.05rem);
	line-height: 1.18;
	letter-spacing: 0.01em;
	text-transform: none;
	color: var(--ss-navy);
}

.ss-hero__welcome--single .ss-welcome-line {
	display: block;
	text-transform: none;
	letter-spacing: inherit;
}

/* Earlier three-line marketing headline (Nunito, uppercase, color lines). */
.ss-hero__welcome--stacked {
	font-family: var(--ss-font-display);
	font-weight: 900;
	font-size: clamp(1.85rem, 4.2vw, 2.75rem);
	line-height: 1.12;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.ss-hero__welcome--stacked .ss-welcome-line {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.ss-welcome-line--red {
	color: var(--ss-red);
}

.ss-welcome-line--green {
	color: var(--ss-green);
}

.ss-welcome-line--navy {
	color: var(--ss-navy);
}

.ss-hero__lead {
	margin: 0;
	font-family: var(--ss-font-sans);
	font-size: clamp(1rem, 2vw, 1.12rem);
	line-height: 1.65;
	color: var(--ss-hero-muted);
	max-width: 34rem;
}

@media (min-width: 960px) {
	.ss-hero__split .ss-hero__lead {
		max-width: 32rem;
	}
}

.ss-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	margin-top: 1.35rem;
	justify-content: center;
	align-items: center;
}

.ss-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.62em 1.4em;
	border-radius: 999px;
	font-family: var(--ss-font-display);
	font-weight: 800;
	font-size: 0.95rem;
	text-decoration: none !important;
	border: 2px solid transparent;
	transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ss-btn:hover {
	transform: translateY(-2px);
}

.ss-btn--primary {
	background: var(--ss-teal);
	color: #fff !important;
	box-shadow: 0 4px 16px rgba(26, 155, 138, 0.35);
}

.ss-btn--primary:hover {
	background: #157a6e;
	color: #fff !important;
}

.ss-btn--secondary {
	background: linear-gradient(180deg, #e8b876 0%, #d4a06a 100%);
	color: #fff !important;
	border-color: rgba(180, 120, 70, 0.45);
	box-shadow: 0 4px 14px rgba(212, 160, 106, 0.35);
}

.ss-btn--secondary:hover {
	background: linear-gradient(180deg, #f0c288 0%, #dcac78 100%);
	color: #fff !important;
	border-color: rgba(160, 100, 55, 0.5);
}

.ss-btn--outline {
	background: var(--ss-white);
	color: var(--ss-navy) !important;
	border: 2px solid rgba(30, 58, 95, 0.22);
	box-shadow: 0 2px 10px rgba(30, 58, 95, 0.06);
}

.ss-btn--outline:hover {
	background: rgba(30, 58, 95, 0.04);
	color: var(--ss-navy) !important;
	border-color: rgba(30, 58, 95, 0.35);
}

/* -------------------------------------------------------------------------
   Homepage content from block editor
   ------------------------------------------------------------------------- */
.ss-home-from-page {
	padding: clamp(2.25rem, 5vw, 3.75rem) 0 clamp(2.5rem, 5vw, 4rem);
}

.ss-home-from-page .wp-block-columns.ss-home-columns {
	display: grid;
	gap: 2rem;
	margin-bottom: 0;
}

@media (min-width: 900px) {
	.ss-home-from-page .wp-block-columns.ss-home-columns {
		grid-template-columns: 1fr 1fr;
		align-items: start;
	}
}

.ss-home-from-page .wp-block-columns.ss-home-columns > .wp-block-column {
	flex-basis: unset !important;
}

.ss-home-from-page .wp-block-group.ss-card {
	height: 100%;
}

.ss-home-from-page .ss-service-list-blocks,
.ss-home-from-page ul.ss-service-list-blocks {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.85rem;
}

.ss-home-from-page .ss-service-list-blocks li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	font-weight: 600;
	color: var(--ss-ink);
}

.ss-home-from-page .ss-service-list-blocks li::before {
	content: "";
	width: 10px;
	height: 10px;
	margin-top: 0.45rem;
	flex-shrink: 0;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--ss-teal), var(--ss-purple));
	box-shadow: 0 0 0 3px rgba(26, 155, 138, 0.2);
}

@keyframes ss-float {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-10px);
	}
}

@keyframes ss-float-drift {
	0%,
	100% {
		transform: translate(0, 0) rotate(0deg);
	}
	50% {
		transform: translate(6px, -14px) rotate(4deg);
	}
}

@keyframes ss-float-drift-reverse {
	0%,
	100% {
		transform: translate(0, 0) rotate(0deg);
	}
	50% {
		transform: translate(-8px, -10px) rotate(-3deg);
	}
}

/* -------------------------------------------------------------------------
   Sections
   ------------------------------------------------------------------------- */
.ss-section {
	position: relative;
	padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.ss-section__title {
	font-family: var(--ss-font-display);
	font-weight: 900;
	font-size: clamp(1.5rem, 3vw, 1.85rem);
	color: var(--ss-orange);
	margin: 0 0 1.25rem;
	letter-spacing: 0.02em;
}

.ss-home-grid {
	display: grid;
	gap: 2rem;
}

@media (min-width: 900px) {
	.ss-home-grid {
		grid-template-columns: 1fr 1fr;
		gap: 2.5rem 3rem;
		align-items: start;
	}
}

.ss-card {
	position: relative;
	background: var(--ss-white);
	border-radius: var(--ss-radius-lg);
	padding: clamp(1.5rem, 3vw, 2.25rem);
	box-shadow:
		0 1px 0 rgba(30, 58, 95, 0.06),
		0 14px 40px rgba(30, 58, 95, 0.08);
	border: 1px solid rgba(30, 58, 95, 0.06);
}

.ss-card--about::before {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle at 30% 30%, var(--ss-orange), #f4a261);
	opacity: 0.2;
	border-radius: 50%;
	bottom: -50px;
	left: -60px;
	z-index: 0;
	pointer-events: none;
}

.ss-card--about > * {
	position: relative;
	z-index: 1;
}

.ss-card--services .ss-service-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.85rem;
}

.ss-service-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	font-weight: 600;
	color: var(--ss-ink);
}

.ss-service-list li::before {
	content: "";
	width: 10px;
	height: 10px;
	margin-top: 0.45rem;
	flex-shrink: 0;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--ss-teal), var(--ss-purple));
	box-shadow: 0 0 0 3px rgba(26, 155, 138, 0.2);
}

.ss-prose p {
	margin: 0 0 1rem;
}

.ss-prose p:last-child {
	margin-bottom: 0;
}

/* -------------------------------------------------------------------------
   Flyer-style marketing sections (single-page anchors)
   ------------------------------------------------------------------------- */
.ss-flyer-intro {
	position: relative;
	padding: clamp(1.75rem, 4vw, 2.75rem) 0;
	overflow: hidden;
}

.ss-flyer-intro__deco {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse 120% 80% at 10% 40%, rgba(244, 211, 94, 0.35) 0%, transparent 55%),
		radial-gradient(circle at 90% 20%, rgba(123, 92, 191, 0.12) 0%, transparent 45%);
	pointer-events: none;
}

.ss-flyer-intro__inner {
	position: relative;
	z-index: 1;
	text-align: center;
	max-width: 46rem;
	margin-inline: auto;
}

.ss-flyer-intro__prose {
	font-size: 1.12rem;
	line-height: 1.7;
	color: var(--ss-ink);
}

.ss-flyer-section {
	position: relative;
	padding: clamp(2.25rem, 5vw, 3.75rem) 0;
	overflow: hidden;
}

.ss-flyer-section--why .ss-flyer-section__wash {
	position: absolute;
	inset: 0;
	background: linear-gradient(165deg, rgba(26, 155, 138, 0.06) 0%, transparent 45%, rgba(224, 122, 47, 0.05) 100%);
	pointer-events: none;
}

.ss-flyer-section__inner {
	position: relative;
	z-index: 1;
	max-width: 40rem;
}

.ss-flyer-section__inner--wide {
	max-width: min(100%, 1080px);
	margin-inline: auto;
}

.ss-why-header {
	text-align: center;
	max-width: 42rem;
	margin-inline: auto;
	margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
}

.ss-why-subtitle {
	margin: 0.65rem 0 0;
	font-size: clamp(1.02rem, 2.2vw, 1.15rem);
	color: var(--ss-muted);
	line-height: 1.55;
	font-weight: 500;
}

.ss-why-cards {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
}

@media (min-width: 720px) {
	.ss-why-cards {
		grid-template-columns: repeat(3, 1fr);
		gap: 1.5rem;
	}
}

.ss-why-card {
	background: var(--ss-white);
	border-radius: var(--ss-radius-lg);
	padding: clamp(1.35rem, 2.8vw, 1.85rem);
	box-shadow:
		0 1px 0 rgba(30, 58, 95, 0.06),
		0 14px 36px rgba(30, 58, 95, 0.08);
	border: 1px solid rgba(30, 58, 95, 0.06);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ss-why-card:hover {
	transform: translateY(-3px);
	box-shadow:
		0 1px 0 rgba(30, 58, 95, 0.06),
		0 20px 44px rgba(30, 58, 95, 0.11);
}

.ss-why-card__icon {
	width: 54px;
	height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.9rem;
	background: linear-gradient(135deg, rgba(244, 211, 94, 0.28), rgba(26, 155, 138, 0.14));
	border-radius: 16px;
}

.ss-why-card__icon-svg {
	display: block;
}

.ss-why-card__title {
	font-family: var(--ss-font-display);
	font-weight: 900;
	font-size: 1.05rem;
	color: var(--ss-navy);
	margin: 0 0 0.55rem;
	line-height: 1.3;
}

.ss-why-card__text {
	margin: 0;
	font-size: 0.98rem;
	line-height: 1.62;
	color: var(--ss-ink);
}

.ss-why-extra {
	margin-top: clamp(2rem, 4vw, 2.75rem);
	max-width: 48rem;
	margin-inline: auto;
	text-align: center;
}

.ss-flyer-title {
	font-family: var(--ss-font-display);
	font-weight: 900;
	font-size: clamp(1.45rem, 3.2vw, 1.95rem);
	line-height: 1.2;
	color: var(--ss-navy);
	margin: 0 0 1.1rem;
	letter-spacing: 0.02em;
}

.ss-flyer-title .ss-flyer-title__accent {
	color: var(--ss-orange);
}

.ss-flyer-title--emphasis {
	color: var(--ss-orange);
}

.ss-flyer-title--navy {
	color: var(--ss-navy);
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-size: clamp(1.2rem, 2.5vw, 1.45rem);
}

.ss-flyer-prose {
	font-size: 1.05rem;
	line-height: 1.7;
	color: var(--ss-ink);
}

.ss-flyer-prose p {
	margin: 0 0 1rem;
}

.ss-flyer-prose p:last-child {
	margin-bottom: 0;
}

.ss-flyer-prose ul {
	margin: 0.5rem 0 1rem 1.25rem;
	padding: 0;
}

.ss-flyer-prose h2 {
	font-family: var(--ss-font-display);
	font-weight: 800;
	font-size: clamp(1.12rem, 2.2vw, 1.32rem);
	color: var(--ss-navy);
	margin: 1.65rem 0 0.55rem;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-transform: none;
}

.ss-flyer-prose h2:first-child {
	margin-top: 0;
}

.ss-flyer-prose h3 {
	font-family: var(--ss-font-display);
	font-weight: 800;
	font-size: 1.02rem;
	color: var(--ss-navy);
	margin: 1.15rem 0 0.35rem;
	line-height: 1.3;
}

.ss-flyer-prose h3 + p {
	margin-top: 0.25rem;
}

.ss-flyer-prose .ss-founder-subtitle {
	font-family: var(--ss-font-display);
	font-size: clamp(1.02rem, 2vw, 1.12rem);
	font-style: italic;
	font-weight: 600;
	color: var(--ss-teal);
	margin: 0 0 1rem;
	line-height: 1.45;
}

.ss-page-about__founder-title {
	text-align: left;
}

.ss-flyer-checklist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.75rem;
}

.ss-flyer-checklist li {
	position: relative;
	padding-left: 1.65rem;
	font-weight: 600;
	color: var(--ss-ink);
	line-height: 1.5;
}

.ss-flyer-checklist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.45rem;
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--ss-teal), var(--ss-purple));
	box-shadow: 0 0 0 3px rgba(26, 155, 138, 0.2);
}

.ss-mission__body {
	margin-bottom: 1.5rem;
}

.ss-flyer-quote {
	margin: 0;
	padding: clamp(1.25rem, 3vw, 1.75rem) clamp(1.25rem, 3vw, 2rem);
	background: linear-gradient(135deg, rgba(123, 92, 191, 0.12) 0%, rgba(74, 168, 232, 0.1) 100%);
	border-radius: var(--ss-radius-lg);
	border-left: 4px solid var(--ss-purple);
	box-shadow: 0 8px 28px rgba(30, 58, 95, 0.08);
}

.ss-flyer-quote p {
	margin: 0;
	font-family: var(--ss-font-display);
	font-weight: 800;
	font-size: clamp(1.15rem, 2.8vw, 1.45rem);
	line-height: 1.45;
	color: var(--ss-purple);
}

.ss-flyer-split {
	position: relative;
	padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(2rem, 4vw, 3rem);
	overflow: hidden;
}

.ss-flyer-split__blobs {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.ss-flyer-split__blob--yellow {
	position: absolute;
	width: min(48vw, 220px);
	height: min(48vw, 220px);
	background: var(--ss-gold);
	opacity: 0.2;
	border-radius: 50%;
	top: -12%;
	left: -8%;
}

.ss-flyer-split__blob--orange {
	position: absolute;
	width: min(40vw, 180px);
	height: min(40vw, 180px);
	background: var(--ss-orange);
	opacity: 0.15;
	border-radius: 50%;
	bottom: 5%;
	right: -5%;
}

.ss-flyer-split__layout {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 2rem 2.5rem;
	align-items: start;
}

@media (min-width: 960px) {
	.ss-flyer-split__layout {
		grid-template-columns: 1.05fr 0.95fr;
		gap: 2.5rem 3rem;
	}
}

.ss-flyer-panel {
	background: var(--ss-white);
	border-radius: var(--ss-radius-lg);
	padding: clamp(1.5rem, 3vw, 2.25rem);
	box-shadow:
		0 1px 0 rgba(30, 58, 95, 0.06),
		0 14px 40px rgba(30, 58, 95, 0.08);
	border: 1px solid rgba(30, 58, 95, 0.06);
}

.ss-services-rich {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 1rem;
}

.ss-services-rich li {
	padding-left: 0;
	line-height: 1.6;
	color: var(--ss-ink);
}

.ss-services-rich strong {
	color: var(--ss-navy);
	display: inline;
}

.ss-services-rich--compact {
	gap: 0.65rem;
}

.ss-services-rich--compact li {
	font-size: 0.98rem;
	line-height: 1.5;
}

.ss-flyer-panel__cta {
	margin: 1.15rem 0 0;
}

.ss-flyer-panel__cta .ss-btn {
	font-size: 0.9rem;
	padding: 0.55em 1.35em;
}

.ss-founder-photo-wrap {
	margin: 0 0 1.25rem;
	border-radius: 16px;
	overflow: hidden;
	max-width: 220px;
	box-shadow: 0 8px 24px rgba(30, 58, 95, 0.12);
}

/* !important: core often adds inline width/height; default object-fit is fill and distorts portraits. */
.ss-founder-photo {
	display: block;
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	max-height: none !important;
	object-fit: contain !important;
	object-position: center top;
	aspect-ratio: unset !important;
}

.ss-flyer-editor-extra {
	padding: clamp(2rem, 4vw, 3rem) 0;
	background: linear-gradient(180deg, rgba(250, 248, 244, 0) 0%, rgba(26, 155, 138, 0.04) 100%);
}

.ss-flyer-editor-extra .ss-home-from-page > *:first-child {
	margin-top: 0;
}

/* Contact band */
.ss-contact {
	position: relative;
	padding: clamp(2.75rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5rem);
	margin-top: 1rem;
	overflow: hidden;
}

.ss-contact__curve {
	position: absolute;
	inset: 0;
	background: var(--ss-band-gradient);
	opacity: 1;
	clip-path: ellipse(130% 88% at 100% 100%);
	pointer-events: none;
}

.ss-contact__inner {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: min(var(--ss-max), 100%);
	margin-inline: auto;
}

/* One white panel: title + phone/email always on a readable surface (not white-on-cream) */
.ss-contact-panel {
	width: 100%;
	background: var(--ss-white);
	color: var(--ss-ink);
	border-radius: var(--ss-radius-lg);
	border: 1px solid rgba(30, 58, 95, 0.1);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 20px 56px rgba(21, 42, 69, 0.2),
		0 6px 20px rgba(30, 58, 95, 0.1);
	overflow: hidden;
}

.ss-contact-panel__header {
	padding: clamp(1.35rem, 3.5vw, 1.85rem) clamp(1.25rem, 3vw, 1.75rem);
	border-bottom: 1px solid rgba(30, 58, 95, 0.1);
	background: linear-gradient(180deg, #fff 0%, var(--ss-cream) 100%);
}

.ss-contact-panel__header--leads-to-form {
	border-bottom-color: rgba(30, 58, 95, 0.08);
}

.ss-contact-panel__header--leads-to-form .ss-contact-panel__hint:last-child {
	margin-bottom: 0;
}

.ss-contact-panel__title {
	margin: 0 0 0.5rem;
	font-family: var(--ss-font-script);
	font-size: clamp(1.65rem, 4vw, 2.15rem);
	font-weight: 600;
	line-height: 1.2;
	color: var(--ss-navy);
	letter-spacing: 0.02em;
}

.ss-contact-panel__hint {
	margin: 0 0 1.1rem;
	font-size: 0.95rem;
	line-height: 1.5;
	color: rgba(30, 58, 95, 0.78);
	max-width: 48rem;
}

.ss-contact-panel__channels {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 15.5rem), 1fr));
	gap: 0.85rem;
}

.ss-contact-channel {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	padding: 0.85rem 1rem;
	border-radius: 14px;
	text-decoration: none !important;
	color: inherit;
	background: rgba(26, 155, 138, 0.1);
	border: 1px solid rgba(26, 155, 138, 0.22);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
	transition:
		background 0.2s ease,
		border-color 0.2s ease,
		transform 0.15s ease;
}

.ss-contact-channel:hover {
	background: rgba(26, 155, 138, 0.16);
	border-color: rgba(26, 155, 138, 0.4);
	transform: translateY(-1px);
}

.ss-contact-channel__icon {
	flex-shrink: 0;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: var(--ss-teal);
	color: #fff;
}

.ss-contact-channel__icon svg {
	display: block;
}

.ss-contact-channel__text {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	min-width: 0;
	flex: 1;
}

.ss-contact-channel__label {
	font-family: var(--ss-font-display);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ss-teal);
}

.ss-contact-channel__value {
	font-family: var(--ss-font-display);
	font-size: clamp(0.95rem, 2.4vw, 1.08rem);
	font-weight: 800;
	color: var(--ss-navy);
	line-height: 1.35;
	word-break: break-word;
	overflow-wrap: anywhere;
}

.ss-contact__star {
	position: absolute;
	z-index: 2;
	pointer-events: none;
	filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.12));
	/* Keep in the decorative right/bottom band — clear of contact copy on the left */
}

.ss-contact__star svg {
	display: block;
	width: 100%;
	height: auto;
}

.ss-contact__star--1 {
	right: 6%;
	top: 14%;
	width: 64px;
	height: auto;
	animation: ss-float 4.2s ease-in-out infinite;
	animation-delay: -1s;
}

.ss-contact__star--2 {
	right: 14%;
	bottom: 22%;
	top: auto;
	left: auto;
	width: 44px;
	animation: ss-float-drift 5.5s ease-in-out infinite;
	animation-delay: -2.2s;
	opacity: 0.92;
}

.ss-contact__star--3 {
	right: 22%;
	bottom: 8%;
	top: auto;
	left: auto;
	width: 36px;
	animation: ss-float-drift-reverse 4.8s ease-in-out infinite;
	animation-delay: -0.8s;
	opacity: 0.85;
}

@media (max-width: 600px) {
	.ss-contact__star--1 {
		width: 48px;
		right: 4%;
		top: 10%;
	}

	.ss-contact__star--2 {
		right: 12%;
		width: 32px;
		bottom: 18%;
	}

	.ss-contact__star--3 {
		right: 20%;
		width: 28px;
		bottom: 6%;
	}
}

.ss-contact-panel__form {
	padding: clamp(1.15rem, 2.8vw, 1.75rem) clamp(1.2rem, 3vw, 1.85rem) clamp(1.35rem, 3.2vw, 2rem);
	background: var(--ss-white);
}

.ss-contact-panel__footer {
	padding: clamp(1.15rem, 3vw, 1.65rem) clamp(1.25rem, 3vw, 1.75rem) clamp(1.35rem, 3.2vw, 1.75rem);
	border-top: 1px solid rgba(30, 58, 95, 0.1);
	background: linear-gradient(180deg, rgba(250, 248, 244, 0.65) 0%, #fff 100%);
}

.ss-contact-panel__alt {
	margin: 0 0 0.9rem;
	font-size: 0.93rem;
	font-weight: 700;
	font-family: var(--ss-font-display);
	color: rgba(30, 58, 95, 0.7);
	text-align: center;
	line-height: 1.45;
}

.ss-contact-panel__channels--footer {
	margin-top: 0;
}

.ss-contact-channel--footer {
	background: rgba(26, 155, 138, 0.08);
	border-color: rgba(26, 155, 138, 0.2);
}

.ss-contact-channel--footer:hover {
	background: rgba(26, 155, 138, 0.13);
}

.ss-contact-form-wrap {
	margin-top: 0;
	max-width: none;
	color: var(--ss-ink);
}

.ss-contact-form-wrap > *:first-child {
	margin-top: 0;
}

.ss-contact-form-wrap form {
	margin: 0;
}

.ss-contact-form-wrap p {
	margin: 0 0 1rem;
	line-height: 1.55;
}

.ss-contact-form-wrap label,
.ss-contact-form-wrap .wpcf7-list-item-label {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 700;
	font-size: 0.9rem;
	color: var(--ss-navy);
	font-family: var(--ss-font-display);
}

.ss-contact-form-wrap .wpcf7-list-item {
	margin: 0.35rem 0;
}

.ss-contact-form-wrap .wpcf7-list-item label,
.ss-contact-form-wrap .wpcf7-list-item .wpcf7-list-item-label {
	display: inline;
	font-weight: 600;
	margin-bottom: 0;
	font-size: 0.95rem;
}

.ss-contact-form-wrap fieldset {
	border: none;
	margin: 0 0 1rem;
	padding: 0;
}

.ss-contact-form-wrap legend {
	font-weight: 700;
	font-size: 0.92rem;
	color: var(--ss-navy);
	font-family: var(--ss-font-display);
	margin-bottom: 0.5rem;
}

.ss-contact-form-wrap input[type="text"],
.ss-contact-form-wrap input[type="email"],
.ss-contact-form-wrap input[type="tel"],
.ss-contact-form-wrap input[type="url"],
.ss-contact-form-wrap input[type="number"],
.ss-contact-form-wrap textarea,
.ss-contact-form-wrap select {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin-bottom: 0.75rem;
	padding: 0.68rem 0.95rem;
	border-radius: 14px;
	border: 1px solid rgba(30, 58, 95, 0.16);
	background: var(--ss-cream);
	color: var(--ss-ink);
	font-family: inherit;
	font-size: 1rem;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.ss-contact-form-wrap input:focus-visible,
.ss-contact-form-wrap textarea:focus-visible,
.ss-contact-form-wrap select:focus-visible {
	outline: none;
	border-color: var(--ss-teal);
	box-shadow: 0 0 0 3px rgba(26, 155, 138, 0.22);
	background: var(--ss-white);
}

.ss-contact-form-wrap textarea {
	min-height: 7.5rem;
	resize: vertical;
	line-height: 1.55;
}

.ss-contact-form-wrap input[type="checkbox"],
.ss-contact-form-wrap input[type="radio"] {
	width: auto;
	margin-right: 0.5rem;
	accent-color: var(--ss-teal);
	vertical-align: middle;
}

.ss-contact-form-wrap .wpcf7-checkbox .wpcf7-list-item,
.ss-contact-form-wrap .wpcf7-radio .wpcf7-list-item {
	margin-left: 0;
}

.ss-contact-form-wrap .wpcf7-checkbox,
.ss-contact-form-wrap .wpcf7-radio {
	display: grid;
	gap: 0.35rem;
	margin: 0.35rem 0 1rem;
}

.ss-contact-form-wrap input[type="submit"],
.ss-contact-form-wrap button[type="submit"],
.ss-contact-form-wrap .wpcf7-submit {
	cursor: pointer;
	margin-top: 0.35rem;
	padding: 0.72rem 1.6rem;
	border: none;
	border-radius: 999px;
	background: var(--ss-teal);
	color: #fff !important;
	font-weight: 800;
	font-family: var(--ss-font-display);
	font-size: 0.95rem;
	box-shadow: 0 4px 16px rgba(26, 155, 138, 0.35);
	transition: background 0.2s ease, transform 0.15s ease;
}

.ss-contact-form-wrap input[type="submit"]:hover,
.ss-contact-form-wrap button[type="submit"]:hover,
.ss-contact-form-wrap .wpcf7-submit:hover {
	background: #157a6e;
	transform: translateY(-1px);
}

.ss-contact-form-wrap .wpcf7-response-output {
	margin: 1rem 0 0;
	padding: 0.75rem 1rem;
	border-radius: 12px;
	background: rgba(26, 155, 138, 0.12);
	border: 1px solid rgba(26, 155, 138, 0.25);
	color: var(--ss-navy);
}

.ss-contact-form-wrap .wpcf7-not-valid-tip {
	font-size: 0.85rem;
	color: #b42318;
	margin-top: 0.25rem;
}

.ss-contact-form-wrap .wpcf7-spinner {
	margin-left: 0.5rem;
}

/* WPForms (if used instead of CF7) */
.ss-contact-form-wrap .wpforms-container {
	margin: 0;
	padding: 0;
}

.ss-contact-form-wrap .wpforms-field-label,
.ss-contact-form-wrap .wpforms-field-sublabel {
	color: var(--ss-navy);
	font-family: var(--ss-font-display);
}

.ss-contact-form-wrap .wpforms-field input,
.ss-contact-form-wrap .wpforms-field select,
.ss-contact-form-wrap .wpforms-field textarea {
	border-radius: 14px;
	border-color: rgba(30, 58, 95, 0.16);
	background: var(--ss-cream);
}

.ss-contact-form-wrap .wpforms-submit {
	border-radius: 999px !important;
	background: var(--ss-teal) !important;
	border: none !important;
	font-family: var(--ss-font-display) !important;
	font-weight: 800 !important;
}

/* -------------------------------------------------------------------------
   Footer (continues contact band gradient)
   ------------------------------------------------------------------------- */
.ss-footer-site .ss-contact {
	padding-bottom: clamp(2.25rem, 5vw, 3.25rem);
}

.ss-footer-meta {
	width: 100%;
	max-width: none;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
	padding: 0;
	margin-top: -2px;
	background: var(--ss-band-gradient);
	border-top: none;
	box-shadow: none;
}

.ss-footer-meta__inner {
	padding: calc(1.15rem + 2px) 0 1.7rem;
	text-align: center;
	font-size: 0.875rem;
	color: rgba(255, 255, 255, 0.92);
}

.ss-footer-meta__inner p {
	margin: 0;
}

.ss-footer-meta a {
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.ss-footer-meta a:hover {
	border-bottom-color: #ffffff;
	text-decoration: none;
}

/* -------------------------------------------------------------------------
   Inner pages (blog, default)
   ------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------
   About — Founder page template
   ------------------------------------------------------------------------- */
.ss-page-about__mast {
	padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(1.25rem, 3vw, 2rem);
	text-align: center;
}

.ss-page-about__title {
	font-family: var(--ss-font-display);
	font-weight: 900;
	font-size: clamp(1.85rem, 3.8vw, 2.35rem);
	line-height: 1.15;
	color: var(--ss-navy);
	margin: 0;
	letter-spacing: 0.02em;
}

.ss-page-about__lead {
	font-family: var(--ss-font-script);
	font-style: italic;
	font-weight: 600;
	font-size: clamp(1.1rem, 2.2vw, 1.3rem);
	color: var(--ss-teal);
	max-width: 36rem;
	margin: 0.85rem auto 0;
	line-height: 1.55;
}

.ss-page-about__edit-prompt {
	margin: 1rem auto 0;
	max-width: 36rem;
	text-align: center;
	font-size: 0.92rem;
	line-height: 1.45;
	color: var(--ss-navy);
}

.ss-page-about__edit-link {
	font-weight: 700;
	color: var(--ss-teal);
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.ss-page-about__edit-link:hover {
	color: var(--ss-navy-deep);
}

.ss-page-about__edit-hint {
	font-weight: 500;
	opacity: 0.82;
}

.ss-page-about__split {
	padding-top: clamp(1rem, 3vw, 1.75rem);
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.ss-page-about__grid {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 2rem 2.75rem;
	align-items: start;
}

@media (min-width: 768px) {
	.ss-page-about__grid {
		grid-template-columns: minmax(200px, 300px) 1fr;
		align-items: start;
	}
}

.ss-page-about__figure {
	margin: 0;
	align-self: start;
}

.ss-page-about__photo-wrap {
	max-width: 300px;
	margin-inline: auto;
	border-radius: 20px;
	overflow: hidden;
	box-shadow:
		0 1px 0 rgba(30, 58, 95, 0.08),
		0 18px 44px rgba(30, 58, 95, 0.14);
	border: 3px solid rgba(255, 255, 255, 0.98);
}

.ss-page-about__panel {
	margin: 0;
}

.ss-page-about__prose > *:first-child {
	margin-top: 0;
}

.ss-page-about__prose .alignfull,
.ss-page-about__prose .alignwide {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
	width: 100% !important;
}

/* -------------------------------------------------------------------------
   Services — Cards page template
   ------------------------------------------------------------------------- */
.ss-page-services__intro {
	padding: clamp(0.5rem, 2vw, 1.25rem) 0 0;
}

.ss-page-services__intro-inner {
	max-width: 44rem;
	margin-inline: auto;
	text-align: center;
	font-size: 1.06rem;
	line-height: 1.65;
	color: var(--ss-ink);
}

.ss-page-services__cards-wrap {
	padding-bottom: clamp(2.5rem, 5vw, 4rem);
}

.ss-services-offered__grid {
	grid-template-columns: 1fr;
}

@media (min-width: 640px) {
	.ss-services-offered__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.35rem 1.35rem;
	}
}

@media (min-width: 1100px) {
	.ss-services-offered__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.5rem;
	}
}

.ss-services-offered-card.ss-why-card {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	text-align: left;
}

.ss-services-offered-card .ss-why-card__icon {
	background: var(--ss-navy);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.ss-services-offered-card--eval .ss-why-card__icon {
	background: linear-gradient(145deg, #5b9fd9 0%, #2563eb 100%);
}

.ss-services-offered-card--therapy .ss-why-card__icon {
	background: linear-gradient(145deg, #34b89a 0%, #158a7b 100%);
}

.ss-services-offered-card--parent .ss-why-card__icon {
	background: linear-gradient(145deg, #f0d060 0%, #e07a2f 100%);
}

.ss-services-offered-card--kinder .ss-why-card__icon {
	background: linear-gradient(145deg, #a78bfa 0%, #7c3aed 100%);
}

.ss-services-offered-card--school .ss-why-card__icon {
	background: linear-gradient(145deg, #fb923c 0%, #ea580c 100%);
}

.ss-services-offered-card__benefit {
	margin: 0 0 0.7rem;
	font-weight: 800;
	font-size: clamp(1rem, 2.1vw, 1.08rem);
	line-height: 1.45;
	color: var(--ss-teal);
	letter-spacing: 0.01em;
}

.ss-services-offered-card__desc {
	flex-grow: 0;
}

.ss-services-offered-card__best {
	margin: auto 0 0;
	padding-top: 1rem;
	margin-top: 0.85rem;
	font-size: 0.94rem;
	line-height: 1.55;
	color: var(--ss-navy);
	border-top: 1px solid rgba(30, 58, 95, 0.1);
}

.ss-services-offered-card__best-label {
	font-weight: 800;
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--ss-orange);
	margin-right: 0.25rem;
}

.ss-main-inner {
	padding: clamp(2rem, 5vw, 3.5rem) 0 4rem;
}

.ss-page-title {
	font-family: var(--ss-font-display);
	font-weight: 900;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	color: var(--ss-navy);
	margin: 0 0 1.5rem;
}

.ss-entry-title {
	font-family: var(--ss-font-display);
	font-weight: 800;
	font-size: 1.35rem;
	margin: 0 0 0.5rem;
}

.ss-entry-title a {
	color: var(--ss-navy);
	text-decoration: none;
}

.ss-entry-title a:hover {
	color: var(--ss-teal);
	text-decoration: underline;
}

.ss-content--loop {
	margin-bottom: 2.5rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid rgba(30, 58, 95, 0.1);
}

.ss-content--loop:last-of-type {
	border-bottom: none;
}

.ss-content > *:first-child {
	margin-top: 0;
}

.ss-content > *:last-child {
	margin-bottom: 0;
}

/* WordPress block alignment */
.alignwide {
	max-width: min(100%, 1200px);
	margin-left: auto;
	margin-right: auto;
}

.alignfull {
	max-width: none;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

/* -------------------------------------------------------------------------
   Utilities
   ------------------------------------------------------------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.skip-link:focus {
	clip: auto !important;
	background: var(--ss-white);
	color: var(--ss-navy);
	display: block;
	font-weight: 700;
	height: auto;
	left: 8px;
	padding: 0.75rem 1rem;
	top: 8px;
	width: auto;
	z-index: 100000;
	text-decoration: none;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
