:root {
	--cream: #f5f0e8;
	--warm-white: #faf8f4;
	--sage: #8a9e87;
	--sage-light: #b8cbb5;
	--stone: #6b6559;
	--dark: #4a4a4a;
	--warm-neutral: #6d5b4f;
	--muted: #9c9489;
	--accent: #c4a882;
	--border: rgba(138, 158, 135, 0.18);
	--shadow: 0 28px 80px rgba(74, 74, 74, 0.08);
	--container: min(1240px, calc(100vw - 5rem));
	--container-narrow: min(860px, calc(100vw - 3rem));
	--radius: 0;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: var(--warm-white);
	color: var(--dark);
	font-family: "DM Sans", sans-serif;
	font-weight: 300;
	line-height: 1.75;
	overflow-x: hidden;
}

img,
svg {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
select,
textarea {
	font: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.site-main {
	display: block;
	flex: 1 0 auto;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	backdrop-filter: blur(12px);
	background: rgba(250, 248, 244, 0.85);
	border-bottom: 1px solid rgba(138, 158, 135, 0.12);
	transition: background 0.3s ease, border-color 0.3s ease;
}

.site-nav {
	width: var(--container);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: 1.6rem 0;
	transition: padding 0.3s ease;
}

.site-header.is-scrolled .site-nav {
	padding: 1rem 0;
}

.nav-logo,
.footer-logo {
	font-family: "Cormorant Garamond", serif;
	font-size: 1.1rem;
	font-weight: 300;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.nav-logo {
	white-space: nowrap;
	line-height: 1.1;
}

.nav-panel {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.nav-links,
.footer-links {
	display: flex;
	align-items: center;
	gap: 2.2rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-links a,
.footer-links a,
.nav-links li a,
.footer-links li a {
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--stone);
	transition: color 0.25s ease;
}

.nav-links a:hover,
.footer-links a:hover {
	color: var(--sage);
}

.nav-cta,
.btn-primary,
.wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--warm-white);
	background: var(--warm-neutral);
	border: none;
	padding: 1rem 2.4rem;
	cursor: pointer;
	transition: background 0.25s ease, transform 0.25s ease;
}

.nav-cta:hover,
.btn-primary:hover,
.wp-block-button__link:hover {
	background: var(--sage);
	transform: translateY(-1px);
}

.btn-ghost {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--stone);
	transition: color 0.25s ease;
}

.btn-ghost::after {
	content: "→";
	font-size: 1rem;
	transition: transform 0.25s ease;
}

.btn-ghost:hover {
	color: var(--sage);
}

.btn-ghost:hover::after {
	transform: translateX(4px);
}

.nav-toggle {
	display: none;
	width: 48px;
	height: 48px;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
}

.nav-toggle span {
	display: block;
	width: 22px;
	height: 1px;
	margin: 5px auto;
	background: var(--dark);
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.section-label,
.hero-eyebrow {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 1.4rem;
	font-size: 0.72rem;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--sage);
}

.section-label::before,
.hero-eyebrow::before {
	content: "";
	display: block;
	width: 28px;
	height: 1px;
	background: var(--sage);
}

.section-title,
.page-hero__title,
.single-entry__title {
	margin: 0 0 1.8rem;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(2rem, 3.4vw, 3.2rem);
	font-weight: 300;
	line-height: 1.15;
	color: var(--dark);
}

.section-title em,
.hero-title em,
.page-hero__title em {
	font-style: italic;
	color: var(--sage);
}

.section-body,
.page-hero__intro,
.post-card__excerpt,
.service-desc,
.entry-content p,
.entry-content li {
	font-size: 1rem;
	line-height: 1.45;
	color: var(--stone);
	white-space: pre-line;
}

.hero,
.about,
.process,
.cta,
.page-hero,
.single-entry__hero {
	width: var(--container);
	margin: 0 auto;
}

.hero {
	min-height: 100vh;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: center;
	gap: 4rem;
	padding: 7.5rem 0 4rem;
}

.hero--front {
	min-height: auto;
	grid-template-columns: minmax(0, 620px) minmax(360px, 1fr);
	align-items: center;
	padding: clamp(8rem, 14vh, 11rem) 0 clamp(4rem, 7vw, 6rem);
}

.hero-left {
	--hero-copy-width: 440px;
	margin-top: 20px;
	transform: translateY(-50px);
}

.hero--front .hero-left {
	margin-top: 0;
	transform: none;
}

.hero-title {
	margin: 0 0 2rem;
	width: min(100%, var(--hero-copy-width));
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(3rem, 4.3vw, 62px);
	font-weight: 300;
	line-height: 1.08;
}

.hero-sub {
	width: min(100%, var(--hero-copy-width));
	max-width: var(--hero-copy-width);
	margin: 0 0 80px;
	font-size: 1rem;
	line-height: 1.75;
	color: var(--stone);
}

.hero--front .hero-sub {
	margin-bottom: 2.2rem;
}

.hero-actions {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.hero-right {
	height: 80vh;
	min-height: 560px;
	position: relative;
}

.hero-image-wrap,
.about-image,
.page-hero__art,
.post-card__image-wrap,
.service-art {
	position: relative;
	overflow: hidden;
	background: var(--cream);
}

.hero-image-wrap {
	width: 100%;
	height: 100%;
	isolation: isolate;
}

.about-image::after,
.service-art::before,
.method-art::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse at 30% 40%, rgba(138, 158, 135, 0.25) 0%, transparent 60%),
		radial-gradient(ellipse at 75% 70%, rgba(196, 168, 130, 0.18) 0%, transparent 55%);
	z-index: 2;
	pointer-events: none;
}

