/*
 * Ethos Agent Technology R8.4.20
 * A page-specific editorial system. No homepage or advisor selectors.
 */

.ethos-tech {
	--tech-ink: var(--ink);
	--tech-ink-soft: var(--ink-2);
	--tech-paper: var(--paper-2);
	--tech-white: var(--paper);
	--tech-gold: var(--gold);
	--tech-gold-text: var(--text-secondary);
	--tech-dark-rule: rgba(255, 255, 255, 0.22);
	--tech-light-rule: rgba(9, 9, 9, 0.2);
	background: var(--tech-paper);
	color: var(--tech-ink);
	font-family: var(--font-sans);
	overflow: clip;
}

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

.ethos-tech [id] {
	scroll-margin-top: 118px;
}

.ethos-tech-shell {
	margin-inline: auto;
	width: min(calc(100% - clamp(40px, 7vw, 120px)), 1480px);
}

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

.ethos-tech h1,
.ethos-tech h2,
.ethos-tech h3 {
	font-family: var(--font-display);
	font-weight: 400;
	letter-spacing: -0.032em;
}

.ethos-tech h1 {
	font-size: clamp(3.1rem, 6.5vw, 6.9rem);
	line-height: 1.1;
	max-width: 900px;
}

.ethos-tech h2 {
	font-size: clamp(2.65rem, 4.5vw, 5.2rem);
	line-height: 1.04;
}

.ethos-tech h3 {
	font-size: clamp(1.5rem, 2.1vw, 2.2rem);
	line-height: 1.12;
}

.ethos-tech p,
.ethos-tech li {
	font-size: clamp(1rem, 1.12vw, 1.125rem);
	line-height: 1.7;
}

.ethos-tech a {
	color: inherit;
}

.ethos-tech-eyebrow {
	color: var(--tech-gold-text);
	font-size: 12px !important;
	font-weight: 650;
	letter-spacing: 0.22em;
	line-height: 1.4 !important;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.ethos-tech-hero .ethos-tech-eyebrow,
.ethos-tech-platform .ethos-tech-eyebrow,
.ethos-tech-realscout .ethos-tech-eyebrow,
.ethos-tech-responsibility .ethos-tech-eyebrow,
.ethos-tech-privacy .ethos-tech-eyebrow,
.ethos-tech-close .ethos-tech-eyebrow {
	color: var(--tech-gold);
}

.ethos-tech-section {
	padding-block: clamp(84px, 9vw, 144px);
}

.ethos-tech-section-heading {
	margin-bottom: clamp(52px, 6vw, 88px);
	max-width: 970px;
}

.ethos-tech-section-heading h2 {
	margin-bottom: 30px;
}

.ethos-tech-section-heading > p:not(.ethos-tech-eyebrow),
.ethos-tech-section-heading__copy {
	color: rgba(9, 9, 9, 0.68);
	max-width: 700px;
}

.ethos-tech-section-heading--split {
	align-items: end;
	display: grid;
	gap: clamp(44px, 7vw, 120px);
	grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
	max-width: none;
}

.ethos-tech-section-heading--split h2 {
	margin-bottom: 0;
}

.ethos-tech-section-heading--split > p,
.ethos-tech-section-heading--split .ethos-tech-section-heading__copy {
	margin-bottom: 5px;
}

.ethos-tech-button {
	align-items: center;
	border: 1px solid currentColor;
	border-radius: 0;
	display: inline-flex;
	font-size: 12px;
	font-weight: 650;
	gap: 22px;
	justify-content: space-between;
	letter-spacing: 0.18em;
	line-height: 1;
	min-height: 52px;
	padding: 0 25px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}

.ethos-tech-button svg,
.ethos-tech-text-link svg {
	fill: none;
	height: 12px;
	stroke: currentColor;
	stroke-linecap: square;
	stroke-linejoin: miter;
	stroke-width: 1.4;
	width: 22px;
}

.ethos-tech-button--gold {
	background: var(--tech-gold);
	border-color: var(--tech-gold);
	color: var(--tech-ink);
}

.ethos-tech-button--gold:hover {
	background: var(--tech-paper);
	border-color: var(--tech-paper);
	color: var(--tech-ink);
}

.ethos-tech-button--ghost {
	background: rgba(9, 9, 9, 0.18);
	border-color: rgba(255, 255, 255, 0.62);
	color: var(--tech-white);
}

.ethos-tech-button--ghost:hover {
	background: var(--tech-white);
	border-color: var(--tech-white);
	color: var(--tech-ink);
}

.ethos-tech-button:focus-visible,
.ethos-tech-text-link:focus-visible,
.ethos-tech summary:focus-visible {
	outline: 2px solid var(--tech-gold);
	outline-offset: 5px;
}

.ethos-tech-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.ethos-tech-text-link {
	align-items: center;
	color: var(--tech-gold);
	display: inline-flex;
	font-size: 12px;
	font-weight: 650;
	gap: 18px;
	letter-spacing: 0.18em;
	margin-top: 18px;
	padding-bottom: 8px;
	text-decoration: none;
	text-transform: uppercase;
}

.ethos-tech-text-link span {
	border-bottom: 1px solid currentColor;
	padding-bottom: 8px;
}

.ethos-tech-text-link:hover svg {
	transform: translateX(4px);
}

.ethos-tech-text-link svg {
	transition: transform 180ms ease;
}

/* Header alignment for this dark photographic hero. */
.site-header--technology:not(.is-scrolled) {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0));
}

