/**
 * TEUCRIS Properties — Coast & Stone
 * Public trial interface v0.1.0
 */

:root {
	--tp-ink: #171714;
	--tp-ink-soft: #4e4b44;
	--tp-paper: #f3efe6;
	--tp-paper-deep: #e8e1d4;
	--tp-rule: #c8bfb0;
	--tp-burgundy: #600300;
	--tp-gold: #a78e5f;
	--tp-coast: #315e66;
	--tp-coast-soft: #8fb3b5;
	--tp-stone: #6c5238;
	--tp-stone-soft: #b6a083;
	--tp-success: #315a46;
}

html {
	scroll-behavior: smooth;
}

body.tp-properties-page {
	margin: 0;
	background: var(--tp-paper);
	color: var(--tp-ink);
	font-family: Inter, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

body.tp-properties-page,
body.tp-properties-page * {
	box-sizing: border-box;
}

body.tp-properties-page button,
body.tp-properties-page input,
body.tp-properties-page select,
body.tp-properties-page textarea {
	font: inherit;
}

body.tp-properties-page button,
body.tp-properties-page a {
	-webkit-tap-highlight-color: transparent;
}

.tp-skip-link {
	position: fixed;
	top: -100px;
	left: 1rem;
	z-index: 100000;
	padding: 0.75rem 1rem;
	background: #fff;
	color: #111;
}

.tp-skip-link:focus {
	top: 1rem;
}

.tp-app {
	width: 100%;
	min-height: 100vh;
	overflow: clip;
	background:
		linear-gradient(rgba(23, 23, 20, 0.026) 1px, transparent 1px),
		linear-gradient(90deg, rgba(23, 23, 20, 0.026) 1px, transparent 1px),
		var(--tp-paper);
	background-size: 28px 28px;
}

.tp-app h1,
.tp-app h2,
.tp-app h3,
.tp-app h4,
.tp-app p {
	margin-top: 0;
}

.tp-app a {
	color: inherit;
}

.tp-header {
	position: relative;
	z-index: 20;
	display: grid;
	grid-template-columns: minmax(250px, auto) 1fr auto;
	align-items: center;
	gap: 2rem;
	min-height: 92px;
	border-bottom: 1px solid var(--tp-rule);
	padding: 1rem clamp(1.2rem, 4vw, 4.2rem);
	background: rgba(243, 239, 230, 0.96);
}

.tp-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.8rem;
	text-decoration: none;
}

.tp-brand__mark {
	width: 46px;
	height: 46px;
	flex: 0 0 auto;
	color: var(--tp-burgundy);
}

.tp-brand__words {
	display: grid;
	gap: 0.14rem;
}

.tp-brand__words strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.04rem;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.tp-brand__words small {
	color: var(--tp-ink-soft);
	font-size: 0.64rem;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.tp-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(0.7rem, 2vw, 1.8rem);
}

.tp-nav a,
.tp-language a {
	border-bottom: 1px solid transparent;
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.045em;
	text-decoration: none;
	transition: border-color 160ms ease, color 160ms ease;
}

.tp-nav a:hover,
.tp-nav a:focus-visible,
.tp-language a:hover,
.tp-language a:focus-visible,
.tp-language a[aria-current="page"] {
	border-bottom-color: currentColor;
	color: var(--tp-burgundy);
}

.tp-nav__teucris {
	color: var(--tp-burgundy) !important;
}

.tp-language {
	display: flex;
	gap: 0.35rem;
	align-items: center;
	white-space: nowrap;
}

.tp-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
	min-height: 610px;
	border-bottom: 1px solid var(--tp-rule);
}

.tp-hero__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(4.5rem, 9vw, 8rem) clamp(1.5rem, 6vw, 7rem);
}

.tp-eyebrow {
	margin-bottom: 1rem;
	color: var(--tp-burgundy);
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.19em;
	text-transform: uppercase;
}

