:root {
	--bg: #f3eee3;
	--bg-strong: #0d2037;
	--surface: rgba(255, 252, 245, 0.82);
	--surface-strong: #fffaf0;
	--surface-dark: #102740;
	--text: #13253d;
	--text-soft: #4e6279;
	--text-on-dark: #f5f1e7;
	--accent: #bb7d22;
	--accent-strong: #8e5d14;
	--mint: #7ea3a0;
	--line: rgba(19, 37, 61, 0.12);
	--shadow: 0 22px 60px rgba(13, 32, 55, 0.14);
	--shadow-strong: 0 26px 90px rgba(5, 16, 30, 0.24);
	--radius: 28px;
	--radius-sm: 18px;
	--container: min(1180px, calc(100vw - 40px));
	--clearharbor-header-offset: 80px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Sora", sans-serif;
	color: var(--text);
	background:
		radial-gradient(circle at top left, rgba(187, 125, 34, 0.16), transparent 32%),
		radial-gradient(circle at 80% 8%, rgba(126, 163, 160, 0.22), transparent 26%),
		linear-gradient(180deg, #f7f3eb 0%, #f3eee3 40%, #eef2ef 100%);
	line-height: 1.65;
}

body::before {
	content: "";
	position: fixed;
	inset: 0;
	background-image:
		linear-gradient(rgba(19, 37, 61, 0.03) 1px, transparent 1px),
		linear-gradient(90deg, rgba(19, 37, 61, 0.03) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 70%);
	pointer-events: none;
	z-index: -2;
}

body::after {
	content: "";
	position: fixed;
	inset: auto -10vw -25vh auto;
	width: 45vw;
	height: 45vw;
	background: radial-gradient(circle, rgba(187, 125, 34, 0.18), transparent 66%);
	filter: blur(40px);
	pointer-events: none;
	z-index: -2;
}

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

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

p,
ul,
ol {
	margin-top: 0;
}

h1,
h2,
h3,
h4 {
	margin: 0 0 0.75rem;
	font-family: "Fraunces", serif;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.03em;
}

h1 {
	font-size: clamp(3rem, 8vw, 5.8rem);
	max-width: 12ch;
}

h2 {
	font-size: clamp(2rem, 4vw, 3.4rem);
	max-width: 16ch;
}

h3 {
	font-size: clamp(1.2rem, 2vw, 1.6rem);
}

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

.section-shell {
	width: var(--container);
	margin: 0 auto;
}

.section-space {
	padding: 0 0 6.5rem;
}

.home.ast-page-builder-template .site-content,
.home.ast-page-builder-template #primary,
.home.ast-page-builder-template #content {
	margin: 0;
	padding: 0;
}

.home.ast-page-builder-template .ast-container {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	display: block;
}

.section-band {
	padding: 6.5rem 0;
	background: linear-gradient(180deg, rgba(16, 39, 64, 0.97), rgba(14, 32, 53, 0.98));
	color: var(--text-on-dark);
	position: relative;
	overflow: hidden;
}

.section-band::before {
	content: "";
	position: absolute;
	inset: auto auto 0 -10%;
	width: 42rem;
	height: 42rem;
	background: radial-gradient(circle, rgba(126, 163, 160, 0.18), transparent 66%);
	filter: blur(30px);
}

.section-heading {
	display: grid;
	gap: 1rem;
	margin-bottom: 2.5rem;
}

.section-tag {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	margin: 0 0 1rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: var(--accent-strong);
}

.section-tag::before {
	content: "";
	width: 28px;
	height: 1px;
	background: currentColor;
}

.section-band .section-tag,
.panel--dark .section-tag {
	color: #d4b27d;
}

.site-shell {
	position: relative;
	isolation: isolate;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 20;
	padding: 18px 0;
	backdrop-filter: blur(18px);
	background: linear-gradient(180deg, rgba(247, 243, 235, 0.88), rgba(247, 243, 235, 0.58));
	border-bottom: 1px solid rgba(19, 37, 61, 0.08);
}

.site-header__inner {
	width: var(--container);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.brand-lockup {
	display: grid;
	gap: 0.2rem;
	min-width: 0;
}

.brand-lockup__eyebrow {
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	color: var(--text-soft);
}

.brand-lockup__name {
	font-family: "Fraunces", serif;
	font-size: clamp(1.35rem, 2vw, 1.75rem);
	line-height: 1;
}

.site-navigation {
	display: flex;
	align-items: center;
	gap: 1.3rem;
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.2rem;
}

.menu a {
	display: inline-flex;
	padding: 0.45rem 0;
	font-size: 0.93rem;
	font-weight: 600;
	color: var(--text-soft);
	transition: color 0.2s ease;
}

.menu a:hover,
.menu .current-menu-item a,
.menu .current_page_item a {
	color: var(--text);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.7rem;
	min-height: 52px;
	padding: 0.95rem 1.4rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.92rem;
	letter-spacing: 0.01em;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		background 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease;
}

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

.button-primary {
	color: #fff7eb;
	background: linear-gradient(135deg, var(--accent) 0%, #d79d42 100%);
	box-shadow: 0 16px 40px rgba(187, 125, 34, 0.28);
}

.button-primary:hover {
	box-shadow: 0 20px 44px rgba(187, 125, 34, 0.36);
}

.button-secondary {
	background: rgba(255, 255, 255, 0.55);
	border-color: rgba(19, 37, 61, 0.14);
	color: var(--text);
}

.button-secondary:hover {
	background: rgba(255, 255, 255, 0.88);
}

.hero {
	padding: 4.2rem 0 5.8rem;
}

.hero--front {
	padding-top: 0;
	padding-bottom: 0;
}

.hero--front .section-shell {
	width: 100%;
	max-width: none;
}

.hero--front .hero__grid {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	padding: 0;
	border-radius: 0;
	overflow: hidden;
	align-items: stretch;
	min-height: 520px;
	background:
		linear-gradient(90deg, rgba(247, 243, 235, 0.82) 0%, rgba(247, 243, 235, 0.66) 28%, rgba(247, 243, 235, 0.28) 48%, rgba(13, 32, 55, 0.08) 100%),
		url("../img/hero-refund-happy-money.jpg") 69% center / cover no-repeat;
	box-shadow: 0 35px 90px rgba(13, 32, 55, 0.18);
}

.hero--front .hero__grid::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 14% 18%, rgba(255, 250, 240, 0.46), transparent 24%),
		radial-gradient(circle at 82% 22%, rgba(126, 163, 160, 0.14), transparent 20%);
	pointer-events: none;
}

.hero__grid,
.page-hero__grid,
.split-section,
.contact-strip,
.faq-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
	gap: 2rem;
	align-items: start;
}

.hero__content {
	display: grid;
	gap: 0.8rem;
	width: min(100%, 680px);
	padding: clamp(0.9rem, 2.2vw, 1.45rem) clamp(0.95rem, 2.3vw, 1.8rem) clamp(1rem, 2.3vw, 1.55rem);
	position: relative;
	z-index: 1;
	max-width: 680px;
	background: none;
	border: 0;
	backdrop-filter: none;
	box-shadow: none;
}

.hero__content h1 {
	font-size: clamp(2rem, 3.9vw, 3.45rem);
	max-width: 12ch;
	line-height: 0.98;
	letter-spacing: -0.04em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42), 0 10px 24px rgba(247, 243, 235, 0.22);
}

.hero__lead {
	max-width: 50ch;
	font-size: 0.96rem;
}

.hero__content .section-tag {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.28);
}

.hero-support {
	padding-top: 1.5rem;
}

.hero-support__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
	gap: 1.6rem;
	align-items: start;
}