.site-header--technology.is-scrolled .site-brand__logo--dark {
	display: block;
}

.site-header--technology.is-scrolled .site-brand__logo--light {
	display: none;
}

/* Hero */
.ethos-tech-hero {
	align-items: flex-end;
	background: var(--tech-ink);
	color: var(--tech-white);
	display: flex;
	isolation: isolate;
	min-height: min(96svh, 1020px);
	overflow: hidden;
	padding: clamp(250px, 30vh, 340px) 0 clamp(88px, 10vh, 128px);
	position: relative;
}

.ethos-tech-hero__image,
.ethos-tech-hero__shade {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.ethos-tech-hero__image {
	object-fit: cover;
	object-position: 70% center;
	z-index: -3;
}

.ethos-tech-hero__shade {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.82) 28%, rgba(0, 0, 0, 0.2) 64%, rgba(0, 0, 0, 0.16) 100%),
		linear-gradient(0deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.06) 52%, rgba(0, 0, 0, 0.36) 100%);
	z-index: -2;
}

.ethos-tech-hero__content {
	margin-left: max(clamp(20px, 4vw, 72px), calc((100vw - 1480px) / 2));
	margin-right: 0;
	width: min(760px, calc(100% - clamp(40px, 8vw, 144px)));
}

.ethos-tech-hero h1 {
	margin-bottom: 30px;
	text-wrap: balance;
}

.ethos-tech-hero__lede {
	color: rgba(255, 255, 255, 0.8);
	font-size: clamp(1.08rem, 1.45vw, 1.35rem) !important;
	line-height: 1.58 !important;
	margin-bottom: 40px;
	max-width: 710px;
}

.ethos-tech-hero__caption {
	bottom: 38px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 10px !important;
	letter-spacing: 0.24em;
	margin: 0;
	position: absolute;
	right: clamp(28px, 5vw, 78px);
	text-transform: uppercase;
}

/* Workflow */
.ethos-tech-workflow {
	background: var(--tech-paper);
}