.hero-shape {
	position: absolute;
	inset: 50% auto auto 50%;
	width: 62%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.hero-shape--image {
	inset: 0;
	width: 100%;
	height: 100%;
	transform: none;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem;
}

.hero-shape img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.hero-shape--image .hero-image {
	animation: pp-hero-image 18s ease-in-out infinite alternate;
	transform-origin: 50% 50%;
	will-change: transform;
}

.hero-shape svg {
	width: 100%;
	height: auto;
	overflow: visible;
	animation: pp-hero-figure 12s ease-in-out infinite;
	transform-origin: 50% 50%;
}

.hero-shape svg > * {
	transform-box: fill-box;
	transform-origin: center;
	will-change: transform, opacity;
}

.hero-shape svg ellipse:nth-of-type(1) {
	animation: pp-hero-ring-outer 14s ease-in-out infinite;
}

.hero-shape svg ellipse:nth-of-type(2) {
	animation: pp-hero-ring-inner 10s ease-in-out infinite;
}

.hero-shape svg circle:nth-of-type(1) {
	animation: pp-hero-head 9s ease-in-out infinite;
}

.hero-shape svg path:nth-of-type(1) {
	animation: pp-hero-core 8s ease-in-out infinite;
}

.hero-shape svg path:nth-of-type(2) {
	animation: pp-hero-side-left 7s ease-in-out infinite;
}

.hero-shape svg path:nth-of-type(3) {
	animation: pp-hero-side-right 7s ease-in-out infinite reverse;
}

.hero-shape svg circle:nth-of-type(2) {
	animation: pp-hero-orbit 16s linear infinite;
}

.hero-shape svg circle:nth-of-type(3) {
	animation: pp-hero-orbit-reverse 20s linear infinite;
}

.hero-stat-num,
.credential-num {
	font-family: "Cormorant Garamond", serif;
	font-size: 2.6rem;
	font-weight: 300;
	line-height: 1;
	color: var(--sage);
}

.hero-stat-label,
.credential-label,
.post-card__meta,
.single-entry__meta,
.service-num {
	font-size: 0.74rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--muted);
}

.footer-copy {
	margin: 1rem 0 0;
	font-size: 0.92rem;
	line-height: 1.75;
	color: var(--muted);
}

.marquee-bar {
	overflow: hidden;
	padding: 0.9rem 0;
	background: var(--cream);
	border-top: 1px solid rgba(138, 158, 135, 0.2);
	border-bottom: 1px solid rgba(138, 158, 135, 0.2);
}

.marquee-track {
	display: flex;
	gap: 3rem;
	width: max-content;
	animation: pp-marquee 28s linear infinite;
}

.marquee-item {
	display: inline-flex;
	align-items: center;
	gap: 3rem;
	white-space: nowrap;
	font-size: 0.72rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--muted);
}

.marquee-item::after {
	content: "·";
	font-size: 1.2rem;
	color: var(--sage-light);
}

.about,
.cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 7rem;
	padding: 8rem 0;
}

.about {
	align-items: stretch;
}

.cta {
	align-items: start;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 5rem;
	background:
		linear-gradient(135deg, rgba(184, 203, 181, 0.28), rgba(255, 255, 255, 0.78) 42%, rgba(196, 168, 130, 0.24)),
		radial-gradient(circle at top left, rgba(138, 158, 135, 0.24), transparent 42%),
		radial-gradient(circle at bottom right, rgba(196, 168, 130, 0.22), transparent 36%);
	border: 1px solid rgba(138, 158, 135, 0.18);
	box-shadow: var(--shadow);
}

.cta::before,
.cta::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	pointer-events: none;
	z-index: -1;
}

.cta::before {
	top: -72px;
	right: -56px;
	width: 220px;
	height: 220px;
	background: rgba(184, 203, 181, 0.26);
	filter: blur(8px);
}

.cta::after {
	left: -36px;
	bottom: -58px;
	width: 180px;
	height: 180px;
	background: rgba(196, 168, 130, 0.2);
	filter: blur(10px);
}

.about-image {
	height: 520px;
}

.about-decoration,
.about-decoration-2 {
	position: absolute;
	border-radius: 999px;
}

.about-decoration {
	right: -2rem;
	bottom: -2rem;
	width: 160px;
	height: 160px;
	border: 1px solid rgba(138, 158, 135, 0.25);
}

.about-decoration-2 {
	top: 1.5rem;
	left: 1.5rem;
	width: 80px;
	height: 80px;
	border: 1px solid rgba(196, 168, 130, 0.3);
}

.about-portrait,
.page-hero__art {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.about-portrait svg {
	width: 55%;
	opacity: 0.6;
}

.about-portrait-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.about-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1.4rem;
	min-height: 520px;
	height: 100%;
	padding-top: 70px;
	padding-inline-start: clamp(1rem, 3.5vw, 4rem);
}

.about-copy {
	display: grid;
	gap: 1.8rem;
	max-width: 34rem;
}

.about-credentials {
	margin-top: 0;
	row-gap: 0;
}

.about-copy > .about-credentials {
	margin-top: -0.3rem;
}

.about-copy .section-label,
.about-copy .section-body {
	margin: 0;
}

.about-copy .about-copy__lead {
	font-family: "Cormorant Garamond", serif;
	font-size: 26px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.5;
}

.about-copy__name {
	color: #8a9e87;
}

.about-cta {
	margin-top: 30px;
}

.credentials,
.service-meta-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.8rem;
	margin-top: 2.4rem;
}

.credential-item {
	display: grid;
	gap: 0.45rem;
	align-content: start;
}

.credential-item--inline {
	display: flex;
	align-items: baseline;
	gap: 0.75rem;
}

.credential-item--inline .credential-label {
	font-size: 0.82rem;
}

.services {
	padding: 8rem 0;
	background: var(--cream);
}

.services .services-header {
	width: var(--container);
	margin: 0 auto 4rem;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 4rem;
	align-items: start;
}

