@font-face {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('./fonts/bebas-nunito/font-1.ttf') format('truetype');
}

@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('./fonts/bebas-nunito/font-2.ttf') format('truetype');
}

@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('./fonts/bebas-nunito/font-3.ttf') format('truetype');
}

@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('./fonts/bebas-nunito/font-4.ttf') format('truetype');
}

@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url('./fonts/bebas-nunito/font-5.ttf') format('truetype');
}

@font-face {
	font-family: 'Clash Display';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('./fonts/clash-display/clash-display-400.ttf') format('truetype');
}

@font-face {
	font-family: 'Clash Display';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('./fonts/clash-display/clash-display-500.ttf') format('truetype');
}

@font-face {
	font-family: 'Clash Display';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('./fonts/clash-display/clash-display-600.ttf') format('truetype');
}

@font-face {
	font-family: 'Clash Display';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('./fonts/clash-display/clash-display-700.ttf') format('truetype');
}

:root {
	--font-body: 'Nunito', sans-serif;
	--font-display: 'Clash Display', 'Bebas Neue', sans-serif;
	--font-accent: 'Bebas Neue', sans-serif;
	--bg: #ffffff;
	--text: #111111;
	--muted: #5f5f5f;
	--line: #e7e7e7;
	--soft: #f6f6f4;
	--shadow: 0 30px 80px rgba(17, 17, 17, 0.08);
	--radius: 10px;
	--radius-sm: 6px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--font-body);
	background: radial-gradient(circle at top, #fafafa 0%, #ffffff 42%, #f7f7f5 100%);
	color: var(--text);
	line-height: 1.5;
	min-height: 100vh;
	overflow-x: hidden;
	overflow-y: hidden;
}

body.live-pages-body {
	overflow-y: auto;
	overflow-x: hidden;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea {
	font: inherit;
}

button {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-display);
	font-weight: 600;
	line-height: 0.94;
	margin: 0;
	letter-spacing: -0.03em;
}

p {
	margin: 0;
}

.page-shell {
	max-width: 1280px;
	margin: 0 auto;
	min-height: 100vh;
	padding: clamp(12px, 2vw, 20px);
	position: relative;
	display: flex;
	flex-direction: column;
}

.page-shell--legal,
.page-shell--live-pages {
	overflow: visible;
}

.page-shell--live-pages {
	max-width: 1680px;
}

.topbar {
	position: absolute;
	top: clamp(12px, 2vw, 20px);
	right: clamp(12px, 2vw, 20px);
	z-index: 10;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0;
	width: auto;
}

.topbar--live-pages {
	left: clamp(12px, 2vw, 20px);
	right: clamp(12px, 2vw, 20px);
	justify-content: space-between;
	gap: 12px;
}

.topbar__text-link {
	padding: 0 14px;
	min-height: 44px;
	font-size: 0.84rem;
}


.topbar__icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--text);
	box-shadow: none;
	font-size: 1.05rem;
	line-height: 1;
	transition: color 0.2s ease, transform 0.2s ease;
}

.topbar__icon-link:hover {
	transform: translateY(-1px);
	color: #000;
}

.topbar__icon-link i {
	font-size: 1.05rem;
}

main {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding: clamp(28px, 4vw, 60px) 0 28px;
}

.page-shell--live-pages main,
.page-shell--legal main {
	display: grid;
	align-content: start;
	justify-content: stretch;
	padding-bottom: 72px;
	overflow: visible;
}

@media (max-width: 720px) {
	.topbar {
		top: 12px;
		right: 12px;
	}

	.page-shell {
		padding: 12px;
	}

	main {
		flex: 1 1 auto;
	}

	.topbar__icon-link {
		font-size: 1rem;
	}

	.site-footer--landing {
		bottom: 10px;
	}

	.site-footer--landing--left {
		left: 10px;
		bottom: 10px;
	}

}

.hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 16px;
	align-items: stretch;
	padding: 0;
	text-align: center;
}

.live-showcase {
	width: min(100%, 1200px);
	margin: 0 auto;
	display: grid;
	gap: clamp(14px, 2.2vw, 24px);
	padding: 0;
}

.live-showcase__head {
	max-width: 64rem;
	padding: 0;
	text-align: center;
	margin-inline: auto;
	display: grid;
	gap: 10px;
}

.live-showcase__head p:last-child {
	max-width: 52ch;
	color: var(--muted);
	font-size: 0.98rem;
	margin-inline: auto;
}

.live-showcase__title-line {
	display: block;
}

