/*
Theme Name: Skelementor
Description: A lightweight WordPress theme rebuilt for a residential and commercial site work business.
Theme URI: https://mousebuilt.com.au/skelementor-theme/
Author: Mousebuilt (Konker), customized for site work services
Author URI: https://mousebuilt.com.au/
Version: 2.0.0
Requires at least: 5.8
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-logo, custom-menu, featured-images, one-column, two-columns
Text Domain: skelementor
*/

:root {
	--ink: #111111;
	--ink-soft: #2d353b;
	--muted: #6f6a62;
	--paper: #fbfaf7;
	--wash: #f2eee7;
	--stone: #d8cec0;
	--sage: #536a54;
	--clay: #9b4f35;
	--gold: #b88a44;
	--white: #ffffff;
	--line: rgba(17, 17, 17, 0.13);
	--shadow: 0 24px 70px rgba(17, 17, 17, 0.12);
	--radius: 8px;
	--shell: 1180px;
}

* {
	box-sizing: border-box;
}

html {
	line-height: 1.15;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--paper);
	color: var(--ink);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.55;
	text-rendering: geometricPrecision;
}

body.nav-is-open {
	overflow: hidden;
}

img {
	display: block;
	height: auto;
	max-width: 100%;
}

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

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

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
h2,
h3 {
	font-weight: 560;
	letter-spacing: 0;
	line-height: 0.98;
}

h1 {
	font-size: clamp(3rem, 8vw, 7.1rem);
	max-width: 10.8em;
}

h2 {
	font-size: clamp(2rem, 4.6vw, 4.2rem);
	max-width: 11.5em;
}

h3 {
	font-size: clamp(1.15rem, 2vw, 1.45rem);
	line-height: 1.1;
}

p {
	color: var(--muted);
}

.site-shell {
	margin-inline: auto;
	max-width: var(--shell);
	padding-inline: clamp(18px, 4vw, 34px);
	width: 100%;
}

.section-pad {
	padding-block: clamp(64px, 9vw, 124px);
}

