:root {
	--tiptop-ink: #24090c;
	--tiptop-brand-dark: #441115;
	--tiptop-accent: #ee3540;
	--tiptop-red-depth: #a52e34;
	--tiptop-blush: #fbe4e5;
	--tiptop-surface: #fff8f7;
	--tiptop-white: #ffffff;
	--tiptop-muted: #775f61;
	--tiptop-border: rgb(68 17 21 / 0.14);
	--tiptop-shadow: 0 24px 70px rgb(36 9 12 / 0.16);
	--tiptop-shadow-soft: 0 12px 36px rgb(36 9 12 / 0.1);
	--tiptop-radius-sm: 0.75rem;
	--tiptop-radius: 1.25rem;
	--tiptop-radius-lg: 2rem;
	--tiptop-container: 76rem;
	--tiptop-reading: 43rem;
	--tiptop-gutter: clamp(1rem, 4vw, 4rem);
	--tiptop-section-space: clamp(5rem, 9vw, 9rem);
	--tiptop-header-height: 6.5rem;
	--tiptop-focus: #ffffff;
	--tiptop-focus-outer: #7f1820;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: calc(var(--tiptop-header-height) + 1rem);
}

.admin-bar #service,
.admin-bar #about,
.admin-bar #little,
.admin-bar #why,
.admin-bar #contact {
	scroll-margin-top: 32px;
}

body.tiptop-rtl {
	margin: 0;
	overflow-x: hidden;
	overflow-x: clip;
	background: var(--tiptop-surface);
	color: var(--tiptop-ink);
	font-family: "Heebo", Arial, sans-serif;
	font-size: 1.0625rem;
	line-height: 1.65;
	direction: rtl;
	text-align: start;
	-webkit-font-smoothing: antialiased;
}

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

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

.tiptop-rtl button,
.tiptop-rtl input,
.tiptop-rtl select,
.tiptop-rtl textarea {
	font: inherit;
}

.tiptop-rtl a {
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.22em;
}

.tiptop-rtl h1,
.tiptop-rtl h2,
.tiptop-rtl h3,
.tiptop-rtl h4 {
	margin-block: 0;
	font-family: "Rubik", "Heebo", Arial, sans-serif;
	font-weight: 800;
	line-height: 1.08;
	text-wrap: balance;
}

.tiptop-rtl p {
	margin-block: 0 1em;
}

.layout-container {
	width: min(calc(100% - (2 * var(--tiptop-gutter))), var(--tiptop-container));
	margin-inline: auto;
}

.site-main {
	min-height: 60vh;
}

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

.screen-reader-text:focus,
.skip-link:focus {
	position: fixed !important;
	inset-block-start: 0.5rem !important;
	inset-inline-start: 0.5rem !important;
	z-index: 100000 !important;
	width: auto !important;
	height: auto !important;
	padding: 0.75rem 1rem !important;
	margin: 0 !important;
	clip: auto !important;
	overflow: visible !important;
	border-radius: 0.5rem;
	background: var(--tiptop-white);
	color: var(--tiptop-ink);
	font-weight: 700;
	box-shadow: var(--tiptop-shadow);
}