.services-summary {
	display: grid;
	gap: 1.15rem;
	align-content: end;
	justify-items: start;
	max-width: 34rem;
}

.services-summary .section-body {
	margin: 0;
}

.services-summary__divider {
	display: block;
	width: 72px;
	height: 1px;
	background: rgba(111, 89, 73, 0.28);
}

.services-credentials {
	width: 100%;
	margin-top: 0.15rem;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem 1.5rem;
}

.services-groups {
	width: var(--container);
	margin: 0 auto;
	display: grid;
	gap: 2rem;
}

.services-group {
	display: grid;
	gap: 0;
}

.services-group-title {
	position: relative;
	display: inline-block;
	justify-self: start;
	width: fit-content;
	margin: 0;
	padding-bottom: 0.7rem;
	font-size: 0.78rem;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--stone);
}

.services-group-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: var(--sage);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.7s ease;
}

.services-group-title.reveal.visible::after {
	transform: scaleX(1);
}

.services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgba(138, 158, 135, 0.15);
}

.services-grid--types {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card {
	position: relative;
	background: var(--warm-white);
	padding: 3rem 2.4rem;
	transition: background 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}

.service-card[hidden] {
	display: none;
}

.service-card:hover {
	background: #f4ede3;
	box-shadow: inset 0 0 0 1px rgba(109, 91, 79, 0.18);
}

.service-card:hover .service-name,
.service-card:hover .service-desc {
	color: var(--dark);
}

.service-card:hover .service-icon-wrap {
	border-color: rgba(138, 158, 135, 0.24);
	background: rgba(255, 255, 255, 0.45);
	color: var(--sage);
}

.service-card:hover .service-arrow {
	opacity: 1;
	transform: translateX(0);
}

.service-num {
	margin-bottom: 2rem;
	font-family: "Cormorant Garamond", serif;
	font-size: 0.92rem;
	color: var(--sage);
}

.service-icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 1.6rem;
	color: var(--sage);
	border: 1px solid rgba(138, 158, 135, 0.25);
	border-radius: 999px;
	transition: border-color 0.35s ease;
}

.service-icon-wrap svg {
	width: 20px;
}

.service-icon-wrap img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.service-icon-wrap i {
	font-size: 20px;
	line-height: 1;
}

.service-icon-wrap--large {
	position: absolute;
	top: 2rem;
	right: 2rem;
	width: 68px;
	height: 68px;
	z-index: 2;
}

.service-icon-wrap--large i {
	font-size: 28px;
}

.service-icon-wrap--large img {
	width: 28px;
	height: 28px;
}

.service-name {
	margin: 0 0 0.8rem;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.55rem;
	font-weight: 300;
	line-height: 1.2;
	color: var(--dark);
}