.section-pad--top-none {
	padding-top: 0;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.eyebrow {
	color: var(--clay);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.btn {
	align-items: center;
	border: 1px solid var(--ink);
	border-radius: 4px;
	display: inline-flex;
	font-size: 0.88rem;
	font-weight: 700;
	justify-content: center;
	min-height: 48px;
	padding: 13px 20px;
	transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.btn:hover,
.btn:focus-visible {
	transform: translateY(-1px);
}

.btn--dark {
	background: var(--ink);
	color: var(--white);
}

.btn--dark:hover,
.btn--dark:focus-visible {
	background: var(--clay);
	border-color: var(--clay);
}

.btn--light {
	background: var(--white);
	border-color: var(--white);
	color: var(--ink);
}

.btn--ghost {
	background: transparent;
	color: var(--ink);
}

.btn--ghost:hover,
.btn--ghost:focus-visible {
	background: var(--ink);
	color: var(--white);
}

.btn--small {
	min-height: 42px;
	padding: 10px 16px;
}

.button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.text-link {
	border-bottom: 1px solid currentColor;
	color: var(--ink);
	display: inline-flex;
	font-weight: 700;
	padding-bottom: 4px;
}

.site-header {
	background: rgba(251, 250, 247, 0.94);
	border-bottom: 1px solid var(--line);
	position: sticky;
	top: 0;
	z-index: 50;
}

body.admin-bar .site-header {
	top: 32px;
}

.topline {
	background: var(--ink);
	color: var(--white);
	font-size: 0.78rem;
}

.topline__inner {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	min-height: 36px;
}

.nav-shell {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: auto 1fr auto;
	min-height: 78px;
}

.brand {
	align-items: center;
	display: inline-flex;
	gap: 12px;
	min-width: 0;
}

.custom-logo-link img {
	max-height: 58px;
	width: auto;
}

.brand__logo {
	border: 2px solid rgba(17, 17, 17, 0.1);
	border-radius: 50%;
	flex: 0 0 auto;
	height: 58px;
	object-fit: cover;
	width: 58px;
}

.brand__text {
	display: grid;
	gap: 2px;
}

.brand__text strong {
	font-size: 1rem;
	line-height: 1;
	white-space: nowrap;
}

.brand__text small {
	color: var(--muted);
	font-size: 0.74rem;
	font-weight: 700;
	white-space: nowrap;
}

.primary-navigation {
	justify-self: center;
}

.primary-navigation .menu {
	align-items: center;
	display: flex;
	gap: clamp(16px, 2.5vw, 30px);
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-navigation .menu > .menu-item {
	position: relative;
}

.primary-navigation a {
	color: var(--ink-soft);
	font-size: 0.9rem;
	font-weight: 700;
}

.primary-navigation a:hover,
.primary-navigation a:focus-visible {
	color: var(--clay);
}

.primary-navigation .sub-menu {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	display: none;
	gap: 0;
	left: 0;
	list-style: none;
	min-width: 270px;
	padding: 8px;
	position: absolute;
	top: 100%;
	z-index: 60;
}

.primary-navigation .menu-item-has-children:hover > .sub-menu,
.primary-navigation .menu-item-has-children:focus-within > .sub-menu {
	display: grid;
}

.primary-navigation .sub-menu a {
	border-radius: 4px;
	display: block;
	padding: 11px 12px;
	white-space: nowrap;
}

.primary-navigation .sub-menu a:hover,
.primary-navigation .sub-menu a:focus-visible {
	background: var(--wash);
}

.header-actions {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: flex-end;
}

.header-phone {
	color: var(--muted);
	font-size: 0.9rem;
	font-weight: 700;
	white-space: nowrap;
}

.nav-toggle {
	background: transparent;
	border: 0;
	display: none;
	height: 44px;
	justify-content: center;
	padding: 0;
	width: 44px;
}

.nav-toggle__bar {
	background: var(--ink);
	display: block;
	height: 2px;
	margin: 4px 0;
	width: 22px;
}

.hero--carousel {
	background: var(--ink);
	color: var(--white);
	min-height: min(860px, calc(100svh - 114px));
	overflow: hidden;
	position: relative;
}

.hero-carousel__slides,
.hero-carousel__slide {
	inset: 0;
	position: absolute;
}

.hero-carousel__slide {
	align-items: center;
	display: flex;
	opacity: 0;
	pointer-events: none;
	transition: opacity 700ms ease;
}

.hero-carousel__slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.hero-carousel__slide img {
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	transform: scale(1.035);
	transition: transform 5200ms ease;
	width: 100%;
}

.hero-carousel__slide.is-active img {
	transform: scale(1);
}

.hero-carousel__overlay {
	background: rgba(0, 0, 0, 0.64);
	inset: 0;
	position: absolute;
}

.hero-carousel__content {
	padding-block: clamp(72px, 11vw, 150px);
	position: relative;
	z-index: 2;
}

.hero-carousel__content .eyebrow {
	color: rgba(255, 255, 255, 0.74);
}

.hero-carousel__content h1 {
	color: var(--white);
	font-size: clamp(2.45rem, 6.2vw, 5.6rem);
	margin-bottom: 24px;
	max-width: 11em;
	text-wrap: balance;
}

.hero-carousel__content p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.82);
	font-size: clamp(1rem, 1.7vw, 1.28rem);
	margin-bottom: 30px;
	max-width: 670px;
}

.btn--hero {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.64);
	color: var(--white);
}

.btn--hero:hover,
.btn--hero:focus-visible {
	background: var(--white);
	border-color: var(--white);
	color: var(--ink);
}

.hero-carousel__controls {
	align-items: center;
	bottom: clamp(22px, 4vw, 42px);
	display: flex;
	justify-content: space-between;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	z-index: 3;
}

.hero-carousel__dots {
	display: flex;
	gap: 10px;
}

.hero-carousel__dot {
	background: rgba(255, 255, 255, 0.38);
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	height: 4px;
	padding: 0;
	width: clamp(36px, 5vw, 68px);
}

.hero-carousel__dot.is-active {
	background: var(--white);
}

.hero-carousel__count {
	align-items: center;
	color: rgba(255, 255, 255, 0.78);
	display: flex;
	font-size: 0.88rem;
	font-weight: 800;
	gap: 8px;
}

.section-heading {
	margin-bottom: clamp(28px, 5vw, 54px);
}

.section-heading--split {
	align-items: end;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.46fr);
}

