.otb-owner-update-title {
	overflow-wrap: anywhere;
}

@font-face {
	font-display: swap;
	font-family: "Sora";
	font-style: normal;
	font-weight: 100 800;
	src: url("../fonts/Sora-Variable.ttf") format("truetype");
}

/* Archives canônicos: mesma linguagem visual e os mesmos cartões do diretório. */
.otb-directory-archive {
	background: #fff;
	color: var(--otb-home-ink);
}

.otb-directory-archive__hero {
	background: var(--otb-home-surface);
	border-bottom: 1px solid var(--otb-home-line);
	padding-block: clamp(42px, 6vw, 88px);
}

.otb-directory-archive__hero-grid {
	align-items: end;
	display: grid;
	gap: clamp(36px, 8vw, 128px);
	grid-template-columns: minmax(0, 1.35fr) minmax(230px, .65fr);
}

.otb-home-v3 .otb-directory-archive h1 {
	font-size: clamp(2.9rem, 6vw, 5.8rem);
	line-height: .96;
	margin: 0;
	max-width: 12ch;
}

.otb-directory-archive__lead {
	color: var(--otb-home-muted);
	font-size: clamp(17px, 1.7vw, 20px);
	line-height: 1.58;
	margin: 24px 0 0;
	max-width: 66ch;
}

.otb-directory-archive__summary {
	border-left: 5px solid var(--otb-home-blue);
	padding: 8px 0 8px clamp(22px, 3vw, 38px);
}

.otb-directory-archive__summary strong,
.otb-directory-archive__summary span {
	display: block;
}

.otb-directory-archive__summary strong {
	color: var(--otb-home-ink);
	font: 800 clamp(3.6rem, 6vw, 6.2rem)/.84 "Archivo", Arial, sans-serif;
	letter-spacing: -.07em;
}

.otb-directory-archive__summary span {
	color: var(--otb-home-muted);
	font-size: 15px;
	font-weight: 700;
	margin-top: 14px;
}

.otb-directory-archive__summary a {
	align-items: center;
	color: var(--otb-home-green);
	display: inline-flex;
	font-weight: 760;
	gap: 9px;
	margin-top: 20px;
	min-height: 44px;
	text-underline-offset: 4px;
}

.otb-directory-archive__results {
	padding-block: clamp(42px, 6vw, 82px);
}

.otb-directory-archive__heading {
	align-items: end;
	border-bottom: 1px solid var(--otb-home-line);
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 28px;
	padding-bottom: 18px;
}

.otb-home-v3 .otb-directory-archive__heading h2 {
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	line-height: 1.02;
	margin: 0;
}

.otb-directory-archive__heading p {
	color: var(--otb-home-muted);
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}

.otb-directory-archive__pagination {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-top: 34px;
}

.otb-directory-archive__pagination .page-numbers {
	align-items: center;
	background: #fff;
	border: 1px solid var(--otb-home-line);
	border-radius: 4px;
	color: var(--otb-home-ink);
	display: inline-flex;
	font-weight: 720;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
	padding: 8px 12px;
	text-decoration: none;
}

.otb-directory-archive__pagination .page-numbers.current {
	background: var(--otb-home-green);
	border-color: var(--otb-home-green);
	color: #fff;
}

.otb-directory-archive__pagination a:hover,
.otb-directory-archive__pagination a:focus-visible {
	border-color: var(--otb-home-green);
	box-shadow: inset 0 0 0 1px var(--otb-home-green);
}

@media (max-width: 820px) {
	.otb-directory-archive__hero-grid {
		grid-template-columns: 1fr;
	}

	.otb-directory-archive__summary {
		border-left-width: 4px;
		max-width: 360px;
	}
}

@media (max-width: 520px) {
	.otb-home-v3 .otb-directory-archive h1 {
		font-size: clamp(2.25rem, 10.5vw, 2.75rem);
		line-height: 1.02;
		max-width: 100%;
		hyphens: none;
		overflow-wrap: normal;
		word-break: normal;
	}

	.otb-directory-archive__hero {
		padding-block: 32px 38px;
	}

	.otb-directory-archive__lead {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 18px;
	}

	.otb-directory-archive__summary strong {
		font-size: 3.7rem;
	}

	.otb-directory-archive__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}
}

:root {
	--otb-heading-h1-max: 65px;
	--otb-heading-section-max: 60px;
}

/* Editorial and intake V3 — Brasil Urbano B3, human-approved. */
.otb-editorial-v3 {
	background: var(--otb-home-paper);
	color: var(--otb-home-ink);
	font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
}

/* Curated events hub. */
.otb-events-v3 {
	background: var(--otb-home-paper);
	color: var(--otb-home-ink);
	font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
}

.otb-events-v3 :where(h1, h2, h3) {
	color: var(--otb-home-ink);
	font-family: "Archivo", "Arial Narrow", Arial, sans-serif;
}

.otb-events-v3__hero {
	border-bottom: 1px solid var(--otb-home-line);
	padding: clamp(64px, 8vw, 108px) 0 clamp(68px, 8vw, 112px);
}

.otb-events-v3__hero-grid {
	align-items: center;
	display: grid;
	gap: clamp(40px, 7vw, 104px);
	grid-template-columns: minmax(0, 1.18fr) minmax(320px, .82fr);
}

.otb-home-v3 .otb-events-v3 h1 {
	font-size: clamp(42px, 5vw, var(--otb-heading-h1-max));
	letter-spacing: -.05em;
	line-height: .98;
	margin: 22px 0 0;
	max-width: 16ch;
}

.otb-events-v3__lead {
	color: var(--otb-home-muted);
	font-size: clamp(19px, 1.8vw, 24px);
	line-height: 1.5;
	margin: 28px 0 0;
	max-width: 62ch;
}

.otb-events-v3__hero-photo {
	margin: 0;
}