.service-arrow {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	font-size: 1.2rem;
	color: var(--sage-light);
	opacity: 0;
	transform: translateX(-6px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.methods {
	padding: 8rem 0;
	background:
		linear-gradient(135deg, #6f5949 0%, #5b473b 55%, #493830 100%),
		radial-gradient(circle at top left, rgba(196, 168, 130, 0.16), transparent 38%),
		radial-gradient(circle at bottom right, rgba(250, 248, 244, 0.08), transparent 34%);
}

.methods-teaser {
	width: var(--container);
	margin: 0 auto;
	display: grid;
	gap: 1.15rem;
	justify-items: center;
	padding: 3.5rem 3.25rem;
	background: linear-gradient(180deg, rgba(250, 248, 244, 0.14), rgba(250, 248, 244, 0.08));
	border: 1px solid rgba(250, 248, 244, 0.18);
	box-shadow: 0 22px 48px rgba(32, 22, 18, 0.16);
	text-align: center;
}

.methods-teaser > * {
	margin: 0;
}

.methods-teaser .section-label {
	color: #8a9e87;
}

.methods-teaser .section-label::before {
	display: none;
}

.methods-teaser .section-body {
	max-width: 980px;
	color: var(--warm-white);
}

.methods-teaser__text {
	font-family: "Cormorant Garamond", serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.28;
	letter-spacing: 0;
}

.methods-teaser__text:first-of-type {
	margin-bottom: 1.15rem;
	font-size: 42px;
}

.methods-teaser .methods-link {
	margin-top: 0.2rem;
	background: #f5f0e8;
	color: var(--warm-neutral);
}

.methods-teaser .methods-link:hover {
	background: #e8dece;
	color: var(--warm-neutral);
}

.about-feature {
	padding: 40px 0;
	background:
		linear-gradient(135deg, #6f5949 0%, #5b473b 55%, #493830 100%),
		radial-gradient(circle at top left, rgba(196, 168, 130, 0.16), transparent 38%),
		radial-gradient(circle at bottom right, rgba(250, 248, 244, 0.08), transparent 34%);
}

.about-feature__inner {
	width: min(1080px, calc(100vw - 3rem));
	margin: 0 auto;
	display: grid;
	gap: 1.15rem;
	justify-items: center;
	padding: 3.5rem 3.25rem;
	background: linear-gradient(180deg, rgba(250, 248, 244, 0.14), rgba(250, 248, 244, 0.08));
	border: 1px solid rgba(250, 248, 244, 0.18);
	box-shadow: none;
	text-align: center;
}

.about-feature__inner > * {
	margin: 0;
}

.about-feature__title {
	max-width: 980px;

	font-family: "Cormorant Garamond", serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.28;
	letter-spacing: 0;
	color: var(--warm-white);
}

.about-feature__content {
	max-width: 980px;
	color: var(--warm-white);
}

.about-feature__content > *:first-child {
	margin-top: 0;
}

.about-feature__content > *:last-child {
	margin-bottom: 0;
}

.about-feature__content p {
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--warm-white);
}

.about-feature__content a {
	color: var(--warm-white);
	text-decoration-color: rgba(250, 248, 244, 0.55);
}

.methods-page-intro {
	padding-top: 8.5rem;
	margin-bottom: 2.5rem;
}

.methods-page-intro__text {
	max-width: 860px;
	margin: 0;
	font-size: 1rem;
	line-height: 1.85;
	color: var(--stone);
}

.methods-header {
	width: var(--container);
	margin: 0 auto 3rem;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
	gap: 4rem;
	align-items: end;
}

.methods-header__aside {
	display: grid;
	gap: 1.2rem;
	justify-items: start;
}

.methods-grid {
	width: var(--container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	background: rgba(138, 158, 135, 0.15);
}

.methods-grid--archive {
	width: 100%;
}

.methods-page-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
	margin-top: 1rem;
}

.method-card {
	position: relative;
	background: var(--warm-white);
	padding: 3rem 2.4rem;
	transition: background 0.35s ease, color 0.35s ease, box-shadow 0.35s ease;
}

.method-card__link {
	display: block;
	height: 100%;
	color: inherit;
}

.method-card__media,
.method-card__fallback {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	margin-bottom: 1.6rem;
	border: 1px solid rgba(138, 158, 135, 0.25);
	border-radius: 999px;
	overflow: hidden;
	background: rgba(250, 248, 244, 0.92);
	color: var(--sage);
	transition: border-color 0.35s ease, background 0.35s ease, color 0.35s ease;
}

.method-card__fallback {
	position: static;
	inset: auto;
	width: 100%;
	height: 100%;
	background: transparent;
}

.method-card__fallback svg {
	width: 68%;
	opacity: 0.5;
}

.method-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.method-card__overlay {
	display: none;
}

.method-card__content {
	position: static;
	padding-right: 2.8rem;
	color: inherit;
}

.method-card__cta {
	margin-top: 1.5rem;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--sage);
}

.method-card__cta-arrow {
	font-size: 1rem;
	color: var(--sage-light);
	transition: transform 0.25s ease, color 0.25s ease;
}

.method-card__title {
	margin: 0 0 0.8rem;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.55rem;
	font-weight: 300;
	line-height: 1.2;
	color: var(--dark);
}

.method-card__excerpt {
	margin: 0;
	font-size: 1rem;
	line-height: 1.85;
	color: var(--stone);
}

.method-card:hover .method-card__image {
	transform: scale(1.06);
}

.method-card__arrow {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	font-size: 1.2rem;
	color: var(--sage-light);
	opacity: 0;
	transform: translateX(-6px);
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.method-card:hover {
	background: #f4ede3;
	box-shadow: inset 0 0 0 1px rgba(109, 91, 79, 0.18);
}

.method-card:hover .method-card__title,
.method-card:hover .method-card__excerpt {
	color: var(--dark);
}

.method-card:hover .method-card__media,
.method-card:hover .method-card__fallback {
	border-color: rgba(138, 158, 135, 0.24);
	background: rgba(255, 255, 255, 0.45);
	color: var(--sage);
}

.method-card:hover .method-card__arrow {
	opacity: 1;
	transform: translateX(0);
}

.method-art {
	background:
		radial-gradient(circle at top, rgba(138, 158, 135, 0.16), transparent 55%),
		var(--cream);
}

.process {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	gap: 6rem;
	align-items: start;
	padding: 8rem 0;
}

.process-intro {
	display: grid;
	align-content: start;
	gap: 3.4rem;
}

.process-intro > * {
	margin: 0;
}

.process-step {
	display: grid;
	grid-template-columns: 60px 1fr;
	gap: 1.6rem;
	padding: 2.4rem 0;
	border-bottom: 1px solid rgba(138, 158, 135, 0.15);
	opacity: 0.5;
	transition: opacity 0.25s ease;
}

.process-step:first-child {
	padding-top: 0;
}

.process-step:hover {
	opacity: 1;
}

.step-num,
.step-title {
	font-family: "Cormorant Garamond", serif;
	font-weight: 300;
}

.step-num {
	font-size: 2rem;
	line-height: 1;
	color: var(--sage-light);
}

.step-title {
	margin-bottom: 0.5rem;
	font-size: 1.3rem;
	color: var(--dark);
}

.step-desc {
	font-size: 0.86rem;
	line-height: 1.75;
	color: var(--muted);
}

.testimonial {
	position: relative;
	padding: 8rem 2rem;
	text-align: center;
	color: var(--cream);
	background: var(--warm-neutral);
	overflow: hidden;
}

.testimonial::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(ellipse at 20% 50%, rgba(138, 158, 135, 0.12) 0%, transparent 60%),
		radial-gradient(ellipse at 80% 50%, rgba(196, 168, 130, 0.08) 0%, transparent 60%);
}

.testimonial-quote,
.testimonial-author,
.testimonial-dots {
	position: relative;
	z-index: 1;
}

.testimonial-quote {
	max-width: 1000px;
	margin: 0 auto 2rem;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.6rem, 3vw, 32px);
	font-style: italic;
	font-weight: 300;
	line-height: 1.45;
	color: rgba(245, 240, 232, 0.92);
	transition: opacity 0.3s ease;
}

.testimonial-author {
	margin-top: 30px;
	font-size: 0.75rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--sage-light);
	transition: opacity 0.3s ease;
}

.testimonial-dots {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: 2.4rem;
}

.dot {
	width: 12px;
	height: 12px;
	padding: 0;
	background: rgba(255, 255, 255, 0.28);
	border: 1px solid rgba(245, 240, 232, 0.4);
	border-radius: 999px;
	cursor: pointer;
	transition:
		background 0.25s ease,
		transform 0.25s ease,
		border-color 0.25s ease;
}

.dot.active {
	background: var(--sage-light);
	border-color: var(--sage-light);
	transform: scale(1.08);
}

.dot:focus-visible {
	outline: 2px solid rgba(245, 240, 232, 0.9);
	outline-offset: 4px;
}