.section-heading--split > p {
	margin-bottom: 0;
}

.feature-card-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	display: grid;
	overflow: hidden;
	transition: border-color 180ms ease, transform 180ms ease;
}

.feature-card:hover,
.feature-card:focus-visible {
	border-color: rgba(155, 79, 53, 0.5);
	transform: translateY(-3px);
}

.feature-card img {
	aspect-ratio: 4 / 5;
	object-fit: cover;
	width: 100%;
}

.feature-card__body {
	display: grid;
	gap: 10px;
	padding: 20px;
}

.feature-card__body strong {
	font-size: 1.28rem;
	line-height: 1.1;
}

.feature-card__body small {
	color: var(--muted);
	font-size: 0.92rem;
	line-height: 1.45;
}

.split-band {
	background: var(--ink);
	color: var(--white);
	padding-block: clamp(60px, 8vw, 110px);
}

.split-band p {
	color: rgba(255, 255, 255, 0.72);
}

.split-band .eyebrow {
	color: var(--gold);
}

.split-band__grid {
	align-items: center;
	display: grid;
	gap: clamp(28px, 6vw, 72px);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
}

.split-band__media img {
	aspect-ratio: 1.3 / 1;
	border-radius: var(--radius);
	object-fit: cover;
	width: 100%;
}

.split-band__copy .check-list li {
	border-color: rgba(255, 255, 255, 0.18);
	color: var(--white);
}