.ethos-tech-workflow__rail {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.ethos-tech-workflow__rail > li {
	border-top: 1px solid var(--tech-light-rule);
	min-height: 370px;
	padding: 38px clamp(26px, 3.2vw, 52px) 36px 0;
	position: relative;
}

.ethos-tech-workflow__rail > li + li {
	border-left: 1px solid var(--tech-light-rule);
	padding-left: clamp(26px, 3.2vw, 52px);
}

.ethos-tech-workflow__number {
	color: var(--tech-gold-text);
	font-family: var(--font-display);
	font-size: 3.4rem;
	line-height: 1;
	margin-bottom: 54px;
}

.ethos-tech-workflow__label {
	font-size: 10px !important;
	font-weight: 650;
	letter-spacing: 0.2em;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.ethos-tech-workflow__rail h3 {
	font-size: clamp(1.85rem, 2.4vw, 2.7rem);
	margin-bottom: 20px;
}

.ethos-tech-workflow__rail p:last-child {
	color: rgba(9, 9, 9, 0.66);
	margin-bottom: 0;
}

.ethos-tech-workflow__close {
	border-bottom: 1px solid var(--tech-light-rule);
	border-top: 1px solid var(--tech-light-rule);
	font-size: 10px !important;
	font-weight: 650;
	letter-spacing: 0.18em;
	margin: 0;
	padding: 22px 0;
	text-align: center;
	text-transform: uppercase;
	word-spacing: 0.25em;
}

.ethos-tech-workflow__close span {
	color: var(--tech-gold);
	margin-inline: 10px;
}

/* Zillow platform chapter */
.ethos-tech-platform {
	background: var(--tech-ink);
	color: var(--tech-white);
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(520px, 0.95fr);
	padding: 0;
}

.ethos-tech-platform__media {
	min-height: 900px;
	overflow: hidden;
	position: relative;
}

.ethos-tech-platform__media::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.78), transparent 42%);
	content: "";
	inset: 0;
	position: absolute;
}

.ethos-tech-platform__media img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.ethos-tech-platform__image-label {
	bottom: 36px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 10px !important;
	font-weight: 600;
	left: clamp(28px, 4vw, 68px);
	letter-spacing: 0.2em;
	margin: 0;
	position: absolute;
	text-transform: uppercase;
	z-index: 1;
}

.ethos-tech-platform__content {
	align-self: center;
	padding: clamp(84px, 9vw, 145px) clamp(44px, 7vw, 120px);
}

.ethos-tech-platform__content h2 {
	margin-bottom: 34px;
}

.ethos-tech-platform__content > p {
	color: rgba(255, 255, 255, 0.78);
}

.ethos-tech-platform__content .ethos-tech-platform__intro {
	color: var(--tech-white);
	font-size: clamp(1.08rem, 1.35vw, 1.3rem);
}

.ethos-tech-rule-list {
	border-top: 1px solid var(--tech-dark-rule);
	list-style: none;
	margin: 40px 0 24px;
	padding: 0;
}

.ethos-tech-rule-list li {
	align-items: center;
	border-bottom: 1px solid var(--tech-dark-rule);
	display: flex;
	font-size: 12px;
	font-weight: 550;
	justify-content: space-between;
	letter-spacing: 0.14em;
	padding: 15px 0;
	text-transform: uppercase;
}

.ethos-tech-rule-list li::after {
	color: var(--tech-gold);
	content: "✓";
	font-size: 14px;
}

/* Follow Up Boss */
.ethos-tech-fub {
	background: var(--tech-paper);
}

.ethos-tech-fub__board {
	background: var(--tech-ink);
	color: var(--tech-white);
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.4fr);
}

.ethos-tech-fub__record {
	padding: clamp(34px, 5vw, 72px);
}

.ethos-tech-fub__record-top {
	border-bottom: 1px solid var(--tech-dark-rule);
	display: flex;
	font-size: 10px;
	justify-content: space-between;
	letter-spacing: 0.18em;
	padding-bottom: 20px;
	text-transform: uppercase;
}

.ethos-tech-fub__record-top span:last-child {
	color: var(--tech-gold);
}

.ethos-tech-fub__record ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ethos-tech-fub__record li {
	align-items: center;
	border-bottom: 1px solid var(--tech-dark-rule);
	display: grid;
	font-size: clamp(0.88rem, 1vw, 1rem);
	gap: 28px;
	grid-template-columns: 90px 1fr auto;
	padding: 22px 0;
}

.ethos-tech-fub__record time {
	color: rgba(255, 255, 255, 0.78);
	font-size: 11px;
	letter-spacing: 0.08em;
}

.ethos-tech-fub__record strong {
	color: var(--tech-gold);
	font-size: 10px;
	font-weight: 650;
	letter-spacing: 0.16em;
}

.ethos-tech-fub__signals {
	border-left: 1px solid var(--tech-dark-rule);
	display: flex;
	flex-direction: column;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: clamp(34px, 4vw, 64px);
}