.faq {
	width: var(--container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 3rem;
	align-items: start;
	padding: 7rem 0 8rem;
}

.faq-intro {
	max-width: 420px;
	position: sticky;
	top: 7rem;
}

.faq-intro .section-title {
	margin-bottom: 2.8rem;
}

.faq-intro .section-body {
	margin: 0;
}

.faq-list {
	display: grid;
	gap: 1rem;
}

.faq-item {
	background: rgba(255, 255, 255, 0.62);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(138, 158, 135, 0.14);
	box-shadow: var(--shadow);
}

.faq-question {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1.4rem 1.5rem;
	cursor: pointer;
	font-family: "Cormorant Garamond", serif;
	font-size: 22px;
	line-height: 1.2;
	color: var(--dark);
}

.faq-question::-webkit-details-marker {
	display: none;
}

.faq-question::after {
	content: "+";
	flex-shrink: 0;
	font-family: "DM Sans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: var(--sage);
	transition: transform 0.25s ease;
}

.faq-item[open] .faq-question::after {
	transform: rotate(45deg);
}

.faq-answer {
	padding: 0 1.5rem 1.5rem;
}

.faq-answer p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.85;
	color: var(--stone);
}

.contact-points strong {
	font-weight: 400;
	color: var(--dark);
}

.contact-points {
	white-space: normal;
}

.contact-points p {
	margin: 0 0 calc(0.1rem + 6px);
}

.contact-points p:last-child {
	margin-bottom: 0;
}

.contact-points a i {
	margin-right: 0.35rem;
}

.cta-copy {
	display: grid;
	align-content: start;
}

.cta-copy > .section-title {
	margin: 0 0 50px;
}

.cta-copy > .section-body {
	margin: 0;
}

.cta-copy > .contact-points {
	position: relative;
	margin-top: 6.6rem;
}

.cta-copy > .contact-points::before {
	content: "";
	position: absolute;
	top: -3.3rem;
	left: 0;
	display: block;
	width: 28px;
	height: 1px;
	background: var(--sage);
}

.contact-form-card,
.story-panel,
.entry-card,
.post-card {
	background: rgba(255, 255, 255, 0.62);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(138, 158, 135, 0.14);
	box-shadow: var(--shadow);
}

.contact-form-card,
.story-panel,
.entry-card--single {
	padding: 2rem;
}

.entry-card--wide {
	max-width: 1080px;
	margin: 0 auto;
}

.about-sections {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
	margin-top: 0;
}

.entry-card--wide > .about-sections:first-child {
	margin-top: 0;
}

.about-section {
	border-top: 0;
}

.about-section:first-child {
	margin: 0;
	border-top: 0;
}

.about-section .section-label {
	margin-bottom: 0;
}

.about-section__content > *:first-child {
	margin-top: 0;
}

.about-section__content > *:last-child {
	margin-bottom: 0;
}

.about-cards {
	display: grid;
	width: 100%;
	max-width: none;
	margin: 2rem 0 0;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem;
}

.about-card {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-content: start;
	align-items: start;
	height: 100%;
}

.about-card .section-label {
	margin-bottom: 0;
}

.about-card__content > *:first-child {
	margin-top: 0;
}

.about-card__content > *:last-child {
	margin-bottom: 0;
}

.about-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	width: 100%;
	min-height: 0;
}

.about-card__cta {
	margin-top: auto;
}

.cta-form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

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

.form-group {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
}

.form-group--hidden {
	position: absolute;
	left: -999em;
}

.form-label {
	font-size: 0.7rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--muted);
}

.form-input,
.form-select {
	padding: 0.8rem 0;
	background: none;
	color: var(--dark);
	border: 0;
	border-bottom: 1px solid rgba(138, 158, 135, 0.35);
	outline: none;
	font-size: 0.95rem;
	font-weight: 300;
	transition: border-color 0.25s ease;
}

.form-input:focus,
.form-select:focus {
	border-color: var(--sage);
}

.form-input--textarea {
	resize: vertical;
	min-height: 90px;
}

.form-submit {
	align-self: flex-start;
	margin-top: 0.5rem;
	font-size: 0.78rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--warm-white);
	background: var(--warm-neutral);
	border: 0;
	padding: 1rem 2.4rem;
	cursor: pointer;
	transition: background 0.25s ease;
}

.form-submit:hover {
	background: var(--sage);
}

.form-notice {
	padding: 1rem 1.2rem;
	font-size: 0.9rem;
	line-height: 1.6;
	border-left: 3px solid var(--sage);
	background: rgba(138, 158, 135, 0.08);
}

.form-notice--error {
	border-left-color: #b1554d;
	background: rgba(177, 85, 77, 0.08);
}

.page-hero,
.single-entry__hero {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	gap: 4rem;
	align-items: center;
	padding: 9rem 0 4rem;
}

.page-hero--solo {
	grid-template-columns: minmax(0, 1fr);
}

.page-hero--solo .page-hero__content {
	max-width: 760px;
}

.page-hero--services .page-hero__content,
.page-template-template-services .page-hero__content {
	width: 100%;
	max-width: none;
}

.page-hero__quote {
	margin-top: 1.5rem;
	padding-top: 1.25rem;
	max-width: 420px;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.15rem;
	font-style: italic;
	color: var(--stone);
	border-top: 1px solid rgba(107, 101, 89, 0.2);
}

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

.page-hero__intro {
	white-space: normal;
}

.page-hero__intro p {
	margin: 0 0 8px;
}

.page-hero__intro > *:last-child {
	margin-bottom: 0;
}

.page-hero__art,
.single-entry__media,
.post-card__image-wrap {
	min-height: 420px;
}

.page-template-template-about .page-hero__media,
.page-template-template-about .page-hero__art {
	height: 500px;
	min-height: 500px;
}