.live-showcase__headline-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.2em;
	white-space: nowrap;
	flex-wrap: nowrap;
	line-height: 1;
	vertical-align: baseline;
}

.live-showcase__headline-brand span {
	white-space: nowrap;
	display: inline-block;
}

.live-showcase__headline-brand img {
	display: inline-block;
	width: 0.9em;
	height: 0.9em;
	object-fit: contain;
	flex: 0 0 auto;
}

.live-showcase__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 2px 2px 0;
}

.live-showcase__count {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 12px;
	border-radius: 999px;
	border: 1px solid rgba(17, 17, 17, 0.12);
	background: rgba(255, 255, 255, 0.86);
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.62);
}

.live-showcase__count i {
	color: #047857;
	font-size: 0.8rem;
}

.live-showcase__cta {
	min-height: 42px;
	padding: 0 16px;
	font-size: 0.78rem;
	letter-spacing: 0.03em;
	gap: 8px;
}

.live-showcase__sort {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.5);
}

.live-showcase__sort select {
	min-height: 42px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid rgba(17, 17, 17, 0.12);
	background: rgba(255, 255, 255, 0.86);
	font-size: 0.78rem;
	font-weight: 700;
	color: #111111;
	cursor: pointer;
}

.live-pages-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	max-width: none;
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid var(--line);
}

.live-page-row {
	border-bottom: 1px solid var(--line);
	background: transparent;
	padding: 18px 8px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.live-page-row__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.live-page-row__title {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-display);
	font-size: clamp(1.2rem, 2.2vw, 1.55rem);
	letter-spacing: -0.02em;
	color: #111111;
	text-decoration: none;
}

.live-page-row__title i {
	font-size: 0.5em;
	color: rgba(17, 17, 17, 0.4);
	transition: color 0.2s ease, transform 0.2s ease;
}

.live-page-row__title:hover {
	text-decoration: underline;
}

.live-page-row__title:hover i {
	color: rgba(17, 17, 17, 0.75);
	transform: translate(2px, -2px);
}

.live-page-row__badges {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.live-page-row__status {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	background: #ffffff;
	color: #3f3f46;
	border: 1px solid #d4d4d8;
}

.live-page-row__status--top {
	background: #fffbeb;
	color: #92400e;
	border-color: #fde68a;
}

.live-page-row__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--muted);
}

.live-page-row__meta span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.live-page-row__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.live-page-row__socials a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid rgba(17, 17, 17, 0.12);
	color: #3f3f46;
	font-size: 0.85rem;
	transition: color 0.2s ease, border-color 0.2s ease;
}

.live-page-row__socials a:hover {
	color: #111111;
	border-color: rgba(17, 17, 17, 0.32);
}

@media (min-width: 600px) {
	.live-page-row {
		padding: 22px 10px;
		gap: 14px;
	}
}

.live-pages-view {
	width: 100%;
	padding-top: clamp(64px, 8vw, 96px);
}

.live-page-card {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	border: 1px solid var(--line);
	border-radius: 14px;
	overflow: hidden;
	background: white;
	box-shadow: var(--shadow);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	position: relative;
}

.live-page-card::before {
	content: '';
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: var(--card-accent, #111111);
	opacity: 0.85;
	z-index: 1;
}

.live-page-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 34px 84px rgba(17, 17, 17, 0.12);
}

.live-page-card__body {
	display: grid;
	gap: 12px;
	padding: 18px;
	grid-template-rows: auto auto 1fr auto auto;
	position: relative;
	z-index: 2;
}

.live-page-card__top,
.live-page-card__footer {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}

.live-page-card__badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	background: #f4f4f5;
	color: #27272a;
}

.live-page-card__badge i {
	font-size: 0.78em;
}

.live-page-card__badge--live {
	background: #ecfdf5;
	color: #047857;
	border: 1px solid #bbf7d0;
}

.live-page-card__badge--status-online {
	background: #ecfdf5;
	color: #047857;
	border: 1px solid #bbf7d0;
}

.live-page-card__badge--status-trial {
	background: #fffbeb;
	color: #b45309;
	border: 1px solid #fde68a;
}

.live-page-card__badge--status-offline {
	background: #eff6ff;
	color: #1d4ed8;
	border: 1px solid #bfdbfe;
}

.live-page-card__badge--status-neutral {
	background: #f4f4f5;
	color: #52525b;
	border: 1px solid #e4e4e7;
}

.live-page-card__title {
	font-family: var(--font-display);
	font-size: clamp(1.2rem, 2.2vw, 1.6rem);
	line-height: 1;
	letter-spacing: -0.03em;
}

