:root {
	--cream: #f5f0e8;
	--warm-white: #faf8f4;
	--sage: #8a9e87;
	--sage-light: #b8cbb5;
	--stone: #6b6559;
	--dark: #2c2a26;
	--muted: #9c9489;
	--accent: #c4a882;
	--border: rgba(138, 158, 135, 0.18);
	--shadow: 0 28px 80px rgba(44, 42, 38, 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;
	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;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.site-nav {
	width: var(--container);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	padding: 1.6rem 0;
	backdrop-filter: blur(12px);
	background: rgba(250, 248, 244, 0.85);
	border-bottom: 1px solid rgba(138, 158, 135, 0.12);
	transition: padding 0.3s ease, background 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-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(--dark);
	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: 0.95rem;
	line-height: 1.85;
	color: var(--stone);
}

.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-title {
	margin: 0 0 2rem;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(3rem, 5.2vw, 5.2rem);
	font-weight: 300;
	line-height: 1.08;
}

.hero-sub {
	max-width: 440px;
	margin: 0 0 3rem;
	font-size: 1rem;
	line-height: 1.75;
	color: var(--stone);
}

.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%;
}

.hero-image-wrap::before,
.about-image::after,
.service-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%);
}

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

.hero-quote {
	position: absolute;
	right: 2.4rem;
	bottom: 2.4rem;
	left: 2.4rem;
	padding-top: 1.2rem;
	font-family: "Cormorant Garamond", serif;
	font-size: 1.08rem;
	font-style: italic;
	line-height: 1.6;
	color: var(--stone);
	border-top: 1px solid rgba(107, 101, 89, 0.2);
}

.hero-stat {
	position: absolute;
	top: 2.4rem;
	right: 2.4rem;
	text-align: right;
}

.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);
	align-items: center;
	gap: 6rem;
	padding: 8rem 0;
}

.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;
}

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

.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: end;
}

.services-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);
}

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

.service-card:hover {
	background: var(--dark);
}

.service-card:hover .service-name,
.service-card:hover .service-desc,
.service-card:hover .service-num {
	color: rgba(255, 255, 255, 0.9);
}

.service-card:hover .service-icon-wrap {
	border-color: rgba(255, 255, 255, 0.18);
}

.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--large {
	position: absolute;
	top: 2rem;
	right: 2rem;
	width: 68px;
	height: 68px;
	z-index: 2;
}

.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;
}

.process {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
	gap: 6rem;
	align-items: start;
	padding: 8rem 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(--dark);
	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: 760px;
	margin: 0 auto 2rem;
	font-family: "Cormorant Garamond", serif;
	font-size: clamp(1.6rem, 3vw, 2.6rem);
	font-style: italic;
	font-weight: 300;
	line-height: 1.45;
	color: rgba(245, 240, 232, 0.92);
	transition: opacity 0.3s ease;
}

.testimonial-author {
	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: 8px;
	height: 8px;
	padding: 0;
	background: rgba(255, 255, 255, 0.2);
	border: 0;
	border-radius: 999px;
	cursor: pointer;
	transition: background 0.25s ease;
}

.dot.active {
	background: var(--sage-light);
}

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

.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;
}

.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(--dark);
	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__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__art,
.single-entry__media,
.post-card__image-wrap {
	min-height: 420px;
}

.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;
}

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

.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;
}

.services-page-intro {
	max-width: 820px;
	margin-bottom: 2rem;
}

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

.services-grid--page {
	width: 100%;
}

.service-card__link {
	margin-top: 1.5rem;
}

.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);
}

.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(--dark);
	border-color: var(--dark);
}

.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%);
	}
}

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

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

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

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

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

	.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;
	}
}

@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);
	}

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

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

	.hero-title {
		font-size: clamp(2.5rem, 12vw, 4rem);
	}

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

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

	.credentials {
		display: grid;
	}

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

	.testimonial {
		padding-inline: 1rem;
	}
}