.page-template-template-about .page-hero,
.page-template-template-about .content-shell {
	width: min(1080px, calc(100vw - 5rem));
}

.page-template-template-about .page-hero {
	align-items: start;
}

.page-template-template-about .page-hero__content {
	align-self: start;
}

.page-template-template-about .page-hero__intro {
	line-height: 1.6;
}

.page-template-template-about .entry-card--wide {
	max-width: 100%;
}

.page-template-template-methods .page-hero,
.page-template-template-methods .content-shell {
	width: min(1080px, calc(100vw - 5rem));
}

.page-template-template-methods .page-hero--methods {
	padding-bottom: 20px;
}

.page-template-template-methods .page-hero--solo .page-hero__content,
.page-template-template-methods .page-hero__content,
.page-template-template-methods .page-hero__intro {
	width: 100%;
	max-width: none;
}

.page-template-template-methods .page-hero__intro p,
.page-template-template-methods .page-hero__intro > div {
	margin: 0 0 8px;
}

.page-template-template-methods .page-hero__intro br {
	content: "";
	display: block;
	margin-top: 0.9rem;
}

.page-template-template-methods .entry-card--wide {
	max-width: 100%;
}

.methods-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.78fr);
	gap: 2rem;
	align-items: start;
}

.methods-sidebar {
	position: sticky;
	top: 7.5rem;
	align-self: start;
}

.page-template-template-methods .entry-card--single {
	max-width: none;
	margin: 0;
}

.page-template-template-methods .method-card {
	display: flex;
	align-items: stretch;
	padding: 2.2rem;
	background: #fff;
}

.page-template-template-methods .method-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding-right: 0;
}

.page-template-template-methods .method-card__excerpt {
	flex: 1 1 auto;
}

.page-template-template-methods .method-card__cta {
	align-self: flex-start;
}

.page-template-template-methods .method-card:hover .method-card__cta-arrow {
	transform: translateX(4px);
	color: var(--sage);
}

.page-template-template-about .page-hero__image {
	object-fit: contain;
	object-position: center;
}

.page-template-template-services .page-hero__media,
.page-template-template-services .page-hero__art {
	width: 50%;
	height: 210px;
	min-height: 210px;
	margin: 0 auto;
}

.single-service .page-hero__media,
.single-service .page-hero__art {
	height: 350px;
}

.single-service .page-hero__art {
	min-height: 350px;
}

.single-service .page-hero {
	width: min(1080px, calc(100vw - 5rem));
	grid-template-columns: 1fr;
	gap: 0;
	padding-bottom: 34px;
}

.single-service .page-hero__content,
.single-service .page-hero__intro,
.single-service .service-meta-list {
	width: 100%;
	max-width: none;
}

.single-service .service-meta-list {
	margin: 2.4rem 0 0;
}

.single-service .page-hero__media {
	display: none;
}

.single-service .service-cards {
	position: static;
	left: auto;
	width: 100%;
	max-width: none;
	margin: 0;
	transform: none;
	align-self: start;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.single-service .content-shell--page {
	width: min(1080px, calc(100vw - 5rem));
}

.single-method .content-shell--page {
	padding-top: 9rem;
}

.content-shell__main {
	max-width: 860px;
	margin: 0 auto;
}

.entry-title {
	margin: 0 0 1.5rem;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(2rem, 3vw, 3rem);
	font-weight: 300;
	line-height: 1.15;
}

.page-hero__image,
.single-entry__image,
.post-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-meta-list span {
	display: inline-flex;
	align-items: center;
	padding: 0.55rem 1rem;
	font-size: 0.72rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--stone);
	background: rgba(138, 158, 135, 0.12);
}

.content-shell {
	width: var(--container);
	margin: 0 auto;
	padding: 0 0 6rem;
}

.content-shell--narrow {
	width: var(--container-narrow);
}

.content-shell--page {
	padding-bottom: 7rem;
}

.services-groups--page {
	width: 100%;
	padding: 3rem;
	background: #f5f0e8;
}

.story-grid,
.contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.8fr);
	gap: 2rem;
	align-items: start;
}

.page-template-template-contact .page-hero--contact {
	padding-top: 112px;
	padding-bottom: 0rem;
}

.page-template-template-contact .page-hero--contact .page-hero__title {
	margin-top: 0;
}

.page-template-template-contact .content-shell--page {
	padding-bottom: 7rem;
}

.page-template-template-contact .contact-layout {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(2.75rem, 4vw, 4rem);
}

.page-template-template-contact .contact-form-card {
	width: 100%;
	background: rgba(255, 255, 255, 0.62);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(138, 158, 135, 0.34);
	box-shadow:
		inset 0 0 0 1px rgba(255, 255, 255, 0.74),
		0 26px 72px rgba(74, 74, 74, 0.11);
}

.page-template-template-contact .section-label {
	display: none;
}

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

.stats-card {
	padding: 1rem 0 0;
	border-top: 1px solid var(--border);
}

.detail-list {
	margin: 0;
	padding-left: 1.2rem;
	color: var(--stone);
}

.story-panel__title {
	margin: 0 0 0.8rem;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.2;
}

.story-panel--cta {
	max-width: 760px;
	margin-top: 2rem;
}

.contact-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.contact-details p {
	margin: 0;
	padding-top: 1rem;
	border-top: 1px solid var(--border);
}

.contact-details__social a {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}

.contact-details__social i {
	color: var(--sage);
	font-size: 1.05rem;
}

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

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

.entry-content h2,
.entry-content h3 {
	margin: 2rem 0 1rem;
	font-family: "Cormorant Garamond", serif;
	font-weight: 300;
	line-height: 1.2;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.25rem;
}

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

.post-card {
	display: flex;
	flex-direction: column;
}

.post-card__image-wrap {
	height: 280px;
}