.hero-support__content {
	display: grid;
	gap: 1.35rem;
	padding: clamp(1.45rem, 2.8vw, 2.15rem);
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(247, 241, 229, 0.9)),
		radial-gradient(circle at top right, rgba(212, 170, 103, 0.18), transparent 30%);
	border: 1px solid rgba(166, 126, 57, 0.16);
	box-shadow:
		0 22px 50px rgba(19, 37, 61, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.hero-support__content::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, rgba(212, 170, 103, 0.6), rgba(212, 170, 103, 0));
}

.hero-support__content::after {
	content: "";
	position: absolute;
	top: -80px;
	right: -40px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(212, 170, 103, 0.14), transparent 68%);
	pointer-events: none;
}

.hero-support__content .hero__lead {
	max-width: 34ch;
	font-size: 1.08rem;
	line-height: 1.72;
	color: #536984;
	position: relative;
	z-index: 1;
}

.hero-support__content .hero__actions {
	margin-top: 0.35rem;
	display: grid;
	gap: 0.95rem;
	position: relative;
	z-index: 1;
}

.hero-support__content .hero__facts {
	margin-top: 0.15rem;
	gap: 0.9rem;
	position: relative;
	z-index: 1;
}

.hero-support__content .button {
	width: 100%;
	min-height: 56px;
	font-size: 0.98rem;
	letter-spacing: -0.01em;
}

.hero-support__content .button-primary {
	background: linear-gradient(135deg, #c98723 0%, #dea03d 100%);
	box-shadow: 0 14px 32px rgba(187, 125, 34, 0.22);
}

.hero-support__content .button-secondary {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 243, 236, 0.96));
	border-color: rgba(19, 37, 61, 0.12);
	box-shadow:
		0 10px 28px rgba(19, 37, 61, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.hero-support__content .hero__facts li {
	align-items: center;
	padding: 0.9rem 1rem;
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(247, 241, 229, 0.68));
	border: 1px solid rgba(166, 126, 57, 0.1);
	box-shadow: 0 10px 24px rgba(19, 37, 61, 0.04);
}

.hero-support__content .hero__facts .icon-mark {
	width: 44px;
	height: 44px;
	margin: 0;
	border-radius: 16px;
	flex: 0 0 44px;
	background: linear-gradient(135deg, rgba(212, 170, 103, 0.22), rgba(212, 170, 103, 0.08));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.hero-support__content .hero__facts .icon-mark svg {
	width: 20px;
	height: 20px;
}

.hero-support__content .hero__facts li:nth-child(2) {
	transform: translateX(8px);
}

.hero-support__content .hero__facts li:nth-child(3) {
	transform: translateX(16px);
}

.hero__lead,
.page-hero p,
.section-heading p,
.split-section p,
.contact-strip p,
.service-card p,
.scenario-card p,
.timeline__item p,
.panel p {
	color: var(--text-soft);
	font-size: 1rem;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.95rem;
}

.hero__facts {
	list-style: none;
	padding: 0;
	margin: 0.5rem 0 0;
	display: grid;
	gap: 0.8rem;
}

.hero__facts li,
.bullet-list li {
	display: flex;
	align-items: flex-start;
	gap: 0.8rem;
}

.hero__facts .icon-mark {
	margin-top: 0.1rem;
}

.hero__stack,
.stacked-cards,
.content-stack {
	display: grid;
	gap: 1.2rem;
}

.hero__stack {
	position: relative;
	z-index: 1;
	align-self: stretch;
}

.panel,
.service-card,
.scenario-card,
.faq-item,
.content-panel,
.footer-cta {
	position: relative;
	background: var(--surface);
	border: 1px solid rgba(19, 37, 61, 0.08);
	border-radius: var(--radius);
	box-shadow: var(--shadow);
	backdrop-filter: blur(14px);
}

.panel {
	padding: 1.7rem;
}

.panel--soft {
	background: linear-gradient(180deg, rgba(255, 252, 245, 0.92), rgba(250, 246, 238, 0.78));
}

.panel--dark {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
		linear-gradient(180deg, rgba(17, 37, 60, 0.98), rgba(9, 25, 42, 0.98));
	border-color: rgba(255, 255, 255, 0.08);
	box-shadow: var(--shadow-strong);
	color: var(--text-on-dark);
}

.panel--dark h2,
.panel--dark h3,
.panel--dark strong {
	color: var(--text-on-dark);
}

.panel--dark p,
.section-band p,
.section-band .timeline__item p,
.section-band .section-heading p,
.panel--dark .dashboard-list span {
	color: rgba(245, 241, 231, 0.78);
}

.dashboard-card {
	padding: clamp(1.8rem, 2.6vw, 2.3rem);
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(212, 170, 103, 0.08), rgba(212, 170, 103, 0) 38%),
		radial-gradient(circle at top right, rgba(87, 131, 163, 0.16), transparent 34%),
		linear-gradient(180deg, rgba(24, 49, 78, 0.98), rgba(7, 23, 40, 1));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow:
		0 28px 70px rgba(5, 16, 30, 0.32),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	isolation: isolate;
}

.dashboard-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(115deg, rgba(255, 255, 255, 0.08), transparent 22%),
		radial-gradient(circle at 78% 18%, rgba(212, 170, 103, 0.12), transparent 22%);
	pointer-events: none;
}

.dashboard-card::after {
	content: "";
	position: absolute;
	inset: auto -12% -32% auto;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(18, 88, 150, 0.24), transparent 68%);
	filter: blur(18px);
	pointer-events: none;
}

.dashboard-card__eyebrow {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: rgba(244, 232, 210, 0.74);
	margin-bottom: 1.25rem;
	position: relative;
	z-index: 1;
}

.dashboard-card h2 {
	position: relative;
	z-index: 1;
	max-width: 11ch;
	margin-bottom: 1.55rem;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 0.98;
	letter-spacing: -0.045em;
	text-wrap: balance;
	text-shadow: 0 16px 38px rgba(3, 10, 18, 0.3);
}

.dashboard-list {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0 0;
	display: grid;
	gap: 0.95rem;
	position: relative;
	z-index: 1;
}

.dashboard-list li {
	padding: 1rem 1rem 1.05rem;
	border-top: 0;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.dashboard-list strong {
	display: block;
	margin-bottom: 0.38rem;
	font-size: 1.04rem;
	letter-spacing: -0.02em;
}

.dashboard-list span {
	display: block;
	max-width: 30ch;
	font-size: 0.98rem;
	line-height: 1.65;
}

.dashboard-note {
	padding: 1.55rem 1.45rem 1.6rem;
	background:
		linear-gradient(180deg, rgba(255, 252, 245, 0.95), rgba(248, 242, 232, 0.88)),
		radial-gradient(circle at top right, rgba(212, 170, 103, 0.14), transparent 28%);
	border: 1px solid rgba(166, 126, 57, 0.16);
	box-shadow:
		0 18px 40px rgba(19, 37, 61, 0.09),
		inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.dashboard-note .section-tag {
	margin-bottom: 1.1rem;
	color: #4f6580;
}

.dashboard-note .section-tag::before {
	background: rgba(79, 101, 128, 0.55);
}

.chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.chip-row span {
	display: inline-flex;
	align-items: center;
	padding: 0.72rem 1rem;
	border-radius: 999px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 237, 226, 0.92));
	border: 1px solid rgba(19, 37, 61, 0.08);
	box-shadow:
		0 8px 18px rgba(19, 37, 61, 0.05),
		inset 0 1px 0 rgba(255, 255, 255, 0.86);
	color: #24364d;
	font-size: 0.89rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}

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

.card-grid--services {
	grid-template-columns: 1fr;
	gap: 1rem;
}