.tp-hero h1 {
	max-width: 900px;
	margin-bottom: 1.7rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(4.3rem, 10vw, 8.6rem);
	font-weight: 400;
	letter-spacing: -0.065em;
	line-height: 0.78;
}

.tp-hero h1 span {
	display: block;
}

.tp-hero h1 em {
	display: block;
	margin: 0.12em 0 0.1em 0.75em;
	color: var(--tp-burgundy);
	font-size: 0.45em;
	font-weight: 400;
}

.tp-hero__local-name {
	margin: -0.9rem 0 1rem;
	color: var(--tp-burgundy);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1rem, 1.7vw, 1.24rem);
	font-style: italic;
	letter-spacing: 0.06em;
}

.tp-hero__lead {
	max-width: 690px;
	margin-bottom: 2rem;
	color: var(--tp-ink-soft);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.08rem, 2vw, 1.38rem);
	line-height: 1.55;
}

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

.tp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border: 1px solid var(--tp-ink);
	border-radius: 0;
	padding: 0.75rem 1.1rem;
	background: transparent;
	color: var(--tp-ink);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.035em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.tp-button--primary,
.tp-button--dark {
	border-color: var(--tp-ink);
	background: var(--tp-ink);
	color: #fff;
}

.tp-button--ghost:hover,
.tp-button--ghost:focus-visible {
	background: var(--tp-paper-deep);
}

.tp-button--primary:hover,
.tp-button--primary:focus-visible,
.tp-button--dark:hover,
.tp-button--dark:focus-visible {
	border-color: var(--tp-burgundy);
	background: var(--tp-burgundy);
}

.tp-hero__art {
	display: grid;
	grid-template-rows: 1fr 1fr;
	min-width: 0;
}

.tp-hero__stone,
.tp-hero__coast {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 280px;
	padding: clamp(2rem, 5vw, 4.5rem);
	overflow: hidden;
	color: #fff;
}