.post-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 2rem;
}

.post-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1.75rem;
}

.post-card__title {
	margin: 0;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.9rem;
	font-weight: 300;
	line-height: 1.15;
}

.post-card__title a:hover {
	color: var(--sage);
}

.pagination-wrap {
	grid-column: 1 / -1;
	padding-top: 1rem;
}

.pagination-wrap .nav-links {
	gap: 0.8rem;
}

.pagination-wrap .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	min-height: 42px;
	padding: 0 0.8rem;
	border: 1px solid var(--border);
}

.pagination-wrap .current {
	color: var(--warm-white);
	background: var(--warm-neutral);
	border-color: var(--warm-neutral);
}

.nav-links .page_item.current_page_item > a,
.nav-links .current-menu-item > a {
	color: var(--sage);
}

.single-entry__meta,
.footer-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.4rem;
}

.site-footer {
	width: var(--container);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 2rem;
	align-items: start;
	padding: 3rem 0 4rem;
	border-top: 1px solid rgba(138, 158, 135, 0.15);
}

.site-footer__brand {
	max-width: 420px;
}

.site-footer__nav {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 1rem;
}

.footer-meta a {
	font-size: 0.82rem;
	color: var(--muted);
}

.footer-meta a:hover {
	color: var(--sage);
}

.empty-state {
	padding: 5rem 0;
	text-align: center;
}

.reveal {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.visible {
	opacity: 1;
	transform: translateY(0);
}

.reveal-delay-1 {
	transition-delay: 0.1s;
}

.reveal-delay-2 {
	transition-delay: 0.2s;
}

.reveal-delay-3 {
	transition-delay: 0.3s;
}

body.menu-open {
	overflow: hidden;
}

@keyframes pp-marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

@keyframes pp-hero-image {
	0% {
		transform: scale(1.08) translate3d(0, 0, 0);
	}

	50% {
		transform: scale(1.12) translate3d(-1.2%, 1%, 0);
	}

	100% {
		transform: scale(1.09) translate3d(1.1%, -0.8%, 0);
	}
}

@keyframes pp-hero-glow {
	0% {
		transform: scale(1) translate3d(0, 0, 0);
		opacity: 0.72;
	}

	100% {
		transform: scale(1.06) translate3d(1.5%, -1%, 0);
		opacity: 0.95;
	}
}

@keyframes pp-hero-halo {
	0% {
		transform: scale(0.96) rotate(0deg);
		opacity: 0.35;
	}

	50% {
		transform: scale(1.02) rotate(4deg);
		opacity: 0.55;
	}

	100% {
		transform: scale(0.98) rotate(-4deg);
		opacity: 0.4;
	}
}

@keyframes pp-hero-stat {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(0, -8px, 0);
	}
}

@keyframes pp-hero-quote {
	0%,
	100% {
		transform: translate3d(0, 0, 0);
	}

	50% {
		transform: translate3d(0, 7px, 0);
	}
}

@keyframes pp-hero-figure {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(0deg);
	}

	50% {
		transform: translate3d(0, 12px, 0) rotate(1deg);
	}
}

@keyframes pp-hero-ring-outer {
	0%,
	100% {
		transform: scale(1) rotate(0deg);
		opacity: 1;
	}

	50% {
		transform: scale(1.03) rotate(3deg);
		opacity: 0.82;
	}
}

@keyframes pp-hero-ring-inner {
	0%,
	100% {
		transform: scale(1) rotate(0deg);
		opacity: 1;
	}

	50% {
		transform: scale(0.97) rotate(-4deg);
		opacity: 0.74;
	}
}

@keyframes pp-hero-head {
	0%,
	100% {
		transform: translate3d(0, 0, 0) scale(1);
	}

	50% {
		transform: translate3d(0, -10px, 0) scale(1.05);
	}
}

@keyframes pp-hero-core {
	0%,
	100% {
		transform: scaleY(1) translate3d(0, 0, 0);
		opacity: 1;
	}

	50% {
		transform: scaleY(1.06) translate3d(0, 6px, 0);
		opacity: 0.9;
	}
}

@keyframes pp-hero-side-left {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(0deg);
		opacity: 1;
	}

	50% {
		transform: translate3d(-3px, 4px, 0) rotate(-7deg);
		opacity: 0.62;
	}
}

@keyframes pp-hero-side-right {
	0%,
	100% {
		transform: translate3d(0, 0, 0) rotate(0deg);
		opacity: 1;
	}

	50% {
		transform: translate3d(3px, 4px, 0) rotate(7deg);
		opacity: 0.62;
	}
}

@keyframes pp-hero-orbit {
	0% {
		transform: rotate(0deg) scale(1);
		opacity: 0.65;
	}

	50% {
		transform: rotate(180deg) scale(1.015);
		opacity: 0.4;
	}

	100% {
		transform: rotate(360deg) scale(1);
		opacity: 0.65;
	}
}