.scenario-card,
.content-panel {
	padding: 1.7rem;
}

.service-card {
	padding: 0;
	overflow: hidden;
	background:
		linear-gradient(180deg, rgba(255, 252, 245, 0.96), rgba(248, 242, 232, 0.86)),
		radial-gradient(circle at top right, rgba(212, 170, 103, 0.12), transparent 26%);
	border: 1px solid rgba(166, 126, 57, 0.14);
	box-shadow:
		0 18px 40px rgba(19, 37, 61, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.72);
	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease,
		border-color 0.22s ease,
		background 0.22s ease;
}

.service-card[open] {
	transform: translateY(-2px);
	border-color: rgba(187, 125, 34, 0.2);
	box-shadow:
		0 24px 56px rgba(19, 37, 61, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.78);
	background:
		linear-gradient(180deg, rgba(255, 252, 245, 0.98), rgba(247, 239, 226, 0.9)),
		radial-gradient(circle at top right, rgba(212, 170, 103, 0.16), transparent 30%);
}

.service-card__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.2rem;
	padding: 1.5rem 1.7rem;
	cursor: pointer;
	list-style: none;
}

.service-card__summary::-webkit-details-marker {
	display: none;
}

.service-card__headline {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1rem;
	align-items: center;
}

.service-card__title-wrap {
	display: grid;
	gap: 0.28rem;
}

.service-card h3 {
	margin: 0;
	max-width: none;
	font-size: clamp(1.28rem, 2vw, 1.55rem);
}

.service-card .icon-mark {
	width: 54px;
	height: 54px;
	margin: 0;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(212, 170, 103, 0.18), rgba(212, 170, 103, 0.08));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.service-card__meta {
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--accent-strong);
}

.service-card__toggle {
	position: relative;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 237, 226, 0.88));
	border: 1px solid rgba(19, 37, 61, 0.08);
	box-shadow:
		0 8px 18px rgba(19, 37, 61, 0.05),
		inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.service-card__toggle::before,
.service-card__toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	border-radius: 999px;
	background: var(--text);
	transform: translate(-50%, -50%);
	transition: transform 0.22s ease, opacity 0.22s ease;
}

.service-card__toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.service-card[open] .service-card__toggle::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg) scaleX(0.3);
}

.service-card__body {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.28s ease;
}

.service-card[open] .service-card__body {
	grid-template-rows: 1fr;
}

.service-card__body-inner {
	overflow: hidden;
	padding: 0 1.7rem 1.55rem 4.95rem;
}

.service-card__body-inner::before {
	content: "";
	display: block;
	height: 1px;
	margin: 0 0 1rem;
	background: linear-gradient(90deg, rgba(19, 37, 61, 0.12), rgba(19, 37, 61, 0));
}

.service-card__body p {
	margin: 0;
	max-width: 60ch;
	font-size: 1.02rem;
	line-height: 1.78;
}

.icon-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	margin-bottom: 1.1rem;
	border-radius: 18px;
	background: rgba(187, 125, 34, 0.12);
	color: var(--accent-strong);
}

.icon-mark svg {
	width: 24px;
	height: 24px;
	stroke: currentColor;
	stroke-width: 1.7;
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.process-grid {
	display: grid;
	gap: 2.4rem;
}

.process-grid--media {
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
	align-items: start;
}

.process-grid--media .section-heading {
	grid-column: 1;
	grid-row: 1;
	margin-bottom: 0;
}

.process-grid--media .timeline {
	grid-column: 1;
	grid-row: 2;
}

.media-card--process {
	grid-column: 2;
	grid-row: 1 / span 2;
	align-self: stretch;
}

.media-card--process img {
	min-height: 100%;
	object-position: center;
}

.workflow-band {
	background:
		radial-gradient(circle at top left, rgba(212, 170, 103, 0.18), transparent 24%),
		radial-gradient(circle at 86% 18%, rgba(126, 163, 160, 0.16), transparent 22%),
		linear-gradient(180deg, rgba(11, 28, 46, 0.98), rgba(7, 20, 34, 1));
}

.workflow-band::after {
	content: "";
	position: absolute;
	inset: auto -12% -24% auto;
	width: 28rem;
	height: 28rem;
	background: radial-gradient(circle, rgba(53, 105, 146, 0.22), transparent 68%);
	filter: blur(26px);
	pointer-events: none;
}

.workflow-band .section-heading {
	gap: 1.1rem;
	padding: clamp(1.45rem, 2.3vw, 1.9rem);
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
		linear-gradient(180deg, rgba(12, 31, 50, 0.92), rgba(8, 22, 37, 0.88));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow:
		0 24px 56px rgba(5, 16, 30, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.workflow-band .section-heading h2 {
	max-width: 11ch;
	color: #fffaf0;
	text-shadow: 0 14px 32px rgba(3, 10, 18, 0.26);
}

.workflow-band .section-heading p {
	max-width: 56ch;
	color: rgba(245, 241, 231, 0.9);
	font-size: 1.03rem;
	line-height: 1.78;
}

.workflow-band .section-tag {
	color: #e2bd84;
}

.timeline--workflow {
	position: relative;
	gap: 1.1rem;
}

.timeline--workflow::before {
	content: "";
	position: absolute;
	top: 1.1rem;
	bottom: 1.1rem;
	left: 1.6rem;
	width: 1px;
	background: linear-gradient(180deg, rgba(226, 189, 132, 0.5), rgba(226, 189, 132, 0));
	pointer-events: none;
}

.timeline--workflow .timeline__item {
	position: relative;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1.35rem;
	padding: 1.45rem 1.45rem 1.5rem;
	border-radius: 26px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
		linear-gradient(180deg, rgba(14, 37, 59, 0.9), rgba(8, 22, 37, 0.92));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow:
		0 22px 52px rgba(3, 10, 18, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(10px);
}

.timeline--workflow .timeline__item::after {
	content: "";
	position: absolute;
	inset: auto 1.45rem 0 5.5rem;
	height: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}

.timeline--workflow .timeline__item:last-child::after {
	display: none;
}

.timeline--workflow .timeline__count {
	position: relative;
	z-index: 1;
	width: 58px;
	height: 58px;
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(226, 189, 132, 0.34), rgba(226, 189, 132, 0.12)),
		linear-gradient(180deg, rgba(18, 40, 64, 0.92), rgba(10, 24, 40, 0.92));
	border: 1px solid rgba(226, 189, 132, 0.28);
	box-shadow:
		0 14px 28px rgba(0, 0, 0, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	color: #fff2d7;
	font-size: 1rem;
	letter-spacing: 0.08em;
}

.timeline--workflow .timeline__item h3 {
	margin-bottom: 0.5rem;
	font-size: clamp(1.28rem, 2vw, 1.62rem);
	line-height: 1.06;
	color: #fffaf0;
	text-wrap: balance;
}

.timeline--workflow .timeline__item p {
	color: rgba(245, 241, 231, 0.92);
	font-size: 1rem;
	line-height: 1.78;
}

.workflow-band .media-card--process::before {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 22%),
		linear-gradient(180deg, rgba(7, 20, 34, 0.06), rgba(7, 20, 34, 0.34) 100%);
}

.workflow-band .media-card--process figcaption {
	background: linear-gradient(180deg, rgba(10, 26, 43, 0.86), rgba(10, 26, 43, 0.64));
}

.timeline {
	display: grid;
	gap: 1rem;
}

.timeline__item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1.2rem;
	padding: 1.5rem;
	border-radius: var(--radius-sm);
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.timeline__count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: rgba(212, 178, 125, 0.14);
	color: #ecd8b4;
	font-size: 0.95rem;
	font-weight: 700;
}

.bullet-list,
.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 0.75rem;
}

.bullet-list li::before {
	content: "";
	width: 8px;
	height: 8px;
	margin-top: 0.55rem;
	border-radius: 50%;
	background: var(--accent);
	flex: 0 0 auto;
}

.stacked-cards .panel {
	padding: 1.5rem;
}

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

.faq-item {
	padding: 0;
	overflow: hidden;
}

.faq-item summary {
	cursor: pointer;
	list-style: none;
	padding: 1.25rem 1.4rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

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

.faq-item summary::after {
	content: "+";
	font-size: 1.3rem;
	color: var(--accent-strong);
}

.faq-item[open] summary::after {
	content: "−";
}

.faq-item p {
	padding: 0 1.4rem 1.3rem;
}

.contact-strip__content {
	padding-top: 0.5rem;
}

.intake-form {
	display: grid;
	gap: 1.1rem;
}

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

.intake-form label {
	display: grid;
	gap: 0.5rem;
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--text);
}

.intake-form input,
.intake-form select,
.intake-form textarea {
	width: 100%;
	padding: 0.95rem 1rem;
	border-radius: 18px;
	border: 1px solid rgba(19, 37, 61, 0.12);
	background: rgba(255, 255, 255, 0.82);
	font: inherit;
	color: var(--text);
	resize: vertical;
	appearance: none;
}

.intake-form input:focus,
.intake-form select:focus,
.intake-form textarea:focus,
.button:focus-visible,
.menu a:focus-visible,
.nav-toggle:focus-visible {
	outline: 2px solid rgba(187, 125, 34, 0.55);
	outline-offset: 3px;
}

.form-actions {
	display: grid;
	gap: 0.9rem;
}

.form-actions p {
	margin: 0;
	font-size: 0.82rem;
	color: var(--text-soft);
}

.form-notice {
	padding: 0.95rem 1rem;
	border-radius: 18px;
	font-weight: 600;
}

.form-notice.success {
	background: rgba(126, 163, 160, 0.18);
	color: #245158;
}

.form-notice.error {
	background: rgba(176, 73, 73, 0.12);
	color: #8a2d2d;
}

.page-hero {
	padding: 4rem 0 3rem;
}

.page-hero--simple {
	padding-bottom: 2rem;
}

.page-hero h1 {
	max-width: 14ch;
}

.about-hero-media {
	display: grid;
	gap: 0;
	align-content: start;
	padding-top: 0.35rem;
}

.about-hero-dashboard {
	width: min(90%, 440px);
	margin: -4.8rem 0 0 auto;
	position: relative;
	z-index: 2;
}

.media-card {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 32px;
	border: 1px solid rgba(19, 37, 61, 0.08);
	box-shadow:
		0 28px 72px rgba(13, 32, 55, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.14);
	isolation: isolate;
}

.media-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0) 26%),
		linear-gradient(180deg, rgba(10, 22, 36, 0.04), rgba(10, 22, 36, 0.58) 100%);
	pointer-events: none;
	z-index: 1;
}