.live-page-card__title a:hover {
	text-decoration: underline;
}

.live-page-card__excerpt {
	color: var(--muted);
	font-size: 0.96rem;
	min-height: 3em;
}

.live-page-card__footer {
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--muted);
}

.live-page-card__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.live-page-card__meta-item i {
	font-size: 0.92em;
	color: #334155;
}

.live-page-card__button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	justify-self: start;
	margin-top: 2px;
	min-height: 44px;
	padding: 0 16px;
	font-size: 0.8rem;
}

.live-pages-empty,
.live-pages-loading,
.live-pages-error {
	grid-column: 1 / -1;
	padding: 22px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.82);
	color: var(--muted);
}

.live-pages-skeleton {
	display: grid;
	gap: 12px;
	padding: 16px;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: white;
	box-shadow: var(--shadow);
}

.live-pages-skeleton__media,
.live-pages-skeleton__line,
.live-pages-skeleton__button {
	background: linear-gradient(90deg, #efefed 0%, #f8f8f7 50%, #efefed 100%);
	background-size: 200% 100%;
	animation: shimmer 1.3s ease-in-out infinite;
	border-radius: 10px;
}

.live-pages-skeleton__media {
	aspect-ratio: 4 / 5;
}

.live-pages-skeleton__line {
	height: 14px;
}

.live-pages-skeleton__line--title {
	height: 22px;
	width: 72%;
}

.live-pages-skeleton__line--short {
	width: 48%;
}

.live-pages-skeleton__button {
	height: 44px;
	width: 42%;
}

@keyframes shimmer {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 100% 50%;
	}
}

.hero__copy,
.hero__panel,
.panel,
.info-card {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.hero__copy {
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
	max-width: 58rem;
}

.site-footer--landing {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 10px;
	z-index: 5;
	display: flex;
	justify-content: center;
	padding: 0 16px;
	pointer-events: none;
	opacity: 1;
}

.site-footer__small-links {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px 10px;
	padding: 8px 12px;
	border: 1px solid rgba(17, 17, 17, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(10px);
	font-size: 0.58rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.64);
	pointer-events: auto;
	box-shadow: 0 12px 32px rgba(17, 17, 17, 0.08);
}

.site-footer__small-links a {
	color: rgba(17, 17, 17, 0.64);
	transition: color 0.2s ease;
}

.site-footer__small-links a:hover {
	color: rgba(17, 17, 17, 0.92);
}

.site-footer--landing--left {
	left: 14px;
	right: auto;
	justify-content: flex-start;
	padding: 0;
}

.site-footer--landing--right {
	left: auto;
	right: 14px;
	justify-content: flex-end;
	padding: 0;
}

.site-footer__small-links--subtle {
	gap: 4px 8px;
	padding: 0;
	border: 0;
	background: transparent;
	backdrop-filter: none;
	font-size: 0.52rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	color: rgba(17, 17, 17, 0.52);
	box-shadow: none;
}

.site-footer__small-links--subtle a {
	color: rgba(17, 17, 17, 0.5);
}

.site-footer__small-links--subtle a:hover {
	color: rgba(17, 17, 17, 0.74);
}

.site-footer__small-links--subtle .swiss-flag {
	display: inline-block;
	width: 0.95em;
	height: 0.95em;
	object-fit: contain;
	vertical-align: -0.14em;
	margin-left: 0.14em;
}

body.legal-page-body {
	overflow-y: auto;
	overflow-x: hidden;
}

.legal-page {
	width: min(100%, 1080px);
	margin: 0;
	padding: clamp(84px, 10vw, 128px) clamp(12px, 2vw, 20px) 72px;
	display: grid;
	gap: 18px;
	justify-items: start;
}

.legal-page__card {
	width: min(100%, 980px);
	padding: 24px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.legal-page__brand {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	font-family: var(--font-display);
	font-size: 1rem;
	letter-spacing: 0.01em;
	color: rgba(17, 17, 17, 0.78);
}

.legal-page__brand-mark {
	width: 0.85rem;
	height: 0.85rem;
	object-fit: contain;
}

.legal-page__title {
	font-size: clamp(2.2rem, 4vw, 4rem);
	max-width: 14ch;
}

.legal-page__subcopy {
	max-width: 62ch;
	color: var(--muted);
	font-size: 0.98rem;
}

.legal-page__section {
	display: grid;
	gap: 10px;
	margin-top: 18px;
}

.legal-page__section h2 {
	font-size: 1.25rem;
}

.legal-page__section p,
.legal-page__section li {
	color: var(--muted);
	max-width: 70ch;
}

.legal-page__section ul {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 8px;
}

.legal-page__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	font-size: 0.88rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.legal-page__links a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.eyebrow {
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--muted);
}

.hero h1 {
	font-size: clamp(2.4rem, 4.2vw, 4.9rem);
	max-width: 11.5ch;
	margin-inline: auto;
}

.hero__line {
	display: block;
}

.font-accent {
	font-family: var(--font-display);
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 0.2em;
	white-space: nowrap;
}

.hero-asterisk {
	width: 0.9em;
	height: 0.9em;
	object-fit: contain;
}

.lede {
	font-size: clamp(0.95rem, 1.12vw, 1rem);
	max-width: 45ch;
	color: #2c2c2c;
	margin-inline: auto;
}

.hero__actions,
.actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.hero__actions {
	margin-top: 2px;
}

.hero__social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.92rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	color: var(--muted);
	transition: color 0.2s ease, transform 0.2s ease;
}