.ethos-tech-fub__signals li {
	align-items: center;
	display: flex;
	font-size: 11px;
	letter-spacing: 0.12em;
	padding: 14px 0;
	text-transform: uppercase;
}

.ethos-tech-fub__signals span {
	background: var(--tech-gold);
	height: 6px;
	margin-right: 14px;
	width: 6px;
}

/* RealScout */
.ethos-tech-realscout {
	background: var(--tech-ink);
	color: var(--tech-white);
}

.ethos-tech-realscout .ethos-tech-section-heading--split > p {
	color: rgba(255, 255, 255, 0.78);
}

.ethos-tech-realscout__figure {
	margin: 0;
	position: relative;
}

.ethos-tech-realscout__figure::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent 44%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.ethos-tech-realscout__figure img {
	aspect-ratio: 2 / 1;
	display: block;
	object-fit: cover;
	width: 100%;
}

.ethos-tech-realscout__figure figcaption {
	bottom: 28px;
	font-size: 10px;
	font-weight: 550;
	left: 30px;
	letter-spacing: 0.18em;
	position: absolute;
	text-transform: uppercase;
	z-index: 1;
}

.ethos-tech-realscout__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.ethos-tech-realscout__steps li {
	border-bottom: 1px solid var(--tech-dark-rule);
	border-top: 1px solid var(--tech-dark-rule);
	display: flex;
	flex-direction: column;
	gap: 25px;
	min-height: 160px;
	padding: 28px;
}

.ethos-tech-realscout__steps li + li {
	border-left: 1px solid var(--tech-dark-rule);
}

.ethos-tech-realscout__steps span {
	color: var(--tech-gold);
	font-family: var(--font-display);
	font-size: 1.9rem;
}