.tp-hero__stone {
	background:
		linear-gradient(135deg, rgba(27, 19, 13, 0.15), rgba(27, 19, 13, 0.74)),
		radial-gradient(circle at 15% 20%, #b79f80 0 7%, transparent 7.5%),
		radial-gradient(circle at 58% 18%, #8b6d4d 0 13%, transparent 13.5%),
		radial-gradient(circle at 86% 52%, #aa8f6e 0 18%, transparent 18.5%),
		linear-gradient(145deg, #7c6247, #37281b);
}

.tp-hero__coast {
	background:
		linear-gradient(150deg, rgba(6, 28, 33, 0.05), rgba(6, 28, 33, 0.72)),
		linear-gradient(15deg, transparent 0 45%, rgba(255, 255, 255, 0.28) 45.5% 46.5%, transparent 47%),
		linear-gradient(145deg, #8eb7b9, #244d56 68%, #112d34);
}

.tp-hero__stone::after,
.tp-hero__coast::after {
	position: absolute;
	inset: 1.4rem;
	border: 1px solid rgba(255, 255, 255, 0.27);
	content: "";
}

.tp-hero__art span,
.tp-hero__art strong {
	position: relative;
	z-index: 1;
}

.tp-hero__art span {
	margin-bottom: 0.7rem;
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.22em;
}

.tp-hero__art strong {
	max-width: 430px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.3rem, 2.5vw, 2rem);
	font-weight: 400;
	line-height: 1.25;
}

.tp-trial {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 1.3rem;
	border-bottom: 1px solid #7c6644;
	padding: 1.05rem clamp(1.2rem, 4vw, 4.2rem);
	background: #e4d7bf;
	color: #352819;
}

.tp-trial strong {
	font-size: 0.68rem;
	letter-spacing: 0.13em;
}

.tp-trial span {
	font-size: 0.83rem;
}

.tp-search {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
	border-bottom: 1px solid var(--tp-rule);
	background: var(--tp-rule);
	gap: 1px;
}

.tp-search label {
	display: block;
	min-width: 0;
	padding: 1rem clamp(1rem, 2.4vw, 2.2rem);
	background: var(--tp-paper);
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.tp-search select {
	display: block;
	width: 100%;
	margin-top: 0.45rem;
	border: 0;
	padding: 0;
	background: transparent;
	color: var(--tp-ink);
	font-size: 0.86rem;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
}

.tp-search .tp-button {
	min-width: 160px;
	border: 0;
}

.tp-section {
	border-bottom: 1px solid var(--tp-rule);
	padding: clamp(4.5rem, 8vw, 7.5rem) clamp(1.2rem, 5vw, 5.6rem);
}

.tp-section__heading {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr);
	align-items: end;
	gap: 3rem;
	margin-bottom: 2.6rem;
}

.tp-section__heading h2,
.tp-role h2 {
	max-width: 900px;
	margin-bottom: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2.35rem, 5vw, 5rem);
	font-weight: 400;
	letter-spacing: -0.035em;
	line-height: 0.98;
}

.tp-section__heading > p {
	margin-bottom: 0;
	color: var(--tp-ink-soft);
	font-size: 0.88rem;
	line-height: 1.65;
}

.tp-collections {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: var(--tp-rule);
}

.tp-collection {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 470px;
	padding: clamp(2rem, 4vw, 4rem);
	overflow: hidden;
	color: #fff;
}

.tp-collection--coastal {
	background:
		linear-gradient(150deg, rgba(5, 24, 29, 0.05), rgba(5, 24, 29, 0.82)),
		linear-gradient(165deg, #8fbabd 0 42%, #2f6670 42.5% 69%, #12323a 69.5%);
}

.tp-collection--stone {
	background:
		linear-gradient(145deg, rgba(36, 25, 15, 0.08), rgba(36, 25, 15, 0.84)),
		repeating-linear-gradient(18deg, #9b8265 0 3rem, #765d42 3.1rem 6rem, #b49b7c 6.1rem 8.7rem);
}

.tp-collection::after {
	position: absolute;
	inset: 1.2rem;
	border: 1px solid rgba(255, 255, 255, 0.3);
	content: "";
}

.tp-collection > * {
	position: relative;
	z-index: 1;
}

.tp-collection > span {
	font-size: 0.67rem;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.tp-collection h3 {
	max-width: 650px;
	margin: 1.2rem 0 0.8rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(2rem, 4vw, 3.6rem);
	font-weight: 400;
	line-height: 1.05;
}

.tp-collection p {
	max-width: 620px;
	margin-bottom: 1.3rem;
	font-size: 0.86rem;
	line-height: 1.6;
}

.tp-collection button {
	align-self: flex-start;
	border: 0;
	border-bottom: 1px solid currentColor;
	padding: 0.25rem 0;
	background: transparent;
	color: inherit;
	font-size: 0.74rem;
	font-weight: 800;
	cursor: pointer;
}

.tp-listings-section {
	background: rgba(232, 225, 212, 0.55);
}

.tp-filterbar {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	margin-bottom: 1.25rem;
	overflow-x: auto;
}

.tp-filterbar button {
	flex: 0 0 auto;
	border: 1px solid #8b8479;
	padding: 0.55rem 0.7rem;
	background: transparent;
	color: var(--tp-ink);
	font-size: 0.7rem;
	cursor: pointer;
}

.tp-filterbar button.is-active {
	border-color: var(--tp-ink);
	background: var(--tp-ink);
	color: #fff;
}

.tp-filterbar > span {
	margin-left: auto;
	white-space: nowrap;
	font-size: 0.72rem;
}

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

.tp-listing {
	min-width: 0;
	border: 1px solid var(--tp-rule);
	background: var(--tp-paper);
}

.tp-listing[hidden] {
	display: none;
}

.tp-listing__image {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	min-height: 240px;
	padding: 0.9rem;
	color: #fff;
}

.tp-listing__image--coastal {
	background: linear-gradient(150deg, #95bcc0, #315e66 65%, #13323a);
}

.tp-listing__image--stone {
	background: linear-gradient(150deg, #b9a182, #6c5238 62%, #2e2116);
}

.tp-listing__image--both {
	background: linear-gradient(132deg, #917555 0 47%, #527f84 47.5% 100%);
}

.tp-listing__image span,
.tp-listing__image small {
	padding: 0.38rem 0.48rem;
	background: rgba(0, 0, 0, 0.68);
	font-size: 0.55rem;
	font-weight: 800;
	letter-spacing: 0.09em;
}

.tp-listing__image small {
	font-size: 0.52rem;
}

.tp-listing__body {
	padding: 1.2rem;
}

.tp-listing h3 {
	margin-bottom: 0.32rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.18;
}

.tp-listing__location {
	margin-bottom: 1rem;
	color: var(--tp-ink-soft);
	font-size: 0.75rem;
}

.tp-listing ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.9rem;
	margin: 0;
	border-block: 1px solid var(--tp-rule);
	padding: 0.8rem 0;
	list-style: none;
	font-size: 0.68rem;
}

.tp-listing__footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1rem;
}

.tp-listing__footer strong {
	font-size: 1.18rem;
}

.tp-listing__footer span {
	max-width: 180px;
	color: var(--tp-ink-soft);
	font-size: 0.62rem;
	text-align: right;
}

.tp-role {
	padding: clamp(5rem, 9vw, 8rem) clamp(1.2rem, 5vw, 5.6rem);
	background: #121210;
	color: #f7f2e9;
}

.tp-role .tp-eyebrow {
	color: #c9a86a;
}

.tp-role > div {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 2.5rem;
	margin-top: 3.6rem;
}

.tp-role p:not(.tp-eyebrow) {
	margin-bottom: 0;
	border-top: 1px solid #605c53;
	padding-top: 1.2rem;
}

.tp-role strong,
.tp-role span {
	display: block;
}

.tp-role strong {
	margin-bottom: 0.55rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.25rem;
	font-weight: 400;
}

.tp-role span {
	color: #c9c3b8;
	font-size: 0.8rem;
	line-height: 1.65;
}

.tp-submit {
	background: var(--tp-paper);
}

.tp-save-notice {
	margin-bottom: 1rem;
	border-left: 4px solid var(--tp-success);
	padding: 1rem 1.2rem;
	background: #dce8df;
	color: #173d2b;
	font-size: 0.83rem;
}

.tp-form-status {
	display: grid;
	gap: 0.25rem;
	margin-bottom: 1.4rem;
	border-left: 4px solid #816c49;
	padding: 1rem 1.2rem;
	background: #e6dcc9;
}

.tp-form-status--admin {
	border-left-color: var(--tp-success);
	background: #dce8df;
}

.tp-form-status strong {
	font-size: 0.67rem;
	letter-spacing: 0.12em;
}

.tp-form-status span {
	font-size: 0.78rem;
}

.tp-steps {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0;
	border-block: 1px solid var(--tp-rule);
	padding: 0;
	list-style: none;
}

.tp-steps button {
	width: 100%;
	min-height: 76px;
	border: 0;
	border-right: 1px solid var(--tp-rule);
	padding: 0.72rem;
	background: transparent;
	color: var(--tp-ink);
	font-size: 0.7rem;
	font-weight: 700;
	text-align: left;
	cursor: pointer;
}

.tp-steps li:last-child button {
	border-right: 0;
}

.tp-steps button span {
	display: block;
	margin-bottom: 0.35rem;
	color: #777168;
	font-size: 0.58rem;
}

.tp-steps button.is-active {
	background: var(--tp-ink);
	color: #fff;
}

.tp-steps button.is-active span {
	color: #d7d0c4;
}

.tp-submit-form {
	padding-top: 1rem;
}

.tp-form-page {
	display: none;
	padding: 2.4rem 0 2rem;
}

.tp-form-page.is-active {
	display: block;
}

.tp-form-page > header {
	display: flex;
	gap: 1.2rem;
	margin-bottom: 2rem;
}

.tp-form-page > header > span {
	color: #8a8378;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.8rem;
	line-height: 1;
}

.tp-form-page h3 {
	margin-bottom: 0.35rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	font-weight: 400;
}

.tp-form-page > header p {
	margin-bottom: 0;
	color: var(--tp-ink-soft);
	font-size: 0.78rem;
}

.tp-choice-grid,
.tp-inline-checks {
	margin: 0 0 1.5rem;
	border: 0;
	padding: 0;
}

.tp-choice-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.7rem;
}

.tp-choice-grid legend,
.tp-inline-checks legend {
	grid-column: 1 / -1;
	margin-bottom: 0.6rem;
	font-size: 0.72rem;
	font-weight: 800;
}

.tp-choice-grid > label {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 0.65rem;
	border: 1px solid #8d867b;
	padding: 1rem;
}

.tp-choice-grid input {
	grid-row: 1 / 3;
	width: 18px;
	height: 18px;
}

.tp-choice-grid span {
	margin-top: 0.2rem;
	color: var(--tp-ink-soft);
	font-size: 0.7rem;
}

.tp-fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.tp-fields label,
.tp-split label,
.tp-wide {
	display: block;
	font-size: 0.7rem;
	font-weight: 800;
}

.tp-fields input,
.tp-fields select,
.tp-split input,
.tp-split select,
.tp-wide textarea {
	display: block;
	width: 100%;
	min-height: 44px;
	margin-top: 0.38rem;
	border: 1px solid #918a7f;
	border-radius: 0;
	padding: 0.65rem;
	background: #faf7f1;
	color: var(--tp-ink);
	font-weight: 400;
}

.tp-agent-fields {
	margin-top: 1.4rem;
	padding: 1.3rem;
	background: var(--tp-paper-deep);
}

.tp-agent-fields h4,
.tp-split h4,
.tp-declaration h4 {
	margin-bottom: 1rem;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.35rem;
	font-weight: 400;
}

.tp-inline-checks {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem 1.4rem;
	padding: 1rem;
	background: var(--tp-paper-deep);
}

.tp-inline-checks label {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.8rem;
	font-weight: 700;
}

.tp-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

.tp-split > div {
	border-top: 4px solid var(--tp-rule);
	padding-top: 1.1rem;
}

.tp-split > div:first-child {
	border-top-color: var(--tp-coast);
}

.tp-split > div:last-child {
	border-top-color: var(--tp-stone);
}

.tp-split label {
	margin-bottom: 0.9rem;
}

.tp-upload {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.45rem;
	min-height: 160px;
	margin-bottom: 1.3rem;
	border: 1px dashed #777168;
	padding: 1.2rem;
	text-align: center;
}

.tp-upload span {
	color: var(--tp-ink-soft);
	font-size: 0.72rem;
}

.tp-upload button {
	border: 1px solid #999187;
	padding: 0.5rem 0.8rem;
	background: transparent;
}

.tp-wide {
	margin-bottom: 1rem;
}

.tp-declaration {
	margin-top: 1.2rem;
	padding: 1.3rem;
	background: var(--tp-paper-deep);
}

.tp-declaration label {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	margin: 0.8rem 0;
	font-size: 0.76rem;
	line-height: 1.5;
}

.tp-declaration input {
	width: 18px;
	height: 18px;
	flex: 0 0 auto;
}

.tp-form-nav {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 1rem;
	border-top: 1px solid var(--tp-rule);
	padding-top: 1.1rem;
}

.tp-form-nav > span {
	font-size: 0.7rem;
	text-align: center;
}

.tp-server-gate {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 1rem;
	padding: 0.9rem 1rem;
	background: var(--tp-ink);
	color: #fff;
}

.tp-server-gate strong {
	font-size: 0.65rem;
	letter-spacing: 0.1em;
}

.tp-server-gate span {
	font-size: 0.7rem;
	text-align: right;
}

.tp-submit-form input:disabled,
.tp-submit-form select:disabled,
.tp-submit-form textarea:disabled,
.tp-submit-form button:disabled,
.tp-service-grid button:disabled {
	opacity: 0.54;
	cursor: not-allowed;
}

.tp-services {
	background: rgba(232, 225, 212, 0.5);
}

.tp-service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1px;
	background: var(--tp-rule);
}

.tp-service-grid button {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.7rem;
	min-height: 165px;
	border: 0;
	padding: 1.3rem;
	background: var(--tp-paper);
	color: var(--tp-ink-soft);
	text-align: left;
}

.tp-service-grid span {
	font-size: 0.6rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.tp-service-grid strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.25rem;
	font-weight: 400;
}

.tp-footer {
	display: grid;
	grid-template-columns: auto minmax(280px, 1fr) auto;
	align-items: center;
	gap: 2rem;
	border-top: 3px solid var(--tp-burgundy);
	padding: 2.2rem clamp(1.2rem, 4vw, 4.2rem);
	background: #0b0909;
	color: #eee7dc;
}

.tp-brand--footer .tp-brand__words small {
	color: #b9b0a4;
}

.tp-footer p {
	margin-bottom: 0;
	color: #c9c1b5;
	font-size: 0.7rem;
	line-height: 1.55;
	text-align: center;
}

.tp-footer p span {
	color: #91887d;
}

.tp-footer > a:last-child {
	font-size: 0.73rem;
	font-weight: 800;
	text-decoration: none;
}

.tp-app :focus-visible {
	outline: 2px solid var(--tp-burgundy);
	outline-offset: 3px;
}

@media (max-width: 1050px) {
	.tp-header {
		grid-template-columns: 1fr auto;
	}

	.tp-nav {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-content: flex-start;
		overflow-x: auto;
	}

	.tp-hero {
		grid-template-columns: 1fr;
	}

	.tp-hero__art {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
	}

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

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

@media (max-width: 760px) {
	.tp-header {
		gap: 1rem;
	}

	.tp-nav {
		padding-bottom: 0.2rem;
	}

	.tp-hero__copy {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.tp-hero h1 {
		font-size: clamp(4rem, 21vw, 7rem);
	}

	.tp-trial {
		grid-template-columns: 1fr;
		gap: 0.35rem;
	}

	.tp-search {
		grid-template-columns: 1fr 1fr;
	}

	.tp-search .tp-button {
		min-height: 72px;
	}

	.tp-section__heading {
		grid-template-columns: 1fr;
		gap: 1.2rem;
	}

	.tp-collections,
	.tp-listings,
	.tp-role > div,
	.tp-choice-grid,
	.tp-fields,
	.tp-split {
		grid-template-columns: 1fr;
	}

	.tp-collection {
		min-height: 420px;
	}

	.tp-role > div {
		gap: 1.4rem;
	}

	.tp-steps {
		grid-template-columns: repeat(5, minmax(120px, 1fr));
		overflow-x: auto;
	}

	.tp-footer {
		grid-template-columns: 1fr;
		justify-items: start;
	}

	.tp-footer p {
		text-align: left;
	}
}

@media (max-width: 500px) {
	.tp-header {
		grid-template-columns: 1fr auto;
		padding-inline: 1rem;
	}

	.tp-brand__mark {
		width: 40px;
		height: 40px;
	}

	.tp-brand__words strong {
		font-size: 0.82rem;
	}

	.tp-brand__words small {
		font-size: 0.54rem;
	}

	.tp-hero__art {
		grid-template-columns: 1fr;
	}

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

	.tp-filterbar > span {
		display: none;
	}

	.tp-listing__image {
		min-height: 210px;
	}

	.tp-form-nav {
		grid-template-columns: 1fr;
	}

	.tp-form-nav .tp-button {
		width: 100%;
	}

	.tp-server-gate {
		flex-direction: column;
	}

	.tp-server-gate span {
		text-align: left;
	}
}

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

	.tp-app *,
	.tp-app *::before,
	.tp-app *::after {
		transition: none !important;
	}
}