.media-card::after {
	content: "";
	position: absolute;
	inset: auto -10% -18% auto;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(212, 170, 103, 0.2), transparent 70%);
	filter: blur(14px);
	pointer-events: none;
	z-index: 1;
}

.media-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.media-card figcaption {
	position: absolute;
	right: 1.35rem;
	bottom: 1.35rem;
	left: 1.35rem;
	display: grid;
	gap: 0.45rem;
	padding: 1rem 1.05rem 1.05rem;
	border-radius: 22px;
	background: linear-gradient(180deg, rgba(13, 32, 55, 0.8), rgba(13, 32, 55, 0.58));
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(12px);
	box-shadow:
		0 14px 32px rgba(5, 16, 30, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	color: var(--text-on-dark);
	z-index: 2;
}

.media-card figcaption span {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: rgba(244, 232, 210, 0.78);
}

.media-card figcaption strong {
	font-family: "Sora", sans-serif;
	font-size: 1.06rem;
	line-height: 1.35;
	letter-spacing: -0.02em;
	color: var(--text-on-dark);
}

.media-card--hero img {
	min-height: 420px;
	object-position: center 26%;
}

.media-card--inline {
	margin-top: 1.7rem;
}

.media-card--inline img {
	min-height: 280px;
	object-position: center;
}

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

.content-panel h2,
.content-panel h3 {
	max-width: none;
}

.site-footer {
	position: relative;
	margin-top: 5rem;
	padding: 0 0 3rem;
	background:
		radial-gradient(circle at 16% 0%, rgba(212, 170, 103, 0.14), transparent 26%),
		linear-gradient(180deg, #132031 0%, #0d1722 100%);
	color: var(--text-on-dark);
	overflow: hidden;
}

.site-footer::before {
	content: "";
	position: absolute;
	top: -120px;
	right: -80px;
	width: 340px;
	height: 340px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(212, 170, 103, 0.18), transparent 68%);
	filter: blur(18px);
	pointer-events: none;
}

.site-footer::after {
	content: "";
	position: absolute;
	inset: auto auto -180px -120px;
	width: 360px;
	height: 360px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(84, 128, 160, 0.14), transparent 68%);
	filter: blur(20px);
	pointer-events: none;
}

.site-footer__surface {
	width: min(760px, calc(100vw - 40px));
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.footer-cta {
	margin-bottom: 1.6rem;
	padding: clamp(1.7rem, 4vw, 2.4rem);
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.6rem;
	border-radius: 34px;
}

.footer-cta__content {
	display: grid;
	gap: 0.9rem;
	max-width: 52rem;
}

.footer-cta .section-tag {
	color: #d8b681;
}

.footer-cta .section-tag::before {
	background: currentColor;
}

.footer-cta h2 {
	font-size: clamp(2rem, 4vw, 3.2rem);
	max-width: 14ch;
}

.footer-cta p:last-child {
	margin-bottom: 0;
	max-width: 60ch;
	color: rgba(245, 241, 231, 0.76);
}

.footer-cta__actions {
	display: grid;
	gap: 0.85rem;
	width: min(320px, 100%);
}

.footer-cta .button-secondary {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.14);
	color: var(--text-on-dark);
	box-shadow: none;
}

.footer-cta .button-secondary:hover {
	background: rgba(255, 255, 255, 0.14);
}

.site-footer__surface {
	padding: clamp(1.5rem, 3vw, 2.2rem);
	border-radius: 34px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)),
		linear-gradient(180deg, rgba(18, 32, 48, 0.98), rgba(9, 18, 29, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow:
		0 28px 64px rgba(0, 0, 0, 0.24),
		inset 0 1px 0 rgba(255, 255, 255, 0.06);
	overflow: hidden;
}

.site-footer__compact {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 0.65rem;
}

.site-footer__compact .section-tag {
	color: #d8b681;
	margin-bottom: 0.2rem;
}

.site-footer__compact .section-tag::before {
	background: currentColor;
}

.site-footer__compact .site-footer__title {
	font-size: clamp(1.35rem, 2.4vw, 1.8rem);
}

.site-footer__surface::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(110deg, rgba(255, 255, 255, 0.04), transparent 26%),
		radial-gradient(circle at 78% 18%, rgba(212, 170, 103, 0.1), transparent 24%);
	pointer-events: none;
}

.site-footer__grid,
.site-footer__legal {
	position: relative;
	z-index: 1;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.35fr 1fr 0.78fr 1fr;
	gap: 1.6rem;
	padding-bottom: 1.7rem;
}

.site-footer__brand {
	display: grid;
	align-content: start;
}

.site-footer__brand-lockup {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	margin-bottom: 1rem;
}