.check-list,
.service-list {
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.check-list li,
.service-list li {
	border-top: 1px solid var(--line);
	color: var(--ink-soft);
	padding: 14px 0 14px 26px;
	position: relative;
}

.check-list li::before,
.service-list li::before {
	background: var(--clay);
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	top: 22px;
	width: 8px;
}

.project-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.project-card {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
}

.project-card img {
	aspect-ratio: 16 / 11;
	object-fit: cover;
	width: 100%;
}

.project-card div {
	padding: 16px;
}

.project-card span {
	color: var(--clay);
	display: block;
	font-size: 0.75rem;
	font-weight: 800;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.project-card h3 {
	font-size: 1.12rem;
	margin-bottom: 0;
}

.process-strip {
	background: var(--wash);
	padding-block: clamp(44px, 7vw, 78px);
}

.process-strip__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-strip__grid > div,
.values-grid article {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: clamp(22px, 3vw, 34px);
}

.process-strip span,
.values-grid span {
	color: var(--clay);
	display: inline-block;
	font-weight: 800;
	margin-bottom: 28px;
}

.process-strip p,
.values-grid p {
	margin-bottom: 0;
}

.page-hero {
	background: var(--wash);
	border-bottom: 1px solid var(--line);
	padding-block: clamp(70px, 10vw, 132px);
}

.page-hero--photo {
	align-items: center;
	background: var(--ink);
	border-bottom: 0;
	color: var(--white);
	display: flex;
	min-height: 400px;
	overflow: hidden;
	padding-block: 52px;
	position: relative;
}

.page-hero--photo::before,
.page-hero--photo::after {
	content: "";
	inset: 0;
	position: absolute;
}

.page-hero--photo::before {
	background-image: var(--page-hero-image);
	background-position: center;
	background-size: cover;
	transform: scale(1.015);
}

.page-hero--photo::after {
	background: rgba(0, 0, 0, 0.62);
}

.page-hero__grid {
	align-items: end;
	display: grid;
	gap: clamp(22px, 5vw, 62px);
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
	position: relative;
	z-index: 2;
}

.page-hero h1 {
	font-size: clamp(2.8rem, 6.5vw, 6.2rem);
}

.page-hero--photo h1 {
	color: var(--white);
	font-size: clamp(2.15rem, 4.2vw, 3.8rem);
	margin-bottom: 0;
	max-width: 11.5em;
}

.page-hero p:not(.eyebrow) {
	font-size: 1.04rem;
	margin-bottom: 0;
}

.page-hero--photo .eyebrow {
	color: rgba(255, 255, 255, 0.74);
}

.page-hero--photo p:not(.eyebrow) {
	color: rgba(255, 255, 255, 0.82);
	max-width: 520px;
}

.service-list--compact {
	display: grid;
	gap: 0;
	margin-top: 2px;
}

.service-list--compact li {
	font-size: 0.96rem;
	padding-block: 12px;
}

.service-scope-band {
	background: var(--wash);
	padding-block: clamp(44px, 7vw, 82px);
}

.service-scope-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-scope-grid article {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: clamp(22px, 3vw, 34px);
}

.service-scope-grid span {
	color: var(--clay);
	display: block;
	font-size: 0.76rem;
	font-weight: 800;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.service-scope-grid h2 {
	font-size: clamp(1.35rem, 2.4vw, 2.1rem);
	margin-bottom: 14px;
}

.service-scope-grid p {
	margin-bottom: 0;
}

.service-audience--alt {
	background: var(--wash);
}

.service-audience__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.service-audience__panel {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
}

.service-audience__panel img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
	width: 100%;
}

.service-audience__panel .service-list {
	margin: 0;
	padding: clamp(20px, 3vw, 32px);
}

.service-audience__gallery {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-pages-band,
.related-services-band {
	background: var(--ink);
	color: var(--white);
	padding-block: clamp(58px, 8vw, 96px);
}

.service-pages-band p,
.related-services-band p,
.related-services-band .text-link {
	color: rgba(255, 255, 255, 0.72);
}

.service-pages-band .eyebrow,
.related-services-band .eyebrow {
	color: var(--gold);
}

.service-pages-band h2,
.related-services-band h2 {
	color: var(--white);
}

.service-page-grid,
.service-link-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-link-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-page-card,
.service-link-card {
	background: rgba(255, 255, 255, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: var(--radius);
	display: grid;
	overflow: hidden;
	transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.service-page-card:hover,
.service-page-card:focus-visible,
.service-link-card:hover,
.service-link-card:focus-visible {
	background: rgba(255, 255, 255, 0.11);
	border-color: rgba(255, 255, 255, 0.34);
	transform: translateY(-3px);
}

.service-page-card img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	width: 100%;
}

.service-page-card span,
.service-link-card span {
	color: var(--gold);
	font-size: 0.75rem;
	font-weight: 800;
	padding: 18px 18px 0;
	text-transform: uppercase;
}

.service-page-card strong,
.service-link-card strong {
	color: var(--white);
	font-size: 1.28rem;
	line-height: 1.08;
	padding: 8px 18px 10px;
}

.service-page-card small,
.service-link-card small {
	color: rgba(255, 255, 255, 0.68);
	font-size: 0.9rem;
	line-height: 1.45;
	padding: 0 18px 20px;
}

.service-detail-intro__grid {
	display: grid;
	gap: clamp(28px, 6vw, 72px);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
}

.service-detail-intro__grid > div:last-child > p {
	font-size: 1.08rem;
}

.service-detail-list {
	margin-top: 28px;
}

.service-detail-process {
	background: var(--wash);
	padding-block: clamp(44px, 7vw, 82px);
}

.service-detail-process__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-detail-process article {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: clamp(22px, 3vw, 34px);
}

.service-detail-process span {
	color: var(--clay);
	display: inline-block;
	font-weight: 800;
	margin-bottom: 24px;
}

.service-detail-process h2 {
	font-size: clamp(1.35rem, 2.4vw, 2.1rem);
	margin-bottom: 14px;
}

.service-detail-process p {
	margin-bottom: 0;
}

.about-story__grid {
	align-items: center;
	display: grid;
	gap: clamp(28px, 6vw, 70px);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
}

.about-story__image img {
	aspect-ratio: 1.18 / 1;
	border-radius: var(--radius);
	object-fit: cover;
	width: 100%;
}

.values-band {
	background: var(--ink);
	padding-block: clamp(56px, 8vw, 96px);
}

.values-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.values-grid article {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.14);
}

.values-grid h2 {
	color: var(--white);
	font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.values-grid p {
	color: rgba(255, 255, 255, 0.7);
}

.two-column-text {
	display: grid;
	gap: clamp(28px, 6vw, 80px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-grid {
	align-items: start;
	display: grid;
	gap: clamp(26px, 5vw, 58px);
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
}

.contact-panel,
.contact-form {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: clamp(24px, 4vw, 42px);
}

.contact-panel {
	position: sticky;
	top: 132px;
}

.contact-direct {
	border-top: 1px solid var(--line);
	display: grid;
	gap: 8px;
	margin-top: 28px;
	padding-top: 26px;
}

.contact-direct h3 {
	margin-bottom: 8px;
}

.contact-direct a,
.contact-direct span {
	color: var(--muted);
	font-weight: 700;
}

.contact-form {
	display: grid;
	gap: 18px;
}

.contact-form label {
	display: grid;
	gap: 8px;
}

.contact-form label span {
	font-size: 0.84rem;
	font-weight: 800;
}

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

.contact-form input,
.contact-form select,
.contact-form textarea {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 4px;
	color: var(--ink);
	min-height: 50px;
	padding: 13px 14px;
	width: 100%;
}

.contact-form textarea {
	min-height: 170px;
	resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: var(--clay);
	outline: 2px solid rgba(155, 79, 53, 0.16);
}

.form-message {
	border-radius: 4px;
	font-weight: 800;
	padding: 14px 16px;
}

.form-message--success {
	background: rgba(83, 106, 84, 0.13);
	color: var(--sage);
}

.form-message--error {
	background: rgba(155, 79, 53, 0.12);
	color: var(--clay);
}

.footer-cta {
	background: var(--clay);
	color: var(--white);
	padding-block: clamp(40px, 7vw, 76px);
}

.footer-cta .eyebrow,
.footer-cta p {
	color: rgba(255, 255, 255, 0.78);
}

.footer-cta h2 {
	margin-bottom: 0;
}

.footer-cta__inner {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.site-footer {
	background: var(--ink);
	color: var(--white);
}

.footer-grid {
	display: grid;
	gap: 34px;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	padding-block: clamp(42px, 7vw, 72px);
}

.footer-grid h3 {
	font-size: 0.96rem;
	margin-bottom: 16px;
}

.footer-grid p,
.footer-grid a,
.footer-grid span {
	color: rgba(255, 255, 255, 0.66);
	display: block;
	margin-bottom: 10px;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
	color: var(--white);
}

.footer-grid .footer-brand {
	align-items: center;
	color: var(--white);
	display: inline-flex;
	font-weight: 800;
	gap: 10px;
	margin-bottom: 18px;
}

.footer-brand span {
	color: var(--white);
	margin-bottom: 0;
}

.footer-brand__logo {
	background: var(--white);
	border: 2px solid rgba(255, 255, 255, 0.72);
	border-radius: 50%;
	flex: 0 0 auto;
	height: 52px;
	object-fit: cover;
	width: 52px;
}

.footer-bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	color: rgba(255, 255, 255, 0.58);
	display: flex;
	font-size: 0.84rem;
	justify-content: space-between;
	padding-block: 18px;
}

.content-page .page-content,
.post-list {
	max-width: 880px;
}

.page-content {
	font-size: 1.04rem;
}

.page-content a {
	border-bottom: 1px solid currentColor;
	font-weight: 700;
}

.page-content img {
	border-radius: var(--radius);
}

.single-media img {
	aspect-ratio: 16 / 8;
	border-radius: var(--radius);
	margin-top: clamp(28px, 5vw, 60px);
	object-fit: cover;
	width: 100%;
}

.post-list {
	display: grid;
	gap: 22px;
}

.post-card {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	display: grid;
	grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
	overflow: hidden;
}

.post-card__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.post-card__body {
	padding: 24px;
}

.post-card h2 {
	font-size: clamp(1.5rem, 3vw, 2.4rem);
	margin-bottom: 12px;
}

.empty-state {
	background: var(--white);
	border: 1px solid var(--line);
	border-radius: var(--radius);
	padding: 34px;
}

.alignright {
	float: right;
	margin: 0 0 1rem 1.5rem;
}

.alignleft {
	float: left;
	margin: 0 1.5rem 1rem 0;
}

.aligncenter {
	display: block;
	margin-inline: auto;
	text-align: center;
}

.wp-caption,
.gallery-caption,
.wp-caption-text,
.bypostauthor,
.sticky {
	max-width: 100%;
}

@media (max-width: 1040px) {
	.header-actions {
		display: none;
	}

	.nav-shell {
		grid-template-columns: auto auto;
		justify-content: space-between;
	}

	.nav-toggle {
		align-items: center;
		display: grid;
	}

	.primary-navigation {
		background: var(--paper);
		border-top: 1px solid var(--line);
		box-shadow: var(--shadow);
		display: none;
		grid-column: 1 / -1;
		justify-self: stretch;
		margin-inline: calc(clamp(18px, 4vw, 34px) * -1);
		padding: 18px clamp(18px, 4vw, 34px) 24px;
	}

	.primary-navigation.is-open {
		display: block;
	}

	.primary-navigation .menu {
		align-items: stretch;
		display: grid;
		gap: 0;
	}

	.primary-navigation a {
		border-bottom: 1px solid var(--line);
		display: block;
		padding: 15px 0;
	}

	.primary-navigation .sub-menu {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		display: grid;
		min-width: 0;
		padding: 0 0 0 18px;
		position: static;
	}

	.primary-navigation .sub-menu a {
		border-radius: 0;
		padding: 13px 0;
		white-space: normal;
	}

	.primary-navigation .sub-menu a:hover,
	.primary-navigation .sub-menu a:focus-visible {
		background: transparent;
	}

	.page-hero__grid,
	.section-heading--split,
	.split-band__grid,
	.about-story__grid,
	.contact-grid,
	.service-audience__grid,
	.service-detail-intro__grid {
		grid-template-columns: 1fr;
	}

	.feature-card-grid,
	.service-page-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hero--carousel {
		min-height: 720px;
	}

	.contact-panel {
		position: static;
	}

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

@media (max-width: 782px) {
	body.admin-bar .site-header {
		top: 46px;
	}

	.topline__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
		justify-content: center;
		padding-block: 8px;
	}

	.feature-card-grid,
	.project-grid,
	.process-strip__grid,
	.service-scope-grid,
	.service-audience__gallery,
	.service-detail-process__grid,
	.service-link-grid,
	.values-grid,
	.two-column-text,
	.form-row,
	.footer-grid,
	.project-grid--compact {
		grid-template-columns: 1fr;
	}

	.hero--carousel {
		min-height: 690px;
	}

	.hero-carousel__content {
		padding-bottom: 110px;
		padding-top: 74px;
	}

	.hero-carousel__content h1 {
		font-size: clamp(2.15rem, 9vw, 3.75rem);
	}

	.hero-carousel__controls {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.page-hero--photo {
		min-height: 400px;
		padding-block: 42px;
	}

	.footer-cta__inner,
	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

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

	.post-card__image img {
		aspect-ratio: 16 / 10;
	}
}

@media (max-width: 560px) {
	h1 {
		font-size: clamp(2.6rem, 13vw, 4rem);
	}

	h2,
	.page-hero h1 {
		font-size: clamp(2rem, 10vw, 3.2rem);
	}

	.brand__text small {
		display: none;
	}

	.btn {
		width: 100%;
	}

	.button-row {
		width: 100%;
	}
}