.tiptop-rtl :focus-visible {
	outline: 3px solid var(--tiptop-focus);
	outline-offset: 4px;
	box-shadow: 0 0 0 7px var(--tiptop-focus-outer);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	min-height: 3.25rem;
	padding: 0.78rem 1.35rem;
	border: 2px solid transparent;
	border-radius: 0.8rem;
	font-family: "Heebo", Arial, sans-serif;
	font-size: 1.05rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

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

.button--accent {
	background: var(--tiptop-accent);
	color: var(--tiptop-ink);
	box-shadow: 0 10px 24px rgb(238 53 64 / 0.22);
}

.button--accent:hover {
	background: #f44852;
	color: var(--tiptop-ink);
	box-shadow: 0 14px 30px rgb(238 53 64 / 0.3);
}

.button--outline-light {
	border-color: rgb(255 255 255 / 0.72);
	background: rgb(36 9 12 / 0.35);
	color: var(--tiptop-white);
	backdrop-filter: blur(6px);
}

.button--outline-light:hover {
	border-color: var(--tiptop-white);
	background: rgb(255 255 255 / 0.1);
	color: var(--tiptop-white);
}

.tiptop-icon {
	flex: 0 0 auto;
	width: 1.4rem;
	height: 1.4rem;
}

/* Header */
.site-header {
	position: fixed;
	inset-block-start: 0;
	inset-inline: 0;
	z-index: 1000;
	height: var(--tiptop-header-height);
	border-block-end: 1px solid transparent;
	color: var(--tiptop-white);
	transition: height 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.admin-bar .site-header {
	inset-block-start: 32px;
}

.site-header.is-scrolled,
body:not(.tiptop-landing) .site-header {
	height: 5.4rem;
	border-block-end-color: rgb(255 255 255 / 0.1);
	background: rgb(36 9 12 / 0.96);
	box-shadow: 0 12px 30px rgb(16 4 5 / 0.28);
	backdrop-filter: blur(14px);
}

.site-header__inner {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: clamp(1.5rem, 4vw, 4rem);
	height: 100%;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: clamp(9.25rem, 14vw, 12.25rem);
	padding: 0.44rem 0.65rem;
	border-radius: 0.75rem;
	background: rgb(255 255 255 / 0.96);
	box-shadow: 0 10px 26px rgb(0 0 0 / 0.18);
}

.site-brand__image,
.site-brand img {
	width: 100%;
	height: auto;
	max-height: 3.45rem;
	object-fit: contain;
}

.primary-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(1rem, 2.6vw, 2.4rem);
	min-width: 0;
}

.primary-menu {
	display: flex;
	align-items: center;
	gap: clamp(0.9rem, 2vw, 1.8rem);
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 2.75rem;
	color: var(--tiptop-white);
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.primary-menu a::after {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	inset-block-end: 0.25rem;
	width: 100%;
	height: 2px;
	background: var(--tiptop-accent);
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform 180ms ease;
}

.primary-menu a:hover::after,
.primary-menu a:focus-visible::after {
	transform: scaleX(1);
}

.primary-navigation__cta {
	min-height: 2.9rem;
	padding-inline: 1rem;
	font-size: 0.95rem;
	white-space: nowrap;
}

.menu-toggle {
	display: none;
	align-items: center;
	justify-self: end;
	gap: 0.65rem;
	min-width: 3rem;
	min-height: 3rem;
	padding: 0.55rem 0.8rem;
	border: 1px solid rgb(255 255 255 / 0.35);
	border-radius: 0.7rem;
	background: rgb(36 9 12 / 0.48);
	color: var(--tiptop-white);
	font-weight: 700;
	cursor: pointer;
}

.menu-toggle__lines {
	display: grid;
	gap: 4px;
	width: 1.3rem;
}

.menu-toggle__lines span {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 999px;
	background: currentcolor;
	transition: transform 180ms ease, opacity 180ms ease;
}

/* Hero */
.graphic-section,
.section-graphic {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	overflow: clip;
}

.hero {
	min-height: max(48rem, 88svh);
	background: var(--tiptop-ink);
	color: var(--tiptop-white);
}

.hero__media,
.hero__scrim {
	position: absolute;
	inset: 0;
	z-index: -3;
}

.hero__media picture,
.hero__media img,
.hero__media video {
	width: 100%;
	height: 100%;
}

.hero__media picture,
.hero__media video {
	position: absolute;
	inset: 0;
}

.hero__media picture {
	z-index: 0;
}

.hero__media img {
	object-fit: cover;
	object-position: center center;
	transform: scale(1.03);
	animation: tiptop-hero-settle 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 80ms forwards;
}

.hero__media video {
	z-index: 1;
	display: block;
	object-fit: cover;
	object-position: center center;
	background: transparent;
	opacity: 0;
	pointer-events: none;
	transition: opacity 240ms ease;
}

.no-js .hero__media video,
.hero__media video.is-playing {
	opacity: 1;
}

.hero__scrim {
	z-index: -2;
	background:
		linear-gradient(270deg, rgb(36 9 12 / 0.97) 0%, rgb(36 9 12 / 0.91) 31%, rgb(36 9 12 / 0.55) 58%, rgb(36 9 12 / 0.14) 100%),
		linear-gradient(0deg, rgb(36 9 12 / 0.82) 0%, transparent 42%);
}

.hero__media-meta {
	position: absolute;
	inset-inline-end: var(--tiptop-gutter);
	inset-block-start: calc(max(48rem, 88svh) - 18rem);
	z-index: 3;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.hero__ai-disclosure,
.hero__video-toggle {
	padding: 0.35rem 0.65rem;
	border: 1px solid rgb(255 255 255 / 0.28);
	border-radius: 999px;
	background: rgb(36 9 12 / 0.74);
	color: var(--tiptop-white);
	font-size: 0.75rem;
	line-height: 1.2;
	backdrop-filter: blur(8px);
}

.hero__video-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	min-height: 2rem;
	font-family: inherit;
	cursor: pointer;
}

.hero__video-toggle:hover,
.hero__video-toggle:focus-visible {
	border-color: rgb(255 255 255 / 0.72);
	background: rgb(36 9 12 / 0.92);
}

.hero__video-toggle[hidden] {
	display: none;
}

.hero__content {
	display: grid;
	align-items: center;
	min-height: max(48rem, 88svh);
	padding-block: calc(var(--tiptop-header-height) + 3rem) 18.5rem;
}

.hero__copy {
	width: min(64%, 50rem);
	margin-inline-start: 0;
}

.hero__kicker {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	margin-block-end: 1rem;
	color: #ffd9dc;
	font-size: clamp(1rem, 1.45vw, 1.25rem);
	font-weight: 700;
}

.hero__kicker::before {
	content: "";
	width: 2.5rem;
	height: 3px;
	border-radius: 999px;
	background: var(--tiptop-accent);
}

.hero h1 {
	max-width: 14ch;
	font-size: clamp(3rem, 5.65vw, 5.7rem);
	font-weight: 900;
	line-height: 1.01;
	letter-spacing: -0.035em;
}

.hero__body {
	max-width: 42rem;
	margin-block: 1.55rem 2rem;
	color: #fff3f1;
	font-size: clamp(1.1rem, 1.45vw, 1.35rem);
	line-height: 1.6;
}

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

.hero__lead {
	position: absolute;
	inset-inline: 0;
	inset-block-end: 2.75rem;
	z-index: 4;
}

.graphic-wave {
	position: absolute;
	inset-inline: -2px;
	z-index: -1;
	width: calc(100% + 4px);
	height: clamp(4.25rem, 8vw, 8.5rem);
	pointer-events: none;
	user-select: none;
}

.graphic-wave--hero {
	inset-block-end: -1px;
	z-index: 1;
	height: clamp(6rem, 10vw, 10rem);
}

.graphic-wave--top {
	inset-block-start: -1px;
	transform: rotate(180deg);
}

.graphic-wave--bottom {
	inset-block-end: -1px;
}

.graphic-wave--contact {
	z-index: 0;
	height: clamp(5rem, 8vw, 8rem);
}

@keyframes tiptop-hero-settle {
	to {
		transform: scale(1);
	}
}

/* Form */
.lead-form {
	position: relative;
	min-width: 0;
	padding: clamp(1.25rem, 2.4vw, 2rem);
	border: 1px solid rgb(68 17 21 / 0.12);
	border-radius: var(--tiptop-radius);
	background: var(--tiptop-white);
	color: var(--tiptop-ink);
	box-shadow: var(--tiptop-shadow);
}

.lead-form--compact {
	display: grid;
	grid-template-columns: minmax(10rem, 0.8fr) minmax(0, 3.2fr);
	align-items: center;
	gap: 1.2rem;
	padding: 1rem 1.15rem;
	border-color: rgb(255 255 255 / 0.48);
	background: rgb(255 248 247 / 0.97);
	box-shadow: 0 18px 55px rgb(17 3 4 / 0.28);
	backdrop-filter: blur(14px);
}

.lead-form__heading {
	min-width: 0;
}

.lead-form__heading h2,
.lead-form__heading h3 {
	font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.lead-form__heading p {
	margin-block: 0.45rem 0;
	color: var(--tiptop-muted);
	font-size: 0.95rem;
	line-height: 1.5;
}

.lead-form__fields {
	display: grid;
	grid-template-columns: 1fr 1fr 1.25fr auto;
	gap: 0.65rem;
	align-items: end;
	min-width: 0;
}

.field {
	display: grid;
	gap: 0.35rem;
	min-width: 0;
}

.field label {
	color: #4d292c;
	font-size: 0.85rem;
	font-weight: 700;
}

.field input,
.field select {
	width: 100%;
	min-width: 0;
	min-height: 3.2rem;
	padding: 0.65rem 0.8rem;
	border: 1px solid #cdbec0;
	border-radius: 0.65rem;
	background: var(--tiptop-white);
	color: var(--tiptop-ink);
	font-size: 1rem;
	line-height: 1.2;
	transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.field input::placeholder {
	color: #876f71;
	opacity: 1;
}

.field input:focus,
.field select:focus {
	border-color: var(--tiptop-red-depth);
	outline: none;
	box-shadow: 0 0 0 4px rgb(238 53 64 / 0.16);
}

.field [aria-invalid="true"] {
	border-color: #a5101a;
	background: #fff2f2;
}

.field-error {
	display: block;
	margin-block-start: 0.35rem;
	color: #a51f28;
	font-size: 0.82rem;
	font-weight: 700;
	line-height: 1.35;
}

.field-error:empty {
	display: none;
}

.lead-form__consent-error {
	grid-column: 1 / -1;
	margin-block-start: -0.35rem;
}

.lead-form__submit {
	min-width: 8.75rem;
	min-height: 3.2rem;
}

.lead-form__consent {
	grid-column: 1 / -1;
	display: flex;
	align-items: flex-start;
	gap: 0.6rem;
	margin-block-start: 0.75rem;
	color: #60474a;
	font-size: 0.9rem;
	line-height: 1.45;
	cursor: pointer;
}

.lead-form--compact .lead-form__consent,
.lead-form--compact .lead-form__status {
	grid-column: 2;
}

.lead-form__consent input {
	flex: 0 0 auto;
	width: 1.15rem;
	height: 1.15rem;
	margin-block-start: 0.18rem;
	accent-color: var(--tiptop-red-depth);
}

.lead-form__consent a {
	color: #6f171e;
	font-weight: 700;
}

.lead-form__status {
	min-height: 1.5rem;
	margin-block-start: 0.5rem;
	font-weight: 700;
}

.lead-form__status.is-success {
	color: #176c3e;
}

.lead-form__status.is-error {
	color: #9f121b;
}

.lead-form__honeypot {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

.lead-form.is-submitting {
	opacity: 0.78;
}

.lead-form.is-submitting .lead-form__submit {
	cursor: wait;
}

/* Trust */
.trust-strip {
	position: relative;
	z-index: 2;
	padding-block: 1.65rem;
	border-block-end: 1px solid var(--tiptop-border);
	background: var(--tiptop-blush);
}

.trust-strip__items {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-item {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.9rem;
	min-width: 0;
	padding-inline: clamp(0.75rem, 2vw, 2rem);
}

.trust-item + .trust-item {
	border-inline-start: 1px solid rgb(68 17 21 / 0.18);
}

.trust-item__mark {
	color: var(--tiptop-accent);
	font-family: "Rubik", sans-serif;
	font-size: clamp(1.9rem, 3vw, 2.9rem);
	font-weight: 900;
	line-height: 1;
}

.trust-item__icon {
	width: 2.35rem;
	height: 2.35rem;
	color: var(--tiptop-accent);
}

.trust-item div {
	display: grid;
	min-width: 0;
}

.trust-item strong {
	font-family: "Rubik", sans-serif;
	font-size: 1.08rem;
}

.trust-item span:not(.trust-item__mark) {
	color: #6f5457;
	font-size: 0.92rem;
}

/* Shared section system */
.section-graphic {
	padding-block: var(--tiptop-section-space);
}

.section-graphic__content {
	position: relative;
	z-index: 2;
}

.section-graphic--warm {
	background: var(--tiptop-surface);
	color: var(--tiptop-ink);
}

.section-graphic--dark {
	padding-block: calc(var(--tiptop-section-space) + 2rem) var(--tiptop-section-space);
	background:
		radial-gradient(circle at 14% 22%, rgb(238 53 64 / 0.12), transparent 28rem),
		linear-gradient(140deg, #24090c, #441115);
	color: var(--tiptop-white);
}

.section-graphic--accent {
	padding-block: calc(var(--tiptop-section-space) + 1rem);
	background: var(--tiptop-accent);
	color: var(--tiptop-ink);
}

.section-graphic--blush {
	background: var(--tiptop-blush);
	color: var(--tiptop-ink);
}

.section-graphic--ink {
	background:
		linear-gradient(135deg, rgb(68 17 21 / 0.92), rgb(36 9 12 / 0.98)),
		var(--tiptop-ink);
	color: var(--tiptop-white);
}

.section-heading {
	display: grid;
	justify-items: center;
	gap: 0.75rem;
	width: min(100%, 54rem);
	margin: 0 auto clamp(2.7rem, 5vw, 4.6rem);
	text-align: center;
}

.section-heading--start {
	justify-items: start;
	margin-inline: 0;
	text-align: start;
}

.section-heading__kicker {
	margin: 0;
	color: var(--tiptop-red-depth);
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.section-heading h2 {
	max-width: 18ch;
	font-size: clamp(2.35rem, 4.3vw, 4.4rem);
	font-weight: 900;
	letter-spacing: -0.025em;
}

.section-heading > p:not(.section-heading__kicker) {
	max-width: 45rem;
	margin: 0;
	color: var(--tiptop-muted);
	font-size: clamp(1.05rem, 1.4vw, 1.2rem);
}

.section-heading__signal {
	display: block;
	width: clamp(5rem, 10vw, 8rem);
	height: 0.7rem;
	margin-block-start: 0.5rem;
	background:
		radial-gradient(65% 100% at 50% 0, transparent 55%, var(--tiptop-accent) 58% 64%, transparent 67%)
		0 0 / 2rem 100% repeat-x;
	opacity: 0.75;
}

.section-heading--light .section-heading__kicker {
	color: #ffacb1;
}

.section-heading--light > p:not(.section-heading__kicker) {
	color: #f8dfe1;
}

/* Services */
.services {
	padding-block-start: clamp(5.5rem, 9vw, 9rem);
}

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

.service-card {
	position: relative;
	min-width: 0;
	padding: clamp(1.5rem, 3vw, 2.35rem);
	border: 1px solid var(--tiptop-border);
	border-block-start: 4px solid var(--tiptop-accent);
	border-radius: var(--tiptop-radius);
	background: var(--tiptop-white);
	box-shadow: 0 12px 30px rgb(36 9 12 / 0.06);
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-card:hover {
	transform: translateY(-2px);
	border-color: rgb(238 53 64 / 0.42);
	box-shadow: var(--tiptop-shadow-soft);
}

.service-card__top {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin-block-end: 1.3rem;
}

.service-card__number {
	color: var(--tiptop-accent);
	font-family: "Rubik", sans-serif;
	font-size: 0.9rem;
	font-weight: 800;
}

.service-card__line {
	flex: 1;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgb(238 53 64 / 0.38));
}

.service-card h3 {
	font-size: clamp(1.55rem, 2.2vw, 2.2rem);
}

.service-card__summary {
	margin-block: 0.75rem;
	color: var(--tiptop-red-depth);
	font-size: 1.08rem;
	font-weight: 700;
}

.service-card__body {
	color: #644b4e;
}

.service-card__body p:last-child {
	margin-block-end: 0;
}

/* Media */
.media-frame {
	position: relative;
	min-width: 0;
	margin: 0;
	border-radius: var(--tiptop-radius-lg);
	overflow: hidden;
	background: #170608;
	box-shadow: var(--tiptop-shadow);
}

.media-frame__image {
	width: 100%;
	height: 100%;
	min-height: 25rem;
	object-fit: cover;
}

.media-frame figcaption {
	position: absolute;
	inset-inline-start: 0.9rem;
	inset-block-end: 0.9rem;
	padding: 0.35rem 0.65rem;
	border: 1px solid rgb(255 255 255 / 0.28);
	border-radius: 999px;
	background: rgb(36 9 12 / 0.74);
	color: var(--tiptop-white);
	font-size: 0.75rem;
	line-height: 1.2;
	backdrop-filter: blur(8px);
}

/* About */
.about__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	align-items: center;
	gap: clamp(2rem, 6vw, 6rem);
}

.media-frame--about {
	min-height: 36rem;
	transform: rotate(-1.2deg);
}

.media-frame--about .media-frame__image {
	min-height: 36rem;
}

.about__copy {
	max-width: var(--tiptop-reading);
}

.about__copy .section-heading__kicker {
	color: #ffabb0;
}

.about__copy h2 {
	margin-block: 0.7rem 1.5rem;
	font-size: clamp(2.35rem, 4vw, 4.35rem);
	color: var(--tiptop-white);
}

.about__copy p {
	color: #f8e7e8;
	font-size: 1.1rem;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	margin-block-start: 0.9rem;
	color: #ffbdc1;
	font-weight: 800;
	text-decoration: none;
}

.text-link .tiptop-icon {
	transition: transform 180ms ease;
}

.text-link:hover .tiptop-icon {
	transform: translateX(-4px);
}

/* Solutions */
.solutions .section-heading__kicker {
	color: var(--tiptop-ink);
	opacity: 0.78;
}

.solutions .section-heading h2 {
	max-width: 19ch;
}

.solution-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(16rem, 0.85fr);
	align-items: center;
	gap: clamp(2rem, 5vw, 5rem);
	margin-block: clamp(2.5rem, 6vw, 6.5rem);
}

.solution-feature--network {
	grid-template-columns: minmax(16rem, 0.85fr) minmax(0, 1.15fr);
}

.solution-feature--network .media-frame {
	grid-column: 2;
	grid-row: 1;
}

.solution-feature--network .solution-feature__copy {
	grid-column: 1;
	grid-row: 1;
}

.solution-feature .media-frame {
	border: 1px solid rgb(36 9 12 / 0.15);
	box-shadow: 0 30px 70px rgb(68 17 21 / 0.27);
}

.solution-feature .media-frame__image {
	min-height: clamp(26rem, 42vw, 38rem);
}

.solution-feature__copy {
	position: relative;
	padding: clamp(1.25rem, 3vw, 2.5rem);
	border-inline-start: 2px solid rgb(36 9 12 / 0.42);
}

.solution-feature__number {
	display: block;
	margin-block-end: 1.4rem;
	color: rgb(36 9 12 / 0.56);
	font-family: "Rubik", sans-serif;
	font-size: 0.95rem;
	font-weight: 800;
}

.solution-feature__copy h3 {
	font-size: clamp(2rem, 3.2vw, 3.4rem);
}

.solution-feature__copy p {
	margin-block: 1rem 0;
	color: #3f171a;
	font-size: 1.12rem;
}

/* Why */
.why__grid {
	display: grid;
	grid-template-columns: minmax(17rem, 0.8fr) minmax(0, 1.2fr);
	align-items: start;
	gap: clamp(2rem, 7vw, 7rem);
}

.why .section-heading {
	position: sticky;
	inset-block-start: calc(var(--tiptop-header-height) + 2rem);
	margin-block-end: 0;
}

.why-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.why-list li {
	display: grid;
	grid-template-columns: 3.6rem 1fr;
	gap: 1.25rem;
	padding-block: 1.75rem;
	border-block-start: 1px solid rgb(68 17 21 / 0.2);
}

.why-list li:last-child {
	border-block-end: 1px solid rgb(68 17 21 / 0.2);
}

.why-list > li > span {
	color: var(--tiptop-accent);
	font-family: "Rubik", sans-serif;
	font-size: 1rem;
	font-weight: 800;
}

.why-list h3 {
	font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.why-list p {
	margin-block: 0.4rem 0;
	color: #735659;
}

/* Process */
.process {
	padding-block: var(--tiptop-section-space);
}

.process__wake {
	position: absolute;
	inset: 0;
	z-index: -1;
	overflow: hidden;
	opacity: 0.08;
	pointer-events: none;
}

.process__wake span {
	position: absolute;
	inset-inline-start: 50%;
	inset-block-start: 50%;
	width: min(85vw, 70rem);
	aspect-ratio: 1;
	border: 2px solid var(--tiptop-accent);
	border-radius: 50%;
	transform: translate(50%, -50%);
}

.process__wake span:nth-child(2) {
	width: min(63vw, 52rem);
}

.process__wake span:nth-child(3) {
	width: min(42vw, 35rem);
}

.process-steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	padding: 0;
	margin: 0;
	counter-reset: process;
	list-style: none;
}

.process-steps li {
	position: relative;
	min-width: 0;
	padding: 1.7rem clamp(1rem, 2.6vw, 2.4rem);
	border-block-start: 1px solid rgb(255 255 255 / 0.25);
}

.process-steps li + li {
	border-inline-start: 1px solid rgb(255 255 255 / 0.18);
}

.process-step__number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin-block-end: 1.25rem;
	border: 1px solid rgb(255 255 255 / 0.32);
	border-radius: 50%;
	background: var(--tiptop-accent);
	color: var(--tiptop-ink);
	font-family: "Rubik", sans-serif;
	font-size: 0.86rem;
	font-weight: 800;
}

.process-steps h3 {
	font-size: clamp(1.45rem, 2.25vw, 2.15rem);
}

.process-steps p {
	margin-block: 0.7rem 0;
	color: #edd9db;
}

/* FAQ */
.faq-list {
	width: min(100%, 62rem);
	margin-inline: auto;
}

.faq-item {
	border-block-start: 1px solid var(--tiptop-border);
}

.faq-item:last-child {
	border-block-end: 1px solid var(--tiptop-border);
}

.faq-item summary {
	display: grid;
	grid-template-columns: 3.5rem 1fr 2rem;
	align-items: center;
	gap: 1rem;
	min-height: 5.3rem;
	padding-block: 1rem;
	color: var(--tiptop-ink);
	font-family: "Rubik", sans-serif;
	font-size: clamp(1.15rem, 2vw, 1.5rem);
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

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

.faq-item__number {
	color: var(--tiptop-accent);
	font-family: "Heebo", sans-serif;
	font-size: 0.85rem;
}

.faq-item__toggle {
	position: relative;
	display: block;
	width: 1.35rem;
	height: 1.35rem;
}

.faq-item__toggle::before,
.faq-item__toggle::after {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	inset-block-start: 50%;
	width: 100%;
	height: 2px;
	border-radius: 999px;
	background: var(--tiptop-accent);
	transition: transform 180ms ease;
}

.faq-item__toggle::after {
	transform: rotate(90deg);
}

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

.faq-item__answer {
	max-width: 48rem;
	padding: 0 4.5rem 1.7rem 3rem;
	color: var(--tiptop-muted);
}

.faq-item__answer p:last-child {
	margin-block-end: 0;
}

/* Contact */
.contact {
	padding-block: calc(var(--tiptop-section-space) + 3rem) var(--tiptop-section-space);
	background:
		radial-gradient(circle at 80% 25%, rgb(238 53 64 / 0.18), transparent 31rem),
		linear-gradient(145deg, #441115, #24090c 75%);
	color: var(--tiptop-white);
}

.contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(28rem, 1.1fr);
	align-items: start;
	gap: clamp(2rem, 6vw, 6rem);
}

.contact__copy {
	min-width: 0;
}

.contact__copy .section-heading__kicker {
	color: #ffabb0;
}

.contact__copy h2 {
	max-width: 12ch;
	margin-block: 0.7rem 1.25rem;
	font-size: clamp(2.5rem, 4.5vw, 4.7rem);
}

.contact__copy > p {
	max-width: 38rem;
	color: #f6dfe1;
	font-size: 1.12rem;
}

.contact-methods {
	display: grid;
	margin-block-start: 2.1rem;
	border-block-start: 1px solid rgb(255 255 255 / 0.18);
}

.contact-method {
	display: grid;
	grid-template-columns: 2.75rem 1fr;
	align-items: center;
	gap: 1rem;
	min-width: 0;
	min-height: 5rem;
	padding-block: 0.85rem;
	border-block-end: 1px solid rgb(255 255 255 / 0.18);
	color: var(--tiptop-white);
	text-decoration: none;
}

.contact-method .tiptop-icon {
	width: 2rem;
	height: 2rem;
	color: var(--tiptop-accent);
}

.contact-method span {
	display: grid;
	min-width: 0;
}

.contact-method small,
.contact-method em {
	color: #d9bfc1;
	font-size: 0.85rem;
	font-style: normal;
}

.contact-method strong {
	min-width: 0;
	font-size: 1.05rem;
	overflow-wrap: anywhere;
}

.contact__form-wrap {
	min-width: 0;
}

.contact__form-wrap .lead-form {
	padding: clamp(1.5rem, 3vw, 2.5rem);
}

.contact__form-wrap .lead-form__fields {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact__form-wrap .field:nth-child(3) {
	grid-column: 1 / -1;
}

.contact__form-wrap .lead-form__submit {
	grid-column: 1 / -1;
}

/* Floating action */
.floating-actions {
	position: fixed;
	inset-inline-start: max(1rem, env(safe-area-inset-left));
	inset-block-end: max(1rem, env(safe-area-inset-bottom));
	z-index: 900;
	display: flex;
	gap: 0.6rem;
	transition: opacity 180ms ease, transform 180ms ease;
}

.floating-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	min-width: 3.25rem;
	min-height: 3.25rem;
	padding: 0.65rem 1rem;
	border: 1px solid rgb(255 255 255 / 0.2);
	border-radius: 999px;
	box-shadow: 0 12px 28px rgb(0 0 0 / 0.25);
	font-size: 0.94rem;
	font-weight: 800;
	text-decoration: none;
	backdrop-filter: blur(9px);
}

.floating-action--whatsapp {
	background: #187743;
	color: var(--tiptop-white);
}

.floating-action--phone {
	display: none;
	background: var(--tiptop-brand-dark);
	color: var(--tiptop-white);
}

.tiptop-actions-paused .floating-actions,
.tiptop-landing:not(.tiptop-floating-ready) .floating-actions {
	opacity: 0;
	pointer-events: none;
	transform: translateY(1rem);
}

/* Footer */
.site-footer {
	position: relative;
	padding-block: clamp(3.5rem, 7vw, 6rem) 1.5rem;
	background: #160507;
	color: #f8e9ea;
}

.site-footer__grid {
	display: grid;
	grid-template-columns: 1.35fr 0.75fr 1fr;
	align-items: start;
	gap: clamp(2rem, 6vw, 6rem);
}

.site-footer__grid > * {
	min-width: 0;
}

.site-footer h2 {
	margin-block-end: 1rem;
	color: var(--tiptop-white);
	font-size: 1.2rem;
}

.site-footer__brand {
	display: grid;
	justify-items: start;
	min-width: 0;
}

.site-footer__logo-card {
	display: grid;
	width: min(100%, 15rem);
	aspect-ratio: 2.8 / 1;
	padding: 0.65rem 0.85rem;
	overflow: hidden;
	border: 1px solid rgb(255 255 255 / 0.16);
	border-radius: 0.85rem;
	background: var(--tiptop-white);
	box-shadow: 0 14px 36px rgb(0 0 0 / 0.2);
	place-items: center;
}

.site-footer__brand .site-footer__logo {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 4.25rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	object-fit: contain;
	object-position: center;
}

.site-footer__brand p {
	max-width: 28rem;
	margin-block: 1.2rem 0;
	color: #dcbfc2;
}

.site-footer__nav ul {
	display: grid;
	gap: 0.55rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-footer__nav a,
.site-footer__contact a {
	color: #f5dfe1;
}

.site-footer__contact {
	display: grid;
	align-content: start;
	gap: 0.55rem;
	min-width: 0;
}

.site-footer__contact a,
.site-footer__contact span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-block-start: 1.4rem;
	margin-block-start: 3.5rem;
	border-block-start: 1px solid rgb(255 255 255 / 0.14);
	color: #bea0a2;
	font-size: 0.9rem;
}

.site-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
}

.site-footer__legal a {
	color: #f4dfe1;
}

/* Legal, generic and 404 pages */
.legal-page__hero {
	padding-block: calc(var(--tiptop-header-height) + 5rem) 4rem;
	background: linear-gradient(145deg, var(--tiptop-ink), var(--tiptop-brand-dark));
	color: var(--tiptop-white);
}

.legal-page__hero .section-heading__kicker {
	color: #ffabb0;
}

.legal-page__hero h1 {
	max-width: 18ch;
	margin-block-start: 0.7rem;
	font-size: clamp(2.7rem, 5vw, 5rem);
}

.legal-page__content {
	width: min(calc(100% - (2 * var(--tiptop-gutter))), 52rem);
	padding-block: clamp(3.5rem, 7vw, 6rem);
}

.legal-page__content h2 {
	margin-block: 2.25rem 0.8rem;
	font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.legal-page__content h3 {
	margin-block: 1.7rem 0.65rem;
	font-size: 1.4rem;
}

.legal-page__content a {
	color: #861f27;
	font-weight: 700;
	overflow-wrap: anywhere;
}

.tiptop-legal-review-notice {
	padding: 1rem 1.15rem;
	border-inline-start: 4px solid var(--tiptop-accent);
	border-radius: 0.5rem;
	background: var(--tiptop-blush);
	font-weight: 700;
}

.error-page {
	display: grid;
	align-items: center;
	min-height: 75svh;
	padding-block: calc(var(--tiptop-header-height) + 4rem) 4rem;
	background: linear-gradient(145deg, var(--tiptop-ink), var(--tiptop-brand-dark));
	color: var(--tiptop-white);
	text-align: center;
}

.error-page__content {
	display: grid;
	justify-items: center;
}

.error-page__code {
	margin: 0;
	color: var(--tiptop-accent);
	font-family: "Rubik", sans-serif;
	font-size: clamp(5rem, 16vw, 12rem);
	font-weight: 900;
	line-height: 0.8;
	opacity: 0.9;
}

.error-page h1 {
	margin-block-start: 1.5rem;
	font-size: clamp(2.2rem, 5vw, 4.8rem);
}

.error-page p:not(.error-page__code) {
	max-width: 40rem;
	margin-block: 1rem 2rem;
	color: #efd9db;
}

/* Progressive enhancement: content is visible unless JS opted into motion. */
.motion-ready [data-reveal] {
	opacity: 0;
	transform: translateY(1rem);
	transition: opacity 560ms ease, transform 560ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.motion-ready [data-reveal].is-visible {
	opacity: 1;
	transform: none;
}

/* Laptop / tablet */
@media (max-width: 72rem) {
	:root {
		--tiptop-header-height: 5.75rem;
	}

	.primary-menu {
		gap: 0.8rem;
	}

	.primary-menu a {
		font-size: 0.93rem;
	}

	.primary-navigation__cta span {
		display: none;
	}

	.primary-navigation__cta {
		min-width: 3rem;
		padding-inline: 0.72rem;
	}

	.hero__copy {
		width: min(72%, 46rem);
	}

	.hero h1 {
		font-size: clamp(3rem, 6.2vw, 5rem);
	}

	.lead-form--compact {
		grid-template-columns: 1fr;
	}

	.lead-form--compact .lead-form__heading {
		display: none;
	}

	.lead-form--compact .lead-form__consent,
	.lead-form--compact .lead-form__status {
		grid-column: 1;
	}

	.hero__lead {
		inset-block-end: 2.5rem;
	}

	.hero__content {
		padding-block-end: 16rem;
	}
}

@media (max-width: 64rem) {
	:root {
		--tiptop-header-height: 5.25rem;
	}

	.site-header__inner {
		grid-template-columns: 1fr auto;
	}

	.site-header.is-scrolled,
	body:not(.tiptop-landing) .site-header {
		height: var(--tiptop-header-height);
	}

	.site-brand {
		width: 10.25rem;
	}

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

	.primary-navigation {
		position: fixed;
		inset-block-start: var(--tiptop-header-height);
		inset-block-end: 0;
		inset-inline: 0;
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		align-content: start;
		justify-content: stretch;
		justify-items: stretch;
		gap: 1.25rem;
		width: 100%;
		max-height: none;
		padding: 1.5rem var(--tiptop-gutter) 2rem;
		overflow-y: auto;
		border-block-start: 1px solid rgb(255 255 255 / 0.1);
		background: rgb(36 9 12 / 0.99);
		opacity: 0;
		visibility: hidden;
		transform: translateY(-1rem);
		transition: opacity 180ms ease, visibility 180ms ease, transform 180ms ease;
	}

	.admin-bar .primary-navigation {
		inset-block-start: calc(var(--tiptop-header-height) + 32px);
	}

	body.tiptop-rtl.menu-open {
		overflow: hidden;
	}

	.menu-open .primary-navigation {
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.menu-open .floating-actions {
		opacity: 0;
		pointer-events: none;
		transform: translateY(1rem);
	}

	.primary-menu {
		display: grid;
		gap: 0;
	}

	.primary-menu li {
		border-block-end: 1px solid rgb(255 255 255 / 0.14);
	}

	.primary-menu a {
		width: 100%;
		min-height: 3.6rem;
		font-size: 1.1rem;
	}

	.primary-navigation__cta {
		width: 100%;
	}

	.primary-navigation__cta span {
		display: inline;
	}

	.menu-open .menu-toggle__lines span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}

	.menu-open .menu-toggle__lines span:nth-child(2) {
		opacity: 0;
	}

	.menu-open .menu-toggle__lines span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	.hero__copy {
		width: min(78%, 46rem);
	}

	.hero__scrim {
		background:
			linear-gradient(270deg, rgb(36 9 12 / 0.98) 0%, rgb(36 9 12 / 0.9) 42%, rgb(36 9 12 / 0.35) 100%),
			linear-gradient(0deg, rgb(36 9 12 / 0.86), transparent 52%);
	}

	.hero {
		min-height: 0;
	}

	.hero__media,
	.hero__scrim {
		height: max(48rem, 88svh);
	}

	.hero__media-meta {
		inset-block-start: calc(max(48rem, 88svh) - 4.75rem);
	}

	.hero__content {
		min-height: max(48rem, 88svh);
		padding-block-end: 5rem;
	}

	.hero__lead {
		position: relative;
		inset: auto;
		z-index: 4;
		width: 100%;
		padding: 1rem var(--tiptop-gutter);
		background: var(--tiptop-blush);
	}

	.hero__lead.layout-container {
		max-width: none;
		margin: 0;
	}

	.hero__lead .lead-form {
		width: 100%;
	}

	.graphic-wave--hero {
		inset-block-start: calc(max(48rem, 88svh) - 4rem);
		inset-block-end: auto;
		height: 5rem;
	}

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

	.lead-form__submit {
		grid-column: 2;
	}

	.about__grid,
	.contact__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 2.5rem;
	}

	.media-frame--about,
	.media-frame--about .media-frame__image {
		min-height: 30rem;
	}

	.solution-feature {
		grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.8fr);
		gap: 2rem;
	}

	.contact__grid {
		grid-template-columns: 0.85fr 1.15fr;
	}

	.contact__form-wrap .lead-form__fields {
		grid-template-columns: 1fr;
	}

	.contact__form-wrap .field:nth-child(3),
	.contact__form-wrap .lead-form__submit {
		grid-column: 1;
	}
}

/* Mobile composition */
@media (max-width: 48rem) {
	:root {
		--tiptop-gutter: 1rem;
		--tiptop-section-space: clamp(4rem, 16vw, 6rem);
		--tiptop-header-height: 4.75rem;
	}

	html {
		scroll-padding-top: calc(var(--tiptop-header-height) + 0.75rem);
	}

	.admin-bar #service,
	.admin-bar #about,
	.admin-bar #little,
	.admin-bar #why,
	.admin-bar #contact {
		scroll-margin-top: 46px;
	}

	body.tiptop-rtl {
		font-size: 1.0625rem;
	}

	.admin-bar .site-header {
		inset-block-start: 46px;
	}

	.admin-bar .primary-navigation {
		inset-block-start: calc(var(--tiptop-header-height) + 46px);
	}

	.site-brand {
		width: 8.8rem;
		padding: 0.36rem 0.52rem;
	}

	.site-brand__image,
	.site-brand img {
		max-height: 2.8rem;
	}

	.menu-toggle__label {
		display: none;
	}

	.hero {
		min-height: 0;
		padding: 0;
	}

	.hero__media,
	.hero__scrim {
		height: min(50rem, 100svh);
	}

	.hero__media-meta {
		inset-inline-end: 1rem;
		inset-block-start: calc(min(50rem, 100svh) - 4.25rem);
	}

	.hero__media img {
		object-position: center center;
	}

	.hero__media video {
		object-position: center center;
	}

	.hero__scrim {
		background:
			linear-gradient(180deg, rgb(36 9 12 / 0.88) 0%, rgb(36 9 12 / 0.62) 40%, rgb(36 9 12 / 0.26) 72%, rgb(36 9 12 / 0.74) 100%),
			linear-gradient(270deg, rgb(36 9 12 / 0.78), transparent 72%);
	}

	.hero__content {
		align-items: start;
		min-height: min(50rem, 100svh);
		padding-block: calc(var(--tiptop-header-height) + 3.4rem) 7rem;
	}

	.hero__copy {
		width: 100%;
	}

	.hero__kicker {
		margin-block-end: 0.8rem;
		font-size: 0.98rem;
	}

	.hero h1 {
		max-width: 12ch;
		font-size: clamp(2.65rem, 12.2vw, 4rem);
		line-height: 1.01;
	}

	.hero__body {
		max-width: 31rem;
		margin-block: 1rem 1.4rem;
		font-size: 1.05rem;
		line-height: 1.55;
	}

	.hero__actions {
		display: grid;
		grid-template-columns: 1fr;
		width: min(100%, 23rem);
	}

	.hero__actions .button {
		width: 100%;
	}

	.hero__lead {
		position: relative;
		inset: auto;
		z-index: 4;
		width: 100%;
		padding: 1rem;
		background: var(--tiptop-blush);
	}

	.hero__lead.layout-container {
		max-width: none;
		margin: 0;
	}

	.hero__lead .lead-form {
		width: 100%;
	}

	.graphic-wave--hero {
		inset-block-end: auto;
		inset-block-start: calc(min(50rem, 100svh) - 3.5rem);
		height: 3.75rem;
	}

	.lead-form,
	.lead-form--compact {
		display: block;
		padding: 1.2rem;
		border-radius: 1rem;
	}

	.lead-form--compact .lead-form__heading {
		display: block;
		margin-block-end: 1rem;
	}

	.lead-form__fields,
	.contact__form-wrap .lead-form__fields {
		grid-template-columns: 1fr;
	}

	.lead-form__submit,
	.contact__form-wrap .lead-form__submit {
		grid-column: 1;
		width: 100%;
	}

	.lead-form--compact .lead-form__consent,
	.lead-form--compact .lead-form__status {
		grid-column: auto;
	}

	.trust-strip {
		padding-block: 0.6rem;
	}

	.trust-strip__items {
		grid-template-columns: 1fr;
	}

	.trust-item {
		justify-content: flex-start;
		min-height: 4.5rem;
		padding-block: 0.7rem;
	}

	.trust-item + .trust-item {
		border-inline-start: 0;
		border-block-start: 1px solid rgb(68 17 21 / 0.14);
	}

	.trust-item__mark {
		width: 2.5rem;
		font-size: 1.65rem;
		text-align: center;
	}

	.trust-item__icon {
		width: 2.5rem;
		height: 2.5rem;
		padding: 0.25rem;
	}

	.section-heading {
		justify-items: start;
		margin-inline: 0;
		text-align: start;
	}

	.section-heading h2 {
		font-size: clamp(2.15rem, 10vw, 3.35rem);
	}

	.section-heading__signal {
		width: 5rem;
	}

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

	.service-card {
		padding: 1.35rem;
	}

	.about {
		padding-block-start: calc(var(--tiptop-section-space) + 1.5rem);
	}

	.about__grid,
	.contact__grid,
	.why__grid {
		grid-template-columns: 1fr;
	}

	.media-frame--about {
		order: 2;
		min-height: 23rem;
		transform: none;
	}

	.media-frame--about .media-frame__image {
		min-height: 23rem;
	}

	.about__copy {
		order: 1;
	}

	.media-frame {
		border-radius: 1.2rem;
	}

	.media-frame__image {
		min-height: 22rem;
	}

	.solution-feature,
	.solution-feature--network {
		grid-template-columns: 1fr;
		gap: 1.3rem;
		margin-block: 2.75rem 4.5rem;
	}

	.solution-feature--network .media-frame,
	.solution-feature--network .solution-feature__copy {
		grid-column: 1;
	}

	.solution-feature--network .media-frame {
		grid-row: 2;
	}

	.solution-feature--network .solution-feature__copy {
		grid-row: 1;
	}

	.solution-feature .media-frame__image {
		min-height: 23rem;
	}

	.solution-feature__copy {
		padding: 0.5rem 1rem 0.5rem 0;
	}

	.why .section-heading {
		position: static;
	}

	.why-list li {
		grid-template-columns: 2.5rem 1fr;
		gap: 0.75rem;
		padding-block: 1.35rem;
	}

	.process__wake {
		opacity: 0.05;
	}

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

	.process-steps li {
		display: grid;
		grid-template-columns: 3rem 1fr;
		gap: 0.2rem 1rem;
		padding: 1.35rem 0;
	}

	.process-steps li + li {
		border-inline-start: 0;
	}

	.process-step__number {
		grid-row: 1 / 3;
		margin-block-end: 0;
	}

	.process-steps p {
		grid-column: 2;
	}

	.faq-item summary {
		grid-template-columns: 2.2rem 1fr 1.4rem;
		gap: 0.65rem;
		min-height: 4.7rem;
		font-size: 1.08rem;
	}

	.faq-item__answer {
		padding: 0 2.85rem 1.4rem 1rem;
	}

	.contact {
		padding-block-start: calc(var(--tiptop-section-space) + 2rem);
	}

	.contact__copy h2 {
		font-size: clamp(2.5rem, 11vw, 3.8rem);
	}

	.contact__form-wrap {
		margin-block-start: 0.5rem;
	}

	.contact__form-wrap .lead-form {
		padding: 1.25rem;
	}

	.floating-actions {
		inset-inline: max(0.75rem, env(safe-area-inset-left)) max(0.75rem, env(safe-area-inset-right));
		inset-block-end: max(0.75rem, env(safe-area-inset-bottom));
		display: grid;
		grid-template-columns: 1.2fr 0.8fr;
	}

	.floating-action {
		min-height: 3.2rem;
		padding-inline: 0.85rem;
	}

	.floating-action--phone {
		display: inline-flex;
	}

	.site-footer {
		padding-block-end: 6rem;
	}

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

	.site-footer__brand {
		justify-items: center;
		text-align: center;
	}

	.site-footer__brand p {
		margin-inline: auto;
	}

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

@media (max-width: 23rem) {
	.hero h1 {
		font-size: 2.45rem;
	}

	.button {
		font-size: 0.98rem;
	}

	.floating-action {
		font-size: 0.86rem;
	}
}

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

	.hero__media img {
		transform: none;
		animation: none;
	}

	.hero__media .hero__video {
		display: none;
	}

	.hero__video-toggle {
		display: none;
	}

	.motion-ready [data-reveal],
	.motion-ready [data-reveal].is-visible {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.button,
	.primary-navigation,
	.menu-toggle__lines span,
	.faq-item__toggle::before,
	.faq-item__toggle::after,
	.floating-actions {
		transition: none;
	}
}

@media print {
	.site-header,
	.floating-actions,
	.hero__actions,
	.hero__lead,
	.graphic-wave,
	.site-footer {
		display: none !important;
	}

	.hero,
	.section-graphic,
	.legal-page__hero {
		min-height: 0;
		padding: 2rem 0;
		background: #fff !important;
		color: #000 !important;
	}

	.hero__media,
	.hero__scrim,
	.hero__media-meta {
		display: none;
	}
}