.hero__social-link:hover {
	color: var(--text);
	transform: translateY(-1px);
}

@media (max-width: 720px) {
	.page-shell {
		padding: 12px;
	}

	main {
		min-height: 0;
	}

	.hero {
		gap: 10px;
	}

	.hero__copy {
		gap: 10px;
	}

	.hero h1 {
		font-size: clamp(2.15rem, 11vw, 3.2rem);
		max-width: 9ch;
	}

	.lede {
		font-size: 0.92rem;
		max-width: 32ch;
	}

	.hero__actions {
		gap: 8px;
	}

	.button {
		min-height: 44px;
		padding: 0 16px;
		font-size: 0.92rem;
	}
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 8px;
	border: 1px solid var(--text);
	background: transparent;
	color: var(--text);
	font-weight: 800;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.button:hover {
	transform: translateY(-1px);
}

.button--solid {
	background: var(--text);
	color: white;
}

.button--ghost {
	background: white;
}

.button--wide {
	width: 100%;
}

.button--danger {
	border-color: #b01b1b;
	color: #b01b1b;
}

.summary-card__label,
.panel__subcopy,
.summary-card__text,
.info-card p,
.inspector__hint,
.portfolio-head__meta,
.viewer__caption {
	color: var(--muted);
}

.showcase {
	padding: 18px 0 28px;
	display: grid;
	gap: 18px;
}

.showcase__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
	gap: 22px;
	align-items: start;
}

.showcase__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.showcase__grid img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: 6px;
	border: 1px solid var(--line);
	background: #f2f2f2;
}

.showcase__notes {
	display: grid;
	gap: 12px;
	padding-top: 4px;
}

.showcase__notes h3 {
	font-size: clamp(1.7rem, 3.6vw, 3rem);
	line-height: 1;
}


.pricing-section {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
	gap: 24px;
	align-items: stretch;
	padding: 18px 0 28px;
}

.pricing-copy,
.pricing-card,
.info-card {
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.pricing-copy {
	padding: clamp(24px, 3vw, 40px) 0;
}

.pricing-copy {
	display: grid;
	align-content: center;
	gap: 18px;
}

.pricing-copy h2,
.section-head h2 {
	font-size: clamp(2.3rem, 4.8vw, 4.8rem);
	max-width: 12ch;
}

.pricing-card {
	padding: 0 0 24px;
	display: grid;
	gap: 18px;
	align-content: start;
}

.pricing-card__label,
.pricing-card__note {
	color: var(--muted);
	font-size: 0.95rem;
}

.pricing-card__price {
	display: flex;
	align-items: end;
	gap: 8px;
	font-family: var(--font-display);
	line-height: 0.9;
}

.pricing-card__price span {
	font-size: 5rem;
}

.pricing-card__price small {
	font-size: 1rem;
	color: var(--muted);
	padding-bottom: 10px;
}

.pricing-card__list {
	margin: 0;
	padding-left: 18px;
	display: grid;
	gap: 10px;
}

.section-head {
	display: grid;
	gap: 12px;
}
.pricing-card__list,
.section-head + p,
.info-card p {
	color: var(--muted);
}

.info-card {
	padding: 0;
	display: grid;
	gap: 12px;
}

.info-card h3 {
	font-size: 2rem;
}

.site-footer {
	margin-top: 26px;
	padding: 48px 0 12px;
	display: grid;
	justify-items: center;
	gap: 18px;
	text-align: center;
}

.site-footer__mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	flex-wrap: nowrap;
	max-width: 100%;
}

.site-footer__logo {
	width: min(42vw, 220px);
	height: auto;
	opacity: 0.95;
	flex: 0 0 auto;
}