.site-footer__brand-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	border-radius: 20px;
	background: linear-gradient(135deg, #d5ab64 0%, #9f6d20 100%);
	color: #f9f1e5;
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	box-shadow:
		0 14px 28px rgba(159, 109, 32, 0.22),
		inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.site-footer__title {
	margin: 0;
	max-width: none;
	font-size: clamp(1.1rem, 2vw, 1.45rem);
	line-height: 1.02;
	color: var(--text-on-dark);
}

.site-footer__brand > p {
	margin-bottom: 0;
	max-width: 42ch;
	font-size: 0.98rem;
	line-height: 1.75;
	color: rgba(245, 241, 231, 0.72);
}

.site-footer__column {
	display: grid;
	align-content: start;
	gap: 1rem;
}

.site-footer__column .site-footer__title {
	font-size: 1rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.site-footer__brand .section-tag {
	margin-bottom: 0.55rem;
	color: #d8b681;
}

.site-footer__brand .section-tag::before {
	background: currentColor;
}

.footer-proof,
.footer-contact-list {
	list-style: none;
	padding: 0;
	margin: 1.25rem 0 0;
	display: grid;
	gap: 0.8rem;
}

.footer-proof li,
.footer-contact-list li {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.85rem;
	align-items: start;
	padding: 0.9rem 0.95rem;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-proof .icon-mark,
.footer-contact-list .icon-mark {
	width: 44px;
	height: 44px;
	margin: 0;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(212, 170, 103, 0.18), rgba(212, 170, 103, 0.08));
	color: #ecd8b4;
}

.footer-proof span {
	align-self: center;
	font-weight: 600;
	color: rgba(245, 241, 231, 0.86);
}

.footer-links {
	gap: 0.8rem;
}

.site-footer .footer-links li,
.site-footer .footer-links a,
.site-footer__legal p {
	color: rgba(245, 241, 231, 0.72);
}

.footer-links--stacked li {
	display: block;
}

.footer-links--detail li {
	display: grid;
	gap: 0.38rem;
	padding: 0.8rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-links--detail li:first-child {
	padding-top: 0;
	border-top: 0;
}

.footer-links--detail strong {
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #f7efe2;
}

.footer-links--detail span {
	font-size: 0.92rem;
	line-height: 1.7;
	color: rgba(245, 241, 231, 0.68);
}

.site-footer__menu .footer-links a {
	font-weight: 600;
	transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer__menu .footer-links a:hover {
	color: #ffffff;
	transform: translateX(2px);
}

.footer-contact-list strong {
	display: block;
	margin-bottom: 0.25rem;
	font-size: 0.86rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #f7efe2;
}

.footer-contact-list a,
.footer-contact-list span {
	font-size: 0.94rem;
	line-height: 1.7;
	color: rgba(245, 241, 231, 0.72);
}

.footer-contact-list a:hover {
	color: #ffffff;
}

.site-footer__compact .footer-contact-list {
	margin-top: 0.7rem;
}

.site-footer__legal {
	display: flex;
	justify-content: space-between;
	gap: 1.2rem;
	padding-top: 1.15rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-size: 0.88rem;
}

.nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(19, 37, 61, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.6);
}

.nav-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	margin: 0 auto;
	background: var(--text);
	border-radius: 999px;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-open .nav-toggle span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.nav-open .nav-toggle span:nth-child(2) {
	opacity: 0;
}

.nav-open .nav-toggle span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

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

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

/* Premium finish overrides inspired by the reference site's cleaner retail rhythm. */
body {
	background:
		radial-gradient(circle at 18% 0%, rgba(214, 179, 120, 0.2), transparent 28%),
		radial-gradient(circle at 88% 8%, rgba(33, 56, 84, 0.08), transparent 22%),
		linear-gradient(180deg, #fbf7ef 0%, #f3eadc 58%, #efe8da 100%);
}

body::before {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
	background-size: 100% 100%;
	mask-image: none;
	opacity: 0.68;
}

body::after {
	inset: auto -8vw -18vh auto;
	width: 34vw;
	height: 34vw;
	background: radial-gradient(circle, rgba(183, 145, 82, 0.2), transparent 68%);
	filter: blur(58px);
}

#masthead {
	position: sticky;
	top: 0;
	z-index: 60;
}

.ast-primary-header-bar {
	background: rgba(250, 246, 239, 0.82);
	backdrop-filter: blur(20px);
	border-bottom: 1px solid rgba(15, 23, 36, 0.08);
	box-shadow: 0 10px 36px rgba(15, 23, 36, 0.05);
}

.site-primary-header-wrap.ast-container {
	max-width: min(1260px, calc(100vw - 44px));
}

.clearharbor-subnav {
	position: sticky;
	top: var(--clearharbor-header-offset);
	z-index: 59;
	background: linear-gradient(180deg, rgba(250, 246, 239, 0.94), rgba(244, 237, 226, 0.84));
	border-top: 1px solid rgba(15, 23, 36, 0.06);
	border-bottom: 1px solid rgba(15, 23, 36, 0.08);
	backdrop-filter: blur(16px);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.7),
		0 8px 24px rgba(15, 23, 36, 0.04);
}

.clearharbor-subnav__inner {
	width: min(1260px, calc(100vw - 44px));
	margin: 0 auto;
	padding: 0.5rem 0 0.6rem;
}

.clearharbor-subnav__list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.65rem;
	padding: 0;
	margin: 0;
}

.clearharbor-subnav__list li {
	min-width: 0;
}

.clearharbor-subnav__list a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0.7rem 0.55rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.58);
	border: 1px solid rgba(15, 23, 36, 0.08);
	box-shadow:
		0 8px 18px rgba(15, 23, 36, 0.04),
		inset 0 1px 0 rgba(255, 255, 255, 0.92);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	line-height: 1.15;
	text-align: center;
	text-transform: uppercase;
	color: rgba(19, 37, 61, 0.76);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		background 0.2s ease,
		color 0.2s ease,
		border-color 0.2s ease;
}

.clearharbor-subnav__list a:hover,
.clearharbor-subnav__list .is-current a {
	transform: translateY(-1px);
	background: linear-gradient(135deg, #142033 0%, #0e1622 100%);
	border-color: transparent;
	box-shadow: 0 14px 28px rgba(10, 17, 27, 0.14);
	color: #f8f2e8;
}

#ast-mobile-header [data-section="section-header-mobile-trigger"] {
	display: none;
}

.site-branding {
	display: flex;
	align-items: center;
}

.ast-site-title-wrap {
	display: block;
	width: min(100%, 280px);
	height: auto;
}

.site-title {
	margin: 0;
}

.clearharbor-site-title,
.clearharbor-site-title a,
.clearharbor-site-title a:focus,
.clearharbor-site-title a:hover,
.clearharbor-site-title a:visited {
	display: block;
	width: 100%;
	color: inherit;
}

.clearharbor-site-logo-link {
	display: block;
	line-height: 0;
}

.clearharbor-site-logo {
	display: block;
	width: 100%;
	height: auto;
}

.site-footer__brand {
	display: inline-flex;
	align-items: center;
	margin-bottom: 1rem;
}

.site-footer__brand img {
	display: block;
	width: min(290px, 72vw);
	height: auto;
}

.ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link {
	position: relative;
	padding: 1rem 0;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: rgba(19, 37, 61, 0.64);
}

.ast-builder-menu-1 .main-header-menu > .menu-item > .menu-link::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0.78rem;
	left: 0;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left;
	opacity: 0.7;
	transition: transform 0.2s ease;
}