.otb-events-v3__hero-photo img {
	aspect-ratio: 3 / 2;
	border-radius: 12px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.otb-events-v3__hero-photo figcaption {
	color: var(--otb-home-muted);
	font-size: 12px;
	margin-top: 8px;
	text-align: right;
}

.otb-events-v3__featured {
	background: #fff;
	padding: clamp(68px, 8vw, 104px) 0;
}

.otb-events-v3__agenda {
	padding: clamp(70px, 9vw, 116px) 0;
}

.otb-events-v3__section-heading {
	max-width: 780px;
}

.otb-home-v3 .otb-events-v3__section-heading h2 {
	font-size: clamp(34px, 4vw, 58px);
	letter-spacing: -.04em;
	line-height: 1.04;
	margin: 20px 0 0;
}

.otb-events-v3__section-heading > p:last-child {
	color: var(--otb-home-muted);
	font-size: 18px;
	line-height: 1.6;
	margin: 18px 0 0;
}

.otb-events-v3__list {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 38px;
}

.otb-events-v3__card {
	background: #fff;
	border: 1px solid var(--otb-home-line);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	position: relative;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.otb-events-v3__card:has(.otb-events-v3__card-primary):hover,
.otb-events-v3__card:has(.otb-events-v3__card-primary:focus-visible) {
	border-color: var(--otb-home-green);
	box-shadow: 0 16px 36px rgba(15, 42, 34, .12);
	transform: translateY(-3px);
}

.otb-events-v3__card.is-draft {
	background: linear-gradient(180deg, #fffdf6, #fff 52%);
}

.otb-events-v3__media {
	aspect-ratio: 16 / 9;
	background: linear-gradient(145deg, var(--otb-home-green) 0 62%, #0f5c49 62% 100%);
	overflow: hidden;
	position: relative;
	width: 100%;
}

.otb-events-v3__media > img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.otb-events-v3__media-placeholder {
	display: block;
	height: 100%;
	position: relative;
}

.otb-events-v3__media-placeholder i {
	background: rgba(255, 255, 255, .13);
	display: block;
	height: 2px;
	position: absolute;
	right: -10%;
	transform: rotate(-24deg);
	width: 78%;
}

.otb-events-v3__media-placeholder i:first-child {
	bottom: 31%;
}

.otb-events-v3__media-placeholder i:last-child {
	bottom: 43%;
	right: -17%;
}

.otb-events-v3__date {
	background: rgba(255, 255, 255, .94);
	border-radius: 9px;
	box-shadow: 0 8px 24px rgba(15, 42, 34, .16);
	color: var(--otb-home-ink);
	display: grid;
	justify-items: center;
	left: 12px;
	min-width: 58px;
	padding: 9px 6px 8px;
	position: absolute;
	text-align: center;
	top: 12px;
	z-index: 1;
}

.otb-events-v3__date strong {
	font-family: "Archivo", "Arial Narrow", Arial, sans-serif;
	font-size: 21px;
	letter-spacing: -.04em;
	line-height: 1;
}

.otb-events-v3__date span {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .12em;
	margin-top: 6px;
}

.otb-events-v3__date small {
	color: var(--otb-home-muted);
	font-size: 11px;
	margin-top: 3px;
}

.otb-events-v3__card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px 16px 18px;
}

.otb-events-v3__image-credit {
	background: rgba(20, 29, 26, .78);
	bottom: 10px;
	color: #fff;
	font-size: 11px;
	line-height: 1.3;
	max-width: calc(100% - 20px);
	padding: 5px 8px;
	position: absolute;
	right: 10px;
}

.otb-events-v3__meta {
	align-items: center;
	color: var(--otb-home-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 750;
	gap: 6px 12px;
}

.otb-events-v3__meta span:not(.otb-events-v3__draft)::before {
	content: "·";
	margin-right: 12px;
}

.otb-events-v3__draft {
	background: #fff2bd;
	border-radius: 999px;
	color: #5a4300;
	padding: 4px 10px;
	text-transform: uppercase;
}

.otb-page .otb-events-v3__card h3 {
	font-size: clamp(19px, 1.55vw, 22px);
	letter-spacing: -.035em;
	line-height: 1.12;
	margin: 11px 0 0;
}

.otb-events-v3__card-primary {
	color: inherit;
	text-decoration: none;
}

.otb-events-v3__card-primary::after {
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.otb-events-v3__card-primary:focus-visible {
	outline: none;
}

.otb-events-v3__card:has(.otb-events-v3__card-primary:focus-visible) {
	outline: 3px solid var(--otb-home-yellow);
	outline-offset: 3px;
}

.otb-events-v3__place {
	color: var(--otb-home-blue);
	font-size: 14px;
	font-weight: 750;
	margin: 9px 0 0;
}

.otb-events-v3__summary {
	color: var(--otb-home-muted);
	display: -webkit-box;
	font-size: 14px;
	-webkit-line-clamp: 2;
	line-height: 1.45;
	margin: 12px 0 0;
	max-width: 70ch;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.otb-events-v3__calendar-menu {
	margin-top: 12px;
	position: relative;
	z-index: 2;
}

.otb-events-v3__calendar-menu summary {
	align-items: center;
	color: var(--otb-home-green);
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 750;
	gap: 7px;
	min-height: 44px;
	padding: 8px 0;
}

.otb-events-v3__calendar-menu summary::-webkit-details-marker {
	display: none;
}

.otb-events-v3__calendar-menu summary::marker {
	content: "";
}

.otb-events-v3__calendar-menu summary:hover,
.otb-events-v3__calendar-menu summary:focus-visible {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.otb-events-v3__calendar-menu summary > span {
	font-size: 21px;
	line-height: 1;
}

.otb-events-v3__calendar-menu[open] summary > span {
	transform: rotate(45deg);
}

.otb-events-v3__calendar-options {
	background: var(--otb-home-surface);
	border: 1px solid var(--otb-home-line);
	border-radius: 8px;
	display: grid;
	margin-top: 8px;
	padding: 6px;
}

.otb-events-v3__calendar-options a {
	align-items: center;
	border-radius: 6px;
	color: var(--otb-home-ink);
	display: flex;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1.3;
	min-height: 44px;
	padding: 10px 12px;
	text-decoration: none;
}

.otb-events-v3__calendar-options a:hover,
.otb-events-v3__calendar-options a:focus-visible {
	background: #fff;
	color: var(--otb-home-green);
}

.otb-events-v3__calendar-options small {
	color: var(--otb-home-muted);
	font-size: 12px;
	font-weight: 650;
	margin-left: 8px;
}

.otb-events-v3__card-link {
	color: var(--otb-home-green);
	font-size: 14px;
	font-weight: 800;
	margin-top: auto;
	padding-top: 12px;
}

.otb-events-v3__checked {
	color: var(--otb-home-muted);
	font-size: 12px;
	margin: 12px 0 0;
}

.otb-events-v3__empty {
	background: var(--otb-home-surface);
	border: 1px solid var(--otb-home-line);
	border-radius: 9px;
	margin-top: 48px;
	padding: 34px;
}

.otb-events-v3__empty strong {
	font-family: "Archivo", "Arial Narrow", Arial, sans-serif;
	font-size: 23px;
}

.otb-events-v3__empty p {
	color: var(--otb-home-muted);
	line-height: 1.55;
	margin: 10px 0 0;
}

.otb-events-v3__cities {
	background: #fff;
	border-top: 1px solid var(--otb-home-line);
	padding: clamp(58px, 7vw, 86px) 0;
}

.otb-events-v3__newsletter {
	background: var(--otb-home-ink);
	color: #fff;
	padding: clamp(58px, 7vw, 88px) 0;
}

.otb-events-v3__newsletter .otb-home-shell {
	align-items: center;
	display: grid;
	gap: clamp(34px, 7vw, 92px);
	grid-template-columns: minmax(0, .8fr) minmax(340px, 1.2fr);
}

.otb-home-v3 .otb-events-v3__newsletter :where(h2, p) {
	color: #fff;
}

.otb-home-v3 .otb-events-v3__newsletter h2 {
	font-size: clamp(32px, 4vw, 52px);
	letter-spacing: -.04em;
	line-height: 1.04;
	margin: 16px 0 0;
}

.otb-home-v3 .otb-events-v3__newsletter .otb-home-eyebrow {
	color: #fff;
}

.otb-events-v3__newsletter .otb-home-eyebrow > span {
	background: var(--otb-home-yellow);
}

.otb-events-v3__newsletter > .otb-home-shell > div:first-child > p:last-child {
	color: rgba(255, 255, 255, .76);
	font-size: 18px;
	line-height: 1.55;
	margin: 16px 0 0;
}

.otb-events-v3__newsletter-form .ff-el-group {
	margin-bottom: 14px;
}

.otb-events-v3__newsletter-form .ff-el-form-control {
	background: #fff;
	border: 2px solid transparent;
	border-radius: 7px;
	color: var(--otb-home-ink);
	font-size: 17px;
	min-height: 54px;
	padding: 13px 15px;
}

.otb-events-v3__newsletter-form .ff-el-form-control:focus {
	border-color: var(--otb-home-yellow);
	box-shadow: 0 0 0 3px rgba(247, 200, 66, .24);
}

.otb-events-v3__newsletter-form .ff-btn-submit {
	background: var(--otb-home-yellow) !important;
	border: 2px solid var(--otb-home-yellow) !important;
	border-radius: 7px !important;
	color: var(--otb-home-ink) !important;
	font-weight: 800 !important;
	min-height: 54px;
	padding-inline: 22px !important;
}

.otb-events-v3__newsletter-form .ff-el-form-check-label,
.otb-events-v3__newsletter-form .ff-el-form-check-label a,
.otb-events-v3__newsletter-form .text-danger,
.otb-events-v3__newsletter-form .ff-message-success {
	color: #fff;
}

.otb-events-v3__newsletter-form .ff-el-form-check-label {
	font-size: 14px;
	line-height: 1.45;
}

.otb-events-v3__cities-heading {
	align-items: end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-top: 16px;
}

.otb-home-v3 .otb-events-v3__cities h2 {
	font-size: clamp(30px, 3.3vw, 46px);
	letter-spacing: -.04em;
	line-height: 1.05;
	margin: 0;
}

.otb-events-v3__cities-heading > a {
	color: var(--otb-home-green);
	font-weight: 750;
	text-underline-offset: 5px;
}

.otb-events-v3__city-links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.otb-events-v3__city-links a {
	align-items: center;
	background: var(--otb-home-surface);
	border: 1px solid transparent;
	border-radius: 999px;
	color: var(--otb-home-ink);
	display: inline-flex;
	font-weight: 750;
	gap: 10px;
	min-height: 46px;
	padding: 10px 18px;
	text-decoration: none;
	white-space: nowrap;
}

.otb-events-v3__city-links a:hover,
.otb-events-v3__city-links a:focus-visible {
	border-color: var(--otb-home-green);
	color: var(--otb-home-green);
}

.otb-events-v3__city-links a[aria-current="page"] {
	background: var(--otb-home-green);
	color: #fff;
}

.otb-events-v3__closing {
	background: var(--otb-home-green);
	color: #fff;
	padding: clamp(56px, 7vw, 82px) 0;
}

.otb-events-v3__closing .otb-home-shell {
	align-items: center;
	display: flex;
	gap: 36px;
	justify-content: space-between;
}

.otb-home-v3 .otb-events-v3__closing :where(h2, p) {
	color: #fff;
}

.otb-home-v3 .otb-events-v3__closing h2 {
	font-size: clamp(31px, 4vw, 52px);
	letter-spacing: -.04em;
	margin: 14px 0 0;
}

.otb-home-v3 .otb-events-v3__closing .otb-home-eyebrow {
	color: #fff;
}

.otb-events-v3__closing .otb-home-eyebrow > span {
	background: var(--otb-home-yellow);
}

.otb-events-v3__closing p:last-child {
	color: rgba(255, 255, 255, .78);
	font-size: 18px;
	margin: 12px 0 0;
}

@media (max-width: 1180px) {
	.otb-events-v3__list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 860px) {
	.otb-events-v3__hero-grid {
		grid-template-columns: 1fr;
	}

	.otb-events-v3__hero-photo {
		max-width: 620px;
	}

	.otb-events-v3__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.otb-events-v3__newsletter .otb-home-shell {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.otb-events-v3__hero {
		padding-top: 48px;
	}

	.otb-home-v3 .otb-events-v3 h1 {
		font-size: clamp(30px, 8vw, 36px);
		line-height: 1.04;
		max-width: 100%;
		hyphens: none;
		overflow-wrap: normal;
		word-break: normal;
	}

	.otb-events-v3__card {
		width: 100%;
	}

	.otb-events-v3__list {
		gap: 18px;
		grid-template-columns: minmax(0, 1fr);
	}

	.otb-events-v3__date {
		left: 12px;
		min-width: 58px;
		padding: 9px 6px 8px;
		top: 12px;
	}

	.otb-events-v3__date strong {
		font-size: 21px;
	}

	.otb-events-v3__meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.otb-events-v3__meta span:not(.otb-events-v3__draft)::before {
		content: none;
	}

	.otb-events-v3__closing .otb-home-shell {
		align-items: stretch;
		flex-direction: column;
	}

	.otb-events-v3__closing .otb-home-button {
		justify-content: center;
		width: 100%;
	}

	.otb-events-v3__cities-heading {
		align-items: flex-start;
		flex-direction: column;
	}

	.otb-events-v3__city-links {
		flex-wrap: nowrap;
		margin-inline: -16px;
		overflow-x: auto;
		padding: 2px 16px 10px;
		scroll-padding-inline: 16px;
		scroll-snap-type: x proximity;
	}

	.otb-events-v3__city-links a {
		flex: 0 0 auto;
		scroll-snap-align: start;
	}
}

.otb-editorial-v3 :where(h1, h2, h3) {
	color: var(--otb-home-ink);
	font-family: "Archivo", "Arial Narrow", Arial, sans-serif;
}

.otb-editorial-v3__hero {
	border-bottom: 1px solid var(--otb-home-line);
	padding: clamp(56px, 8vw, 112px) 0 clamp(64px, 9vw, 124px);
}

.otb-editorial-v3__hero-grid {
	align-items: end;
	display: grid;
	gap: clamp(44px, 7vw, 112px);
	grid-template-columns: minmax(0, 1.25fr) minmax(300px, .62fr);
}

.otb-editorial-v3 h1 {
	font-size: clamp(46px, 4.8vw, var(--otb-heading-h1-max));
	letter-spacing: -.05em;
	line-height: .96;
	margin: 22px 0 0;
	max-width: 13ch;
}

.otb-editorial-v3__lead {
	color: var(--otb-home-muted);
	font-size: clamp(19px, 2vw, 25px);
	line-height: 1.45;
	margin: 28px 0 0;
	max-width: 61ch;
}

.otb-editorial-v3__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 14px 24px;
	margin-top: 34px;
}

.otb-editorial-v3__text-link {
	align-items: center;
	color: var(--otb-home-green);
	display: inline-flex;
	font-weight: 750;
	min-height: 44px;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

.otb-editorial-v3__fact {
	background: var(--otb-home-surface);
	border: 1px solid var(--otb-home-line);
	border-left: 5px solid var(--otb-home-green);
	border-radius: 9px;
	padding: clamp(24px, 4vw, 38px);
}

.otb-editorial-v3__fact span {
	color: var(--otb-home-green);
	font-family: "Archivo", "Arial Narrow", Arial, sans-serif;
	font-size: clamp(22px, 2.5vw, 32px);
	font-weight: 750;
}

.otb-editorial-v3__fact p {
	color: var(--otb-home-muted);
	line-height: 1.6;
	margin: 16px 0 0;
}

.otb-editorial-v3__section {
	padding: clamp(68px, 9vw, 116px) 0;
}

.otb-editorial-v3__section--soft {
	background: var(--otb-home-surface);
}

.otb-editorial-v3__section-heading {
	max-width: 720px;
}

.otb-editorial-v3__section h2 {
	font-size: clamp(34px, 4.2vw, var(--otb-heading-section-max));
	letter-spacing: -.04em;
	line-height: 1.02;
	margin: 20px 0 0;
}

.otb-editorial-v3__steps {
	list-style: none;
	margin: 52px 0 0;
	padding: 0;
}

.otb-editorial-v3__steps li {
	border-top: 1px solid var(--otb-home-line);
	display: grid;
	gap: 24px;
	grid-template-columns: 56px minmax(0, 1fr);
	padding: 30px 0;
}

.otb-editorial-v3__steps li:last-child {
	border-bottom: 1px solid var(--otb-home-line);
}

.otb-editorial-v3__steps li > span,
.otb-editorial-v3__principles article > span,
.otb-policy-v3__list article > span {
	color: var(--otb-home-green);
	font-family: "Archivo", "Arial Narrow", Arial, sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .08em;
}

.otb-editorial-v3__steps h3 {
	font-size: clamp(23px, 2.5vw, 31px);
	letter-spacing: -.025em;
	margin: 0;
}

.otb-editorial-v3__steps p,
.otb-editorial-v3__principles p,
.otb-policy-v3__list p {
	color: var(--otb-home-muted);
	font-size: 18px;
	line-height: 1.6;
	margin: 10px 0 0;
	max-width: 68ch;
}

.otb-editorial-v3__split {
	display: grid;
	gap: clamp(40px, 8vw, 120px);
	grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
}

.otb-editorial-v3__checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.otb-editorial-v3__checklist li {
	border-top: 1px solid var(--otb-home-line);
	font-size: clamp(19px, 2vw, 25px);
	font-weight: 700;
	padding: 19px 0 19px 32px;
	position: relative;
}

.otb-editorial-v3__checklist li:last-child {
	border-bottom: 1px solid var(--otb-home-line);
}

.otb-editorial-v3__checklist li::before {
	background: var(--otb-home-green-bright);
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	top: 31px;
	width: 16px;
}

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

.otb-editorial-v3__principles article {
	border-top: 1px solid var(--otb-home-line);
	padding: 34px clamp(0px, 4vw, 54px) 20px 0;
}

.otb-editorial-v3__principles article + article {
	border-left: 1px solid var(--otb-home-line);
	padding-left: clamp(28px, 4vw, 54px);
}

.otb-editorial-v3__principles h2 {
	font-size: clamp(28px, 3vw, 42px);
	margin-top: 18px;
}

.otb-editorial-v3__closing {
	background: var(--otb-home-green);
	color: #fff;
	padding: clamp(52px, 7vw, 84px) 0;
}

.otb-editorial-v3__closing > div {
	align-items: center;
	display: flex;
	gap: 32px;
	justify-content: space-between;
}

.otb-editorial-v3__closing h2,
.otb-editorial-v3__closing .otb-home-eyebrow {
	color: #ffffff;
}

.otb-editorial-v3__closing h2 {
	font-size: clamp(34px, 4vw, 56px);
	margin: 18px 0 0;
}

.otb-editorial-v3--businesses .otb-editorial-v3__steps li {
	grid-template-columns: 64px minmax(0, 1fr);
}

.otb-editorial-v3--businesses .otb-editorial-v3__steps li > span,
.otb-editorial-v3--businesses .otb-editorial-v3__principles article > span {
	font-size: 18px;
	letter-spacing: .05em;
	line-height: 1.2;
}

.otb-editorial-v3--businesses .otb-editorial-v3__closing {
	padding-block: clamp(72px, 8vw, 96px);
}

.otb-editorial-v3--businesses .otb-editorial-v3__closing > div {
	align-items: flex-end;
}

.otb-intake-v3__hero .otb-home-shell {
	max-width: 1180px;
}

.otb-home-v3 .otb-intake-v3__hero h1 {
	font-size: clamp(40px, 3.6vw, 56px);
	line-height: 1.02;
	max-width: 22ch;
}

.otb-other-business-type {
	margin-top: 18px;
}

.otb-intake-v3__layout {
	display: grid;
	gap: clamp(44px, 7vw, 100px);
	grid-template-columns: minmax(250px, .62fr) minmax(0, 1.38fr);
}

.otb-intake-v3__intro {
	align-self: start;
	position: sticky;
	top: 118px;
}

.otb-intake-v3__intro h2 {
	font-size: clamp(31px, 3vw, 42px);
	margin: 0;
}

.otb-intake-v3__intro > p {
	color: var(--otb-home-muted);
	font-size: 18px;
	line-height: 1.6;
}

.otb-intake-v3__privacy {
	background: var(--otb-home-surface);
	border-left: 4px solid var(--otb-home-blue);
	border-radius: 4px;
	margin: 28px 0 18px;
	padding: 18px;
	scroll-margin-top: 118px;
}

.otb-intake-v3__privacy strong {
	display: block;
	font-family: "Archivo", "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
}

.otb-intake-v3__privacy p {
	color: var(--otb-home-muted);
	line-height: 1.5;
	margin: 8px 0 0;
}

.otb-intake-v3__privacy details {
	border-top: 1px solid var(--otb-home-line);
	margin-top: 14px;
	padding-top: 12px;
}

.otb-intake-v3__privacy summary {
	color: var(--otb-home-blue);
	cursor: pointer;
	font-weight: 700;
	line-height: 1.4;
}

.otb-intake-v3__privacy summary:focus-visible {
	outline: 3px solid rgba(0, 105, 146, .28);
	outline-offset: 4px;
}

.otb-intake-v3__privacy details div {
	overflow-wrap: anywhere;
}

.otb-file-status {
	display: block;
	font-weight: 700;
	margin-top: 6px;
}

.otb-file-status.is-error {
	color: #a02820;
}

.otb-intake-v3__form {
	background: var(--otb-home-paper);
	border: 1px solid var(--otb-home-line);
	border-radius: 9px;
	padding: clamp(22px, 4vw, 48px);
}

.otb-intake-v3__required-note {
	color: var(--otb-home-muted);
	font-size: 14px;
	margin: 0;
	text-align: right;
}

.otb-intake-v3__form fieldset {
	border: 0;
	border-top: 1px solid var(--otb-home-line);
	margin: 34px 0 0;
	padding: 32px 0 0;
}

.otb-intake-v3__form legend {
	align-items: center;
	display: flex;
	font-family: "Archivo", "Arial Narrow", Arial, sans-serif;
	font-size: clamp(23px, 2.5vw, 31px);
	font-weight: 750;
	gap: 12px;
	padding-right: 14px;
}

.otb-intake-v3__form legend span {
	color: var(--otb-home-green);
	font-size: 13px;
	letter-spacing: .08em;
}

.otb-intake-v3__fieldset-copy {
	color: var(--otb-home-muted);
	line-height: 1.55;
	margin: 14px 0 24px;
	max-width: 68ch;
}

.otb-intake-v3__form .otb-form-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.otb-intake-v3__form .otb-field--full {
	grid-column: 1 / -1;
}

.otb-intake-v3__form .otb-field label,
.otb-intake-v3__form .otb-choice-group__label {
	color: var(--otb-home-ink);
	display: block;
	font-weight: 750;
	margin-bottom: 8px;
}

.otb-intake-v3__form :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
	background: #fff;
	border: 1px solid var(--otb-home-line);
	border-radius: 6px;
	color: var(--otb-home-ink);
	font: 400 17px/1.4 "Source Sans 3", "Segoe UI", Arial, sans-serif;
	max-width: 100%;
	min-height: 48px;
	padding: 11px 13px;
	width: 100%;
}

.otb-intake-v3__form textarea {
	min-height: 124px;
	resize: vertical;
}

.otb-intake-v3__form :where(input, select, textarea):focus-visible {
	border-color: var(--otb-home-green);
	outline: 3px solid rgba(0, 107, 60, .22);
	outline-offset: 2px;
}

.otb-intake-v3__form [aria-invalid="true"] {
	border-color: var(--otb-home-red);
}

.otb-intake-v3__form .otb-field small {
	color: var(--otb-home-muted);
	display: block;
	font-size: 14px;
	line-height: 1.45;
	margin-top: 7px;
}

.otb-intake-v3__form .otb-choice-group,
.otb-intake-v3__form .otb-consent-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 26px;
}

.otb-intake-v3__form .otb-choice-group__label,
.otb-intake-v3__form .otb-field-error {
	grid-column: 1 / -1;
}

.otb-intake-v3__form .otb-choice-group label,
.otb-intake-v3__form .otb-consent-list label {
	align-items: start;
	background: var(--otb-home-paper);
	border: 1px solid var(--otb-home-line);
	border-radius: 4px;
	cursor: pointer;
	display: grid;
	gap: 10px;
	grid-template-columns: 22px minmax(0, 1fr);
	line-height: 1.45;
	margin: 0;
	min-height: 48px;
	padding: 12px;
}

.otb-intake-v3__form .otb-choice-group label:hover,
.otb-intake-v3__form .otb-consent-list label:hover {
	border-color: var(--otb-home-green);
}

.otb-intake-v3__form :where(input[type="checkbox"], input[type="radio"]) {
	accent-color: var(--otb-home-green);
	height: 20px;
	margin: 1px 0 0;
	width: 20px;
}

.otb-intake-v3__form .otb-consent-list {
	grid-template-columns: 1fr;
}

.otb-intake-v3__form .otb-consent-list a {
	color: var(--otb-home-green);
	font-weight: 750;
	text-underline-offset: 3px;
}

.otb-field-error {
	color: var(--otb-home-ink);
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}

.otb-intake-v3__submit {
	margin-top: 34px;
	min-height: 50px;
}

.otb-intake-v3__submit:disabled {
	cursor: wait;
	opacity: .68;
}

.otb-intake-v3__form .otb-form-status:not(:empty) {
	background: #fffbe6;
	border: 1px solid #e6c900;
	border-left: 4px solid var(--otb-home-red);
	border-radius: 4px;
	color: var(--otb-home-ink);
	line-height: 1.45;
	margin: 18px 0 0;
	padding: 14px 16px;
}

.otb-intake-v3__form .otb-form-status.is-success:not(:empty) {
	background: #e7f3ec;
	border-color: #8ebda4;
	border-left-color: var(--otb-home-green);
	color: #104d31;
}

.otb-intake-v3__form .otb-form-status.is-success p {
	margin: 0.5rem 0 0;
}

.otb-intake-v3__form .otb-form-status.is-success dl {
	display: grid;
	grid-template-columns: minmax(7rem, auto) 1fr;
	gap: 0.35rem 0.75rem;
	margin: 0.75rem 0 0;
}

.otb-intake-v3__form .otb-form-status.is-success dt {
	font-weight: 700;
}

.otb-intake-v3__form .otb-form-status.is-success dd {
	margin: 0;
	overflow-wrap: anywhere;
}

@media (max-width: 520px) {
	.otb-intake-v3__form .otb-form-status.is-success dl {
		grid-template-columns: 1fr;
	}

	.otb-intake-v3__form .otb-form-status.is-success dd + dt {
		margin-top: 0.45rem;
	}
}

.otb-policy-v3__list article {
	border-top: 1px solid var(--otb-home-line);
	display: grid;
	gap: 24px;
	grid-template-columns: 54px minmax(0, 1fr);
	padding: 30px 0;
}

.otb-policy-v3__list article:last-child {
	border-bottom: 1px solid var(--otb-home-line);
}

.otb-policy-v3__list h2 {
	font-size: clamp(25px, 3vw, 38px);
	margin: 0;
}

@media (max-width: 820px) {
	.otb-home-mobile-nav button.is-current {
		color: var(--otb-home-green);
	}

	.otb-home-mobile-nav button.is-current::after {
		background: var(--otb-home-green-bright);
		content: "";
		height: 3px;
		left: 50%;
		position: absolute;
		top: -5px;
		transform: translateX(-50%);
		width: 28px;
	}

	.otb-editorial-v3__hero-grid,
	.otb-editorial-v3__split,
	.otb-intake-v3__layout {
		grid-template-columns: 1fr;
	}

	.otb-editorial-v3__fact {
		max-width: 620px;
	}

	.otb-intake-v3__intro {
		position: static;
	}

	.otb-intake-v3__privacy {
		scroll-margin-top: 94px;
	}
}

@media (max-width: 620px) {
	.otb-editorial-v3__hero {
		padding: 40px 0 58px;
	}

	.otb-editorial-v3 h1 {
		font-size: clamp(40px, 13.5vw, 58px);
		max-width: none;
	}

	.otb-home-v3 .otb-intake-v3__hero h1 {
		font-size: clamp(32px, 9.5vw, 40px);
		line-height: 1.04;
	}

	.otb-editorial-v3__lead {
		font-size: 18px;
	}

	.otb-editorial-v3__actions,
	.otb-editorial-v3__closing > div {
		align-items: stretch;
		flex-direction: column;
	}

	.otb-editorial-v3__actions .otb-home-button,
	.otb-editorial-v3__closing .otb-home-button {
		width: 100%;
	}

	.otb-editorial-v3__steps li,
	.otb-policy-v3__list article {
		gap: 14px;
		grid-template-columns: 38px minmax(0, 1fr);
	}

	.otb-editorial-v3--businesses .otb-editorial-v3__steps li {
		grid-template-columns: 44px minmax(0, 1fr);
	}

	.otb-editorial-v3--businesses .otb-editorial-v3__closing {
		padding-block: 68px;
	}

	.otb-editorial-v3__principles {
		grid-template-columns: 1fr;
	}

	.otb-editorial-v3__principles article + article {
		border-left: 0;
		padding-left: 0;
	}

	.otb-intake-v3__form {
		border-left: 0;
		border-radius: 0;
		border-right: 0;
		margin-inline: -16px;
		padding-inline: 16px;
	}

	.otb-intake-v3__form .otb-form-grid,
	.otb-intake-v3__form .otb-choice-group {
		grid-template-columns: 1fr;
	}

	.otb-intake-v3__form .otb-field--full,
	.otb-intake-v3__form .otb-choice-group__label,
	.otb-intake-v3__form .otb-field-error {
		grid-column: auto;
	}
}

/* Business profile V3 — B3 human-approved direction. */
.otb-profile-v3__main {
	background: #fff;
	color: var(--otb-home-ink);
}

.otb-profile-v3__back {
	align-items: center;
	color: var(--otb-home-green);
	display: inline-flex;
	font-weight: 700;
	margin: 22px 0 10px;
	min-height: 44px;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.otb-profile-v3__hero {
	border-bottom: 1px solid var(--otb-home-line);
	padding: 24px 0 76px;
}

.otb-profile-v3__hero-grid {
	align-items: stretch;
	display: grid;
	gap: clamp(32px, 5vw, 76px);
	grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr);
}

.otb-profile-v3__identity {
	align-self: center;
	min-width: 0;
	padding-block: 22px;
}

.otb-profile-v3__type {
	color: var(--otb-home-muted);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .09em;
	margin: 24px 0 8px;
	text-transform: uppercase;
}

.otb-home-v3 .otb-profile-v3__identity h1 {
	font-size: clamp(48px, 4.6vw, var(--otb-heading-h1-max));
	letter-spacing: -.045em;
	line-height: .98;
	margin: 0;
	max-width: none;
	hyphens: manual;
	overflow-wrap: break-word;
	word-break: normal;
}

.otb-profile-v3__intro {
	margin-top: 26px;
	max-width: 62ch;
}

.otb-home-v3 .otb-profile-v3__intro > h2 {
	color: var(--otb-home-muted);
	font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .09em;
	line-height: 1.2;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.otb-profile-v3__intro > div {
	color: #3f4a45;
	font-size: 18px;
	line-height: 1.65;
}

.otb-profile-v3__intro > div > :first-child {
	margin-top: 0;
}

.otb-profile-v3__intro > div > :last-child {
	margin-bottom: 0;
}

.otb-profile-v3__place {
	color: var(--otb-home-blue);
	font-size: clamp(18px, 1.7vw, 23px);
	font-weight: 700;
	margin: 18px 0 0;
}

.otb-profile-v3__status-row {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	margin-top: 25px;
}

.otb-profile-v3__status {
	background: #e7f3ec;
	border: 1px solid #b7d5c4;
	border-radius: 999px;
	color: var(--otb-home-green);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	padding: 7px 11px;
}

.otb-profile-v3__status--basic_unclaimed,
.otb-profile-v3__status--claim_pending {
	background: #fff9d7;
	border-color: #e4ca49;
	color: #3e3600;
}

.otb-profile-v3__freshness {
	color: var(--otb-home-muted);
	font-size: 14px;
	font-weight: 700;
}

.otb-profile-v3__freshness.is-outdated {
	color: var(--otb-home-ink);
}

.otb-profile-v3__warning {
	background: #fffbe6;
	border-left: 4px solid var(--otb-home-red);
	border-radius: 4px;
	display: grid;
	gap: 4px;
	margin-top: 22px;
	padding: 14px 16px;
}

.otb-profile-v3__warning strong {
	color: var(--otb-home-ink);
}

.otb-profile-v3__warning span {
	color: #4b5551;
	line-height: 1.55;
}

.otb-profile-v3__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 26px;
}

.otb-profile-v3__actions .otb-home-button {
	border-radius: 4px;
	min-height: 46px;
	padding-inline: 18px;
}

.otb-profile-v3__directions {
	background: #fff;
	border: 1px solid var(--otb-home-blue);
	color: var(--otb-home-blue);
}

.otb-profile-v3__actions .otb-profile-v3__directions {
	background: #fff;
	border: 1px solid var(--otb-home-blue);
	color: var(--otb-home-blue);
}

.otb-profile-v3__directions:hover,
.otb-profile-v3__actions .otb-profile-v3__directions:hover {
	background: #eaf3f4;
}

.otb-profile-v3__trust {
	border-top: 1px solid var(--otb-home-line);
	color: var(--otb-home-muted);
	font-size: 15px;
	line-height: 1.55;
	margin-top: 28px;
	padding-top: 20px;
}

.otb-profile-v3__trust p {
	margin: 0 0 9px;
}

.otb-profile-v3__trust strong {
	color: var(--otb-home-ink);
}

.otb-profile-v3__trust a {
	align-items: center;
	color: var(--otb-home-green);
	display: inline-flex;
	font-weight: 750;
	min-height: 44px;
	text-underline-offset: 3px;
}

.otb-profile-v3__trust > div {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 8px 20px;
	margin-top: 14px;
}

.otb-profile-v3__trust [aria-disabled="true"] {
	color: var(--otb-home-muted);
	font-weight: 700;
}

.otb-profile-requests {
	display: grid;
	gap: 10px;
	padding-top: 28px;
}

.otb-profile-request {
	background: var(--otb-home-surface);
	border: 1px solid var(--otb-home-line);
	border-radius: 8px;
	scroll-margin-top: 110px;
}

.otb-profile-request > summary {
	align-items: center;
	color: var(--otb-home-green);
	cursor: pointer;
	display: flex;
	font-family: "Archivo", "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	font-weight: 760;
	justify-content: space-between;
	list-style: none;
	min-height: 54px;
	padding: 12px 18px;
}

.otb-profile-request > summary::-webkit-details-marker {
	display: none;
}

.otb-profile-request > summary::after {
	content: "+";
	font-size: 24px;
	font-weight: 500;
}

.otb-profile-request[open] > summary::after {
	content: "−";
}

.otb-profile-request > summary:focus-visible {
	border-radius: 6px;
	outline: 3px solid rgba(46, 108, 118, .35);
	outline-offset: 3px;
}

.otb-profile-request__body {
	border-top: 1px solid var(--otb-home-line);
	padding: clamp(22px, 4vw, 40px);
}

.otb-profile-request__body > h2 {
	font-size: clamp(27px, 3vw, 38px);
	margin: 0;
}

.otb-profile-request__body > p {
	color: var(--otb-home-muted);
	font-size: 17px;
	line-height: 1.55;
	margin: 12px 0 22px;
	max-width: 70ch;
}

.otb-profile-request .otb-intake-v3__form {
	max-width: 940px;
}

.otb-profile-request__business {
	background: var(--otb-home-surface);
	border-left: 4px solid var(--otb-home-green);
	margin: 0 0 20px;
	padding: 12px 14px;
}

.otb-profile-request .otb-consent-list {
	margin-top: 26px;
}

.otb-profile-requests--claim {
	display: flex;
	justify-content: flex-end;
	padding-top: 14px;
}

.otb-profile-request--claim {
	background: transparent;
	border: 0;
	border-radius: 0;
	width: auto;
}

.otb-profile-request--claim > summary {
	color: var(--otb-home-muted);
	font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
	font-size: 13px;
	font-weight: 650;
	justify-content: flex-end;
	min-height: 44px;
	padding: 0;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.otb-profile-request--claim > summary::after {
	display: none;
}

.otb-profile-request--claim[open] {
	width: 100%;
}

.otb-profile-request--claim .otb-profile-request__body {
	background: var(--otb-home-surface);
	border: 1px solid var(--otb-home-line);
	border-radius: 8px;
	margin-top: 10px;
}

.otb-profile-v3__media {
	background: var(--otb-home-soft);
	border: 1px solid var(--otb-home-line);
	border-radius: 12px;
	min-height: 540px;
	overflow: hidden;
}

.otb-profile-v3__media > img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.otb-profile-v3__media-placeholder {
	align-items: center;
	color: var(--otb-home-muted);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	min-height: inherit;
	padding: 36px;
	text-align: center;
}

.otb-profile-v3__media-placeholder > span {
	align-items: center;
	background: var(--otb-home-green);
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-family: "Archivo", "Arial Narrow", Arial, sans-serif;
	font-size: 52px;
	font-weight: 800;
	height: 104px;
	justify-content: center;
	width: 104px;
}

.otb-profile-v3__media-placeholder p {
	font-weight: 700;
	margin: 18px 0 0;
}

.otb-profile-v3__practical {
	padding: 78px 0 86px;
}

.otb-profile-v3__section-heading {
	margin-bottom: 35px;
}

.otb-profile-v3__section-heading h2 {
	font-size: clamp(34px, 3vw, 48px);
	margin: 8px 0 0;
}

.otb-profile-v3__practical-grid {
	border-bottom: 1px solid var(--otb-home-line);
	border-top: 1px solid var(--otb-home-line);
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(220px, .8fr) minmax(220px, .8fr);
}

.otb-profile-v3__practical-grid > section {
	min-width: 0;
	padding: 28px 30px 32px 0;
}

.otb-profile-v3__practical-grid > section + section {
	border-left: 1px solid var(--otb-home-line);
	padding-left: 30px;
}

.otb-profile-v3__practical-grid h3 {
	font-size: 20px;
	margin: 0 0 17px;
}

.otb-profile-v3__practical-grid p {
	color: var(--otb-home-muted);
	line-height: 1.6;
	margin: 0;
}

.otb-profile-v3__locations article + article {
	border-top: 1px solid var(--otb-home-line);
	margin-top: 16px;
	padding-top: 16px;
}

.otb-profile-v3__locations article > strong {
	display: block;
	margin-bottom: 7px;
}

.otb-profile-v3__locations small {
	color: var(--otb-home-muted);
	font-size: 14px;
}

.otb-profile-v3__hours {
	border-top: 1px solid var(--otb-home-line);
	margin-top: 16px;
	padding-top: 14px;
}

.otb-profile-v3__hours > strong {
	display: block;
	margin-bottom: 8px;
}

.otb-profile-v3__hours dl {
	margin: 0;
}

.otb-profile-v3__hours dl > div {
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(110px, .7fr) minmax(0, 1fr);
	padding: 4px 0;
}

.otb-profile-v3__hours dt,
.otb-profile-v3__hours dd {
	margin: 0;
}

.otb-profile-v3__hours dd {
	color: var(--otb-home-muted);
}

.otb-profile-v3__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.otb-profile-v3__tags span {
	background: var(--otb-home-soft);
	border: 1px solid var(--otb-home-line);
	border-radius: 999px;
	color: var(--otb-home-ink);
	font-size: 14px;
	font-weight: 700;
	padding: 7px 10px;
}

.otb-profile-v3__products {
	background: var(--otb-home-soft);
	border-bottom: 1px solid var(--otb-home-line);
	border-top: 1px solid var(--otb-home-line);
	padding: 70px 0;
}

.otb-profile-v3__product-list {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.otb-profile-v3__product-list > span,
.otb-profile-v3__product-list > a {
	align-items: center;
	background: #fff;
	border: 1px solid var(--otb-home-line);
	border-radius: 6px;
	color: var(--otb-home-ink);
	display: flex;
	justify-content: space-between;
	min-height: 68px;
	padding: 16px 18px;
	text-decoration: none;
}

.otb-profile-v3__product-list > a:hover {
	background: #eaf3f4;
}

.otb-profile-v3__availability {
	background: var(--otb-home-green);
	color: #fff;
	padding: 25px 0;
}

.otb-profile-v3__availability p {
	font-size: 17px;
	font-weight: 700;
	line-height: 1.55;
	margin: 0;
}

@media (max-width: 1040px) {
	.otb-profile-v3__hero-grid {
		gap: 34px;
		grid-template-columns: minmax(0, 1fr) minmax(330px, .8fr);
	}

	.otb-profile-v3__media {
		min-height: 490px;
	}

	.otb-profile-v3__practical-grid {
		grid-template-columns: minmax(0, 1.3fr) repeat(2, minmax(180px, .75fr));
	}
}

@media (max-width: 820px) {
	.otb-profile-v3__back {
		margin-top: 12px;
	}

	.otb-profile-v3__hero {
		padding: 10px 0 54px;
	}

	.otb-profile-v3__hero-grid {
		grid-template-columns: 1fr;
	}

	.otb-profile-v3__identity {
		padding: 0;
	}

	.otb-home-v3 .otb-profile-v3__identity h1 {
		font-size: clamp(42px, 9vw, 62px);
		max-width: none;
	}

	.otb-profile-v3__media {
		min-height: 360px;
	}

	.otb-profile-v3__practical {
		padding: 58px 0 64px;
	}

	.otb-profile-v3__practical-grid {
		border-bottom: 0;
		display: block;
	}

	.otb-profile-v3__practical-grid > section {
		border-bottom: 1px solid var(--otb-home-line);
		padding: 24px 0 26px;
	}

	.otb-profile-v3__practical-grid > section + section {
		border-left: 0;
		padding-left: 0;
	}

	.otb-profile-v3__product-list {
		grid-template-columns: 1fr 1fr;
	}

}

@media (max-width: 520px) {
	.otb-profile-v3__type {
		margin-top: 18px;
	}

	.otb-home-v3 .otb-profile-v3__identity h1 {
		font-size: clamp(2.25rem, 10.5vw, 2.75rem);
		line-height: 1.02;
	}

	.otb-profile-v3__status-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.otb-profile-v3__status {
		font-size: 12px;
	}

	.otb-profile-v3__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.otb-profile-v3__actions .otb-home-button {
		width: 100%;
	}

	.otb-profile-v3__media {
		border-radius: 9px;
		min-height: 288px;
	}

	.otb-profile-v3__media-placeholder > span {
		font-size: 40px;
		height: 84px;
		width: 84px;
	}

	.otb-profile-v3__section-heading {
		margin-bottom: 24px;
	}

	.otb-profile-v3__product-list {
		grid-template-columns: 1fr;
	}

	.otb-profile-v3__intro > div {
		font-size: 17px;
	}

	.otb-profile-v3__availability {
		padding-bottom: 28px;
	}
}

/* Busca V3 — B3 HUMAN APPROVED. Interface editorial; mapa sem coordenadas inventadas. */
.otb-search-v3__main {
	background: var(--otb-home-paper);
	min-height: 72vh;
}

.otb-search-v3__header {
	background: var(--otb-home-surface);
	border-bottom: 1px solid var(--otb-home-line);
	padding-block: clamp(30px, 4vw, 56px) 24px;
}

.otb-search-v3__header .otb-home-eyebrow {
	margin-bottom: 14px;
}

.otb-search-v3__title-row {
	align-items: end;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
}

.otb-search-v3 .otb-search-v3__title-row h1 {
	font-size: clamp(2.7rem, 4.2vw, var(--otb-heading-h1-max));
	line-height: 0.98;
	margin: 0;
	max-width: none;
}

.otb-search-v3__title-row > p {
	color: var(--otb-home-muted);
	font-size: 18px;
	line-height: 1.45;
	margin: 0 0 4px;
	max-width: 48ch;
}

.otb-search-v3__form {
	background: var(--otb-home-paper);
	border: 1px solid var(--otb-home-line);
	border-radius: 6px;
	display: grid;
	grid-template-columns: minmax(280px, 1.35fr) minmax(210px, 0.85fr) minmax(170px, 0.6fr) auto;
	margin-top: 30px;
	overflow: hidden;
}

.otb-search-v3__field {
	border-right: 1px solid var(--otb-home-line);
	min-width: 0;
	padding: 10px 14px 8px;
}

.otb-search-v3__field label,
.otb-search-v3__filters label {
	color: var(--otb-home-ink);
	display: block;
	font-size: 12px;
	font-weight: 780;
	letter-spacing: 0.035em;
	line-height: 1.2;
	margin: 0 0 2px;
	text-transform: uppercase;
}

.otb-search-v3 .otb-search-v3__field :where(input, select) {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--otb-home-ink);
	font: 650 16px/1.25 "Source Sans 3", "Segoe UI", Arial, sans-serif;
	height: 44px;
	margin: 0;
	min-width: 0;
	outline: 0;
	padding: 5px 0;
	width: 100%;
}

.otb-search-v3 .otb-search-v3__field :where(input, select):focus-visible,
.otb-search-v3 .otb-search-v3__filters select:focus-visible {
	outline: 3px solid var(--otb-home-red) !important;
	outline-offset: -3px !important;
}

.otb-search-v3__field input::placeholder {
	color: #707b76;
	opacity: 1;
}

.otb-search-v3__form .otb-home-button {
	border-radius: 0 4px 4px 0;
	min-width: 128px;
}

.otb-search-v3__controls {
	align-items: end;
	display: flex;
	gap: 16px;
	margin-top: 18px;
}

.otb-search-v3__filters {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.otb-search-v3__filters > div {
	min-width: min(100%, 300px);
}

.otb-search-v3 .otb-search-v3__filters select {
	background: var(--otb-home-paper);
	border: 1px solid #bfc5c1;
	border-radius: 4px;
	color: var(--otb-home-ink);
	font: 650 15px/1.2 "Source Sans 3", sans-serif;
	min-height: 46px;
	padding: 8px 34px 8px 10px;
	width: 100%;
}

.otb-search-v3 .otb-search-v3__filter-button,
.otb-search-v3 .otb-search-v3__filters > a {
	align-items: center;
	background: transparent;
	border: 1px solid var(--otb-home-green);
	border-radius: 4px;
	color: var(--otb-home-green);
	cursor: pointer;
	display: inline-flex;
	font: 740 15px/1 "Source Sans 3", sans-serif;
	justify-content: center;
	min-height: 46px;
	padding: 10px 14px;
	text-decoration: none;
}

.otb-search-v3 .otb-search-v3__filters > a {
	border-color: transparent;
	color: var(--otb-home-ink);
	text-decoration: underline;
	text-decoration-color: var(--otb-home-line);
	text-underline-offset: 5px;
}

.otb-search-v3__view-toggle {
	align-items: end;
	border-bottom: 1px solid #bfc5c1;
	display: flex;
	flex: 0 0 auto;
}

.otb-search-v3 .otb-search-v3__view-toggle button {
	background: transparent;
	border: 0;
	border-bottom: 3px solid transparent;
	border-radius: 0;
	color: var(--otb-home-muted);
	cursor: pointer;
	font: 760 15px/1 "Source Sans 3", sans-serif;
	margin-bottom: -1px;
	min-height: 46px;
	min-width: 72px;
	padding: 10px 14px;
}

.otb-search-v3 .otb-search-v3__view-toggle button[aria-pressed="true"] {
	border-bottom-color: var(--otb-home-green-bright);
	color: var(--otb-home-green);
}

.otb-search-v3__workspace {
	align-items: start;
	display: block;
	margin-inline: auto;
	max-width: 1600px;
}

.otb-search-v3__results-panel {
	min-width: 0;
	padding: clamp(26px, 3vw, 46px) clamp(20px, 4vw, 64px) 64px;
	scroll-margin-top: 76px;
}

.otb-search-v3__results-panel:focus,
.otb-search-v3__map-panel:focus {
	outline: none;
}

.otb-search-v3__results-meta {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.otb-search-v3 .otb-search-v3__results-meta h2 {
	font-size: clamp(1.55rem, 2.4vw, 2.2rem);
	letter-spacing: -0.035em;
	line-height: 1.05;
	margin: 0;
}

.otb-search-v3__results-meta p {
	color: var(--otb-home-muted);
	font-size: 15px;
	margin: 5px 0 0;
}

.otb-search-v3 .otb-search-v3__location-button {
	align-items: center;
	background: transparent;
	border: 1px solid var(--otb-home-line);
	border-radius: 4px;
	color: var(--otb-home-green);
	cursor: pointer;
	display: inline-flex;
	font: 730 14px/1 "Source Sans 3", sans-serif;
	gap: 8px;
	justify-content: center;
	min-height: 46px;
	padding: 9px 12px;
}

.otb-search-v3__location-button svg {
	fill: none;
	height: 19px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.8;
	width: 19px;
}

.otb-search-v3__results[aria-busy="true"] {
	min-height: 300px;
}

.otb-search-v3__empty {
	background: var(--otb-home-surface);
	border: 1px solid var(--otb-home-line);
	border-left: 5px solid var(--otb-home-blue);
	border-radius: 9px;
	padding: clamp(28px, 4vw, 46px);
}

.otb-search-v3__empty > span {
	align-items: center;
	background: var(--otb-home-blue);
	border-radius: 50%;
	color: #ffffff;
	display: inline-flex;
	font: 800 14px/1 "Archivo", sans-serif;
	height: 34px;
	justify-content: center;
	margin-bottom: 20px;
	width: 34px;
}

.otb-search-v3 .otb-search-v3__empty h3 {
	font-size: clamp(1.6rem, 2.6vw, 2.35rem);
	line-height: 1.08;
	margin: 0;
}

.otb-search-v3__empty p {
	color: var(--otb-home-muted);
	line-height: 1.55;
	margin: 13px 0 22px;
	max-width: 52ch;
}

.otb-search-v3__result-list {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.otb-search-v3__card {
	background: var(--otb-home-paper);
	border: 1px solid var(--otb-home-line);
	border-radius: 9px;
	display: flex;
	flex-direction: column;
	height: 100%;
	isolation: isolate;
	overflow: hidden;
}

.otb-search-v3__card-media {
	align-items: center;
	background: var(--otb-home-surface-strong);
	color: var(--otb-home-green);
	display: flex;
	flex: 0 0 auto;
	font: 820 44px/1 "Archivo", sans-serif;
	justify-content: center;
	aspect-ratio: 16 / 9;
	margin: 0;
	min-height: 0;
	position: relative;
	text-decoration: none;
	z-index: 0;
}

.otb-search-v3__card-media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.otb-search-v3__card-body {
	background: var(--otb-home-paper);
	display: flex;
	flex: 1;
	flex-direction: column;
	margin: 0;
	min-width: 0;
	padding: 20px 22px;
	position: relative;
	z-index: 1;
}

.otb-search-v3__card-top {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	justify-content: flex-start;
}

.otb-search-v3__card-top > span {
	border: 0;
	border-radius: 0;
	color: var(--otb-home-green);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.055em;
	line-height: 1.2;
	padding: 0;
	text-transform: uppercase;
}

.otb-search-v3 .otb-search-v3__card h3 {
	font-size: clamp(1.3rem, 1.5vw, 1.55rem);
	letter-spacing: -0.035em;
	line-height: 1.08;
	margin: 16px 0 7px;
}

.otb-search-v3__card h3 a {
	color: var(--otb-home-ink);
	text-decoration: none;
}

.otb-search-v3__card h3 a:hover {
	color: var(--otb-home-green);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.otb-search-v3__card-location,
.otb-search-v3__card-terms {
	color: var(--otb-home-blue);
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}

.otb-search-v3__card-location {
	font-size: 12px;
	font-weight: 650;
	line-height: 1.25;
}

.otb-search-v3__card-excerpt {
	color: var(--otb-home-muted);
	font-size: 16px;
	line-height: 1.45;
	margin: 12px 0;
	display: -webkit-box;
	min-height: 5.8em;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.otb-search-v3__card-terms {
	color: var(--otb-home-ink);
	font-weight: 620;
}

.otb-search-v3__availability {
	border-top: 1px solid var(--otb-home-line);
	color: var(--otb-home-muted);
	font-size: 14px;
	line-height: 1.45;
	margin: 22px 0 0;
	padding-top: 16px;
}

.otb-search-v3__pagination {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	margin-top: 24px;
}

.otb-search-v3__pagination p {
	color: var(--otb-home-muted);
	font-size: 14px;
	font-weight: 700;
	grid-column: 1;
	margin: 0;
}

.otb-search-v3 .otb-search-v3__pagination button {
	background: var(--otb-home-yellow);
	border-color: var(--otb-home-yellow);
	color: var(--otb-home-green);
	font-weight: 800;
	grid-column: 2;
	min-height: 46px;
	min-width: 176px;
	padding-inline: 26px;
}

.otb-search-v3 .otb-search-v3__pagination button:hover,
.otb-search-v3 .otb-search-v3__pagination button:focus-visible {
	background: #f2d300;
	border-color: #f2d300;
	color: var(--otb-home-ink);
}

.otb-search-v3__map-panel {
	background: #e8f0f1;
	border-left: 1px solid #bed0d3;
	height: clamp(520px, calc(100vh - 96px), 720px);
	min-height: 0;
	position: sticky;
	scroll-margin-top: 76px;
	top: 76px;
}

.otb-search-v3__map-toolbar {
	align-items: end;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid #bed0d3;
	display: flex;
	justify-content: space-between;
	left: 0;
	padding: 15px 20px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.otb-search-v3__map-toolbar span {
	color: var(--otb-home-blue);
	font-size: 12px;
	font-weight: 780;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.otb-search-v3 .otb-search-v3__map-toolbar h2 {
	font-size: 18px;
	letter-spacing: -0.02em;
	line-height: 1;
	margin: 0;
}

.otb-search-v3__map-visual {
	background-color: #e8f0f1;
	background-image: linear-gradient(31deg, transparent 47%, rgba(46, 108, 118, 0.14) 48%, rgba(46, 108, 118, 0.14) 49%, transparent 50%), linear-gradient(121deg, transparent 47%, rgba(46, 108, 118, 0.11) 48%, rgba(46, 108, 118, 0.11) 49%, transparent 50%);
	background-size: 92px 78px, 116px 96px;
	inset: 0;
	overflow: hidden;
	position: absolute;
}

.otb-search-v3__map-visual::before,
.otb-search-v3__map-visual::after,
.otb-search-v3__map-visual i {
	background: rgba(255, 255, 255, 0.82);
	content: "";
	height: 6px;
	left: -10%;
	position: absolute;
	top: 35%;
	transform: rotate(-18deg);
	width: 125%;
}

.otb-search-v3__map-visual::after {
	top: 62%;
	transform: rotate(16deg);
}

.otb-search-v3__map-visual i:nth-of-type(1) { left: 22%; top: 8%; transform: rotate(79deg); width: 92%; }
.otb-search-v3__map-visual i:nth-of-type(2) { left: -30%; top: 54%; transform: rotate(42deg); }
.otb-search-v3__map-visual i:nth-of-type(3) { left: 40%; top: 62%; transform: rotate(103deg); width: 78%; }
.otb-search-v3__map-visual i:nth-of-type(4) { left: -13%; top: 75%; transform: rotate(-8deg); }

.otb-search-v3__river {
	background: var(--otb-home-blue);
	bottom: -10%;
	left: 63%;
	opacity: 0.9;
	position: absolute;
	top: -10%;
	transform: rotate(7deg);
	width: 19%;
}

.otb-search-v3__map-visual :where(b, em, small) {
	color: #3e5d62;
	font: 760 13px/1 "Archivo", sans-serif;
	font-style: normal;
	letter-spacing: 0.08em;
	position: absolute;
	z-index: 1;
}

.otb-search-v3__map-visual b { left: 20%; top: 31%; }
.otb-search-v3__map-visual em { left: 40%; top: 58%; }
.otb-search-v3__map-visual small { right: 9%; top: 34%; }

.otb-search-v3__map-status {
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid #bed0d3;
	border-left: 4px solid var(--otb-home-blue);
	border-radius: 6px;
	bottom: 54px;
	display: grid;
	left: 22px;
	padding: 16px 18px;
	position: absolute;
	right: 22px;
	z-index: 2;
}

.otb-search-v3__map-status strong {
	font: 760 17px/1.2 "Archivo", sans-serif;
}

.otb-search-v3__map-status span {
	color: var(--otb-home-muted);
	font-size: 14px;
	line-height: 1.35;
	margin-top: 5px;
}

.otb-search-v3__map-note {
	bottom: 18px;
	color: #3e5d62;
	font-size: 11px;
	left: 24px;
	margin: 0;
	position: absolute;
	right: 24px;
	text-align: center;
	z-index: 2;
}

.otb-search-v3__location-status {
	left: auto;
	right: 22px;
	transform: none;
}

@media (max-width: 1120px) {
	.otb-search-v3__form {
		grid-template-columns: minmax(250px, 1.2fr) minmax(190px, 0.8fr) minmax(150px, 0.6fr);
	}

	.otb-search-v3__form .otb-home-button {
		border-radius: 0 0 4px 4px;
		grid-column: 1 / -1;
		min-height: 48px;
	}

}

@media (max-width: 1040px) {
	.otb-search-v3__result-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 820px) {
	.otb-search-v3__header {
		padding-block: 24px 18px;
	}

	.otb-search-v3__title-row {
		align-items: start;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.otb-search-v3 .otb-search-v3__title-row h1 {
		font-size: clamp(2.45rem, 8.2vw, 4rem);
	}

	.otb-search-v3__form {
		grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
		margin-top: 22px;
	}

	.otb-search-v3__field:nth-of-type(2) {
		border-right: 0;
	}

	.otb-search-v3__field:nth-of-type(3) {
		border-top: 1px solid var(--otb-home-line);
		grid-column: 1 / -1;
	}

	.otb-search-v3__controls {
		align-items: stretch;
		flex-direction: column;
		gap: 14px;
	}

	.otb-search-v3__filters {
		display: flex;
	}

	.otb-search-v3__filters > div {
		min-width: 0;
	}

	.otb-search-v3__workspace {
		display: block;
	}

	.otb-search-v3__results-panel {
		padding: 26px 20px 52px;
	}

	.otb-search-v3__result-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media (max-width: 520px) {
	.otb-search-v3__header .otb-home-eyebrow {
		display: none;
	}

	.otb-search-v3 .otb-search-v3__title-row h1 {
		font-size: clamp(2.15rem, 11vw, 2.8rem);
	}

	.otb-search-v3__title-row > p {
		font-size: 15px;
		line-height: 1.4;
	}

	.otb-search-v3__form {
		display: block;
	}

	.otb-search-v3__form .otb-home-button {
		border-radius: 0 0 4px 4px;
		width: 100%;
	}

	.otb-search-v3__field {
		border-bottom: 1px solid var(--otb-home-line);
		border-right: 0;
		padding: 8px 11px 6px;
	}

	.otb-search-v3__field:nth-of-type(3) {
		border-top: 0;
	}

	.otb-search-v3__field :where(input, select) {
		font-size: 15px;
	}

	.otb-search-v3__filters {
		display: grid;
		grid-template-columns: 1fr;
	}

	.otb-search-v3__filters > :where(button, a) {
		width: 100%;
	}

	.otb-search-v3__results-panel {
		padding-inline: 16px;
	}

	.otb-search-v3__result-list {
		grid-template-columns: 1fr;
	}

	.otb-search-v3__results-meta {
		align-items: stretch;
		flex-direction: column;
	}

	.otb-search-v3__location-button {
		width: 100%;
	}

	.otb-search-v3__pagination {
		align-items: stretch;
		grid-template-columns: minmax(0, 1fr);
	}

	.otb-search-v3__pagination p,
	.otb-search-v3 .otb-search-v3__pagination button {
		grid-column: 1;
		width: 100%;
	}

	.otb-search-v3__empty {
		padding: 26px 20px;
	}

	.otb-search-v3__empty .otb-home-button {
		width: 100%;
	}

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

	.otb-search-v3__card-media {
		min-height: 150px;
	}

	.otb-search-v3__card-body {
		padding: 18px;
	}

	.otb-search-v3__map-toolbar {
		padding-inline: 16px;
	}

	.otb-search-v3__map-status {
		bottom: 56px;
		left: 14px;
		right: 14px;
	}

	.otb-search-v3__map-panel {
		height: clamp(460px, calc(100vh - 96px), 560px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.otb-search-v3 *,
	.otb-search-v3 *::before,
	.otb-search-v3 *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Gaucho Expo participants and private intake - Phase 2, Slice 4. */
.otb-gaucho-v3 {
	background: #ffffff;
	color: var(--otb-home-ink);
}

.otb-gaucho-v3__hero {
	border-bottom: 1px solid var(--otb-home-line);
	padding-block: clamp(56px, 7vw, 104px);
}

.otb-gaucho-v3__hero-grid {
	align-items: end;
	display: grid;
	gap: clamp(36px, 7vw, 100px);
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.65fr);
}

.otb-gaucho-v3 h1,
.otb-gaucho-v3 h2,
.otb-gaucho-v3 h3 {
	font-family: "Archivo", Arial, sans-serif;
}

.otb-gaucho-v3 h1 {
	font-size: clamp(48px, 4.8vw, var(--otb-heading-h1-max));
	letter-spacing: -0.055em;
	line-height: 0.94;
	margin: 22px 0 28px;
	max-width: 850px;
}

.otb-gaucho-v3__lead {
	color: var(--otb-home-muted);
	font-size: clamp(20px, 2vw, 27px);
	line-height: 1.45;
	margin: 0;
	max-width: 760px;
}

.otb-gaucho-v3__facts {
	border-left: 4px solid var(--otb-home-green);
	margin: 0;
	padding-left: 24px;
}

.otb-gaucho-v3__facts > div {
	border-bottom: 1px solid var(--otb-home-line);
	padding-block: 16px;
}

.otb-gaucho-v3__facts dt {
	color: var(--otb-home-muted);
	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.otb-gaucho-v3__facts dd {
	font-size: 18px;
	font-weight: 680;
	margin: 6px 0 0;
}

.otb-gaucho-v3__trust {
	background: var(--otb-home-green);
	color: #ffffff;
	padding-block: 24px;
}

.otb-gaucho-v3__trust p {
	font-size: 17px;
	margin: 0;
}

.otb-gaucho-v3__section {
	background: var(--otb-home-surface);
	padding-block: clamp(64px, 8vw, 112px);
}

.otb-gaucho-v3__section--plain {
	background: #ffffff;
}

.otb-gaucho-v3__section-heading {
	display: grid;
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 0.55fr);
	margin-bottom: 42px;
}

.otb-gaucho-v3__section-heading .otb-home-eyebrow {
	grid-column: 1 / -1;
}

.otb-gaucho-v3__section-heading h2 {
	font-size: clamp(36px, 4vw, 58px);
	letter-spacing: -0.04em;
	line-height: 1;
	margin: 0;
}

.otb-gaucho-v3__section-heading > p:last-child {
	color: var(--otb-home-muted);
	font-size: 18px;
	line-height: 1.55;
	margin: 0;
}

.otb-gaucho-v3__cards {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.otb-gaucho-v3__cards--partner {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.otb-gaucho-v3__card {
	background: #ffffff;
	border: 1px solid var(--otb-home-line);
	border-radius: 9px;
	display: grid;
	gap: 24px;
	grid-template-columns: 132px minmax(0, 1fr);
	min-height: 240px;
	padding: clamp(22px, 3vw, 34px);
}

.otb-gaucho-v3__cards--partner .otb-gaucho-v3__card {
	border-top: 5px solid var(--otb-home-green);
	min-height: 310px;
}

.otb-gaucho-v3__logo {
	align-items: center;
	background: var(--otb-home-surface);
	border: 1px solid var(--otb-home-line);
	border-radius: 6px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	height: 132px;
	justify-content: center;
	padding: 14px;
	text-align: center;
}

.otb-gaucho-v3__logo img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.otb-gaucho-v3__logo span {
	color: var(--otb-home-green);
	font: 800 48px/1 "Archivo", Arial, sans-serif;
}

.otb-gaucho-v3__logo small {
	color: var(--otb-home-muted);
	font-size: 12px;
}

.otb-gaucho-v3__label {
	color: var(--otb-home-green);
	font-size: 13px;
	font-weight: 780;
	letter-spacing: 0.12em;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.otb-gaucho-v3__card h3 {
	font-size: clamp(25px, 2.3vw, 34px);
	letter-spacing: -0.035em;
	line-height: 1.05;
	margin: 0 0 14px;
}

.otb-gaucho-v3__card-copy > p:not(.otb-gaucho-v3__label) {
	color: var(--otb-home-muted);
	margin: 8px 0;
}

.otb-gaucho-v3__description {
	font-size: 17px;
	line-height: 1.55;
}

.otb-gaucho-v3__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.otb-gaucho-v3__links a {
	align-items: center;
	border: 2px solid var(--otb-home-green);
	border-radius: 4px;
	display: inline-flex;
	font-weight: 720;
	justify-content: center;
	min-height: 44px;
	padding: 9px 14px;
	text-decoration: none;
}

.otb-gaucho-v3__empty {
	background: #ffffff;
	border: 1px solid var(--otb-home-line);
	border-left: 5px solid var(--otb-home-red);
	border-radius: 6px;
	max-width: 780px;
	padding: 28px;
}

.otb-gaucho-v3__empty strong {
	font: 750 24px/1.2 "Archivo", Arial, sans-serif;
}

.otb-gaucho-v3__empty p {
	color: var(--otb-home-muted);
	margin: 10px 0 0;
}

.otb-gaucho-v3__notice {
	background: var(--otb-home-yellow);
	color: var(--otb-home-ink);
	padding-block: 44px;
}

.otb-gaucho-v3__notice .otb-home-shell {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
}

.otb-gaucho-v3__notice h2 {
	font-size: clamp(28px, 3vw, 42px);
	letter-spacing: -0.035em;
	line-height: 1.05;
	margin: 0;
}

.otb-gaucho-v3__notice p {
	font-size: 18px;
	line-height: 1.55;
	margin: 0;
}

.otb-gaucho-v3__credits {
	padding-block: 52px;
}

.otb-gaucho-v3__credits h2 {
	font-size: 28px;
	margin: 0 0 18px;
}

.otb-gaucho-v3__credits p {
	color: var(--otb-home-muted);
	margin: 7px 0;
}

.otb-gaucho-intake-v3__deadline {
	background: #ffffff;
	border: 1px solid var(--otb-home-line);
	border-top: 5px solid var(--otb-home-red);
	border-radius: 6px;
	padding: 28px;
}

.otb-gaucho-intake-v3__deadline strong {
	font: 760 23px/1.2 "Archivo", Arial, sans-serif;
}

.otb-gaucho-intake-v3__deadline p,
.otb-gaucho-intake-v3__limit {
	color: var(--otb-home-muted);
	line-height: 1.55;
}

.otb-gaucho-intake-v3__form [data-otb-partner-field][hidden] {
	display: none !important;
}

@media (max-width: 1040px) {
	.otb-gaucho-v3__cards,
	.otb-gaucho-v3__cards--partner {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 820px) {
	.otb-gaucho-v3__hero-grid,
	.otb-gaucho-v3__section-heading,
	.otb-gaucho-v3__notice .otb-home-shell {
		grid-template-columns: 1fr;
	}

	.otb-gaucho-v3__facts {
		border-left-width: 3px;
	}

	.otb-gaucho-v3__cards,
	.otb-gaucho-v3__cards--partner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.otb-gaucho-v3 h1 {
		font-size: clamp(43px, 15vw, 58px);
	}

	.otb-gaucho-v3__card {
		grid-template-columns: 1fr;
	}

	.otb-gaucho-v3__logo {
		height: 120px;
		width: 120px;
	}

	.otb-gaucho-v3__links a {
		width: 100%;
	}
}

/* Keep the sticky plugin header below WordPress' fixed desktop/tablet toolbar.
 * At 600 px and below the toolbar is absolute, so it scrolls away and the
 * header can return to the top without creating a second 46 px gap. */
body.admin-bar .otb-home-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .otb-home-header {
		top: 46px;
	}
}

@media screen and (max-width: 600px) {
	body.admin-bar .otb-home-header {
		top: 0;
	}
}

@font-face {
	font-display: swap;
	font-family: "Source Sans 3";
	font-style: normal;
	font-weight: 200 900;
	src: url("../fonts/SourceSans3-Variable.ttf") format("truetype");
}

@font-face {
	font-display: swap;
	font-family: "Archivo";
	font-style: normal;
	font-weight: 100 900;
	src: url("../fonts/Archivo-Variable.ttf") format("truetype");
}

:root {
	--otb-bg: #f7f6f1;
	--otb-surface: #ffffff;
	--otb-ink: #173c35;
	--otb-accent: #e45a2d;
	--otb-accent-dark: #b83d18;
	--otb-muted: #52645f;
	--otb-line: #cad3cf;
	--otb-soft: #eaf0ed;
	--otb-focus: #0b69ff;
	--otb-action-hover: #8f2f12;
	--otb-footer: #102e28;
	--otb-footer-muted: #c7d2ce;
	--otb-border-strong: #899b95;
	--otb-ink-hover: #245c51;
	--otb-success: #216b3a;
	--otb-success-border: #26703f;
	--otb-success-bg: #e9f7ed;
	--otb-success-text: #174b2a;
	--otb-warning: #91450f;
	--otb-warning-border: #a14d0e;
	--otb-warning-bg: #fff4e8;
	--otb-warning-text: #652e06;
	--otb-placeholder-start: #d9e4df;
	--otb-placeholder-end: #f3d8ce;
	--otb-skeleton: #e4eae7;
	--otb-skeleton-light: #f5f7f6;
	--otb-hero-soft: #eef3f0;
	--otb-radius-sm: 8px;
	--otb-radius-md: 14px;
	--otb-shell: 1240px;
}

.otb-page,
.otb-page * {
	box-sizing: border-box;
}

.otb-page {
	background: var(--otb-bg);
	color: var(--otb-ink);
	font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.55;
	min-height: 100vh;
}

.otb-page :where(h1, h2, h3, p, ul, ol) {
	margin-top: 0;
}

.otb-page :where(h1, h2, h3) {
	color: var(--otb-ink);
	font-family: "Sora", "Trebuchet MS", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -0.035em;
}

.otb-page h1 {
	font-size: clamp(2.7rem, 4.5vw, var(--otb-heading-h1-max));
	line-height: 1.02;
	max-width: 13ch;
}

.otb-page h2 {
	font-size: clamp(2rem, 4vw, 3.6rem);
	line-height: 1.08;
}

.otb-page h3 {
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	line-height: 1.18;
}

.otb-page a {
	color: inherit;
}

.otb-page img {
	display: block;
	max-width: 100%;
}

.otb-shell {
	margin-inline: auto;
	max-width: var(--otb-shell);
	padding-inline: clamp(20px, 5vw, 56px);
	width: 100%;
}

.otb-skip-link {
	background: var(--otb-surface);
	border: 2px solid var(--otb-focus);
	border-radius: var(--otb-radius-sm);
	left: 16px;
	padding: 10px 16px;
	position: fixed;
	top: -120px;
	z-index: 10000;
}

.otb-skip-link:focus {
	top: 16px;
}

.otb-site-header {
	background: color-mix(in srgb, var(--otb-bg) 94%, transparent);
	border-bottom: 1px solid var(--otb-line);
	position: relative;
	z-index: 50;
}

.otb-site-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	min-height: 84px;
}

.otb-wordmark {
	display: inline-flex;
	flex-direction: column;
	font-family: "Sora", "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.05;
	text-decoration: none;
}

.otb-wordmark strong {
	color: var(--otb-accent);
	font-size: 22px;
	letter-spacing: -0.03em;
}

.otb-primary-nav {
	align-items: center;
	display: flex;
	gap: clamp(18px, 3vw, 34px);
}

.otb-primary-nav a {
	font-size: 15px;
	font-weight: 650;
	text-decoration: none;
}

.otb-primary-nav a:hover,
.otb-primary-nav a[aria-current="page"] {
	color: var(--otb-accent-dark);
}

.otb-page .otb-language-link {
	border: 1px solid var(--otb-ink);
	border-radius: 999px;
	color: var(--otb-ink);
	font-size: 13px;
	font-weight: 700;
	min-width: 38px;
	padding: 6px 8px;
	text-align: center;
	text-decoration: none;
}

.otb-language-switcher {
	align-items: center;
	background: var(--otb-surface, #ffffff);
	border: 1px solid var(--otb-line);
	border-radius: 4px;
	display: inline-flex;
	gap: 7px;
	min-height: 45px;
	padding: 0 8px;
}

.otb-language-flag {
	display: inline-flex;
	flex: 0 0 auto;
	height: 18px;
	width: 25px;
}

.otb-language-flag svg {
	display: block;
	height: 100%;
	width: 100%;
}

.otb-language-switcher__label {
	color: var(--otb-ink);
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.otb-language-select {
	background: transparent;
	border: 0;
	color: var(--otb-ink);
	cursor: pointer;
	flex: 0 0 64px;
	font: 700 13px/1 "Source Sans 3", "Segoe UI", Arial, sans-serif;
	min-height: 43px;
	min-width: 64px;
	padding: 0 2px;
	width: 64px;
}

.otb-language-select:focus-visible {
	outline: 0;
}

.otb-language-switcher:focus-within {
	border-color: var(--otb-accent-dark);
	outline: 3px solid rgba(23, 60, 53, 0.18);
	outline-offset: 2px;
}

.otb-language-links[hidden] {
	display: none !important;
}

.otb-page .otb-language-link:hover,
.otb-page .otb-language-link:focus-visible {
	background: var(--otb-accent);
	border-color: var(--otb-accent);
	color: #ffffff;
}

.otb-page .otb-language-link.is-current {
	background: var(--otb-ink);
	color: #ffffff;
}

.otb-menu-toggle {
	display: none;
}

.otb-page .otb-menu-toggle {
	display: none;
}

.otb-hero {
	background:
		radial-gradient(circle at 85% 20%, rgba(228, 90, 45, 0.13), transparent 28%),
		linear-gradient(180deg, var(--otb-bg), var(--otb-hero-soft));
	min-height: calc(100vh - 84px);
	overflow: hidden;
	padding-block: clamp(64px, 10vh, 112px) 56px;
}

.otb-hero__layout {
	align-items: center;
	display: grid;
	gap: clamp(42px, 8vw, 100px);
	grid-template-columns: minmax(0, 1.45fr) minmax(230px, 0.55fr);
}

.otb-kicker,
.otb-label {
	color: var(--otb-accent-dark);
	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.otb-lede,
.otb-page-hero p {
	color: var(--otb-muted);
	font-size: clamp(1.08rem, 2vw, 1.35rem);
	line-height: 1.5;
	max-width: 60ch;
}

.otb-hero__mark {
	color: var(--otb-ink);
	display: flex;
	flex-direction: column;
	font-family: "Sora", "Trebuchet MS", Arial, sans-serif;
	font-size: clamp(2.3rem, 6vw, 5.2rem);
	font-weight: 800;
	letter-spacing: -0.08em;
	line-height: 0.82;
	opacity: 0.1;
	transform: rotate(-4deg);
}

.otb-hero__mark span:last-child {
	color: var(--otb-accent);
}

.otb-search-panel {
	margin-top: clamp(48px, 8vh, 88px);
}

.otb-search-form {
	align-items: end;
	background: var(--otb-surface);
	border: 1px solid var(--otb-line);
	border-radius: var(--otb-radius-md);
	display: flex;
	gap: 16px;
	padding: 18px;
	box-shadow: 0 16px 50px rgba(23, 60, 53, 0.09);
}

.otb-field {
	display: flex;
	flex-direction: column;
	gap: 7px;
	min-width: 190px;
}

.otb-field--grow {
	flex: 1;
}

.otb-field--full {
	grid-column: 1 / -1;
}

.otb-field label,
.otb-choice-group__label {
	color: var(--otb-ink);
	font-size: 14px;
	font-weight: 700;
}

.otb-page :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea) {
	background: var(--otb-surface);
	border: 1px solid var(--otb-border-strong);
	border-radius: var(--otb-radius-sm);
	color: var(--otb-ink);
	font: inherit;
	min-height: 50px;
	padding: 11px 13px;
	width: 100%;
}

.otb-page textarea {
	min-height: 120px;
	resize: vertical;
}

.otb-page :where(input, select, textarea, button, a):focus-visible {
	outline: 3px solid var(--otb-focus);
	outline-offset: 3px;
}

.otb-page .otb-language-select {
	background: transparent;
	border: 0;
	border-radius: 0;
	flex: 0 0 72px;
	min-height: 43px;
	min-width: 72px;
	padding: 0 22px 0 8px;
	width: 72px;
}

.otb-page .otb-language-select:focus-visible {
	outline: 0;
}

.otb-button {
	align-items: center;
	background: var(--otb-accent-dark);
	border: 2px solid var(--otb-accent-dark);
	border-radius: var(--otb-radius-sm);
	color: #ffffff !important;
	cursor: pointer;
	display: inline-flex;
	font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	font-weight: 750;
	justify-content: center;
	line-height: 1.2;
	min-height: 52px;
	padding: 13px 22px;
	text-decoration: none;
	transition: background 120ms ease, border-color 120ms ease, transform 120ms ease;
	white-space: nowrap;
}

/* Elementor's global button selectors load later and include an element selector. */
.otb-page .otb-button {
	background-color: var(--otb-accent-dark);
	border-color: var(--otb-accent-dark);
	color: #ffffff !important;
	display: inline-flex;
}

.otb-button:hover {
	background: var(--otb-action-hover);
	border-color: var(--otb-action-hover);
}

.otb-page .otb-button:hover {
	background-color: var(--otb-action-hover);
	border-color: var(--otb-action-hover);
}

.otb-button:active {
	transform: translateY(1px);
}

.otb-button--secondary {
	background: transparent;
	border-color: var(--otb-ink);
	color: var(--otb-ink) !important;
}

.otb-page .otb-button--secondary {
	background-color: transparent;
	border-color: var(--otb-ink);
	color: var(--otb-ink) !important;
}

.otb-button--light {
	background: var(--otb-surface);
	border-color: var(--otb-surface);
	color: var(--otb-ink) !important;
}

.otb-page .otb-button--light {
	background-color: var(--otb-surface);
	border-color: var(--otb-surface);
	color: var(--otb-ink) !important;
}

.otb-section {
	padding-block: clamp(72px, 10vw, 128px);
}

.otb-section--soft {
	background: var(--otb-soft);
}

.otb-section--ink {
	background: var(--otb-ink);
	color: #ffffff;
}

.otb-section--ink :where(h2, p, a) {
	color: #ffffff;
}

.otb-section--accent {
	background: var(--otb-accent-dark);
	color: #ffffff;
}

.otb-section--accent :where(h2, p) {
	color: #ffffff;
}

.otb-section-heading {
	max-width: 680px;
}

.otb-section-heading p {
	color: var(--otb-muted);
	max-width: 56ch;
}

.otb-category-grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 56px;
}

.otb-category-grid a {
	align-items: center;
	border-bottom: 1px solid var(--otb-line);
	display: flex;
	font-family: "Sora", "Trebuchet MS", Arial, sans-serif;
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	font-weight: 650;
	justify-content: space-between;
	min-height: 118px;
	padding: 20px;
	text-decoration: none;
}

.otb-category-grid a:not(:nth-child(4n + 1)) {
	border-left: 1px solid var(--otb-line);
}

.otb-category-grid a:first-child {
	background: var(--otb-ink);
	color: #ffffff;
	grid-column: span 2;
}

.otb-category-grid a:hover {
	background: var(--otb-soft);
}

.otb-category-grid a:first-child:hover {
	background: var(--otb-ink-hover);
}

.otb-region-layout,
.otb-trust-layout,
.otb-tier-layout,
.otb-form-layout {
	display: grid;
	gap: clamp(44px, 8vw, 100px);
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.otb-state-list {
	border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.otb-state-list a {
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	display: flex;
	font-family: "Sora", "Trebuchet MS", Arial, sans-serif;
	font-size: clamp(1.35rem, 3vw, 2.2rem);
	font-weight: 650;
	justify-content: space-between;
	padding-block: 21px;
	text-decoration: none;
}

.otb-trust-layout > div:last-child {
	align-self: end;
	max-width: 54ch;
}

.otb-text-link {
	color: var(--otb-accent-dark);
	font-weight: 750;
	text-decoration-thickness: 2px;
	text-underline-offset: 5px;
}

.otb-business-cta {
	align-items: center;
	display: flex;
	gap: 36px;
	justify-content: space-between;
}

.otb-business-cta > div {
	max-width: 760px;
}

.otb-business-cta h2 {
	margin-bottom: 14px;
}

.otb-page-hero {
	background: linear-gradient(135deg, var(--otb-bg), var(--otb-soft));
	padding-block: clamp(72px, 10vw, 124px);
}

.otb-page-hero--split > .otb-shell {
	display: grid;
	gap: 60px;
	grid-template-columns: 1.15fr 0.85fr;
}

.otb-page-hero--split .otb-button {
	margin-top: 16px;
}

.otb-search-workspace {
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.5fr);
	padding-block: 64px 112px;
}

.otb-search-workspace .otb-search-form {
	align-items: stretch;
	box-shadow: none;
	flex-direction: column;
}

.otb-filter-panel {
	border-top: 1px solid var(--otb-line);
	margin-top: 24px;
	padding-top: 28px;
}

.otb-filter-panel h2 {
	font-size: 1.25rem;
	letter-spacing: -0.02em;
}

.otb-filter-grid {
	display: grid;
	gap: 18px;
	margin-bottom: 20px;
}

.otb-result-group + .otb-result-group {
	margin-top: 52px;
}

.otb-result-group > h2 {
	border-bottom: 1px solid var(--otb-line);
	font-size: 1.6rem;
	letter-spacing: -0.02em;
	padding-bottom: 14px;
}

.otb-result-group > h2 span {
	color: var(--otb-muted);
	font-size: 1rem;
}

.otb-result-list {
	display: grid;
	gap: 22px;
}

.otb-result-card {
	background: var(--otb-surface);
	border: 1px solid var(--otb-line);
	border-radius: var(--otb-radius-md);
	display: grid;
	grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
	overflow: hidden;
}

.otb-result-card > img,
.otb-result-card__placeholder {
	background: linear-gradient(145deg, var(--otb-placeholder-start), var(--otb-placeholder-end));
	height: 100%;
	min-height: 230px;
	object-fit: cover;
	width: 100%;
}

.otb-result-card__body {
	padding: clamp(22px, 4vw, 36px);
}

.otb-result-card h3 {
	margin-bottom: 8px;
}

.otb-result-card h3 a {
	text-decoration: none;
}

.otb-result-card h3 a:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.otb-result-card__meta,
.otb-result-card__terms,
.otb-availability-note {
	color: var(--otb-muted);
	font-size: 15px;
}

.otb-verification {
	color: var(--otb-success);
	font-size: 14px;
	font-weight: 750;
	margin-bottom: 0;
}

.otb-verification--stale {
	color: var(--otb-warning);
}

.otb-empty-state {
	background: var(--otb-surface);
	border: 1px solid var(--otb-line);
	border-radius: var(--otb-radius-md);
	padding: clamp(32px, 6vw, 72px);
	text-align: left;
}

.otb-empty-state__mark {
	align-items: center;
	background: var(--otb-soft);
	border-radius: 50%;
	display: flex;
	font-family: "Sora", "Trebuchet MS", Arial, sans-serif;
	font-size: 2rem;
	font-weight: 750;
	height: 64px;
	justify-content: center;
	margin-bottom: 28px;
	width: 64px;
}

.otb-step-list,
.otb-policy-list {
	list-style: none;
	margin: 48px 0 0;
	padding: 0;
}

.otb-step-list li {
	border-top: 1px solid var(--otb-line);
	display: grid;
	gap: 24px;
	grid-template-columns: 32px minmax(0, 1fr);
	padding-block: 30px;
}

.otb-step-list li > span {
	background: var(--otb-accent);
	border-radius: 50%;
	height: 14px;
	margin-top: 8px;
	width: 14px;
}

.otb-policy-list {
	display: grid;
	gap: 0;
	grid-template-columns: 1fr 1fr;
	margin-top: 0;
}

.otb-policy-list article {
	border-bottom: 1px solid var(--otb-line);
	padding: 36px;
}

.otb-policy-list article:nth-child(even) {
	border-left: 1px solid var(--otb-line);
}

.otb-form-intro {
	position: sticky;
	top: 30px;
	align-self: start;
}

.otb-form-note {
	background: var(--otb-soft);
	border-left: 4px solid var(--otb-accent);
	font-size: 15px;
	padding: 16px;
}

.otb-submission-form {
	background: var(--otb-surface);
	border: 1px solid var(--otb-line);
	border-radius: var(--otb-radius-md);
	padding: clamp(24px, 5vw, 52px);
}

.otb-submission-form fieldset {
	border: 0;
	border-top: 1px solid var(--otb-line);
	margin: 36px 0 0;
	padding: 30px 0 0;
}

.otb-submission-form legend {
	font-family: "Sora", "Trebuchet MS", Arial, sans-serif;
	font-size: 1.4rem;
	font-weight: 700;
	padding-right: 16px;
}

.otb-form-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: 1fr 1fr;
}

.otb-field small {
	color: var(--otb-muted);
	font-size: 14px;
}

.otb-choice-group,
.otb-consent-list {
	display: grid;
	gap: 12px 20px;
	grid-template-columns: 1fr 1fr;
	margin-top: 24px;
}

.otb-choice-group__label {
	grid-column: 1 / -1;
}

.otb-choice-group label,
.otb-consent-list label {
	align-items: start;
	display: grid;
	font-size: 15px;
	gap: 10px;
	grid-template-columns: 20px 1fr;
}

.otb-choice-group input,
.otb-consent-list input {
	height: 19px;
	margin-top: 2px;
	width: 19px;
}

.otb-consent-list {
	grid-template-columns: 1fr;
}

.otb-submission-form > .otb-button {
	margin-top: 32px;
}

.otb-form-status:not(:empty) {
	background: var(--otb-warning-bg);
	border: 1px solid var(--otb-warning-border);
	border-radius: var(--otb-radius-sm);
	color: var(--otb-warning-text);
	margin-bottom: 24px;
	padding: 14px 16px;
}

.otb-form-status.is-success:not(:empty) {
	background: var(--otb-success-bg);
	border-color: var(--otb-success-border);
	color: var(--otb-success-text);
}

.otb-honeypot {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.otb-site-footer {
	background: var(--otb-footer);
	color: #ffffff;
	padding-block: 54px;
}

.otb-site-footer__layout {
	align-items: end;
	display: flex;
	gap: 40px;
	justify-content: space-between;
}

.otb-wordmark--footer {
	color: #ffffff;
}

.otb-site-footer p {
	color: var(--otb-footer-muted);
	font-size: 14px;
	margin: 18px 0 0;
}

.otb-site-footer nav {
	display: flex;
	font-size: 15px;
	gap: 24px;
}

.otb-profile-hero {
	background: linear-gradient(135deg, var(--otb-bg), var(--otb-soft));
	padding-block: clamp(64px, 9vw, 112px);
}

.otb-profile-hero__layout,
.otb-product-hero__layout,
.otb-profile-layout {
	display: grid;
	gap: clamp(40px, 8vw, 88px);
	grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1.2fr);
}

.otb-product-hero__layout {
	align-items: center;
	grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
}

.otb-profile-logo {
	align-items: center;
	background: var(--otb-surface);
	border: 1px solid var(--otb-line);
	border-radius: var(--otb-radius-md);
	display: flex;
	justify-content: center;
	min-height: 260px;
	overflow: hidden;
	padding: 28px;
}

.otb-profile-logo img {
	max-height: 190px;
	object-fit: contain;
}

.otb-profile-logo > span {
	color: var(--otb-accent);
	font-family: "Sora", "Trebuchet MS", Arial, sans-serif;
	font-size: 5rem;
	font-weight: 800;
}

.otb-profile-layout {
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.62fr);
}

.otb-profile-content > h2 {
	font-size: clamp(1.6rem, 3vw, 2.4rem);
	margin-top: 48px;
}

.otb-profile-products {
	border-top: 1px solid var(--otb-line);
	list-style: none;
	margin: 24px 0 36px;
	padding: 0;
}

.otb-profile-products li {
	border-bottom: 1px solid var(--otb-line);
	font-family: "Sora", "Trebuchet MS", Arial, sans-serif;
	font-weight: 650;
	padding-block: 17px;
}

.otb-profile-sidebar {
	background: var(--otb-soft);
	border-radius: var(--otb-radius-md);
	padding: clamp(24px, 4vw, 40px);
}

.otb-profile-sidebar h2 {
	font-size: 1.45rem;
	letter-spacing: -0.02em;
}

.otb-profile-sidebar section + section,
.otb-profile-sidebar > p {
	border-top: 1px solid var(--otb-line);
	margin-top: 28px;
	padding-top: 28px;
}

.otb-location-row + .otb-location-row,
.otb-business-list article + article {
	border-top: 1px solid var(--otb-line);
	margin-top: 18px;
	padding-top: 18px;
}

.otb-location-row h3,
.otb-business-list h3 {
	font-size: 1.05rem;
	letter-spacing: -0.01em;
	margin-bottom: 6px;
}

.otb-location-row p,
.otb-business-list p {
	color: var(--otb-muted);
	font-size: 15px;
	margin-bottom: 0;
}

.otb-profile-links {
	display: grid;
	gap: 12px;
}

.otb-product-hero__layout img,
.otb-product-placeholder {
	background: linear-gradient(145deg, var(--otb-placeholder-start), var(--otb-placeholder-end));
	border-radius: var(--otb-radius-md);
	height: clamp(280px, 40vw, 500px);
	object-fit: cover;
	width: 100%;
}

.otb-loading-skeleton {
	display: grid;
	gap: 18px;
}

.otb-loading-skeleton span {
	animation: otb-pulse 1.2s ease-in-out infinite alternate;
	background: linear-gradient(90deg, var(--otb-skeleton), var(--otb-skeleton-light), var(--otb-skeleton));
	border-radius: var(--otb-radius-md);
	display: block;
	height: 230px;
}

@keyframes otb-pulse {
	to { opacity: 0.62; }
}

@media (prefers-reduced-motion: reduce) {
	.otb-page *,
	.otb-page *::before,
	.otb-page *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 900px) {
	.otb-menu-toggle {
		background: transparent;
		border: 1px solid var(--otb-ink);
		border-radius: var(--otb-radius-sm);
		color: var(--otb-ink);
		display: inline-flex;
		font: inherit;
		font-size: 15px;
		font-weight: 700;
		min-height: 44px;
		padding: 8px 14px;
	}

	.otb-page .otb-menu-toggle {
		background-color: transparent;
		border-color: var(--otb-ink);
		color: var(--otb-ink);
		display: inline-flex;
	}

	.otb-page .otb-menu-toggle:hover,
	.otb-page .otb-menu-toggle:focus {
		background-color: var(--otb-ink);
		border-color: var(--otb-ink);
		color: #ffffff;
	}

	.otb-primary-nav {
		align-items: stretch;
		background: var(--otb-surface);
		border-bottom: 1px solid var(--otb-line);
		display: none;
		flex-direction: column;
		gap: 0;
		left: 0;
		padding: 16px 20px 28px;
		position: absolute;
		right: 0;
		top: 84px;
	}

	.otb-primary-nav.is-open {
		display: flex;
	}

	.otb-primary-nav a {
		border-bottom: 1px solid var(--otb-line);
		padding: 14px 8px;
	}

	.otb-language-link {
		text-align: center;
	}

	.otb-language-switcher {
		align-self: flex-start;
		padding: 0 8px;
	}

	.otb-hero__layout,
	.otb-region-layout,
	.otb-trust-layout,
	.otb-tier-layout,
	.otb-form-layout,
	.otb-page-hero--split > .otb-shell,
	.otb-search-workspace,
	.otb-profile-hero__layout,
	.otb-product-hero__layout,
	.otb-profile-layout {
		grid-template-columns: 1fr;
	}

	.otb-hero__mark {
	display: none;
	}

	.otb-category-grid {
		grid-template-columns: 1fr 1fr;
	}

	.otb-category-grid a:not(:nth-child(4n + 1)) {
		border-left: 0;
	}

	.otb-category-grid a:nth-child(even) {
		border-left: 1px solid var(--otb-line);
	}

	.otb-category-grid a:first-child {
		grid-column: 1 / -1;
	}

	.otb-form-intro {
		position: static;
	}
}

@media (max-width: 640px) {
	.otb-page {
		font-size: 17px;
	}

	.otb-site-header__inner {
		min-height: 72px;
	}

	.otb-primary-nav {
		top: 72px;
	}

	.otb-hero {
		min-height: 0;
		padding-top: 56px;
	}

	.otb-search-form,
	.otb-business-cta,
	.otb-site-footer__layout {
		align-items: stretch;
		flex-direction: column;
	}

	.otb-field {
		min-width: 0;
	}

	.otb-category-grid,
	.otb-policy-list,
	.otb-form-grid,
	.otb-choice-group {
		grid-template-columns: 1fr;
	}

	.otb-category-grid a,
	.otb-category-grid a:nth-child(even),
	.otb-policy-list article:nth-child(even) {
		border-left: 0;
	}

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

	.otb-result-card > img,
	.otb-result-card__placeholder {
		min-height: 190px;
	}

	.otb-policy-list article {
		padding-inline: 0;
	}

	.otb-site-footer nav {
		flex-direction: column;
		gap: 12px;
	}
}

/* Home V3: direção B3 aprovada. Escopo deliberadamente isolado da V2 das demais telas. */
.otb-home-v3 {
	--otb-home-paper: #ffffff;
	--otb-home-surface: #f3f5f4;
	--otb-home-surface-strong: #e9eeeb;
	--otb-home-ink: #172621;
	--otb-home-muted: #5e6965;
	--otb-home-line: #d8dedb;
	--otb-home-green: #006b3c;
	--otb-home-green-bright: #009c3b;
	--otb-home-yellow: #ffdf00;
	--otb-home-blue: #2e6c76;
	--otb-home-red: #ffdf00;
	background: var(--otb-home-paper);
	color: var(--otb-home-ink);
	font-family: "Source Sans 3", "Segoe UI", Arial, sans-serif;
	font-size: 18px;
	overflow-wrap: anywhere;
}

.otb-home-v3 [hidden] {
	display: none !important;
}

.otb-home-v3 :where(h1, h2, h3) {
	color: var(--otb-home-ink);
	font-family: "Archivo", Arial, sans-serif;
	font-weight: 760;
	letter-spacing: -0.045em;
}

.otb-home-v3 h1 {
	font-size: clamp(3.5rem, 4.5vw, var(--otb-heading-h1-max));
	line-height: 0.98;
	max-width: 10ch;
}

.otb-home-v3 .otb-home-hero h1 {
	font-size: clamp(3.1rem, 4.2vw, 4rem);
	max-width: none;
}

.otb-home-v3 h2 {
	font-size: clamp(2.25rem, 4.2vw, var(--otb-heading-section-max));
	line-height: 1.02;
}

.otb-home-v3 :where(a, button, input, select, textarea):focus-visible {
	outline: 3px solid var(--otb-home-red);
	outline-offset: 3px;
}

.otb-home-shell {
	margin-inline: auto;
	max-width: 1360px;
	padding-inline: clamp(20px, 4vw, 56px);
	width: 100%;
}

.otb-home-header {
	background: rgba(255, 255, 255, 0.98);
	border-bottom: 1px solid var(--otb-home-line);
	position: sticky;
	top: 0;
	z-index: 80;
}

.otb-home-header__inner {
	align-items: center;
	display: flex;
	gap: 32px;
	justify-content: space-between;
	min-height: 78px;
}

.otb-home-brand {
	display: inline-flex;
	flex: 0 0 auto;
	flex-direction: column;
	font-family: "Archivo", Arial, sans-serif;
	font-size: 11px;
	font-weight: 720;
	justify-content: center;
	letter-spacing: 0.13em;
	line-height: 1;
	min-height: 44px;
	text-decoration: none;
}

.otb-home-brand strong {
	color: var(--otb-home-green);
	font-size: 23px;
	font-weight: 850;
	letter-spacing: -0.04em;
	margin-top: 3px;
}

.otb-home-desktop-nav {
	align-items: center;
	display: flex;
	gap: clamp(12px, 2vw, 28px);
	margin-inline: auto;
}

.otb-home-desktop-nav a {
	align-items: center;
	display: inline-flex;
	font-size: 15px;
	font-weight: 680;
	min-height: 44px;
	padding-inline: 6px;
	position: relative;
	text-decoration: none;
}

.otb-home-desktop-nav a:hover,
.otb-home-desktop-nav a[aria-current="page"] {
	color: var(--otb-home-green);
}

.otb-home-desktop-nav a[aria-current="page"]::after {
	background: var(--otb-home-green-bright);
	bottom: 4px;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 28px;
}

.otb-home-header__actions {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 12px;
}

.otb-home-v3 .otb-language-link {
	border-color: var(--otb-home-line);
	border-radius: 4px;
	color: var(--otb-home-ink);
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-height: 45px;
	min-width: 45px;
}

.otb-home-v3 .otb-language-link.is-current {
	background: var(--otb-home-green);
	border-color: var(--otb-home-green);
}

.otb-home-v3 .otb-language-switcher {
	background: var(--otb-home-paper);
	border-color: var(--otb-home-line);
}

.otb-home-v3 .otb-language-switcher__label,
.otb-home-v3 .otb-language-select {
	color: var(--otb-home-ink);
}

.otb-home-v3 .otb-language-switcher:focus-within {
	border-color: var(--otb-home-green);
	outline-color: rgba(0, 120, 71, 0.18);
}

.otb-home-v3 .otb-language-select:focus-visible {
	outline: 0;
}

.otb-home-button {
	align-items: center;
	border: 2px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-flex;
	font: 750 16px/1.1 "Source Sans 3", "Segoe UI", Arial, sans-serif;
	gap: 12px;
	justify-content: center;
	min-height: 48px;
	padding: 12px 20px;
	text-decoration: none;
	transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease;
}

.otb-home-v3 .otb-home-button--primary {
	background: var(--otb-home-green);
	border-color: var(--otb-home-green);
	color: #ffffff !important;
}

.otb-home-v3 .otb-home-button--primary:hover {
	background: var(--otb-home-green);
	border-color: var(--otb-home-green);
}

.otb-home-v3 .otb-home-button--secondary {
	background: transparent;
	border-color: var(--otb-home-green);
	color: var(--otb-home-green) !important;
}

.otb-home-v3 .otb-home-button--secondary:hover {
	background: var(--otb-home-surface);
}

.otb-home-v3 .otb-home-button--yellow {
	background: var(--otb-home-yellow);
	border-color: var(--otb-home-yellow);
	color: var(--otb-home-ink) !important;
}

.otb-home-v3 .otb-home-button--yellow:hover {
	background: var(--otb-home-yellow);
	border-color: var(--otb-home-yellow);
}

.otb-home-main {
	background: var(--otb-home-paper);
}

.otb-home-hero {
	background: linear-gradient(135deg, var(--otb-home-paper) 0%, #f8faf8 55%, #f0f5f1 100%);
	padding-block: clamp(38px, 6vw, 82px);
}

.otb-home-hero__layout {
	align-items: center;
	display: grid;
	gap: clamp(34px, 5vw, 76px);
	grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
}

.otb-home-hero__content {
	min-width: 0;
}

.otb-home-eyebrow {
	align-items: center;
	color: var(--otb-home-green);
	display: flex;
	font-size: 13px;
	font-weight: 780;
	gap: 9px;
	letter-spacing: 0.09em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.otb-home-eyebrow > span {
	background: var(--otb-home-red);
	display: inline-block;
	height: 3px;
	width: 24px;
}

.otb-home-lede {
	color: var(--otb-home-muted);
	font-size: clamp(1.1rem, 1.8vw, 1.35rem);
	line-height: 1.48;
	margin: 22px 0 26px;
	max-width: 55ch;
}

.otb-home-search {
	background: #ffffff;
	border: 1px solid #cbd5d0;
	border-radius: 9px;
	box-shadow: 0 14px 36px rgba(20, 57, 45, 0.1);
	display: grid;
	grid-template-columns: minmax(205px, 1.35fr) minmax(125px, 0.7fr) minmax(130px, 0.65fr) auto;
	overflow: hidden;
}

.otb-home-field {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 10px 14px;
}

.otb-home-field--state {
	padding-inline: 8px;
}

.otb-home-field + .otb-home-field {
	border-left: 1px solid var(--otb-home-line);
}

.otb-home-field label {
	color: var(--otb-home-ink);
	font-size: 12px;
	font-weight: 760;
	line-height: 1.1;
}

.otb-home-v3 .otb-home-field input:not([type="hidden"]),
.otb-home-v3 .otb-home-field select {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--otb-home-ink);
	font-size: 16px;
	min-height: 44px;
	outline: 0;
	padding: 2px 0 0;
	width: 100%;
}

.otb-home-v3 .otb-home-field input:focus-visible,
.otb-home-v3 .otb-home-field select:focus-visible {
	box-shadow: inset 0 -3px 0 var(--otb-home-red);
}

.otb-home-search .otb-home-button {
	border-radius: 0 4px 4px 0;
	margin: -1px;
	min-height: 70px;
}

.otb-home-quick-links {
	align-items: center;
	color: var(--otb-home-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 8px 18px;
	margin-top: 13px;
}

.otb-home-quick-links a,
.otb-home-text-link {
	color: var(--otb-home-green);
	font-weight: 750;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.otb-home-quick-links a {
	align-items: center;
	display: inline-flex;
	min-height: 44px;
}

.otb-home-discovery {
	background: var(--otb-home-green);
	border-radius: 14px;
	box-shadow: 0 24px 60px rgba(20, 57, 45, 0.18);
	color: #ffffff;
	overflow: hidden;
}

.otb-home-discovery__top {
	align-items: baseline;
	background: #13563d;
	display: grid;
	grid-template-columns: 1fr auto;
	padding: 18px 22px;
}

.otb-home-discovery__top p {
	font-size: 12px;
	font-weight: 780;
	grid-column: 1;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.otb-home-discovery__top strong {
	color: var(--otb-home-yellow);
	font: 820 2.2rem/1 "Archivo", Arial, sans-serif;
	grid-column: 2;
	grid-row: 1 / span 2;
}

.otb-home-discovery__top span {
	font-size: 14px;
	grid-column: 1;
	margin-top: 5px;
	opacity: 0.84;
}

.otb-home-discovery__body {
	padding: 24px 22px 18px;
}

.otb-home-v3 .otb-home-discovery__body h2 {
	color: #ffffff;
	font-size: clamp(1.55rem, 2.4vw, 2.1rem);
	letter-spacing: -0.035em;
	margin: 0 0 16px;
}

.otb-home-discovery__regions {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.otb-home-discovery__regions a {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 7px;
	color: #ffffff;
	display: grid;
	gap: 10px;
	grid-template-columns: 22px minmax(0, 1fr) auto;
	min-height: 67px;
	padding: 10px 12px;
	text-decoration: none;
}

.otb-home-discovery__regions a:hover,
.otb-home-discovery__regions a:focus-visible {
	background: rgba(255, 255, 255, 0.18);
}

.otb-home-discovery__regions svg {
	fill: none;
	height: 20px;
	stroke: var(--otb-home-yellow);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 20px;
}

.otb-home-discovery__regions span {
	display: grid;
	min-width: 0;
}

.otb-home-discovery__regions strong {
	font-size: 15px;
	line-height: 1.15;
}

.otb-home-discovery__regions small {
	font-size: 12px;
	margin-top: 3px;
	opacity: 0.72;
}

.otb-home-discovery__regions i {
	font-style: normal;
	opacity: 0.72;
}

.otb-home-discovery__states {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	gap: 8px;
	padding: 15px 22px 18px;
}

.otb-home-discovery__states span {
	font-size: 13px;
	margin-right: auto;
	opacity: 0.78;
}

.otb-home-discovery__states a {
	align-items: center;
	background: var(--otb-home-yellow);
	border-radius: 4px;
	color: var(--otb-home-ink);
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	height: 36px;
	justify-content: center;
	text-decoration: none;
	width: 40px;
}

.otb-home-hero__photo {
	margin: 0;
}

.otb-home-hero__photo-frame {
	aspect-ratio: 3 / 2;
	border-radius: 12px;
	height: auto;
	overflow: hidden;
}

.otb-home-v3 .otb-home-hero__photo-frame img {
	height: 100%;
	object-fit: cover;
	object-position: center 48%;
	width: 100%;
}

.otb-home-button span {
	margin-left: 2px;
}

.otb-home-hero__photo figcaption {
	color: var(--otb-home-muted);
	font-size: 12px;
	line-height: 1.35;
	margin-top: 8px;
	text-align: right;
}

.otb-home-hero__actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px 24px;
}

.otb-home-hero__actions .otb-home-text-link {
	align-items: center;
	display: inline-flex;
	min-height: 44px;
}

.otb-home-directory {
	background: var(--otb-home-surface);
	border-bottom: 1px solid var(--otb-home-line);
	border-top: 1px solid var(--otb-home-line);
	padding-block: clamp(62px, 7vw, 96px);
	scroll-margin-top: 84px;
}

.otb-home-directory__header {
	align-items: end;
	display: grid;
	gap: clamp(28px, 5vw, 72px);
	grid-template-columns: minmax(0, 1fr) auto;
}

.otb-home-directory__header > div:first-child {
	max-width: 850px;
}

.otb-home-v3 .otb-home-directory__header h2 {
	font-size: clamp(2.35rem, 4.5vw, var(--otb-heading-section-max));
	letter-spacing: -0.052em;
	line-height: 0.98;
	margin: 0;
}

.otb-home-directory__title-tail {
	display: block;
	white-space: nowrap;
}

.otb-home-directory__header > div:first-child > p:last-child {
	color: var(--otb-home-muted);
	font-size: clamp(17px, 1.7vw, 20px);
	line-height: 1.5;
	margin: 22px 0 0;
	max-width: 65ch;
}

.otb-home-directory__count {
	border-left: 4px solid var(--otb-home-green);
	display: grid;
	min-width: 190px;
	padding: 4px 0 4px 20px;
}

.otb-home-directory__count strong {
	color: var(--otb-home-ink);
	font: 820 clamp(2.5rem, 4vw, 4rem)/0.9 "Archivo", Arial, sans-serif;
}

.otb-home-directory__count span {
	color: var(--otb-home-muted);
	font-size: 15px;
	margin-top: 8px;
}

.otb-home-directory__count small {
	color: var(--otb-home-green);
	font-size: 12px;
	font-weight: 760;
	letter-spacing: 0.04em;
	margin-top: 5px;
}

.otb-home-directory__count a {
	color: var(--otb-home-green);
	font-size: 14px;
	font-weight: 760;
	margin-top: 12px;
	min-height: 44px;
	padding-block: 10px;
	text-underline-offset: 4px;
}

.otb-home-directory__filter-groups {
	align-items: end;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(260px, 420px) minmax(204px, 260px);
	justify-content: space-between;
	margin-top: 38px;
}

.otb-home-directory__filter-groups > div {
	min-width: 0;
}

.otb-home-directory__category-select,
.otb-home-directory__state-select {
	min-width: 204px;
}

.otb-home-directory__category-select label {
	color: var(--otb-home-muted);
	display: block;
	font-size: 13px;
	font-weight: 760;
	letter-spacing: 0.05em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.otb-home-directory__category-select select,
.otb-home-directory__state-select select {
	background: var(--otb-home-paper);
	border: 1px solid var(--otb-home-line);
	border-radius: 6px;
	color: var(--otb-home-ink);
	cursor: pointer;
	font-size: 15px;
	font-weight: 760;
	min-height: 44px;
	padding: 9px 38px 9px 14px;
	width: 100%;
}

.otb-home-directory__category-select select:hover,
.otb-home-directory__state-select select:hover {
	border-color: var(--otb-home-green);
}

.otb-home-directory__category-select select:focus-visible,
.otb-home-directory__state-select select:focus-visible {
	border-color: var(--otb-home-green);
	outline: 3px solid rgba(0, 120, 71, 0.18);
	outline-offset: 2px;
}

.otb-home-directory__expansion {
	color: var(--otb-home-muted);
	font-size: 14px;
	line-height: 1.45;
	margin: 14px 0 0;
}

.otb-home-directory__expansion strong {
	color: var(--otb-home-ink);
}

.otb-home-directory__list {
	display: grid;
	gap: 13px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 24px;
}

.otb-home-business-card {
	background: var(--otb-home-paper);
	border: 1px solid var(--otb-home-line);
	border-radius: 9px;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
}

.otb-home-business-card:has(h3 a:hover),
.otb-home-business-card:has(h3 a:focus-visible) {
	border-color: var(--otb-home-green);
}

.otb-home-business-card__media {
	align-items: center;
	aspect-ratio: 7 / 3;
	background: var(--otb-home-surface-strong);
	color: var(--otb-home-green);
	display: flex;
	font: 820 42px/1 "Archivo", Arial, sans-serif;
	height: auto;
	justify-content: center;
	min-width: 0;
	overflow: hidden;
	text-decoration: none;
}

.otb-home-business-card__media img {
	display: block;
	height: 100%;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

.otb-home-business-card__body {
	background: var(--otb-home-paper);
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
	padding: 13px 14px 12px;
}

.otb-home-business-card__category {
	align-self: flex-start;
	border: 1px solid var(--otb-home-line);
	border-radius: 999px;
	color: var(--otb-home-green);
	font-size: 10px;
	font-weight: 780;
	letter-spacing: .035em;
	line-height: 1.25;
	padding: 4px 7px;
	text-transform: uppercase;
}

.otb-home-v3 .otb-home-business-card h3 {
	font-size: clamp(1.05rem, 1.18vw, 1.22rem);
	letter-spacing: -0.035em;
	line-height: 1.08;
	margin: 8px 0 5px;
}

.otb-home-business-card h3 a {
	align-items: center;
	color: var(--otb-home-ink);
	display: inline-flex;
	min-height: 44px;
	text-decoration: none;
}

.otb-home-business-card h3 a:hover {
	color: var(--otb-home-green);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.otb-home-business-card__location,
.otb-home-business-card__terms {
	color: var(--otb-home-blue);
	font-size: 13px;
	font-weight: 720;
	line-height: 1.35;
	margin: 0;
}

.otb-home-business-card__excerpt {
	color: var(--otb-home-muted);
	display: -webkit-box;
	font-size: 13px;
	-webkit-line-clamp: 2;
	line-height: 1.42;
	margin: 6px 0 8px;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.otb-home-business-card__terms {
	color: var(--otb-home-ink);
	font-weight: 620;
}

.otb-home-business-card__action {
	align-items: center;
	align-self: flex-start;
	color: var(--otb-home-green);
	display: inline-flex;
	font-size: 13px;
	font-weight: 780;
	gap: 7px;
	min-height: 44px;
	text-underline-offset: 4px;
}

.otb-home-directory__empty {
	background: var(--otb-home-paper);
	border: 1px solid var(--otb-home-line);
	border-left: 4px solid var(--otb-home-blue);
	border-radius: 9px;
	grid-column: 1 / -1;
	padding: 28px;
}

.otb-home-directory__empty p {
	color: var(--otb-home-muted);
	margin: 8px 0 0;
}

.otb-home-directory__footer {
	align-items: center;
	border-top: 1px solid var(--otb-home-line);
	display: flex;
	gap: 28px;
	justify-content: space-between;
	margin-top: 28px;
	padding-top: 24px;
}

.otb-home-directory__footer p {
	color: var(--otb-home-muted);
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
	max-width: 68ch;
}

.otb-home-directory__footer .otb-home-button {
	flex: 0 0 auto;
}

.otb-home-events {
	background: var(--otb-home-paper);
	border-bottom: 1px solid var(--otb-home-line);
	padding-block: clamp(62px, 7vw, 94px);
}

.otb-home-events__header {
	align-items: end;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.otb-home-events__header > div {
	max-width: 800px;
}

.otb-home-v3 .otb-home-events__header h2,
.otb-home-v3 .otb-home-participation h2 {
	font-size: clamp(2.25rem, 4.2vw, 3.85rem);
	letter-spacing: -0.052em;
	line-height: 0.98;
	margin: 0;
}

.otb-home-events__header p:last-child {
	color: var(--otb-home-muted);
	font-size: 18px;
	line-height: 1.5;
	margin: 18px 0 0;
}

.otb-home-events__list {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
	margin-top: 30px;
}

.otb-home-event-card {
	background: #ffffff;
	border: 1px solid var(--otb-home-line);
	border-radius: 10px;
	display: grid;
	grid-template-columns: minmax(150px, 0.8fr) minmax(0, 1.2fr);
	overflow: hidden;
}

.otb-home-event-card__media {
	align-items: center;
	background: var(--otb-home-green);
	color: var(--otb-home-yellow);
	display: flex;
	font: 800 13px/1 "Archivo", Arial, sans-serif;
	justify-content: center;
	min-height: 190px;
	overflow: hidden;
	text-decoration: none;
}

.otb-home-event-card__media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.otb-home-event-card__body {
	display: flex;
	flex-direction: column;
	padding: 18px;
}

.otb-home-event-card__date {
	color: var(--otb-home-green);
	font-size: 12px;
	font-weight: 780;
	letter-spacing: 0.05em;
	margin: 0;
	text-transform: uppercase;
}

.otb-home-v3 .otb-home-event-card h3 {
	font-size: clamp(1.2rem, 1.65vw, 1.55rem);
	line-height: 1.08;
	margin: 10px 0 8px;
}

.otb-home-event-card h3 a {
	color: var(--otb-home-ink);
	text-decoration: none;
}

.otb-home-event-card__place {
	color: var(--otb-home-muted);
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 12px;
}

.otb-home-event-card__action {
	color: var(--otb-home-green);
	font-size: 14px;
	font-weight: 780;
	margin-top: auto;
	min-height: 44px;
	padding-top: 12px;
	text-underline-offset: 4px;
}

.otb-home-participation {
	background: var(--otb-home-surface);
	border-bottom: 1px solid var(--otb-home-line);
	padding-block: clamp(58px, 7vw, 88px);
}

.otb-home-participation__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 30px;
}

.otb-home-participation__grid article {
	background: #ffffff;
	border: 1px solid var(--otb-home-line);
	border-radius: 10px;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	grid-template-rows: auto auto;
	padding: clamp(22px, 3vw, 34px);
}

.otb-home-participation__grid .otb-home-participation__icon {
	align-items: center;
	background: rgba(0, 124, 68, 0.08);
	border-radius: 50%;
	color: var(--otb-home-green);
	display: inline-flex;
	grid-row: 1 / span 2;
	height: 44px;
	justify-content: center;
	margin-right: 20px;
	width: 44px;
}

.otb-home-participation__icon svg {
	fill: none;
	height: 23px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 23px;
}

.otb-home-v3 .otb-home-participation__grid h3 {
	font-size: clamp(1.45rem, 2vw, 2rem);
	margin: 0;
}

.otb-home-participation__grid p {
	color: var(--otb-home-muted);
	grid-column: 2;
	line-height: 1.5;
	margin: 10px 24px 0 0;
}

.otb-home-participation__grid .otb-home-button {
	align-self: center;
	grid-column: 3;
	grid-row: 1 / span 2;
}

.otb-home-confidence {
	background: var(--otb-home-paper);
	border-bottom: 1px solid var(--otb-home-line);
	padding-block: clamp(42px, 5vw, 62px);
}

.otb-home-confidence__inner {
	align-items: end;
	display: grid;
	gap: clamp(28px, 6vw, 84px);
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.75fr);
}

.otb-home-v3 .otb-home-confidence h2 {
	font-size: clamp(2rem, 4vw, 3.5rem);
	letter-spacing: -0.045em;
	line-height: 1.02;
	margin: 0;
}

.otb-home-confidence__inner > div:last-child > p {
	color: var(--otb-home-muted);
	line-height: 1.55;
	margin: 0 0 8px;
}

.otb-home-trust {
	background: var(--otb-home-green);
	color: #ffffff;
}

.otb-home-trust__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.otb-home-trust__grid > div {
	align-items: center;
	border-left: 1px solid rgba(255, 255, 255, 0.22);
	display: flex;
	gap: 18px;
	min-height: 112px;
	padding: 24px 30px;
}

.otb-home-trust__grid > div:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.otb-home-trust__grid span {
	color: var(--otb-home-yellow);
	font-size: 14px;
	font-weight: 780;
}

.otb-home-trust__grid p {
	color: #ffffff;
	font-size: 16px;
	line-height: 1.35;
	margin: 0;
}

.otb-home-section {
	padding-block: clamp(72px, 8vw, 112px);
}

.otb-home-section--compact {
	padding-top: 0;
}

.otb-home-section--alt {
	background: var(--otb-home-surface);
}

.otb-home-section-heading {
	max-width: 800px;
}

.otb-home-section-heading > p:last-child,
.otb-home-editorial p,
.otb-home-community p,
.otb-home-map__copy p {
	color: var(--otb-home-muted);
	max-width: 62ch;
}

.otb-home-needs {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 42px;
}

.otb-home-needs a {
	background: var(--otb-home-paper);
	border: 1px solid var(--otb-home-line);
	border-radius: 9px;
	display: grid;
	grid-template-columns: 1fr auto;
	min-height: 240px;
	padding: 28px;
	text-decoration: none;
}

.otb-home-needs a:hover {
	border-color: var(--otb-home-green);
}

.otb-home-needs span {
	color: var(--otb-home-green);
	font-size: 13px;
	font-weight: 780;
}

.otb-home-needs strong {
	align-self: end;
	font-family: "Archivo", Arial, sans-serif;
	font-size: clamp(1.45rem, 2vw, 1.85rem);
	grid-column: 1 / -1;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.otb-home-needs small {
	color: var(--otb-home-muted);
	font-size: 15px;
	grid-column: 1 / -1;
	line-height: 1.4;
	margin-top: 12px;
}

.otb-home-needs b {
	color: var(--otb-home-green);
	font-size: 24px;
	font-weight: 500;
	grid-column: 2;
	grid-row: 1;
}

.otb-home-map {
	border: 1px solid var(--otb-home-line);
	border-radius: 12px;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	overflow: hidden;
}

.otb-home-map__copy {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(34px, 5vw, 64px);
}

.otb-home-map__copy .otb-home-button {
	margin-top: 10px;
}

.otb-home-map__visual {
	background: var(--otb-home-surface-strong);
	color: var(--otb-home-blue);
	min-height: 390px;
	overflow: hidden;
	position: relative;
}

.otb-home-map__visual::before,
.otb-home-map__visual::after {
	border: 2px solid rgba(46, 108, 118, 0.26);
	content: "";
	height: 170px;
	position: absolute;
	transform: rotate(-14deg);
	width: 520px;
}

.otb-home-map__visual::before {
	left: -70px;
	top: 28px;
}

.otb-home-map__visual::after {
	bottom: 20px;
	right: -130px;
}

.otb-home-map__river {
	background: var(--otb-home-blue);
	height: 520px;
	op: -80px;
	position: absolute;
	right: 20%;
	transform: rotate(19deg);
	width: 64px;
}

.otb-home-map__visual strong,
.otb-home-map__visual em {
	font-family: "Source Sans 3", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.15em;
	position: absolute;
	z-index: 2;
}

.otb-home-map__visual strong {
	left: 13%;
	top: 28%;
}

.otb-home-map__visual em {
	bottom: 27%;
	left: 48%;
}

.otb-home-map__visual small {
	background: #ffffff;
	border: 1px solid var(--otb-home-line);
	border-radius: 4px;
	bottom: 14px;
	color: var(--otb-home-muted);
	font-size: 12px;
	padding: 7px 9px;
	position: absolute;
	right: 14px;
	z-index: 3;
}

.otb-home-editorial {
	display: grid;
	gap: clamp(36px, 7vw, 90px);
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.75fr);
}

.otb-home-editorial > div:last-child {
	align-self: end;
}

.otb-home-text-link {
	display: inline-flex;
	gap: 10px;
	margin-top: 8px;
	min-height: 44px;
}

.otb-home-community {
	align-items: center;
	background: var(--otb-home-green);
	border-radius: 9px;
	color: #ffffff;
	display: flex;
	gap: 48px;
	justify-content: space-between;
	padding: clamp(34px, 5vw, 64px);
}

.otb-home-community :where(h2, p) {
	color: #ffffff;
}

.otb-home-community .otb-home-eyebrow {
	color: #ffffff;
}

.otb-home-community p {
	color: #ffffff;
	max-width: 64ch;
}

.otb-home-community .otb-home-button {
	flex: 0 0 auto;
}

.otb-home-footer {
	background: var(--otb-home-green);
	color: #ffffff;
	padding-block: 48px;
}

.otb-home-footer__inner {
	align-items: end;
	display: flex;
	gap: 40px;
	justify-content: space-between;
}

.otb-home-brand--footer,
.otb-home-brand--footer strong {
	color: #ffffff;
}

.otb-home-brand--footer strong {
	color: var(--otb-home-yellow);
}

.otb-home-footer__identity {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	max-width: 520px;
}

.otb-home-footer__contact {
	align-items: center;
	color: #ffffff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	margin-top: 10px;
	min-height: 44px;
	text-decoration: none;
}

.otb-home-footer__contact svg {
	fill: none;
	height: 18px;
	stroke: var(--otb-home-yellow);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 18px;
}

.otb-home-footer__contact:hover,
.otb-home-footer__contact:focus-visible {
	color: var(--otb-home-yellow);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.otb-home-footer p {
	color: #ffffff;
	font-size: 14px;
	margin: 12px 0 0;
	opacity: 0.88;
}

.otb-home-footer .otb-home-footer__ownership,
.otb-home-footer .otb-home-footer__copyright {
	font-size: 13px;
	line-height: 1.55;
	margin-top: 4px;
}

.otb-home-footer .otb-home-footer__ownership {
	margin-top: 8px;
}

.otb-home-footer__ownership a,
.otb-home-footer__copyright a {
	color: inherit;
	font-weight: 700;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.otb-home-footer__inner > p {
	text-align: right;
}

.otb-home-v3 .otb-back-to-top {
	-webkit-appearance: none;
	align-items: center;
	appearance: none;
	background: var(--otb-home-yellow);
	border: 2px solid var(--otb-home-green);
	border-radius: 50%;
	bottom: max(24px, env(safe-area-inset-bottom));
	box-sizing: border-box;
	box-shadow: 0 8px 24px rgba(16, 46, 40, 0.2);
	color: var(--otb-home-ink);
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	height: 48px;
	justify-content: center;
	margin: 0;
	max-width: 48px;
	min-width: 48px;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	position: fixed;
	right: max(24px, env(safe-area-inset-right));
	transform: translateY(12px);
	transition: opacity 160ms ease, transform 160ms ease, background-color 160ms ease;
	visibility: hidden;
	width: 48px;
	z-index: 99;
}

.otb-home-v3 .otb-back-to-top.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.otb-home-v3 .otb-back-to-top:hover,
.otb-home-v3 .otb-back-to-top:focus-visible {
	background: #ffffff;
	outline: 3px solid var(--otb-home-yellow);
	outline-offset: 3px;
}

.otb-home-v3 .otb-back-to-top svg {
	fill: none;
	height: 24px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2.2;
	width: 24px;
}

.otb-home-mobile-nav,
.otb-home-more-menu {
	display: none;
}

.otb-home-location-status {
	background: var(--otb-home-green);
	border-left: 4px solid var(--otb-home-yellow);
	border-radius: 4px;
	bottom: 24px;
	color: #ffffff;
	font-size: 15px;
	left: 50%;
	max-width: min(520px, calc(100% - 32px));
	padding: 16px 20px;
	position: fixed;
	transform: translateX(-50%);
	width: 100%;
	z-index: 110;
}

@media (max-width: 1040px) {
	.otb-home-header__inner {
		gap: 20px;
	}

	.otb-home-desktop-nav {
		gap: 14px;
	}

	.otb-home-header__actions .otb-home-button {
		display: none;
	}

	.otb-home-hero__layout {
		grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
	}

	.otb-home-search {
		grid-template-columns: 1fr 0.72fr 0.72fr;
	}

	.otb-home-search .otb-home-button {
		border-radius: 0 0 4px 4px;
		grid-column: 1 / -1;
		min-height: 50px;
	}

	.otb-home-directory__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.otb-home-events__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.otb-home-event-card:last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}
}

@media (max-width: 820px) {
	.otb-home-v3 {
		padding-bottom: calc(76px + env(safe-area-inset-bottom));
	}

	.otb-home-header__inner {
		min-height: 68px;
	}

	.otb-home-desktop-nav {
		display: none;
	}

	.otb-home-header__actions {
		margin-left: auto;
	}

	.otb-home-hero {
		padding-block: 24px 38px;
	}

	.otb-home-hero__layout {
		grid-template-columns: 1fr;
	}

	.otb-home-hero__content {
		order: 1;
	}

	.otb-home-hero__photo-frame {
		height: auto;
	}

	.otb-home-hero__photo {
		order: 2;
	}

	.otb-home-discovery {
		order: 2;
	}

	.otb-home-directory__header,
	.otb-home-confidence__inner {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.otb-home-directory__count {
		min-width: 0;
	}

	.otb-home-directory__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.otb-home-directory__filter-groups {
		grid-template-columns: 1fr;
	}

	.otb-home-directory__footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.otb-home-events__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.otb-home-events__list,
	.otb-home-participation__grid {
		grid-template-columns: 1fr;
	}

	.otb-home-event-card:last-child:nth-child(odd) {
		grid-column: auto;
	}

	.otb-home-participation__grid article {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.otb-home-participation__grid .otb-home-button {
		grid-column: 2;
		grid-row: 3;
		justify-self: start;
		margin-top: 18px;
	}

	.otb-home-trust__grid,
	.otb-home-needs,
	.otb-home-map,
	.otb-home-editorial {
		grid-template-columns: 1fr;
	}

	.otb-home-trust__grid > div,
	.otb-home-trust__grid > div:last-child {
		border-left: 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.22);
	}

	.otb-home-needs a {
		min-height: 190px;
	}

	.otb-home-map__visual {
		min-height: 300px;
	}

	.otb-home-community,
	.otb-home-footer__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.otb-home-community .otb-home-button {
		width: 100%;
	}

	.otb-home-footer__inner > p {
		text-align: left;
	}

	.otb-home-v3 .otb-back-to-top {
		bottom: calc(88px + env(safe-area-inset-bottom));
		right: max(16px, env(safe-area-inset-right));
	}

	.otb-home-mobile-nav {
		background: rgba(255, 255, 255, 0.98);
		border-top: 1px solid var(--otb-home-line);
		bottom: 0;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		left: 0;
		min-height: calc(72px + env(safe-area-inset-bottom));
		padding: 5px max(8px, env(safe-area-inset-left)) calc(5px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-right));
		position: fixed;
		right: 0;
		z-index: 100;
	}

	.otb-home-mobile-nav a,
	.otb-home-mobile-nav button {
		align-items: center;
		background: transparent;
		border: 0;
		border-radius: 0;
		color: var(--otb-home-ink);
		cursor: pointer;
		display: flex;
		flex-direction: column;
		font: 700 12px/1 "Source Sans 3", sans-serif;
		gap: 4px;
		justify-content: center;
		min-height: 56px;
		min-width: 56px;
		position: relative;
		text-decoration: none;
	}

	.otb-home-mobile-nav svg {
		fill: none;
		height: 22px;
		stroke: currentColor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.7;
		width: 22px;
	}

	.otb-home-mobile-nav a[aria-current="page"],
	.otb-home-mobile-nav button[aria-expanded="true"] {
		color: var(--otb-home-green);
	}

	.otb-home-mobile-nav a[aria-current="page"]::after,
	.otb-home-mobile-nav button[aria-expanded="true"]::after {
		background: var(--otb-home-green-bright);
		content: "";
		height: 3px;
		left: 50%;
		position: absolute;
		top: -5px;
		transform: translateX(-50%);
		width: 28px;
	}

	.otb-home-more-menu:not([hidden]) {
		background: rgba(32, 40, 37, 0.48);
		bottom: 0;
		display: block;
		inset: 0;
		position: fixed;
		z-index: 105;
	}

	.otb-home-more-menu__inner {
		background: var(--otb-home-paper);
		border: 1px solid var(--otb-home-line);
		bottom: calc(78px + env(safe-area-inset-bottom));
		left: 16px;
		padding: 20px;
		position: absolute;
		right: 16px;
	}

	.otb-home-more-menu__inner > div {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}

	.otb-home-more-menu__inner button {
		background: transparent;
		border: 1px solid var(--otb-home-line);
		border-radius: 4px;
		font: 700 24px/1 "Source Sans 3", sans-serif;
		height: 44px;
		width: 44px;
	}

	.otb-home-more-menu nav {
		border-top: 1px solid var(--otb-home-line);
		display: grid;
		margin-top: 14px;
	}

	.otb-home-more-menu nav a {
		align-items: center;
		border-bottom: 1px solid var(--otb-home-line);
		display: flex;
		font-weight: 750;
		justify-content: space-between;
		min-height: 52px;
		text-decoration: none;
	}

	.otb-home-location-status {
		bottom: calc(86px + env(safe-area-inset-bottom));
	}
}

@media (max-width: 520px) {
	.otb-home-v3 {
		font-size: 16px;
	}

	.otb-home-shell {
		padding-inline: 16px;
	}

	.otb-home-brand strong {
		font-size: 20px;
	}

	.otb-home-header__actions .otb-language-switcher {
		gap: 4px;
		padding-inline: 6px;
	}

	.otb-language-switcher__label,
	.otb-language-select {
		font-size: 11px;
	}

	.otb-language-select {
		flex-basis: 72px;
		min-width: 72px;
		width: 72px;
	}

	.otb-home-v3 .otb-language-link {
		font-size: 11px;
		min-width: 46px;
		padding-inline: 5px;
	}

	.otb-home-hero {
		padding-top: 18px;
	}

	.otb-home-v3 h1 {
		font-size: clamp(2.35rem, 12vw, 3rem);
	}

	.otb-home-v3 .otb-home-hero h1 {
		font-size: 2.25rem;
		line-height: 1;
	}

	.otb-home-v3 h2 {
		font-size: clamp(2rem, 10vw, 2.6rem);
	}

	.otb-home-eyebrow {
		font-size: 11px;
		margin-bottom: 12px;
	}

	.otb-home-lede {
		font-size: 16px;
		line-height: 1.42;
		margin: 14px 0 18px;
	}

	.otb-home-search {
		display: block;
	}

	.otb-home-field {
		padding: 9px 12px;
	}

	.otb-home-field + .otb-home-field {
		border-left: 0;
		border-top: 1px solid var(--otb-home-line);
	}

	.otb-home-search .otb-home-button {
		border-radius: 0 0 4px 4px;
		margin: 0 -1px -1px;
		min-height: 48px;
		width: calc(100% + 2px);
	}

	.otb-home-quick-links {
		flex-wrap: nowrap;
		gap: 8px;
		margin-inline: -16px;
		overflow-x: auto;
		padding-inline: 16px;
	}

	.otb-home-quick-links span {
		flex: 0 0 auto;
	}

	.otb-home-quick-links a {
		background: #ffffff;
		border: 1px solid var(--otb-home-line);
		border-radius: 999px;
		flex: 0 0 auto;
		min-height: 38px;
		padding: 7px 12px;
		text-decoration: none;
	}

	.otb-home-hero__layout {
		gap: 18px;
	}

	.otb-home-hero__actions {
		align-items: stretch;
		flex-direction: column;
		gap: 4px;
	}

	.otb-home-hero__actions .otb-home-button {
		justify-content: center;
		width: 100%;
	}

	.otb-home-hero__photo-frame {
		border-radius: 9px;
		height: auto;
	}

	.otb-home-hero__photo figcaption {
		font-size: 10px;
		margin-top: 6px;
	}

	.otb-home-discovery__top,
	.otb-home-discovery__body {
		padding-inline: 16px;
	}

	.otb-home-discovery__regions {
		grid-template-columns: 1fr;
	}

	.otb-home-directory {
		padding-block: 52px;
	}

	.otb-home-v3 .otb-home-directory__header h2 {
		font-size: clamp(2.1rem, 11vw, 2.75rem);
	}

	.otb-home-directory__category-select,
	.otb-home-directory__state-select {
		width: 100%;
	}

	.otb-home-business-card {
		min-height: 0;
	}

	.otb-home-business-card__media {
		font-size: 30px;
		height: auto;
	}

	.otb-home-business-card__body {
		padding: 15px 14px;
	}

	.otb-home-business-card__category {
		font-size: 10px;
	}

	.otb-home-v3 .otb-home-business-card h3 {
		font-size: 1.25rem;
	}

	.otb-home-directory__list {
		grid-template-columns: 1fr;
	}

	.otb-home-directory__footer,
	.otb-home-directory__footer .otb-home-button {
		width: 100%;
	}

	.otb-home-directory__footer .otb-home-button {
		justify-content: center;
	}

	.otb-home-events__header .otb-home-button {
		width: 100%;
	}

	.otb-home-event-card {
		grid-template-columns: 1fr;
	}

	.otb-home-event-card__media {
		aspect-ratio: 16 / 9;
		min-height: 0;
	}

	.otb-home-participation__grid article {
		grid-template-columns: 1fr;
	}

	.otb-home-participation__grid .otb-home-participation__icon {
		grid-row: auto;
		margin: 0 0 12px;
	}

	.otb-home-participation__grid p,
	.otb-home-participation__grid .otb-home-button {
		grid-column: 1;
	}

	.otb-home-participation__grid .otb-home-button {
		justify-self: stretch;
	}

	.otb-home-trust__grid > div {
		min-height: 86px;
		padding: 18px 16px;
	}

	.otb-home-section {
		padding-block: 58px;
	}

	.otb-home-section--compact {
		padding-top: 0;
	}

	.otb-home-needs {
		margin-top: 28px;
	}

	.otb-home-needs a {
		min-height: 170px;
		padding: 22px;
	}

	.otb-home-map {
		border-radius: 9px;
	}

	.otb-home-map__copy {
		padding: 28px 22px;
	}

	.otb-home-map__visual {
		min-height: 225px;
	}

	.otb-home-map__visual small {
		left: 10px;
		right: auto;
	}

	.otb-home-community {
		border-radius: 9px;
		padding: 28px 22px;
	}

	.otb-home-footer {
		padding-block: 40px;
	}
}

.otb-home-footer__privacy {
	align-items: center;
	color: #ffffff;
	display: inline-flex;
	margin-top: 8px;
	min-height: 44px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.otb-home-footer__privacy:hover,
.otb-home-footer__privacy:focus-visible {
	color: var(--otb-home-yellow);
}

/* Directory navigation, compact cards and profile metadata - V0.15.0. */
.otb-home-nav-trigger {
	gap: 6px;
}

.otb-home-nav-trigger svg {
	fill: none;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transition: transform 120ms ease;
	width: 18px;
}

.otb-home-nav-trigger[aria-expanded="true"] {
	color: var(--otb-home-green);
}

.otb-home-nav-trigger[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

.otb-home-desktop-nav .otb-home-nav-trigger.is-current::after {
	background: var(--otb-home-green-bright);
	bottom: 4px;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 28px;
}

.otb-home-mega-menu {
	background: #fff;
	border-bottom: 1px solid var(--otb-home-line);
	border-top: 1px solid var(--otb-home-line);
	box-shadow: 0 16px 34px rgba(23, 38, 33, .1);
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 82;
}

.otb-home-mega-menu__inner {
	padding-block: 22px 30px;
}

.otb-home-mega-menu__heading {
	align-items: center;
	display: flex;
	font-family: "Archivo", Arial, sans-serif;
	font-size: 21px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.otb-home-mega-menu__heading button {
	align-items: center;
	background: #fff;
	border: 1px solid var(--otb-home-line);
	border-radius: 4px;
	color: var(--otb-home-ink);
	cursor: pointer;
	display: inline-flex;
	font: 500 26px/1 "Source Sans 3", sans-serif;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.otb-home-mega-menu__grid {
	display: grid;
	grid-template-columns: 1.45fr .8fr .9fr 1fr;
}

.otb-home-mega-menu__grid nav {
	align-content: start;
	display: grid;
	min-width: 0;
	padding: 2px 28px;
}

.otb-home-mega-menu__grid nav:first-child {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding-left: 0;
}

.otb-home-mega-menu__grid nav + nav {
	border-left: 1px solid var(--otb-home-line);
}

.otb-home-mega-menu__grid nav:last-child {
	padding-right: 0;
}

.otb-home-mega-menu__grid strong {
	color: var(--otb-home-muted);
	font-size: 12px;
	font-weight: 800;
	grid-column: 1 / -1;
	letter-spacing: .08em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.otb-home-mega-menu__grid a {
	align-items: center;
	color: var(--otb-home-ink);
	display: flex;
	font-size: 15px;
	font-weight: 650;
	min-height: 38px;
	padding-right: 12px;
	text-decoration: none;
}

.otb-home-mega-menu__grid a:hover,
.otb-home-mega-menu__grid a:focus-visible {
	color: var(--otb-home-green);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.otb-business-benefits {
	background: var(--otb-home-soft);
	border-bottom: 1px solid var(--otb-home-line);
	border-top: 1px solid var(--otb-home-line);
}

.otb-business-benefits h2 {
	max-width: 16ch;
}

.otb-business-benefits__heading {
	align-items: end;
	display: grid;
	gap: clamp(28px, 6vw, 90px);
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, .75fr);
}

.otb-business-benefits__heading > p {
	color: var(--otb-home-muted);
	font-size: 19px;
	line-height: 1.6;
	margin: 0;
	max-width: 52ch;
}

.otb-business-benefits__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin-top: 34px;
}

.otb-business-benefits__grid article {
	background: #fff;
	border: 1px solid var(--otb-home-line);
	border-radius: 9px;
	grid-column: span 3;
	min-height: 174px;
	padding: clamp(22px, 3vw, 34px);
}

.otb-business-benefits__grid article:nth-child(1) {
	grid-column: span 4;
}

.otb-business-benefits__grid article:nth-child(2) {
	background: var(--otb-home-surface-strong);
	grid-column: span 2;
}

.otb-business-benefits__grid article:nth-child(5) {
	background: var(--otb-home-green);
	grid-column: 1 / -1;
	min-height: 150px;
}

.otb-business-benefits__grid h3 {
	font-size: clamp(21px, 2vw, 28px);
	line-height: 1.08;
	margin: 0 0 12px;
}

.otb-business-benefits__grid p {
	color: var(--otb-home-muted);
	font-size: 17px;
	line-height: 1.5;
	margin: 0;
	max-width: 58ch;
}

.otb-business-benefits__grid article:nth-child(5) :where(h3, p) {
	color: #fff;
}

.otb-business-benefits__action {
	align-items: center;
	border-top: 1px solid var(--otb-home-line);
	display: flex;
	gap: 22px;
	justify-content: space-between;
	margin-top: 34px;
	padding-top: 26px;
}

.otb-business-benefits__action p {
	color: var(--otb-home-muted);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	max-width: 56ch;
}

.otb-home-business-card__footer,
.otb-search-v3__card-footer {
	align-items: center;
	border-top: 1px solid var(--otb-home-line);
	display: flex;
	gap: 12px;
	justify-content: space-between;
	margin-top: 11px;
	padding-top: 10px;
}

.otb-home-business-card__footer {
	align-items: start;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: auto;
}

.otb-home-business-card__meta {
	min-width: 0;
}

.otb-home-business-card__updated {
	color: var(--otb-home-muted);
	font-size: 10px;
	line-height: 1.3;
	margin: 3px 0 0 25px;
}

.otb-home-business-card__location,
.otb-search-v3__card-location,
.otb-profile-v3__place {
	align-items: center;
	display: flex;
	gap: 7px;
	min-width: 0;
}

.otb-home-business-card__location svg,
.otb-search-v3__card-location svg {
	fill: none;
	flex: 0 0 auto;
	height: 18px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 18px;
}

.otb-search-v3__card-location svg {
	height: 16px;
	width: 16px;
}

.otb-home-business-card__footer .otb-home-business-card__action,
.otb-search-v3__card-footer > a {
	align-items: center;
	background: var(--otb-home-yellow);
	border: 2px solid var(--otb-home-yellow);
	border-radius: 6px;
	box-shadow: 0 0 0 1px rgba(0, 107, 60, 0.24);
	color: var(--otb-home-ink);
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: 780;
	gap: 6px;
	justify-content: center;
	min-height: 44px;
	padding: 8px 12px;
	text-decoration: none;
	transition: background-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.otb-home-business-card__footer .otb-home-business-card__action:hover,
.otb-home-business-card__footer .otb-home-business-card__action:focus-visible,
.otb-search-v3__card-footer > a:hover,
.otb-search-v3__card-footer > a:focus-visible {
	background: var(--otb-home-yellow);
	box-shadow: 0 0 0 2px var(--otb-home-green);
	color: var(--otb-home-ink);
	text-decoration: none;
	transform: translateY(-1px);
	}

.otb-home-business-card__footer .otb-home-business-card__action:focus-visible,
.otb-search-v3__card-footer > a:focus-visible {
	outline: 3px solid rgba(0, 107, 60, 0.24);
	outline-offset: 3px;
	}

.otb-home-business-card__footer .otb-home-business-card__action:active,
.otb-search-v3__card-footer > a:active {
	transform: translateY(0);
}

.otb-search-v3__card-media {
	aspect-ratio: 7 / 3;
	overflow: hidden;
}

.otb-search-v3__card-media img {
	display: block;
	height: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	width: 100%;
}

.otb-search-v3__card-body {
	padding: 16px 17px 14px;
}

.otb-search-v3 .otb-search-v3__card h3 {
	font-size: clamp(1.2rem, 1.35vw, 1.45rem);
	margin: 10px 0 6px;
}

.otb-search-v3__card-excerpt {
	font-size: 14px;
	-webkit-line-clamp: 4;
	line-height: 1.42;
	margin: 8px 0;
}

.otb-profile-v3__place {
	line-height: 1.35;
}

.otb-profile-v3__place svg {
	fill: none;
	flex: 0 0 auto;
	height: 23px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 23px;
}

.otb-profile-v3__media {
	align-self: center;
	aspect-ratio: 4 / 3;
	border-radius: 9px;
	min-height: 0;
	min-width: 0;
	width: 100%;
}

.otb-profile-v3__media > img {
	max-width: 100%;
	object-fit: contain;
	object-position: center;
}

.otb-profile-v3__meta-wrap {
	margin-top: 44px;
}

.otb-profile-v3__meta-strip {
	border-bottom: 1px solid var(--otb-home-line);
	border-top: 1px solid var(--otb-home-line);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.otb-profile-v3__meta-strip > div {
	display: grid;
	gap: 8px;
	min-width: 0;
	padding: 22px 24px;
}

.otb-profile-v3__meta-strip > div + div {
	border-left: 1px solid var(--otb-home-line);
}

.otb-profile-v3__meta-strip span {
	color: var(--otb-home-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.otb-profile-v3__meta-strip strong {
	font-size: 15px;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.otb-profile-v3__meta-strip a,
.otb-profile-v3__meta-actions a {
	color: var(--otb-home-green);
	text-underline-offset: 4px;
}

.otb-profile-v3__meta-actions {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	padding-top: 20px;
}

.otb-profile-v3__meta-actions p {
	color: var(--otb-home-muted);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	max-width: 72ch;
}

.otb-profile-v3__meta-actions > div {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 8px 22px;
}

.otb-profile-v3__meta-actions a,
.otb-profile-v3__meta-actions [aria-disabled="true"] {
	align-items: center;
	display: inline-flex;
	font-size: 14px;
	font-weight: 750;
	min-height: 44px;
}

.otb-profile-v3__meta-actions [aria-disabled="true"] {
	color: var(--otb-home-muted);
}

.otb-profile-v3__transparency {
	border-bottom: 1px solid var(--otb-home-line);
	padding: 28px 0 4px;
}

.otb-profile-v3__transparency h2 {
	font-size: 22px;
	margin: 0 0 10px;
}

.otb-profile-v3__transparency > p {
	color: var(--otb-home-muted);
	line-height: 1.6;
	margin: 0;
	max-width: 76ch;
}

.otb-profile-v3__transparency dl {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 22px 0 0;
}

.otb-profile-v3__transparency dl > div {
	border-top: 1px solid var(--otb-home-line);
	padding: 16px 20px 16px 0;
}

.otb-profile-v3__transparency dt {
	color: var(--otb-home-muted);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.otb-profile-v3__transparency dd {
	font-size: 15px;
	line-height: 1.5;
	margin: 7px 0 0;
}

.otb-profile-v3__practical-grid {
	grid-template-columns: minmax(0, 1fr);
}

.otb-profile-v3__practical-grid > section {
	padding-right: 0;
}

@media (max-width: 1180px) {
	.otb-home-header__inner {
		gap: 18px;
	}

	.otb-home-desktop-nav {
		gap: 10px;
	}

	.otb-home-header__request {
		display: none;
	}

	.otb-home-mega-menu__grid nav {
		padding-inline: 20px;
	}
}

@media (max-width: 1040px) {
	.otb-home-header__actions .otb-home-button.otb-home-header__search {
		display: none;
	}

	.otb-home-mega-menu__grid {
		grid-template-columns: 1.35fr .8fr .9fr;
	}

	.otb-home-mega-menu__grid nav:last-child {
		border-left: 0;
		border-top: 1px solid var(--otb-home-line);
		grid-column: 1 / -1;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		margin-top: 18px;
		padding: 18px 0 0;
	}

	.otb-profile-v3__meta-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.otb-profile-v3__meta-strip > div:nth-child(3) {
		border-left: 0;
		border-top: 1px solid var(--otb-home-line);
	}

	.otb-profile-v3__meta-strip > div:nth-child(4) {
		border-top: 1px solid var(--otb-home-line);
	}
}

@media (max-width: 820px) {
	.otb-home-mega-menu {
		display: none !important;
	}

	.otb-business-benefits__grid article,
	.otb-business-benefits__grid article:nth-child(1),
	.otb-business-benefits__grid article:nth-child(2) {
		grid-column: span 3;
	}

	.otb-business-benefits__grid article:nth-child(5) {
		grid-column: 1 / -1;
	}

	.otb-business-benefits__heading {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.otb-business-benefits__action {
		align-items: flex-start;
		flex-direction: column;
	}

	.otb-profile-v3__meta-actions {
		align-items: flex-start;
		flex-direction: column;
	}

	.otb-profile-v3__transparency dl {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.otb-business-benefits__grid {
		grid-template-columns: 1fr;
	}

	.otb-business-benefits__grid article,
	.otb-business-benefits__grid article:nth-child(1),
	.otb-business-benefits__grid article:nth-child(2),
	.otb-business-benefits__grid article:nth-child(5) {
		grid-column: auto;
		min-height: 0;
	}

	.otb-home-business-card__footer,
	.otb-search-v3__card-footer {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}

	.otb-home-business-card__footer {
		grid-template-columns: 1fr;
	}

	.otb-profile-v3__media {
		min-height: 0;
	}

	.otb-profile-v3__meta-wrap {
		margin-top: 32px;
	}

	.otb-profile-v3__meta-strip {
		grid-template-columns: 1fr;
	}

	.otb-profile-v3__meta-strip > div {
		padding: 18px 0;
	}

	.otb-profile-v3__meta-strip > div + div,
	.otb-profile-v3__meta-strip > div:nth-child(3) {
		border-left: 0;
		border-top: 1px solid var(--otb-home-line);
	}

	.otb-home-more-menu nav .otb-home-more-menu__cta {
		background: var(--otb-home-green);
		color: #fff;
		margin-top: 10px;
		padding-inline: 12px;
	}
}

/* Sobre V3: narrativa editorial longa na direção Brasil Urbano B3. */
.otb-about-v3 {
	--otb-home-ink: #172621;
	--otb-home-line: #d8dedb;
	background: #fff;
	color: var(--otb-home-ink);
}

.otb-about-v3 :where(p, li) {
	line-height: 1.62;
}

.otb-about-v3__hero {
	border-bottom: 1px solid var(--otb-home-line);
	padding-block: clamp(38px, 4vw, 64px);
}

.otb-about-v3__hero-grid {
	align-items: end;
	display: grid;
	gap: clamp(42px, 7vw, 108px);
	grid-template-columns: minmax(0, 1.35fr) minmax(270px, .65fr);
}

.otb-home-v3 .otb-about-v3__hero h1 {
	font-size: clamp(2.8rem, 4vw, var(--otb-heading-h1-max));
	line-height: .98;
	margin: 0;
	max-width: 20ch;
}

.otb-about-v3__hero-lede {
	color: var(--otb-home-muted);
	font-size: clamp(1.15rem, 1.8vw, 1.4rem);
	margin: 22px 0 26px;
	max-width: 63ch;
}

.otb-about-v3__region {
	background: transparent;
	border: 0;
	padding: 0;
}

.otb-about-v3__region > strong {
	display: block;
	font: 760 1.45rem/1.1 "Archivo", Arial, sans-serif;
}

.otb-about-v3__region p {
	color: var(--otb-home-muted);
	margin: 12px 0 20px;
}

.otb-about-v3__region ul {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, 1fr);
	list-style: none;
	margin: 0;
	padding: 0;
}

.otb-about-v3__region li {
	background: #fff;
	border: 1px solid var(--otb-home-green);
	border-radius: 4px;
	color: var(--otb-home-green);
	font: 780 .82rem/1 "Source Sans 3", "Segoe UI", Arial, sans-serif;
	padding: 12px 6px;
	text-align: center;
}

.otb-about-v3__scope {
	background: var(--otb-home-surface);
	border-bottom: 1px solid var(--otb-home-line);
	padding-block: clamp(38px, 5vw, 64px);
}

.otb-about-v3__scope-grid {
	align-items: center;
	display: grid;
	gap: clamp(30px, 6vw, 84px);
	grid-template-columns: minmax(0, .95fr) minmax(400px, 1.05fr);
}

.otb-home-v3 .otb-about-v3__scope h2 {
	font-size: clamp(1.75rem, 2.8vw, 2.6rem);
	line-height: 1.05;
	margin: 0;
}

.otb-about-v3__scope p {
	color: var(--otb-home-muted);
	margin: 12px 0 0;
}

.otb-about-v3__scope ul {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.otb-about-v3__scope li {
	background: #fff;
	border-left: 4px solid var(--otb-home-green);
	font-weight: 720;
	padding: 13px 16px;
}

.otb-about-v3__encounter {
	padding-block: clamp(72px, 9vw, 128px);
}

.otb-about-v3__encounter-grid {
	align-items: center;
	display: grid;
	gap: clamp(40px, 8vw, 118px);
	grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
}

.otb-about-v3__photo {
	margin: 0;
}

.otb-about-v3__photo img {
	border-radius: 12px;
	display: block;
	height: clamp(460px, 54vw, 690px);
	object-fit: cover;
	width: 100%;
}

.otb-about-v3__photo figcaption {
	color: var(--otb-home-muted);
	font-size: 12px;
	margin-top: 8px;
	text-align: right;
}

.otb-home-v3 .otb-about-v3__reading h2,
.otb-home-v3 .otb-about-v3__support h2,
.otb-home-v3 .otb-about-v3__business h2,
.otb-home-v3 .otb-about-v3__events h2,
.otb-home-v3 .otb-about-v3__growth h2 {
	font-size: clamp(2.35rem, 4.7vw, var(--otb-heading-section-max));
	line-height: 1;
	margin: 0;
}

.otb-about-v3__reading > p,
.otb-about-v3__support-grid > div:first-child > p,
.otb-about-v3__business-grid > div:first-child > p,
.otb-about-v3__events-copy > p,
.otb-about-v3__growth-grid > div:first-child > p {
	color: var(--otb-home-muted);
	font-size: 1.08rem;
	margin: 22px 0 0;
	max-width: 67ch;
}

.otb-about-v3__reading blockquote {
	border-left: 5px solid var(--otb-home-green);
	font: 650 1.125rem/1.55 "Source Sans 3", "Segoe UI", Arial, sans-serif;
	margin: 34px 0 0;
	padding: 6px 0 6px 24px;
}

.otb-about-v3__support {
	background: var(--otb-home-surface);
	border-block: 1px solid var(--otb-home-line);
	padding-block: clamp(64px, 7vw, 96px);
}

.otb-about-v3__support-grid {
	align-items: stretch;
	display: grid;
	gap: clamp(42px, 5vw, 80px);
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
}

@media (min-width: 1200px) {
	.otb-about-v3__support-grid > div:first-child {
		display: grid;
		gap: 0 clamp(24px, 2.2vw, 34px);
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.otb-about-v3__support-grid > div:first-child > h2 {
		grid-column: 1 / -1;
	}
}

.otb-about-v3__support-list {
	align-self: stretch;
	display: grid;
	grid-template-rows: auto 1fr;
}

.otb-about-v3__support-list > p {
	color: var(--otb-home-green);
	font-size: 13px;
	font-weight: 780;
	letter-spacing: .08em;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.otb-about-v3__support-list ul {
	display: grid;
	grid-template-rows: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.otb-about-v3__support-list li {
	align-items: center;
	border-bottom: 1px solid var(--otb-home-line);
	display: grid;
	gap: 12px;
	grid-template-columns: 40px minmax(116px, .45fr) minmax(0, 1fr);
	padding-block: 16px;
}

.otb-about-v3__support-list li > span,
.otb-about-v3__care-list li > span {
	color: var(--otb-home-green);
	font: 800 1.125rem/1.2 "Source Sans 3", "Segoe UI", Arial, sans-serif;
	letter-spacing: .04em;
}

.otb-about-v3__support-icon {
	align-items: center;
	background: #fff;
	border: 1px solid var(--otb-home-green);
	border-radius: 50%;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.otb-about-v3__support-icon svg {
	fill: none;
	height: 19px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 19px;
}

.otb-about-v3__support-list li > strong {
	font-family: "Archivo", Arial, sans-serif;
	overflow-wrap: normal;
	white-space: nowrap;
	word-break: normal;
}

.otb-about-v3__support-list li > small {
	color: var(--otb-home-muted);
	font-size: .92rem;
	line-height: 1.45;
}

.otb-about-v3__business,
.otb-about-v3__events,
.otb-about-v3__living,
.otb-about-v3__growth,
.otb-about-v3__closing {
	padding-block: clamp(72px, 9vw, 120px);
}

.otb-about-v3__business-grid,
.otb-about-v3__events-grid,
.otb-about-v3__growth-grid {
	display: grid;
	gap: clamp(42px, 5vw, 80px);
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
}

.otb-about-v3__business,
.otb-about-v3__growth {
	padding-block: clamp(64px, 7vw, 96px);
}

.otb-about-v3__business-grid > div:first-child > .otb-home-button,
.otb-about-v3__events-copy > .otb-home-button {
	margin-top: 30px;
}

.otb-about-v3__business-details {
	background: var(--otb-home-surface);
	border: 1px solid var(--otb-home-line);
	border-radius: 9px;
	padding: clamp(28px, 4vw, 44px);
}

.otb-about-v3__business-details h3 {
	font-size: 1.55rem;
	margin: 0;
}

.otb-about-v3__business-details > ul {
	list-style: none;
	margin: 22px 0 0;
	padding: 0;
}

.otb-about-v3__business-details > ul li {
	border-bottom: 1px solid var(--otb-home-line);
	padding: 13px 0 13px 28px;
	position: relative;
}

.otb-about-v3__business-details > ul li::before {
	color: var(--otb-home-green);
	content: "✓";
	font-weight: 850;
	left: 0;
	position: absolute;
}

.otb-about-v3__note {
	border-left: 4px solid var(--otb-home-yellow);
	font: 650 1.125rem/1.55 "Source Sans 3", "Segoe UI", Arial, sans-serif;
	margin-top: 30px;
	padding-left: 24px;
}

.otb-about-v3__note strong {
	display: block;
	font: inherit;
}

.otb-about-v3__note p {
	color: var(--otb-home-muted);
	font: inherit;
	font-weight: 400;
	margin: 9px 0 0;
}

.otb-about-v3__statement {
	border-top: 1px solid var(--otb-home-line);
	font: 740 clamp(1.3rem, 2vw, 1.75rem)/1.4 "Archivo", Arial, sans-serif;
	margin: clamp(46px, 5vw, 64px) 0 0;
	max-width: 52ch;
	padding-top: 28px;
}

.otb-about-v3__events {
	border-top: 1px solid var(--otb-home-line);
}

.otb-about-v3__event-moment {
	background: var(--otb-home-ink);
	border-radius: 9px;
	color: #fff;
	padding: clamp(30px, 4vw, 48px);
}

.otb-about-v3__event-moment > strong {
	font: 750 1.35rem/1.25 "Archivo", Arial, sans-serif;
}

.otb-about-v3__event-moment > p {
	color: rgba(255, 255, 255, .78);
	font-size: .96rem;
	margin: 14px 0 0;
}

.otb-about-v3__event-moment ul {
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

.otb-about-v3__event-moment li {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, .2);
	display: flex;
	gap: 18px;
	padding-block: 17px;
}

.otb-about-v3__event-moment li > span {
	color: var(--otb-home-yellow);
	font: 800 1.2rem/1 "Archivo", Arial, sans-serif;
	min-width: 30px;
	text-align: center;
}

.otb-about-v3__living {
	background: var(--otb-home-surface);
	border-block: 1px solid var(--otb-home-line);
}

.otb-about-v3__section-heading {
	max-width: 850px;
}

.otb-home-v3 .otb-about-v3__section-heading h2 {
	font-size: clamp(2.5rem, 5vw, var(--otb-heading-section-max));
	line-height: .98;
	margin: 0;
}

.otb-about-v3__section-heading > p {
	color: var(--otb-home-muted);
	font-size: 1.1rem;
	margin: 24px 0 0;
	max-width: 68ch;
}

.otb-about-v3__care-list {
	display: grid;
	gap: 0 40px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 54px 0 0;
	padding: 0;
}

.otb-about-v3__care-list li {
	align-items: start;
	border-top: 1px solid var(--otb-home-line);
	display: grid;
	gap: 18px;
	grid-template-columns: 40px 1fr;
	padding-block: 24px;
}

.otb-about-v3__care-list strong {
	font: 740 1.15rem/1.2 "Archivo", Arial, sans-serif;
}

.otb-about-v3__care-list p {
	color: var(--otb-home-muted);
	margin: 8px 0 0;
}

.otb-about-v3__commitment {
	border-left: 5px solid var(--otb-home-green);
	font: 650 1.125rem/1.55 "Source Sans 3", "Segoe UI", Arial, sans-serif;
	margin: 42px 0 0;
	max-width: 78ch;
	padding-left: 24px;
}

.otb-about-v3__growth-grid {
	align-items: stretch;
}

.otb-about-v3__growth-lines {
	align-self: stretch;
	display: grid;
	grid-template-rows: repeat(3, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.otb-about-v3__growth-lines li {
	border-top: 2px solid var(--otb-home-green);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-block: 22px;
}

.otb-about-v3__growth-lines strong,
.otb-about-v3__growth-lines span {
	display: block;
}

.otb-about-v3__growth-lines strong {
	font: 780 clamp(1.45rem, 2.2vw, 2rem)/1.1 "Archivo", Arial, sans-serif;
}

.otb-about-v3__growth-lines span {
	color: var(--otb-home-muted);
	margin-top: 8px;
}

.otb-about-v3__closing {
	border-bottom: 1px solid var(--otb-home-line);
}

.otb-home-v3 .otb-about-v3__closing > .otb-home-shell > h2 {
	font-size: clamp(2.6rem, 5.4vw, var(--otb-heading-section-max));
	line-height: .98;
	margin: 0;
}

.otb-about-v3__closing-grid {
	display: grid;
	gap: 0;
	grid-template-columns: 1.15fr .85fr;
	margin-top: 48px;
}

.otb-about-v3__closing-grid > div {
	border: 1px solid var(--otb-home-line);
	padding: clamp(28px, 4vw, 46px);
}

.otb-about-v3__closing-grid > div + div {
	border-left: 0;
}

.otb-about-v3__closing-grid h3 {
	font-size: clamp(1.45rem, 2.3vw, 2rem);
	line-height: 1.15;
	margin: 0;
}

.otb-about-v3__closing-grid p {
	color: var(--otb-home-muted);
	margin: 18px 0 28px;
	max-width: 52ch;
}

@media (max-width: 900px) {
	.otb-about-v3__hero-grid,
	.otb-about-v3__scope-grid,
	.otb-about-v3__encounter-grid,
	.otb-about-v3__support-grid,
	.otb-about-v3__business-grid,
	.otb-about-v3__events-grid,
	.otb-about-v3__growth-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.otb-about-v3__region,
	.otb-about-v3__event-moment {
		max-width: 620px;
	}

	.otb-about-v3__encounter-grid {
		align-items: start;
	}

	.otb-about-v3__photo {
		max-width: 620px;
	}

	.otb-about-v3__photo img {
		height: min(78vh, 650px);
	}
}

@media (max-width: 620px) {
	.otb-home-v3 .otb-about-v3__hero h1 {
		font-size: clamp(2.4rem, 11vw, 3.25rem);
		max-width: none;
	}

	.otb-about-v3__hero .otb-home-button,
	.otb-about-v3__business .otb-home-button,
	.otb-about-v3__events .otb-home-button,
	.otb-about-v3__closing .otb-home-button {
		width: 100%;
	}

	.otb-about-v3__photo img {
		height: 470px;
	}

	.otb-about-v3__scope ul {
		grid-template-columns: minmax(0, 1fr);
	}

	.otb-about-v3__support-list li {
		gap: 5px 12px;
		grid-template-columns: 40px 1fr;
	}

	.otb-about-v3__support-list li > small {
		grid-column: 2;
	}

	.otb-about-v3__care-list,
	.otb-about-v3__closing-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.otb-about-v3__closing-grid > div + div {
		border-left: 1px solid var(--otb-home-line);
		border-top: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.otb-about-v3 *,
	.otb-about-v3 *::before,
	.otb-about-v3 *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

.otb-consent {
	position: fixed;
	left: clamp(16px, 2vw, 28px);
	bottom: clamp(16px, 2vw, 28px);
	z-index: 9999;
	display: grid;
	grid-template-columns: 150px minmax(190px, 1fr) auto;
	align-items: center;
	gap: 14px;
	width: min(620px, calc(100vw - 32px));
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 12px;
	background: #102a24;
	color: #fff;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
}

.otb-consent[hidden],
.otb-consent-manage[hidden] {
	display: none !important;
}

.otb-consent strong {
	display: block;
	margin: 0;
	font-family: var(--otb-heading-font, "Sora", sans-serif);
	font-size: 1rem;
	line-height: 1.18;
}

.otb-consent p {
	margin: 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.84rem;
	line-height: 1.35;
}

.otb-consent__actions {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	gap: 8px;
}

.otb-consent button {
	min-height: 40px;
	padding: 8px 14px;
	border-radius: 999px;
	font: 700 0.84rem/1 var(--otb-body-font, "Source Sans 3", sans-serif);
	white-space: nowrap;
	transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease;
	cursor: pointer;
}

.otb-consent [data-otb-consent-decline] {
	border: 1px solid rgba(255, 255, 255, 0.34);
	background: rgba(255, 255, 255, 0.03);
	color: rgba(255, 255, 255, 0.86);
	font-weight: 650;
}

.otb-consent [data-otb-consent-decline]:hover,
.otb-consent [data-otb-consent-accept]:hover {
	border-color: #fff;
	background: #fff;
	color: #102a24;
}

.otb-consent [data-otb-consent-accept] {
	border: 1px solid #f7c948;
	background: #f7c948;
	color: #102a24;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

.otb-consent-manage {
	min-height: 44px;
	padding: 10px 16px;
	border: 2px solid #f7c948;
	border-radius: 999px;
	background: #f7c948;
	color: #102a24;
	font: 700 0.9rem/1 var(--otb-body-font, "Source Sans 3", sans-serif);
	cursor: pointer;
}

.otb-consent button:focus-visible,
.otb-consent-manage:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

.otb-policy-v3__metrics {
	display: flex;
	padding-top: 28px;
}

.otb-policy-v3__metrics .otb-consent-manage {
	position: static;
	box-shadow: none;
}

@media (max-width: 820px) {
	.otb-consent {
		bottom: calc(84px + env(safe-area-inset-bottom));
		grid-template-columns: minmax(0, 1fr) auto;
		width: min(540px, calc(100vw - 32px));
	}

	.otb-consent strong,
	.otb-consent p {
		grid-column: 1;
	}

	.otb-consent__actions {
		grid-column: 2;
		grid-row: 1 / span 2;
	}
}

@media (max-width: 520px) {
	.otb-consent {
		left: 16px;
		right: 16px;
		bottom: calc(84px + env(safe-area-inset-bottom));
		grid-template-columns: 1fr;
		gap: 8px;
		width: auto;
		padding: 12px 14px;
	}

	.otb-consent strong,
	.otb-consent p,
	.otb-consent__actions {
		grid-column: 1;
		grid-row: auto;
	}

	.otb-consent__actions {
		justify-content: flex-end;
	}

	.otb-consent button {
		min-height: 38px;
		padding: 8px 13px;
	}
}

/* OTB Home compact guide 2026-09-01 */
.otb-home-v3 :where(a, button, input, select, textarea):focus-visible {
	outline-color: var(--otb-home-green);
}
.otb-home-v3 .otb-home-field input:focus-visible,
.otb-home-v3 .otb-home-field select:focus-visible {
	box-shadow: inset 0 -3px 0 var(--otb-home-yellow);
}
.otb-home-directory__count .otb-home-directory__guide {
	align-items: center;
	background: var(--otb-home-green);
	border: 1px solid var(--otb-home-green);
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	gap: 8px;
	justify-content: center;
	margin-top: 14px;
	min-height: 44px;
	padding: 9px 13px;
	text-decoration: none;
	width: max-content;
}
.otb-home-directory__count .otb-home-directory__guide:hover,
.otb-home-directory__count .otb-home-directory__guide:focus-visible {
	background: var(--otb-home-yellow);
	border-color: var(--otb-home-yellow);
	color: var(--otb-home-ink);
	text-decoration: none;
}
.otb-home-directory__list {
	gap: 12px;
	margin-top: 20px;
}
.otb-home-business-card__media {
	aspect-ratio: 2 / 1;
	background: var(--otb-home-surface);
}
.otb-home-business-card__media img {
	height: 100% !important;
	max-height: 100%;
	object-fit: cover !important;
	object-position: center;
	width: 100% !important;
}
.otb-home-business-card__body {
	padding: 10px 11px 9px;
}
.otb-home-business-card__category {
	border: 0;
	border-radius: 0;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .045em;
	padding: 0;
}
.otb-home-business-card__category::before { content: "["; }
.otb-home-business-card__category::after { content: "]"; }
.otb-home-v3 .otb-home-business-card h3 {
	font-size: clamp(.94rem, 1.02vw, 1.05rem);
	letter-spacing: -.025em;
	line-height: 1.12;
	margin: 4px 0 3px;
}
.otb-home-business-card h3 a {
	min-height: 0;
}
.otb-home-business-card__excerpt {
	font-size: 12px;
	line-height: 1.32;
	margin: 2px 0 6px;
}
.otb-home-business-card__footer {
	border-top: 0;
	display: block;
	margin-top: auto;
	padding-top: 3px;
}
.otb-home-business-card__location {
	font-size: 11.5px;
	gap: 4px;
	line-height: 1.3;
}
.otb-home-business-card__location svg {
	height: 14px;
	width: 14px;
}
.otb-home-business-card__footer .otb-home-business-card__action {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	color: var(--otb-home-green);
	font-size: 12px;
	justify-content: flex-start;
	min-height: 36px;
	padding: 5px 0 0;
}
.otb-home-business-card__footer .otb-home-business-card__action:hover,
.otb-home-business-card__footer .otb-home-business-card__action:focus-visible {
	background: transparent !important;
	box-shadow: none !important;
	color: var(--otb-home-ink);
	text-decoration: underline;
	transform: none;
}
.otb-home-mega-menu__grid nav:first-child {
	column-count: 2;
	column-gap: 28px;
	display: block;
	padding-left: 0;
}
.otb-home-mega-menu__grid nav:first-child strong {
	column-span: all;
	display: block;
}
.otb-home-mega-menu__grid nav:first-child a {
	break-inside: avoid;
	min-height: 0;
	padding-block: 8px;
}
.otb-home-more-menu__inner button:hover,
.otb-home-more-menu__inner button:focus-visible {
	background: var(--otb-home-yellow) !important;
	border-color: var(--otb-home-yellow) !important;
	color: var(--otb-home-ink) !important;
}
/* OTB Desktop close hover 2026-09-01 */
.otb-home-mega-menu__heading button:hover,
.otb-home-mega-menu__heading button:focus-visible {
	background: var(--otb-home-yellow) !important;
	border-color: var(--otb-home-yellow) !important;
	color: var(--otb-home-ink) !important;
}
