.whd-branches-parent {
	--branches-border: var(--color-border, #d1d1d1);
	--branches-border-soft: var(--color-border-2, #e1ddd9);
	--branches-green: var(--color-green, #0a4c30);
	--branches-red: var(--color-danger, #9b090d);
	--branches-text: var(--color-text, #444);
	--branches-muted: #666;
	--branches-soft: var(--color-bg-gray, #f6f6f6);
	--branches-warm: var(--salmon, #fff9f5);
	--branches-accent: var(--color-accent, #f5faf5);
	--branches-max: 1420px;
	background: #fff;
	color: var(--branches-text);
	font-family: inherit;
}

.whd-branches-parent *,
.whd-branches-parent *::before,
.whd-branches-parent *::after {
	box-sizing: border-box;
}

body.whd-branches-parent-page .whd-branches-parent-shell {
	width: 100%;
	max-width: none;
	margin-inline: 0;
	padding: 0;
}

.whd-branches-parent a {
	color: inherit;
	text-decoration: none;
}

.whd-branches-parent__section {
	padding: clamp(3.5rem, 7vw, 6.5rem) 0;
}

.whd-branches-parent__section--soft {
	background: var(--branches-soft);
}

.whd-branches-parent__section--warm {
	background: var(--branches-warm);
}

.whd-branches-parent__container {
	width: min(100% - clamp(2rem, 5vw, 5rem), var(--branches-max));
	margin-inline: auto;
}

.whd-branches-parent__eyebrow {
	margin: 0 0 0.8rem;
	color: var(--branches-muted);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.whd-branches-parent h1,
.whd-branches-parent h2,
.whd-branches-parent h3,
.whd-branches-parent p {
	margin-top: 0;
}

.whd-branches-parent h1 {
	max-width: 14em;
	margin-bottom: 1.25rem;
	font-size: clamp(2.45rem, 4.5vw, 4.5rem);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.05;
	text-wrap: balance;
}

.whd-branches-parent h2 {
	max-width: 17em;
	margin-bottom: 1rem;
	font-size: clamp(1.75rem, 3vw, 2.7rem);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.16;
	text-wrap: balance;
}

.whd-branches-parent h3 {
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.35;
	text-transform: uppercase;
}

.whd-branches-parent__lead {
	max-width: 41rem;
	color: var(--branches-muted);
	font-size: 1.05rem;
	line-height: 1.75;
}

.whd-branches-parent__hero {
	padding: clamp(4rem, 8vw, 8rem) 0 clamp(3rem, 6vw, 5rem);
}

.whd-branches-parent__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: center;
}

.whd-branches-parent__hero-copy {
	min-width: 0;
}

.whd-branches-parent__actions,
.whd-branches-parent__button-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
	align-items: center;
}

.whd-branches-parent__actions {
	margin-top: 2rem;
}

.whd-branches-parent__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 3rem;
	padding: 0.9rem 1.25rem;
	border: 1px solid var(--branches-green);
	background: var(--branches-green);
	color: #fff;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body .whd-branches-parent a.whd-branches-parent__button,
body .whd-branches-parent a.whd-branches-parent__button:hover,
body .whd-branches-parent a.whd-branches-parent__button:focus-visible {
	color: #fff;
}

.whd-branches-parent__button:hover,
.whd-branches-parent__button:focus-visible {
	background: var(--branches-red);
	border-color: var(--branches-red);
	color: #fff;
}

.whd-branches-parent__button--secondary {
	background: #fff;
	color: var(--branches-green);
}

body .whd-branches-parent a.whd-branches-parent__button--secondary,
body .whd-branches-parent a.whd-branches-parent__button--secondary:hover,
body .whd-branches-parent a.whd-branches-parent__button--secondary:focus-visible {
	color: var(--branches-green);
}

.whd-branches-parent__hero-media {
	position: relative;
	min-width: 0;
}

.whd-branches-parent__hero-media img {
	display: block;
	width: 100%;
	aspect-ratio: 1.27 / 1;
	object-fit: cover;
	border: 1px solid var(--branches-border-soft);
}

.whd-branches-parent__media-note {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	max-width: min(18rem, calc(100% - 2rem));
	padding: 0.85rem 1rem;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid var(--branches-border-soft);
	font-size: 0.85rem;
	font-weight: 700;
	line-height: 1.45;
}

.whd-branches-parent__usp {
	border-top: 1px solid var(--branches-border-soft);
	border-bottom: 1px solid var(--branches-border-soft);
	background: var(--branches-accent);
}

.whd-branches-parent__usp-list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.whd-branches-parent__usp-list li {
	padding: 1.1rem 1.25rem;
	border-left: 1px solid var(--branches-border-soft);
	color: var(--branches-green);
	font-size: 0.9rem;
	font-weight: 700;
}

.whd-branches-parent__usp-list li:first-child {
	border-left: 0;
}

.whd-branches-parent__split {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(430px, 1fr);
	gap: clamp(2rem, 5vw, 4.5rem);
	align-items: start;
}

.whd-branches-parent__routes {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.whd-branches-parent__route {
	min-height: 4.1rem;
	padding: 0.9rem 1rem;
	border: 1px solid var(--branches-border);
	background: #fff;
	color: var(--branches-text);
	font: inherit;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	cursor: pointer;
}

.whd-branches-parent__route[aria-pressed="true"] {
	border-color: var(--branches-green);
	background: var(--branches-green);
	color: #fff;
}

.whd-branches-parent__advice {
	padding: clamp(1.5rem, 3vw, 2.25rem);
	border: 1px solid var(--branches-border);
	background: #fff;
}

.whd-branches-parent__advice p {
	color: var(--branches-muted);
	line-height: 1.7;
}

.whd-branches-parent__sizes,
.whd-branches-parent__facts,
.whd-branches-parent__card-list,
.whd-branches-parent__step-list {
	margin: 1.25rem 0 0;
	padding: 0;
	list-style: none;
}

.whd-branches-parent__sizes {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.whd-branches-parent__size-chip {
	padding: 0.45rem 0.65rem;
	border: 1px solid var(--branches-border);
	background: var(--branches-soft);
	font-size: 0.82rem;
	font-weight: 700;
}

.whd-branches-parent__facts {
	display: grid;
	gap: 0.65rem;
}

.whd-branches-parent__fact {
	padding-left: 1rem;
	border-left: 3px solid var(--branches-green);
	color: var(--branches-muted);
	font-size: 0.9rem;
	line-height: 1.55;
}

.whd-branches-parent__note {
	margin-top: 1rem;
	color: var(--branches-muted);
	font-size: 0.86rem;
	line-height: 1.6;
}

.whd-branches-parent__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.whd-branches-parent__card,
.whd-branches-parent__step,
.whd-branches-parent__trust-card {
	border: 1px solid var(--branches-border);
	background: #fff;
}

.whd-branches-parent__card {
	display: grid;
	min-height: 15rem;
	padding: 1.15rem;
	align-content: start;
	gap: 0.75rem;
}

.whd-branches-parent__card p,
.whd-branches-parent__step p,
.whd-branches-parent__trust-card p {
	color: var(--branches-muted);
	font-size: 0.92rem;
	line-height: 1.6;
}

.whd-branches-parent__card a {
	color: var(--branches-green);
	font-weight: 800;
}

.whd-branches-parent__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-top: auto;
}

.whd-branches-parent__chips span {
	padding: 0.3rem 0.45rem;
	background: var(--branches-accent);
	color: var(--branches-green);
	font-size: 0.75rem;
	font-weight: 700;
}

.whd-branches-parent__steps,
.whd-branches-parent__trust-grid,
.whd-branches-parent__buying-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.whd-branches-parent__buying-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.whd-branches-parent__step,
.whd-branches-parent__trust-card {
	padding: 1.25rem;
}

.whd-branches-parent__step strong {
	display: block;
	margin-bottom: 0.5rem;
	color: var(--branches-green);
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.whd-branches-parent__size-table {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 1px;
	margin-top: 2rem;
	background: var(--branches-border);
	border: 1px solid var(--branches-border);
}

.whd-branches-parent__size-cell {
	min-height: 11rem;
	padding: 1.15rem;
	background: #fff;
}

.whd-branches-parent__size-cell strong {
	display: block;
	margin-bottom: 0.75rem;
	color: var(--branches-green);
	font-size: 1.35rem;
	font-weight: 700;
}

.whd-branches-parent__final {
	background: var(--branches-green);
	color: #fff;
}

.whd-branches-parent__final h2,
.whd-branches-parent__final p {
	color: #fff;
}

.whd-branches-parent__final .whd-branches-parent__button {
	border-color: #fff;
	background: #fff;
	color: var(--branches-green);
}

body .whd-branches-parent__final a.whd-branches-parent__button,
body .whd-branches-parent__final a.whd-branches-parent__button:hover,
body .whd-branches-parent__final a.whd-branches-parent__button:focus-visible {
	color: var(--branches-green);
}

.whd-branches-parent__final .whd-branches-parent__button--secondary {
	background: transparent;
	color: #fff;
}

body .whd-branches-parent__final a.whd-branches-parent__button--secondary,
body .whd-branches-parent__final a.whd-branches-parent__button--secondary:hover,
body .whd-branches-parent__final a.whd-branches-parent__button--secondary:focus-visible {
	color: #fff;
}

@media (max-width: 1100px) {
	.whd-branches-parent__hero-grid,
	.whd-branches-parent__split {
		grid-template-columns: 1fr;
	}

	.whd-branches-parent__grid,
	.whd-branches-parent__steps,
	.whd-branches-parent__trust-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.whd-branches-parent__size-table {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.whd-branches-parent__container {
		width: min(100% - 1.25rem, var(--branches-max));
	}

	.whd-branches-parent h1 {
		font-size: clamp(2.1rem, 11vw, 3rem);
	}

	.whd-branches-parent__hero {
		padding-top: 3rem;
	}

	.whd-branches-parent__routes,
	.whd-branches-parent__grid,
	.whd-branches-parent__steps,
	.whd-branches-parent__trust-grid,
	.whd-branches-parent__buying-grid,
	.whd-branches-parent__size-table,
	.whd-branches-parent__usp-list {
		grid-template-columns: 1fr;
	}

	.whd-branches-parent__usp-list li {
		border-left: 0;
		border-top: 1px solid var(--branches-border-soft);
	}

	.whd-branches-parent__usp-list li:first-child {
		border-top: 0;
	}

	.whd-branches-parent__media-note {
		position: static;
		max-width: none;
		border-top: 0;
	}

	.whd-branches-parent__button {
		width: 100%;
	}
}