@keyframes pp-hero-orbit-reverse {
	0% {
		transform: rotate(0deg) scale(1);
		opacity: 0.4;
	}

	50% {
		transform: rotate(-180deg) scale(0.985);
		opacity: 0.2;
	}

	100% {
		transform: rotate(-360deg) scale(1);
		opacity: 0.4;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hero-shape svg,
	.hero-shape svg > *,
	.hero-shape--image .hero-image {
		animation: none !important;
	}
}

@media (max-width: 1120px) {
	:root {
		--container: min(100vw - 3rem, 1120px);
	}

	.services-grid--topics,
	.methods-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.post-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 920px) {
	.hero,
	.about,
	.process,
	.faq,
	.cta,
	.page-hero,
	.single-entry__hero,
	.story-grid,
	.methods-layout,
	.contact-layout,
	.services .services-header,
	.methods-header {
		grid-template-columns: 1fr;
	}

	.hero-right,
	.page-hero__art,
	.single-entry__media {
		min-height: 420px;
		height: auto;
	}

	.hero {
		min-height: auto;
		gap: 2.5rem;
	}

	.about {
		gap: 2rem;
		padding-top: 3rem;
		padding-bottom: 5rem;
	}

	.hero-left {
		margin-top: 0;
		transform: none;
	}

	.hero-sub {
		margin-bottom: 2rem;
	}

	.methods-sidebar {
		position: static;
	}

	.nav-toggle {
		display: inline-block;
	}

	.nav-panel {
		position: fixed;
		top: 82px;
		right: 1rem;
		left: 1rem;
		display: none;
		flex-direction: column;
		align-items: stretch;
		padding: 1.25rem;
		background: rgba(250, 248, 244, 0.98);
		border: 1px solid var(--border);
		box-shadow: var(--shadow);
	}

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

	.nav-links,
	.footer-links {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
	}

	.nav-cta {
		width: 100%;
	}

	.site-footer,
	.site-footer__nav {
		grid-template-columns: 1fr;
		align-items: flex-start;
	}

	.site-footer__nav {
		display: flex;
	}

	.faq-intro {
		position: static;
		max-width: none;
	}

	.cta {
		padding: 4rem 2.25rem;
	}

	.about-content {
		min-height: auto;
		height: auto;
		justify-content: flex-start;
		padding-top: 24px;
		padding-bottom: 0;
		padding-inline-start: 0;
		gap: 1.2rem;
	}

	.services-summary {
		max-width: none;
	}

	.about-sections {
		width: 100%;
		max-width: none;
		margin: 0;
		grid-template-columns: 1fr;
	}

	.about-cards {
		position: static;
		left: auto;
		width: 100%;
		max-width: none;
		margin: 2rem 0 0;
		transform: none;
		grid-template-columns: 1fr;
	}

	.services-credentials {
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	}

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

	.process {
		align-items: start;
	}

	.process-intro {
		align-content: start;
	}

	.page-template-template-contact .contact-layout {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
}

@media (max-width: 720px) {
	:root {
		--container: min(100vw - 1.5rem, 1000px);
		--container-narrow: min(100vw - 1.5rem, 760px);
	}

	.site-nav {
		width: calc(100vw - 1.5rem);
		gap: 1rem;
		padding: 1rem 0;
	}

	.nav-logo {
		max-width: calc(100vw - 5.25rem);
		font-size: 1rem;
		letter-spacing: 0.1em;
	}

	.hero,
	.about,
	.process,
	.faq,
	.cta,
	.page-hero,
	.single-entry__hero {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.hero,
	.hero--front {
		padding-top: 5.75rem;
		padding-bottom: 3rem;
	}

	.hero--front .hero-right {
		display: none;
	}

	.page-template-template-about .page-hero {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
		padding-top: 100px;
	}

	.page-template-template-services .page-hero.page-hero--solo.page-hero--services {
		padding-top: 100px;
	}

	.page-template-template-methods .page-hero.page-hero--solo.page-hero--methods {
		padding-top: 100px;
	}

	.page-template-template-services .services-groups.services-groups--page {
		padding-left: 10px;
		padding-right: 10px;
	}

	.single-service .page-hero.page-hero--service {
		padding-top: 100px;
	}

	.single-service .about-cards.service-cards {
		grid-template-columns: 1fr;
	}

	.about {
		gap: 1.5rem;
		padding-top: 2.35rem;
	}

	.services,
	.methods,
	.process,
	.testimonial {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.faq {
		gap: 2rem;
	}

	.services .services-header,
	.methods-header {
		margin-bottom: 2rem;
		gap: 1.6rem;
	}

	.methods-teaser .section-body {
		width: 100%;
		max-width: none;
	}

	.methods-teaser {
		padding: 20px 10px;
	}

	.about-feature {
		padding: 2rem 0;
	}

	.about-feature__inner {
		padding: 2rem 1.25rem;
	}

	.hero-right,
	.about-image,
	.page-hero__art,
	.single-entry__media,
	.post-card__image-wrap {
		min-height: 260px;
	}

	.about-image {
		height: min(320px, 82vw);
	}

	.about-content {
		padding-top: 0;
		gap: 1rem;
	}

	.about-copy {
		gap: 1.15rem;
	}

	.about-copy .about-copy__lead {
		font-size: 23px;
		line-height: 1.35;
	}

	.about-cta {
		margin-top: 0.4rem;
	}

	.hero-title {
		margin-bottom: 1.25rem;
		font-size: clamp(2.35rem, 11vw, 3.4rem);
	}

	.hero-sub {
		margin-bottom: 1.5rem;
		line-height: 1.55;
	}

	.credentials,
	.form-row,
	.services-grid,
	.methods-grid,
	.stats-grid {
		grid-template-columns: 1fr;
	}

	.contact-details {
		grid-template-columns: 1fr;
	}

	.credentials {
		display: grid;
	}

	.service-card,
	.method-card,
	.contact-form-card,
	.story-panel,
	.entry-card--single,
	.post-card__content {
		padding: 1.35rem;
	}

	.testimonial {
		padding-inline: 1rem;
	}

	.cta {
		padding: 2.4rem 1.2rem;
	}

	.cta-copy > .section-title {
		margin-bottom: 1.75rem;
	}

	.cta-copy > .contact-points {
		margin-top: 2.75rem;
	}

	.cta-copy > .contact-points::before {
		top: -1.4rem;
	}

	.content-shell,
	.content-shell--page,
	.page-template-template-contact .content-shell--page {
		padding-bottom: 4rem;
	}

	.single-method .content-shell--page {
		padding-top: 5rem;
	}

	.faq-question,
	.faq-answer {
		padding-inline: 1.2rem;
	}

	.faq-answer {
		padding-bottom: 1.2rem;
	}
}