.site-footer__brand {
	font-family: 'Clash Display', sans-serif;
	font-size: clamp(3rem, 10vw, 7rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 0.9;
	white-space: nowrap;
}

.site-footer__text {
	max-width: 44ch;
	color: var(--muted);
	font-size: 1rem;
}

.newsletter {
	width: min(100%, 520px);
	display: grid;
	gap: 10px;
	padding: 0 0 18px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-align: center;
}

.newsletter__label {
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--muted);
}

.newsletter__text {
	font-size: 1rem;
	color: var(--text);
}

.newsletter__row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.newsletter__input {
	min-width: 0;
	height: 48px;
	padding: 0 16px;
	border: 1px solid var(--line);
	border-radius: 6px;
	background: white;
	color: var(--text);
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.newsletter__input::placeholder {
	color: #8b8b8b;
}

.newsletter__input:focus {
	border-color: #b9b9b9;
	box-shadow: 0 0 0 4px rgba(17, 17, 17, 0.06);
}

.newsletter__button {
	padding-inline: 18px;
	border-radius: 6px;
}

.footer-link {
	font-family: var(--font-body);
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--muted);
	line-height: 1;
}

.footer-link:hover {
	color: var(--text);
}

.footer-meta {
	width: min(100%, 520px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 16px;
}

.back-to-top {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	width: min(100%, 520px);
	gap: 8px;
	font-family: var(--font-body);
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--muted);
	margin: 0;
	line-height: 1;
}

.back-to-top:hover {
	color: var(--text);
}

@media (max-width: 1120px) {
	.hero,
	.showcase__layout,
	.pricing-section,
	.info-grid {
		grid-template-columns: 1fr;
	}

	.live-pages-grid {
		grid-template-columns: 1fr;
	}

	.topbar {
		align-items: start;
	}
}

@media (max-width: 720px) {
	.page-shell {
		padding: 16px;
	}

	.topbar,
	.hero__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.live-showcase__meta {
		justify-content: flex-start;
	}

	.topbar__actions {
		width: 100%;
	}

	.topbar__link {
		width: 100%;
	}

	.hero h1,
	.pricing-copy h2,
	.section-head h2 {
		max-width: none;
	}

	.site-footer {
		padding-top: 40px;
	}

	.site-footer__mark {
		flex-wrap: wrap;
		gap: 8px;
	}

	.back-to-top {
		justify-self: auto;
		margin: 0;
	}

	.footer-meta {
		justify-content: center;
		flex-wrap: wrap;
		gap: 10px 16px;
	}

	.back-to-top {
		justify-content: center;
	}

	.site-footer__logo {
		width: min(28vw, 128px);
	}

	.site-footer__brand {
		font-size: clamp(2.1rem, 12vw, 4.2rem);
		letter-spacing: -0.02em;
		white-space: normal;
		line-height: 0.95;
	}

	.showcase__grid {
		grid-template-columns: 1fr;
	}

	.live-pages-grid {
		grid-template-columns: 1fr;
	}

	.newsletter {
		padding: 0 0 16px;
	}

	.newsletter__row {
		grid-template-columns: 1fr;
	}

	.pricing-card__price span {
		font-size: 4rem;
	}

}

@media (max-width: 720px) {
	.topbar--live-pages {
		left: 16px;
		right: 16px;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
	}

	.topbar--live-pages .topbar__text-link {
		width: auto;
		min-height: 40px;
		padding: 0 12px;
		font-size: 0.8rem;
	}

	.topbar--live-pages .topbar__icon-link {
		align-self: auto;
	}

	.live-pages-view {
		padding-top: 72px;
	}

	.live-showcase__meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.live-showcase__headline-brand img {
		width: 0.9em;
		height: 0.9em;
	}

	.live-showcase__count {
		font-size: 0.64rem;
	}

	.live-showcase__sort {
		width: 100%;
		justify-content: space-between;
	}

	.live-showcase__sort select {
		flex: 1;
		min-height: 40px;
	}

	.live-pages-grid {
		gap: 12px;
	}

	.live-page-row {
		padding: 16px 4px;
		gap: 10px;
	}

	.live-page-row__title {
		font-size: 1.1rem;
	}

	.live-page-row__meta {
		gap: 8px 12px;
		font-size: 0.64rem;
	}

	.live-page-row__socials a {
		width: 34px;
		height: 34px;
	}

	.live-page-card__body {
		padding: 14px;
	}

	.live-page-card__button {
		width: 100%;
		justify-self: stretch;
	}
}