.ast-builder-menu-1 .main-header-menu > .menu-item:hover > .menu-link,
.ast-builder-menu-1 .main-header-menu > .current-menu-item > .menu-link,
.ast-builder-menu-1 .main-header-menu > .current_page_item > .menu-link {
	color: var(--text);
}

.ast-builder-menu-1 .main-header-menu > .menu-item:hover > .menu-link::after,
.ast-builder-menu-1 .main-header-menu > .current-menu-item > .menu-link::after,
.ast-builder-menu-1 .main-header-menu > .current_page_item > .menu-link::after {
	transform: scaleX(1);
}

h1,
h2,
h3,
h4 {
	font-family: "Sora", sans-serif;
	font-weight: 800;
	line-height: 0.94;
	letter-spacing: -0.05em;
}

h2,
h3 {
	max-width: none;
}

.button {
	min-height: 56px;
	padding: 1rem 1.55rem;
	font-size: 0.82rem;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.button-primary {
	background: linear-gradient(135deg, #142033 0%, #0e1622 100%);
	color: #f8f2e8;
	box-shadow: 0 16px 38px rgba(10, 17, 27, 0.18);
}

.button-primary:hover {
	box-shadow: 0 20px 44px rgba(10, 17, 27, 0.24);
}

.button-secondary {
	background: rgba(255, 255, 255, 0.72);
	border-color: rgba(15, 23, 36, 0.12);
	box-shadow: 0 10px 24px rgba(15, 23, 36, 0.06);
}

.section-heading {
	margin-bottom: 2.8rem;
}

.section-heading h2 {
	max-width: 16ch;
	font-size: clamp(2.1rem, 4vw, 3.6rem);
}

.hero--front .hero__grid {
	min-height: 560px;
	background:
		linear-gradient(90deg, rgba(250, 246, 239, 0.92) 0%, rgba(250, 246, 239, 0.74) 30%, rgba(250, 246, 239, 0.16) 58%, rgba(11, 20, 30, 0.02) 100%),
		url("../img/hero-refund-happy-money.jpg") 72% center / cover no-repeat;
	box-shadow: 0 28px 84px rgba(15, 23, 36, 0.14);
}

.hero--front .hero__grid::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 110px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(15, 23, 36, 0.12));
	pointer-events: none;
}

.hero__content {
	gap: 1rem;
	min-height: 560px;
	max-width: 740px;
	padding: clamp(2rem, 4.5vw, 3.2rem) clamp(1.2rem, 3.5vw, 2.4rem) clamp(1.8rem, 3vw, 2.2rem);
	align-content: end;
}

.hero__content h1 {
	font-size: clamp(2.5rem, 4.5vw, 4.6rem);
	max-width: 10ch;
	line-height: 0.94;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.38), 0 20px 36px rgba(247, 243, 235, 0.18);
}

.hero__content h1,
.section-heading h2,
.dashboard-card h2,
.split-section__content h2,
.service-card h3,
.stacked-cards h3 {
	position: relative;
	padding-bottom: 0.78rem;
}