.ethos-tech-realscout__steps strong {
	font-size: 11px;
	font-weight: 550;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.ethos-tech-fine-print {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.78rem !important;
	line-height: 1.6 !important;
	margin: 24px 0 0;
	max-width: 980px;
}

/* Training */
.ethos-tech-training {
	background: var(--tech-paper);
}

.ethos-tech-training__timeline {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.ethos-tech-training__timeline li {
	border-top: 1px solid var(--tech-light-rule);
	min-height: 330px;
	padding: 32px 28px 24px 0;
}

.ethos-tech-training__timeline li + li {
	border-left: 1px solid var(--tech-light-rule);
	padding-left: 28px;
}

.ethos-tech-training__number {
	color: var(--tech-gold-text);
	display: block;
	font-family: var(--font-display);
	font-size: 2.8rem;
	line-height: 1;
	margin-bottom: 76px;
}

.ethos-tech-training__timeline h3 {
	font-size: clamp(1.65rem, 2vw, 2.15rem);
	margin-bottom: 17px;
}

.ethos-tech-training__timeline p {
	color: rgba(9, 9, 9, 0.65);
	font-size: 0.95rem;
	margin: 0;
}

/* Responsibility */
.ethos-tech-responsibility {
	background: var(--tech-ink);
	color: var(--tech-white);
}

.ethos-tech-responsibility .ethos-tech-section-heading > p:not(.ethos-tech-eyebrow) {
	color: rgba(255, 255, 255, 0.78);
}

.ethos-tech-responsibility__columns {
	border-bottom: 1px solid var(--tech-dark-rule);
	border-top: 1px solid var(--tech-dark-rule);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ethos-tech-responsibility__columns section {
	padding: clamp(42px, 5vw, 72px) clamp(32px, 5vw, 82px) clamp(42px, 5vw, 72px) 0;
}

.ethos-tech-responsibility__columns section + section {
	border-left: 1px solid var(--tech-dark-rule);
	padding-left: clamp(32px, 5vw, 82px);
}

.ethos-tech-responsibility__columns h3 {
	color: var(--tech-gold);
	font-family: var(--font-sans);
	font-size: 12px;
	font-weight: 650;
	letter-spacing: 0.2em;
	margin-bottom: 34px;
	text-transform: uppercase;
}

.ethos-tech-responsibility__columns ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ethos-tech-responsibility__columns li {
	border-top: 1px solid var(--tech-dark-rule);
	padding: 18px 0;
}

.ethos-tech-responsibility__columns li:last-child {
	border-bottom: 1px solid var(--tech-dark-rule);
}

/* Markets */
.ethos-tech-markets {
	background: var(--tech-paper);
}

.ethos-tech-markets__grid {
	display: grid;
	gap: 1px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ethos-tech-markets__grid article {
	background: var(--tech-ink);
	color: var(--tech-white);
}

.ethos-tech-markets__image {
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.ethos-tech-markets__image img {
	height: 100%;
	object-fit: cover;
	transition: filter 500ms ease, transform 800ms ease;
	width: 100%;
}

.ethos-tech-markets__grid article:hover img {
	filter: saturate(1.08);
	transform: scale(1.018);
}

.ethos-tech-markets__copy {
	min-height: 285px;
	padding: clamp(32px, 4vw, 58px);
}

.ethos-tech-markets__label {
	color: var(--tech-gold);
	font-size: 10px !important;
	font-weight: 650;
	letter-spacing: 0.22em;
	margin-bottom: 23px;
	text-transform: uppercase;
}

.ethos-tech-markets__copy h3 {
	font-size: clamp(2rem, 2.8vw, 3.2rem);
	margin-bottom: 18px;
}

.ethos-tech-markets__copy p:last-child {
	color: rgba(255, 255, 255, 0.78);
	margin-bottom: 0;
	max-width: 560px;
}

/* Privacy */
.ethos-tech-privacy {
	background: var(--tech-ink-soft);
	color: var(--tech-white);
}

.ethos-tech-privacy .ethos-tech-section-heading--split > p {
	color: rgba(255, 255, 255, 0.78);
}

.ethos-tech-privacy__grid {
	border-top: 1px solid var(--tech-dark-rule);
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ethos-tech-privacy__grid article {
	padding: 42px clamp(28px, 4vw, 62px) 28px 0;
}

.ethos-tech-privacy__grid article + article {
	border-left: 1px solid var(--tech-dark-rule);
	padding-left: clamp(28px, 4vw, 62px);
}

.ethos-tech-privacy__icon {
	align-items: center;
	color: var(--tech-gold);
	display: flex;
	height: 42px;
	margin-bottom: 48px;
	width: 42px;
}

.ethos-tech-privacy__icon svg {
	fill: none;
	height: 100%;
	stroke: currentColor;
	stroke-linecap: square;
	stroke-linejoin: miter;
	stroke-width: 1.2;
	width: 100%;
}

.ethos-tech-privacy__grid h3 {
	margin-bottom: 19px;
}

.ethos-tech-privacy__grid p {
	color: rgba(255, 255, 255, 0.78);
	margin-bottom: 0;
}

/* FAQ */
.ethos-tech-faq {
	background: var(--tech-paper);
}

.ethos-tech-faq__layout {
	align-items: start;
	display: grid;
	gap: clamp(56px, 9vw, 150px);
	grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
}

.ethos-tech-faq__layout .ethos-tech-section-heading {
	margin: 0;
	position: sticky;
	top: 125px;
}

.ethos-tech-faq__list {
	border-top: 1px solid var(--tech-light-rule);
}

.ethos-tech-faq details {
	border-bottom: 1px solid var(--tech-light-rule);
}

.ethos-tech-faq summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-family: var(--font-display);
	font-size: clamp(1.35rem, 2vw, 1.85rem);
	gap: 30px;
	justify-content: space-between;
	list-style: none;
	padding: 28px 0;
}

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

.ethos-tech-faq summary svg {
	fill: none;
	flex: 0 0 20px;
	height: 20px;
	stroke: var(--tech-gold);
	stroke-width: 1.3;
	transition: transform 220ms ease;
	width: 20px;
}

.ethos-tech-faq details[open] summary svg {
	transform: rotate(45deg);
}

.ethos-tech-faq details > div {
	color: rgba(9, 9, 9, 0.66);
	max-width: 720px;
	padding: 0 55px 30px 0;
}

.ethos-tech-faq details > div p {
	margin: 0;
}

/* Closing */
.ethos-tech-close {
	background: var(--tech-ink);
	color: var(--tech-white);
}

.ethos-tech-close__primary {
	max-width: 1080px;
}

.ethos-tech-close__primary h2 {
	margin-bottom: 30px;
	max-width: 980px;
}

.ethos-tech-close__primary > p:not(.ethos-tech-eyebrow) {
	color: rgba(255, 255, 255, 0.78);
	margin-bottom: 38px;
	max-width: 720px;
}

.ethos-tech-disclosure {
	border-top: 1px solid var(--tech-dark-rule);
	color: rgba(255, 255, 255, 0.78);
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.3fr);
	margin-top: clamp(80px, 9vw, 130px);
	padding-top: 26px;
}

.ethos-tech-disclosure p,
.ethos-tech-disclosure li {
	font-size: 0.72rem;
	line-height: 1.55;
}

.ethos-tech-disclosure p {
	margin-bottom: 12px;
}

.ethos-tech-disclosure > p:first-child {
	grid-column: 1;
	grid-row: 1 / span 2;
}

.ethos-tech-disclosure .ethos-guide-source-label {
	color: rgba(255, 255, 255, 0.78);
	font-size: 10px;
	font-weight: 650;
	grid-column: 2;
	grid-row: 1;
	letter-spacing: 0.17em;
	margin: 0;
	text-transform: uppercase;
}

.ethos-tech-disclosure .ethos-guide-source-list {
	grid-column: 2;
	grid-row: 2;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ethos-tech-disclosure .ethos-guide-source-list li {
	margin-bottom: 7px;
}

.ethos-tech-disclosure a {
	text-decoration-color: rgba(198, 164, 91, 0.62);
	text-underline-offset: 3px;
}

@media (max-width: 1180px) {
	.ethos-tech-section-heading--split {
		gap: 58px;
		grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
	}

	.ethos-tech-platform {
		grid-template-columns: minmax(0, 1fr) minmax(460px, 0.9fr);
	}

	.ethos-tech-platform__media {
		min-height: 820px;
	}

	.ethos-tech-training__timeline {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ethos-tech-training__timeline li:nth-child(4) {
		border-left: 0;
	}

	.ethos-tech-training__timeline li:nth-child(n+4) {
		border-top: 1px solid var(--tech-light-rule);
		margin-top: 35px;
	}
}

@media (max-width: 900px) {
	.ethos-tech h1 {
		font-size: clamp(2.8rem, 9.5vw, 5.3rem);
	}

	.ethos-tech-section-heading--split,
	.ethos-tech-faq__layout {
		grid-template-columns: 1fr;
	}

	.ethos-tech-section-heading--split {
		align-items: start;
		gap: 30px;
	}

	.ethos-tech-workflow__rail {
		grid-template-columns: 1fr;
	}

	.ethos-tech-workflow__rail > li {
		min-height: 0;
		padding: 32px 0 35px;
	}

	.ethos-tech-workflow__rail > li + li {
		border-left: 0;
		padding-left: 0;
	}

	.ethos-tech-workflow__number {
		margin-bottom: 30px;
	}

	.ethos-tech-platform {
		grid-template-columns: 1fr;
	}

	.ethos-tech-platform__media {
		aspect-ratio: 4 / 3;
		min-height: 0;
	}

	.ethos-tech-platform__content {
		padding: clamp(70px, 11vw, 100px) clamp(28px, 7vw, 64px);
	}

	.ethos-tech-fub__board {
		grid-template-columns: 1fr;
	}

	.ethos-tech-fub__signals {
		border-left: 0;
		border-top: 1px solid var(--tech-dark-rule);
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ethos-tech-realscout__steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ethos-tech-realscout__steps li:nth-child(3) {
		border-left: 0;
	}

	.ethos-tech-training__timeline {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ethos-tech-training__timeline li,
	.ethos-tech-training__timeline li:nth-child(n+4) {
		margin-top: 0;
	}

	.ethos-tech-training__timeline li:nth-child(even) {
		border-left: 1px solid var(--tech-light-rule);
		padding-left: 28px;
	}

	.ethos-tech-training__timeline li:nth-child(odd) {
		border-left: 0;
		padding-left: 0;
	}

	.ethos-tech-training__timeline li:nth-child(n+3) {
		margin-top: 35px;
	}

	.ethos-tech-responsibility__columns,
	.ethos-tech-markets__grid,
	.ethos-tech-privacy__grid {
		grid-template-columns: 1fr;
	}

	.ethos-tech-responsibility__columns section + section,
	.ethos-tech-privacy__grid article + article {
		border-left: 0;
		border-top: 1px solid var(--tech-dark-rule);
		padding-left: 0;
	}

	.ethos-tech-privacy__grid article {
		padding: 42px 0;
	}

	.ethos-tech-faq__layout .ethos-tech-section-heading {
		position: static;
	}

	.ethos-tech-disclosure {
		grid-template-columns: 1fr;
	}

	.ethos-tech-disclosure > p:first-child,
	.ethos-tech-disclosure .ethos-guide-source-label,
	.ethos-tech-disclosure .ethos-guide-source-list {
		grid-column: auto;
		grid-row: auto;
	}
}

@media (max-width: 640px) {
	.ethos-tech [id] {
		scroll-margin-top: 100px;
	}

	.ethos-tech-shell {
		width: min(calc(100% - 40px), 1480px);
	}

	.ethos-tech h1 {
		font-size: clamp(2.6rem, 12.6vw, 4.35rem);
	}

	.ethos-tech h2 {
		font-size: clamp(2.35rem, 10.5vw, 3.8rem);
	}

	.ethos-tech-section {
		padding-block: 78px;
	}

	.ethos-tech-eyebrow {
		font-size: 10px !important;
		letter-spacing: 0.18em;
	}

	.ethos-tech-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ethos-tech-button {
		width: 100%;
	}

	.ethos-tech-hero {
		align-items: flex-end;
		min-height: 880px;
		padding: 230px 0 90px;
	}

	.ethos-tech-hero__image {
		object-position: 69% center;
	}

	.ethos-tech-hero__shade {
		background:
			linear-gradient(0deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.72) 58%, rgba(0, 0, 0, 0.35) 100%),
			linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.08));
	}

	.ethos-tech-hero__content {
		margin-inline: 20px;
		width: calc(100% - 40px);
	}

	.ethos-tech-hero__lede {
		font-size: 1rem !important;
	}

	.ethos-tech-hero__caption {
		display: none;
	}

	.ethos-tech-workflow__close {
		line-height: 1.8 !important;
	}

	.ethos-tech-platform__media {
		aspect-ratio: 1 / 1;
	}

	.ethos-tech-platform__media img {
		object-position: 42% center;
	}

	.ethos-tech-fub__record {
		padding: 28px 20px;
	}

	.ethos-tech-fub__record-top {
		gap: 20px;
	}

	.ethos-tech-fub__record li {
		gap: 11px;
		grid-template-columns: 64px 1fr;
	}

	.ethos-tech-fub__record strong {
		display: none;
	}

	.ethos-tech-fub__signals {
		grid-template-columns: 1fr;
		padding: 25px 20px;
	}

	.ethos-tech-realscout__figure img {
		aspect-ratio: 1 / 1;
	}

	.ethos-tech-realscout__figure figcaption {
		bottom: 18px;
		left: 18px;
		max-width: calc(100% - 36px);
	}

	.ethos-tech-realscout__steps {
		grid-template-columns: 1fr;
	}

	.ethos-tech-realscout__steps li {
		border-left: 0 !important;
		min-height: 120px;
	}

	.ethos-tech-training__timeline {
		grid-template-columns: 1fr;
	}

	.ethos-tech-training__timeline li,
	.ethos-tech-training__timeline li + li {
		border-left: 0;
		margin-top: 0;
		min-height: 0;
		padding: 28px 0 32px;
	}

	.ethos-tech-training__number {
		margin-bottom: 28px;
	}

	.ethos-tech-responsibility__columns section,
	.ethos-tech-responsibility__columns section + section {
		padding: 42px 0;
	}

	.ethos-tech-markets__copy {
		min-height: 0;
	}

	.ethos-tech-privacy__icon {
		margin-bottom: 30px;
	}

	.ethos-tech-faq summary {
		font-size: 1.35rem;
		padding: 24px 0;
	}

	.ethos-tech-faq details > div {
		padding-right: 0;
	}
}

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

	.ethos-tech *,
	.ethos-tech *::before,
	.ethos-tech *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