.hero__content h1::after,
.section-heading h2::after,
.dashboard-card h2::after,
.split-section__content h2::after,
.service-card h3::after,
.stacked-cards h3::after {
	content: "";
	display: block;
	width: clamp(96px, 18vw, 210px);
	height: 6px;
	margin-top: 0.72rem;
	border-radius: 999px;
	background: linear-gradient(90deg, #b27a2e 0%, #dcb66f 100%);
}

.dashboard-card h2::after,
.split-section__content h2::after {
	background: linear-gradient(90deg, rgba(216, 182, 129, 0.96) 0%, rgba(245, 233, 205, 0.92) 100%);
}

.service-card h3::after,
.stacked-cards h3::after {
	width: 82px;
	height: 5px;
	margin-top: 0.58rem;
}

.hero__trail {
	max-width: 40rem;
	margin: 0;
	padding-top: 1rem;
	border-top: 1px solid rgba(19, 37, 61, 0.12);
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba(19, 37, 61, 0.7);
}

.hero-support {
	position: relative;
	z-index: 4;
	margin-top: -3.6rem;
	padding-top: 0;
}

.hero-support__grid {
	gap: 1.25rem;
	align-items: stretch;
}

.hero-support__content {
	padding: clamp(1.7rem, 3vw, 2.4rem);
	border-radius: 32px;
	box-shadow:
		0 26px 64px rgba(15, 23, 36, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.hero-support__content .hero__lead {
	max-width: 33ch;
	font-size: 1.12rem;
	line-height: 1.78;
}

.hero-support__content .hero__facts li:nth-child(2),
.hero-support__content .hero__facts li:nth-child(3) {
	transform: none;
}

.dashboard-card,
.dashboard-note,
.service-card,
.stacked-cards .panel {
	border-radius: 30px;
}

.dashboard-card {
	min-height: 100%;
}

.dashboard-card h2 {
	max-width: 12ch;
	font-size: clamp(2.2rem, 3.2vw, 3.25rem);
}

.dashboard-note .section-tag,
.hero-support__content .section-tag {
	letter-spacing: 0.2em;
}

.chip-row span {
	padding: 0.8rem 1rem;
	font-size: 0.8rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.card-grid--services {
	gap: 1.05rem;
}

.service-card {
	background:
		linear-gradient(180deg, rgba(255, 252, 245, 0.98), rgba(248, 241, 230, 0.9)),
		radial-gradient(circle at top right, rgba(212, 170, 103, 0.14), transparent 28%);
}

.service-card__summary {
	padding: 1.7rem 1.9rem;
}

.service-card__headline {
	gap: 1.15rem;
}

.service-card__meta {
	letter-spacing: 0.18em;
}

.service-card__body-inner {
	padding: 0 1.9rem 1.7rem 5.2rem;
}

.split-section {
	position: relative;
	overflow: hidden;
	gap: 2.4rem;
	padding: clamp(1.8rem, 4vw, 2.7rem);
	border-radius: 36px;
	background: linear-gradient(135deg, #142131 0%, #0f1824 76%);
	box-shadow: 0 28px 70px rgba(5, 16, 30, 0.18);
}

.split-section::before {
	content: "";
	position: absolute;
	inset: -18% -8% auto auto;
	width: 420px;
	height: 420px;
	background: radial-gradient(circle, rgba(212, 170, 103, 0.16), transparent 68%);
	filter: blur(18px);
	pointer-events: none;
}

.split-section__content,
.stacked-cards {
	position: relative;
	z-index: 1;
}

.split-section__content h2 {
	max-width: 15ch;
	color: var(--text-on-dark);
}

.split-section__content p,
.split-section__content li {
	color: rgba(245, 241, 231, 0.78);
}

.split-section__content .section-tag {
	color: #d8b681;
}

.split-section__content .section-tag::before {
	background: currentColor;
}

.bullet-list {
	gap: 0;
	margin-top: 1.3rem;
}

.bullet-list li {
	padding: 0.95rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bullet-list li:first-child {
	padding-top: 0;
	border-top: 0;
}

.bullet-list li::before {
	background: #d8b681;
}

.split-section__image-card {
	position: relative;
	margin-top: 1.5rem;
	border-radius: 28px;
	overflow: hidden;
	box-shadow:
		0 20px 48px rgba(0, 0, 0, 0.18),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.split-section__image-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
		linear-gradient(180deg, rgba(9, 18, 28, 0.08), rgba(9, 18, 28, 0.18));
	pointer-events: none;
}

.split-section__image-card img {
	width: 100%;
	min-height: 250px;
	object-fit: cover;
	object-position: center 56%;
	display: block;
}

.stacked-cards {
	gap: 1rem;
}

.audience-card {
	overflow: hidden;
	border-radius: 30px;
	background:
		linear-gradient(180deg, rgba(255, 252, 245, 0.98), rgba(248, 242, 232, 0.92)),
		radial-gradient(circle at top right, rgba(212, 170, 103, 0.14), transparent 28%);
	border: 1px solid rgba(166, 126, 57, 0.14);
	box-shadow:
		0 18px 38px rgba(0, 0, 0, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.74);
	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease,
		border-color 0.22s ease,
		background 0.22s ease;
}

.audience-card[open] {
	transform: translateY(-2px);
	border-color: rgba(187, 125, 34, 0.24);
	box-shadow:
		0 24px 52px rgba(0, 0, 0, 0.14),
		inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.audience-card__summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.55rem;
	cursor: pointer;
	list-style: none;
}

.audience-card__summary::-webkit-details-marker {
	display: none;
}

.audience-card__heading {
	display: grid;
	gap: 0.3rem;
}

.audience-card__meta {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--accent-strong);
}

.audience-card h3 {
	margin: 0;
	max-width: none;
	font-size: clamp(1.22rem, 1.8vw, 1.5rem);
	color: #1e3148;
}

.audience-card__toggle {
	position: relative;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	border-radius: 14px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 237, 226, 0.9));
	border: 1px solid rgba(19, 37, 61, 0.08);
	box-shadow:
		0 8px 18px rgba(19, 37, 61, 0.05),
		inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.audience-card__toggle::before,
.audience-card__toggle::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	border-radius: 999px;
	background: var(--text);
	transform: translate(-50%, -50%);
	transition: transform 0.22s ease, opacity 0.22s ease;
}

.audience-card__toggle::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.audience-card[open] .audience-card__toggle::after {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg) scaleX(0.3);
}

.audience-card__body {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.28s ease;
}

.audience-card[open] .audience-card__body {
	grid-template-rows: 1fr;
}

.audience-card__body-inner {
	overflow: hidden;
	padding: 0 1.55rem 1.55rem;
}

.audience-card__body-inner::before {
	content: "";
	display: block;
	height: 1px;
	margin: 0 0 1rem;
	background: linear-gradient(90deg, rgba(19, 37, 61, 0.12), rgba(19, 37, 61, 0));
}

.audience-card__body p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.75;
	color: #556b84;
}

.stacked-cards .audience-card:nth-child(2) {
	transform: translateX(18px);
}

.stacked-cards .audience-card:nth-child(3) {
	transform: translateX(36px);
}

.stacked-cards .audience-card[open]:nth-child(2) {
	transform: translateX(18px) translateY(-2px);
}

.stacked-cards .audience-card[open]:nth-child(3) {
	transform: translateX(36px) translateY(-2px);
}

.testimonials-section {
	padding-top: 0.4rem;
}

.testimonial-slider {
	position: relative;
	padding: 1.15rem;
	border-radius: 36px;
	background: linear-gradient(135deg, #142131 0%, #0e1723 82%);
	box-shadow: 0 30px 72px rgba(5, 16, 30, 0.18);
	overflow: hidden;
}

.testimonial-slider::before {
	content: "";
	position: absolute;
	inset: auto auto -18% -10%;
	width: 360px;
	height: 360px;
	background: radial-gradient(circle, rgba(212, 170, 103, 0.18), transparent 68%);
	filter: blur(18px);
	pointer-events: none;
}

.testimonial-slider::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 36%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
	opacity: 0.7;
	pointer-events: none;
}

.testimonial-slider__viewport {
	overflow: hidden;
	border-radius: 28px;
}

.testimonial-slider__track {
	display: flex;
	transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.testimonial-slide {
	min-width: 100%;
	padding: clamp(1.9rem, 4vw, 3rem);
	display: grid;
	gap: 1.6rem;
	align-content: space-between;
	min-height: 360px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
		linear-gradient(135deg, rgba(20, 33, 49, 0.98), rgba(10, 20, 32, 0.98));
	border: 1px solid rgba(255, 255, 255, 0.08);
	color: var(--text-on-dark);
}

.testimonial-slide__rating {
	display: inline-flex;
	gap: 0.55rem;
}

.testimonial-slide__rating span {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: linear-gradient(180deg, #d8b681 0%, #f0dec0 100%);
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.testimonial-slide__quote {
	margin: 0;
}

.testimonial-slide__quote p {
	margin: 0;
	max-width: 30ch;
	font-family: "Fraunces", serif;
	font-size: clamp(1.7rem, 3vw, 2.7rem);
	line-height: 1.1;
	letter-spacing: -0.03em;
	color: var(--text-on-dark);
}

.testimonial-slide__meta {
	display: grid;
	gap: 0.3rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.testimonial-slide__meta strong {
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #f3e8d3;
}

.testimonial-slide__meta span {
	font-size: 0.92rem;
	color: rgba(245, 241, 231, 0.68);
}

.testimonial-slider__nav {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: center;
	padding: 1.2rem 0 0.15rem;
}

.testimonial-slider__dot {
	width: 42px;
	height: 12px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.22);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
	transition: transform 0.2s ease, background 0.2s ease, width 0.2s ease;
}

.testimonial-slider__dot.is-active {
	width: 68px;
	background: linear-gradient(90deg, #b27a2e 0%, #dcb66f 100%);
}

.testimonial-slider__dot:hover {
	transform: translateY(-1px);
}

.testimonial-slider__expand {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: 0.95rem;
}

.testimonial-slider__all[hidden] {
	display: none;
}

.testimonial-slider__all {
	position: relative;
	z-index: 1;
	padding-top: 1rem;
}

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

.testimonial-card {
	padding: 1.45rem;
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(255, 252, 245, 0.96), rgba(248, 242, 232, 0.9)),
		radial-gradient(circle at top right, rgba(212, 170, 103, 0.12), transparent 28%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow:
		0 14px 32px rgba(5, 16, 30, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.testimonial-card__quote {
	margin: 1rem 0 0;
}

.testimonial-card__quote p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.75;
	color: #30445d;
}

.testimonial-card__meta {
	display: grid;
	gap: 0.28rem;
	margin-top: 1.1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(19, 37, 61, 0.1);
}

.testimonial-card__meta strong {
	font-size: 0.84rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--text);
}

.testimonial-card__meta span {
	font-size: 0.9rem;
	color: var(--text-soft);
}

#colophon .site-below-footer-wrap {
	margin-top: 5rem;
	background: linear-gradient(180deg, #121d2b, #0d1621);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

#colophon .ast-footer-copyright,
#colophon .ast-footer-copyright p,
#colophon .ast-footer-copyright a {
	color: rgba(245, 241, 231, 0.78);
}

#ast-scroll-top {
	background: #0f1824;
	border-radius: 16px;
	box-shadow: 0 16px 28px rgba(15, 24, 36, 0.18);
}

#ast-scroll-top svg path {
	fill: #f6f0e6;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	.reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.button,
	.nav-toggle span {
		transition: none;
	}
}

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

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

	.hero__grid,
	.page-hero__grid,
	.split-section,
	.contact-strip,
	.faq-grid,
	.hero-support__grid,
	.site-footer__grid {
		grid-template-columns: 1fr;
	}

	.process-grid--media {
		grid-template-columns: 1fr;
	}

	.process-grid--media .section-heading,
	.process-grid--media .timeline,
	.process-grid--media .media-card--process {
		grid-column: 1;
		grid-row: auto;
	}

	.hero--front .hero__grid {
		min-height: 440px;
		background-position: 72% center;
		border-radius: 0;
	}

	.hero-support {
		margin-top: -1.8rem;
	}

	.about-hero-dashboard {
		width: min(92%, 440px);
		margin: -3.4rem 0 0 auto;
	}

	.media-card--process img {
		min-height: 340px;
	}

	.workflow-band .section-heading {
		padding: 1.35rem;
	}

	.split-section {
		padding: 1.8rem;
	}

	.stacked-cards .audience-card:nth-child(2),
	.stacked-cards .audience-card:nth-child(3),
	.stacked-cards .audience-card[open]:nth-child(2),
	.stacked-cards .audience-card[open]:nth-child(3) {
		transform: none;
	}

	.testimonial-slide {
		min-height: 320px;
	}

	.testimonial-slider__grid {
		grid-template-columns: 1fr;
	}

	.footer-cta,
	.site-footer__legal {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-cta__actions {
		width: min(320px, 100%);
	}
}

@media (max-width: 820px) {
	.site-header__inner {
		position: relative;
	}

	.about-hero-dashboard {
		width: min(94%, 420px);
	}

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

	.site-navigation {
		position: absolute;
		top: calc(100% + 12px);
		right: 0;
		left: 0;
		display: none;
		flex-direction: column;
		align-items: stretch;
		padding: 1.2rem;
		background: rgba(255, 250, 240, 0.97);
		border: 1px solid rgba(19, 37, 61, 0.08);
		border-radius: 24px;
		box-shadow: var(--shadow);
	}

	.nav-open .site-navigation {
		display: flex;
	}

	.menu {
		flex-direction: column;
		align-items: flex-start;
	}

	.site-navigation__cta {
		width: 100%;
	}

	.clearharbor-subnav__inner {
		width: min(100vw - 32px, 1260px);
	}

	.clearharbor-subnav__list a {
		font-size: 0.66rem;
		letter-spacing: 0.1em;
	}

	.hero {
		padding-top: 3.3rem;
	}

	.hero--front .hero__grid {
		background:
			linear-gradient(180deg, rgba(250, 246, 239, 0.84) 0%, rgba(250, 246, 239, 0.64) 34%, rgba(13, 32, 55, 0.1) 100%),
			url("../img/hero-refund-happy-money.jpg") 68% center / cover no-repeat;
	}

	.hero__content h1 {
		font-size: clamp(1.9rem, 6vw, 2.9rem);
		max-width: 12ch;
	}

	h1 {
		max-width: 11ch;
	}
}

@media (max-width: 640px) {
	:root {
		--container: min(100vw - 24px, 1180px);
		--radius: 22px;
		--clearharbor-header-offset: 102px;
	}

	.ast-site-title-wrap {
		width: min(100%, 228px);
	}

	.hero,
	.page-hero {
		padding-top: 2.7rem;
	}

	.workflow-band .section-heading {
		padding: 1.15rem;
		border-radius: 24px;
	}

	.timeline--workflow::before {
		display: none;
	}

	.timeline--workflow .timeline__item {
		padding: 1.2rem;
		border-radius: 22px;
	}

	.timeline--workflow .timeline__item::after {
		inset: auto 1.2rem 0 1.2rem;
	}

	.timeline--workflow .timeline__count {
		width: 52px;
		height: 52px;
		border-radius: 16px;
	}

	.timeline--workflow .timeline__item h3 {
		font-size: 1.18rem;
	}

	.workflow-band .section-heading p,
	.timeline--workflow .timeline__item p {
		font-size: 0.98rem;
		line-height: 1.7;
	}

	.about-hero-dashboard {
		width: 100%;
		margin: 1rem 0 0;
	}

	.media-card {
		border-radius: 24px;
	}

	.media-card figcaption {
		right: 0.9rem;
		bottom: 0.9rem;
		left: 0.9rem;
		padding: 0.85rem 0.9rem 0.9rem;
		border-radius: 18px;
	}

	.media-card figcaption strong {
		font-size: 0.96rem;
		line-height: 1.32;
	}

	.media-card--hero img {
		min-height: 300px;
		object-position: center 22%;
	}

	.media-card--process img {
		min-height: 240px;
	}

	.media-card--inline img {
		min-height: 220px;
	}

	.clearharbor-subnav__inner {
		width: min(100vw - 24px, 1260px);
		padding: 0.42rem 0 0.5rem;
	}

	.clearharbor-subnav__list {
		gap: 0.4rem;
	}

	.clearharbor-subnav__list a {
		min-height: 40px;
		padding: 0.65rem 0.3rem;
		font-size: 0.62rem;
		letter-spacing: 0.08em;
	}

	.hero--front .hero__grid {
		padding: 0;
		min-height: 380px;
		border-radius: 0;
	}

	.hero__content {
		padding: 1.35rem 0.9rem 1rem;
		width: min(100%, 100%);
		background: none;
		min-height: 380px;
	}

	.hero__content h1 {
		font-size: clamp(1.7rem, 5.8vw, 2.45rem);
		max-width: 12ch;
	}

	.hero__trail {
		padding-top: 0.85rem;
		font-size: 0.68rem;
		letter-spacing: 0.14em;
	}

	.hero__content h1::after,
	.section-heading h2::after,
	.dashboard-card h2::after,
	.split-section__content h2::after,
	.service-card h3::after,
	.stacked-cards h3::after {
		width: 86px;
		height: 5px;
		margin-top: 0.55rem;
	}

	.hero-support {
		margin-top: 1rem;
		padding-top: 0;
	}

	.hero-support__content {
		padding: 1.2rem;
	}

	.hero-support__content .hero__lead {
		max-width: none;
		font-size: 1rem;
	}

	.hero-support__content .hero__facts li:nth-child(2),
	.hero-support__content .hero__facts li:nth-child(3) {
		transform: none;
	}

	.hero--front .section-shell {
		width: 100%;
	}

	.section-space,
	.section-band {
		padding-bottom: 4.8rem;
	}

	.section-band {
		padding-top: 4.8rem;
	}

	.card-grid,
	.card-grid--services,
	.field-grid {
		grid-template-columns: 1fr;
	}

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

	.hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.button,
	.button-secondary,
	.button-primary {
		width: 100%;
	}

	.footer-cta,
	.panel,
	.scenario-card,
	.content-panel {
		padding: 1.4rem;
	}

	.site-footer__surface {
		padding: 1.4rem;
	}

	.site-footer__brand-lockup {
		grid-template-columns: 1fr;
	}

	.service-card {
		padding: 0;
	}

	.service-card__summary {
		padding: 1.2rem;
		align-items: flex-start;
	}

	.service-card__headline {
		gap: 0.9rem;
	}

	.service-card__body-inner {
		padding: 0 1.2rem 1.25rem;
	}

	.service-card__meta {
		font-size: 0.72rem;
		letter-spacing: 0.16em;
	}

	.audience-card__summary {
		padding: 1.2rem;
		align-items: flex-start;
	}

	.audience-card__body-inner {
		padding: 0 1.2rem 1.25rem;
	}

	.audience-card__meta {
		font-size: 0.68rem;
		letter-spacing: 0.16em;
	}

	.split-section {
		padding: 1.35rem;
	}

	.split-section__image-card {
		margin-top: 1.15rem;
		border-radius: 22px;
	}

	.split-section__image-card img {
		min-height: 190px;
		object-position: center 52%;
	}

	.testimonial-slider {
		padding: 0.8rem;
		border-radius: 28px;
	}

	.testimonial-slide {
		min-height: 300px;
		padding: 1.45rem;
	}

	.testimonial-slide__quote p {
		font-size: clamp(1.3rem, 5.2vw, 1.95rem);
	}

	.testimonial-slider__dot {
		width: 30px;
		height: 10px;
	}

	.testimonial-slider__dot.is-active {
		width: 54px;
	}

	.testimonial-card {
		padding: 1.2rem;
	}
}
