/* Fit Guide redesign. Every selector is scoped below .sd-fit-page. */
.sd-fit-page,
.sd-fit-page * {
	box-sizing: border-box;
}

.sd-fit-page {
	--fit-shell: 1160px;
	--fit-gutter: clamp(22px, 4vw, 48px);
	--fit-paper: #faf8f2;
	--fit-paper-deep: #f0eee5;
	--fit-card: #fffdf8;
	--fit-green: #073d30;
	--fit-green-deep: #043126;
	--fit-ink: #102d24;
	--fit-copy: #22332d;
	--fit-muted: #626c67;
	--fit-brass: #b78342;
	--fit-line: #ded8cb;
	background-color: var(--fit-paper);
	background-image:
		radial-gradient(circle at 7% 34%, rgba(7, 61, 48, .055) 0 1px, transparent 1.5px),
		linear-gradient(112deg, transparent 0 37%, rgba(183, 131, 66, .025) 37.2% 37.35%, transparent 37.55% 100%);
	background-size: 26px 26px, 100% 100%;
	color: var(--fit-copy);
	overflow: clip;
}

.sd-fit-page img,
.sd-fit-page picture {
	max-width: 100%;
	display: block;
}

.sd-fit-page a,
.sd-fit-page button,
.sd-fit-page input,
.sd-fit-page select,
.sd-fit-page summary {
	font: inherit;
}

.sd-fit-shell {
	width: min(var(--fit-shell), calc(100% - (2 * var(--fit-gutter))));
	margin-inline: auto;
}

.sd-fit-eyebrow {
	margin: 0 0 12px;
	color: var(--fit-green);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.2;
	text-transform: uppercase;
}

.sd-fit-page h1,
.sd-fit-page h2,
.sd-fit-page h3,
.sd-fit-page strong,
.sd-fit-page b {
	color: var(--fit-ink);
}

.sd-fit-page h1,
.sd-fit-page h2,
.sd-fit-page h3 {
	margin: 0;
	font-family: var(--font-heading, "Domaine Display", Georgia, serif);
	font-weight: 500;
	letter-spacing: -.022em;
}

/* Hero */
.sd-fit-hero {
	min-height: 500px;
	position: relative;
	display: block;
	overflow: hidden;
	background: #f7f4ed;
	border-bottom: 1px solid rgba(7, 61, 48, .11);
}

.sd-fit-hero__copy-wrap {
	width: 61%;
	min-height: 500px;
	min-width: 0;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	background: linear-gradient(90deg, #fffefa 0%, rgba(255, 254, 250, .98) 68%, rgba(255, 254, 250, .78) 86%, rgba(255, 254, 250, 0) 100%);
}

.sd-fit-hero__copy-wrap::after {
	display: none;
}

.sd-fit-hero__copy {
	width: min(500px, calc(100% - 42px));
	margin-left: max(var(--fit-gutter), calc((100vw - var(--fit-shell)) / 2));
	padding: 44px 48px 44px 0;
}

.sd-fit-hero h1 {
	max-width: 435px;
	font-size: clamp(47px, 4.15vw, 60px);
	line-height: .99;
}

.sd-fit-hero__subtitle,
.sd-fit-hero__body {
	max-width: 390px;
	font-size: 14px;
	line-height: 1.48;
}

.sd-fit-hero__subtitle {
	margin: 22px 0 0;
	font-weight: 700;
}

.sd-fit-hero__body {
	margin: 3px 0 0;
}

.sd-fit-hero__media,
.sd-fit-hero__media picture {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 500px;
	margin: 0;
	overflow: hidden;
}

.sd-fit-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sd-fit-hero__media {
	left: auto;
	width: 68%;
	z-index: 0;
}

.sd-fit-actions {
	margin-top: 26px;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.sd-fit-button {
	min-height: 46px;
	padding: 12px 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	border: 1px solid var(--fit-green);
	border-radius: 4px;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .02em;
	line-height: 1.1;
	text-decoration: none;
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.sd-fit-button--primary {
	background: var(--fit-green);
	color: #fff;
	box-shadow: 0 8px 18px rgba(4, 49, 38, .13);
}

.sd-fit-button--secondary {
	background: rgba(255, 255, 255, .48);
	color: var(--fit-green);
}

.sd-fit-button--light {
	background: #fffaf0;
	border-color: #fffaf0;
	color: var(--fit-green);
}

.sd-fit-button:hover,
.sd-fit-button:focus-visible {
	background: var(--fit-brass);
	border-color: var(--fit-brass);
	color: #fff;
}

/* Shared sections */
.sd-fit-section {
	padding-block: 30px;
}

.sd-fit-panel {
	min-width: 0;
	padding: 22px;
	border: 1px solid var(--fit-line);
	border-radius: 10px;
	background: rgba(255, 253, 248, .87);
	box-shadow: 0 8px 28px rgba(43, 48, 42, .025);
}

.sd-fit-panel__header {
	margin-bottom: 14px;
}

.sd-fit-panel__header > p {
	margin: 8px 0 0;
	color: var(--fit-muted);
	font-size: 11px;
	line-height: 1.45;
}

.sd-fit-number-title {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 24px;
	line-height: 1.08;
}

.sd-fit-number-title > span {
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	flex: 0 0 28px;
	border-radius: 50%;
	background: var(--fit-green);
	color: #fff;
	font-family: var(--font-body, system-ui, sans-serif);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
}

.sd-fit-section-title {
	max-width: 720px;
	margin: 0 auto 19px;
	position: relative;
	text-align: center;
}

.sd-fit-section-title h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	font-size: 26px;
	line-height: 1.1;
}

.sd-fit-section-title h2::before,
.sd-fit-section-title h2::after {
	content: "";
	width: 70px;
	height: 1px;
	background: var(--fit-line);
}

.sd-fit-section-title > p:not(.sd-fit-eyebrow) {
	margin: 8px auto 0;
	color: var(--fit-muted);
	font-size: 12px;
	line-height: 1.5;
}

/* Measurement and result panels */
.sd-fit-check {
	padding-top: 18px;
	padding-bottom: 12px;
	position: relative;
}

.sd-fit-check::before,
.sd-fit-faq::after {
	content: "";
	width: 260px;
	height: 520px;
	position: absolute;
	left: -105px;
	top: 70px;
	pointer-events: none;
	background: repeating-radial-gradient(ellipse at 0 50%, transparent 0 25px, rgba(7, 61, 48, .035) 26px 27px);
	opacity: .75;
}

.sd-fit-check__grid {
	display: grid;
	grid-template-columns: minmax(0, 2.05fr) minmax(290px, .78fr);
	gap: 14px;
	align-items: stretch;
}

.sd-fit-measure-panel {
	display: flex;
	flex-direction: column;
}

.sd-fit-measure-panel__body {
	min-height: 418px;
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
	gap: 18px;
	align-items: center;
}

.sd-fit-measure-illustration {
	min-width: 0;
	height: 382px;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.sd-fit-measure-illustration img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.sd-fit-measure-panel__form {
	min-width: 0;
}

.sd-fit-form__primary {
	display: grid;
	gap: 10px;
}

.sd-fit-choice {
	min-width: 0;
	min-height: 70px;
	padding: 9px 10px;
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	border: 1px solid #ded7c9;
	border-radius: 8px;
	background: rgba(255, 255, 252, .9);
}

.sd-fit-choice.is-active {
	border-color: rgba(7, 61, 48, .55);
	box-shadow: 0 0 0 2px rgba(7, 61, 48, .08);
}

.sd-fit-choice__icon {
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	color: var(--fit-green);
	font-family: Georgia, serif;
	font-size: 21px;
	line-height: 1;
}

.sd-fit-choice__content {
	min-width: 0;
	display: block;
}

.sd-fit-choice strong {
	margin-bottom: 5px;
	display: block;
	font-family: var(--font-heading, Georgia, serif);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.05;
}

.sd-fit-choice select,
.sd-fit-form__secondary input,
.sd-fit-form__secondary select {
	width: 100%;
	min-width: 0;
	height: 30px;
	padding: 4px 28px 4px 8px;
	border: 1px solid #d8d2c8;
	border-radius: 4px;
	background-color: #fffefa;
	color: #4d5853;
	font-size: 10px;
}

#sd-fit-weight {
	font-size: 14px;
}

.sd-fit-choice select:focus,
.sd-fit-form__secondary input:focus,
.sd-fit-form__secondary select:focus {
	outline: 2px solid rgba(183, 131, 66, .48);
	outline-offset: 1px;
}

.sd-fit-form__more-trigger {
	width: 100%;
	margin-top: 9px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border: 0;
	border-top: 1px solid var(--fit-line);
	border-bottom: 1px solid var(--fit-line);
	background: transparent;
	color: var(--fit-green);
	cursor: pointer;
	font-size: 10px;
	font-weight: 800;
}

.sd-fit-form__more-trigger b {
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}

.sd-fit-form__more-trigger:hover,
.sd-fit-form__more-trigger:focus-visible {
	background: rgba(7, 61, 48, .04);
}

.sd-fit-profile-modal {
	width: min(560px, calc(100% - 28px));
	max-width: 560px;
	max-height: calc(100vh - 32px);
	padding: 0;
	border: 0;
	border-radius: 12px;
	background: transparent;
	color: var(--fit-ink);
	overflow: visible;
}

.sd-fit-profile-modal::backdrop {
	background: rgba(2, 25, 19, .58);
	backdrop-filter: blur(3px);
}

.sd-fit-profile-modal__card {
	max-height: calc(100vh - 32px);
	padding: 24px;
	border: 1px solid rgba(7, 61, 48, .16);
	border-radius: 12px;
	background: #fbfaf5;
	box-shadow: 0 24px 70px rgba(2, 25, 19, .24);
	overflow: auto;
}

.sd-fit-profile-modal__header {
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.sd-fit-profile-modal__header h3 {
	font-size: 25px;
	line-height: 1.1;
}

.sd-fit-profile-modal__header button {
	width: 36px;
	height: 36px;
	padding: 0;
	display: grid;
	place-items: center;
	border: 1px solid var(--fit-line);
	border-radius: 50%;
	background: #fff;
	color: var(--fit-green);
	cursor: pointer;
	font-size: 22px;
	line-height: 1;
}

.sd-fit-profile-modal__footer {
	margin-top: 14px;
	display: flex;
	justify-content: flex-end;
}

.sd-fit-profile-modal__footer .sd-fit-button {
	min-width: 120px;
	min-height: 40px;
}

.sd-fit-form__more-intro {
	margin: 0 0 10px;
	color: var(--fit-muted);
	font-size: 10px;
	line-height: 1.45;
}

.sd-fit-form__secondary {
	padding-bottom: 10px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px;
}

.sd-fit-form__secondary label,
.sd-fit-form__secondary label > span {
	min-width: 0;
	display: block;
}

.sd-fit-form__secondary label > span {
	margin-bottom: 4px;
	font-size: 10px;
	font-weight: 700;
}

.sd-fit-form__wide {
	grid-column: 1 / -1;
}

.sd-fit-readiness {
	margin-top: 10px;
	padding: 8px 2px;
	display: flex;
	gap: 8px;
	align-items: flex-start;
	color: var(--fit-green);
}

.sd-fit-readiness > .sd-fit-shield-icon,
.sd-fit-check__note > .sd-fit-shield-icon {
	width: 20px;
	height: 20px;
	display: grid;
	place-items: center;
	flex: 0 0 20px;
	color: var(--fit-green);
}

.sd-fit-shield-icon svg {
	width: 18px;
	height: 18px;
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.sd-fit-readiness strong {
	display: block;
	font-family: var(--font-body, system-ui, sans-serif);
	font-size: 9px;
	font-weight: 750;
	line-height: 1.35;
}

.sd-fit-readiness p {
	margin: 2px 0 0;
	color: var(--fit-muted);
	font-size: 9px;
	line-height: 1.38;
}

.sd-fit-form__actions {
	margin-top: 8px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.sd-fit-form__actions a,
.sd-fit-save {
	color: var(--fit-green);
	font-size: 9px;
	font-weight: 800;
}

.sd-fit-save {
	min-height: 30px;
	padding: 6px 11px;
	border: 1px solid var(--fit-green);
	border-radius: 3px;
	background: var(--fit-green);
	color: #fff;
	cursor: pointer;
}

.sd-fit-form__result {
	margin: 5px 0 0;
	font-size: 9px;
	line-height: 1.35;
}

.sd-fit-check__note {
	max-width: 340px;
	margin: 4px 0 0 auto;
	display: flex;
	gap: 9px;
	align-items: center;
	color: var(--fit-muted);
	font-size: 9px;
	line-height: 1.4;
}

.sd-fit-result-panel {
	display: flex;
	flex-direction: column;
	background: rgba(246, 244, 237, .91);
}

.sd-fit-result-card {
	min-height: 495px;
	padding: 23px 20px 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border: 1px solid #d9d8ce;
	border-radius: 10px;
	background:
		radial-gradient(circle at 70% 20%, rgba(255, 255, 255, .8), transparent 38%),
		linear-gradient(145deg, rgba(255, 255, 252, .94), rgba(238, 240, 231, .92));
}

.sd-fit-result-card__mark {
	width: 42px;
	height: 42px;
	margin-bottom: 14px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: var(--fit-green);
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}

.sd-fit-result-card__status {
	max-width: 250px;
	font-family: var(--font-heading, Georgia, serif);
	font-size: 25px;
	font-weight: 500;
	line-height: 1.03;
}

.sd-fit-result-card__body {
	max-width: 276px;
	margin: 12px 0 0;
	font-size: 10px;
	line-height: 1.48;
}

.sd-fit-result-card__count {
	margin: 8px 0 0;
	color: var(--fit-green);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
}

.sd-fit-result-profile {
	width: 100%;
	margin-top: 14px;
	padding: 12px;
	border: 1px solid #d9d5c8;
	border-radius: 9px;
	background: rgba(255, 253, 248, .72);
	text-align: left;
}

.sd-fit-result-profile[hidden] {
	display: none;
}

.sd-fit-result-profile > strong {
	display: block;
	font-family: var(--font-body, system-ui, sans-serif);
	font-size: 9px;
	font-weight: 800;
	text-align: center;
}

.sd-fit-result-profile dl {
	margin: 9px 0 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 2px;
	font-size: 8px;
	line-height: 1.35;
}

.sd-fit-result-profile dt {
	font-weight: 750;
}

.sd-fit-result-profile dd {
	margin: 0 0 5px;
	max-width: none;
	color: var(--fit-muted);
	text-align: left;
	overflow-wrap: anywhere;
}

.sd-fit-result-reasons {
	width: 100%;
	margin-top: 16px;
	padding: 13px;
	border: 1px solid #d9d5c8;
	border-radius: 9px;
	background: rgba(241, 239, 229, .74);
	text-align: left;
}

.sd-fit-result-reasons > strong {
	display: block;
	font-family: var(--font-body, system-ui, sans-serif);
	font-size: 9px;
	font-weight: 800;
	text-align: center;
}

.sd-fit-result-reasons ul {
	margin: 9px 0 0;
	padding: 0;
	display: grid;
	gap: 7px;
	list-style: none;
}

.sd-fit-result-reasons li {
	display: grid;
	grid-template-columns: 17px minmax(0, 1fr);
	gap: 6px;
	align-items: start;
	font-size: 9px;
	line-height: 1.32;
}

.sd-fit-result-reasons li > span {
	width: 15px;
	height: 15px;
	display: grid;
	place-items: center;
	border: 1px solid var(--fit-green);
	border-radius: 50%;
	color: var(--fit-green);
	font-size: 8px;
}

.sd-fit-result-reasons b,
.sd-fit-result-reasons small {
	display: block;
}

.sd-fit-result-reasons b {
	font-family: var(--font-body, system-ui, sans-serif);
	font-size: 9px;
}

.sd-fit-result-reasons small {
	margin-top: 1px;
	color: var(--fit-muted);
	font-size: 8px;
}

.sd-fit-result-card__disclaimer {
	max-width: 280px;
	margin-top: auto;
	padding-top: 12px;
	color: var(--fit-muted);
	font-size: 8px;
	line-height: 1.4;
}

.sd-fit-result-panel.is-complete .sd-fit-result-card__mark {
	box-shadow: 0 0 0 6px rgba(7, 61, 48, .08);
}

/* Measurement cards */
.sd-fit-measurements {
	padding-top: 10px;
	padding-bottom: 20px;
}

.sd-fit-measurements > .sd-fit-shell {
	margin-top: 12px;
	margin-bottom: 5px;
}

.sd-fit-measurements__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 11px;
}

.sd-fit-measure-card {
	min-width: 0;
	height: 184px;
	position: relative;
	overflow: hidden;
	border: 1px solid var(--fit-line);
	border-radius: 9px;
	background: rgba(255, 253, 248, .86);
}

.sd-fit-measure-card__copy {
	width: 56%;
	padding: 18px 8px 14px 18px;
	position: relative;
	z-index: 1;
}

.sd-fit-measure-card h3 {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 16px;
	line-height: 1.05;
}

.sd-fit-measure-card h3 span {
	width: 19px;
	height: 19px;
	display: grid;
	place-items: center;
	flex: 0 0 19px;
	border: 1px solid var(--fit-green);
	border-radius: 50%;
	font-family: var(--font-body, system-ui, sans-serif);
	font-size: 8px;
	font-weight: 800;
}

.sd-fit-measure-card p {
	margin: 11px 0 0 28px;
	font-size: 10px;
	line-height: 1.45;
}

.sd-fit-measure-card figure {
	width: 34%;
	height: 58%;
	margin: 0;
	position: absolute;
	right: 2%;
	bottom: 6%;
	opacity: .78;
}

.sd-fit-measure-card figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	mix-blend-mode: multiply;
}

.sd-fit-measure-card:nth-child(n + 2) figure img {
	object-position: 70% center;
}

/* Benefits */
.sd-fit-benefits {
	padding-top: 17px;
	padding-bottom: 11px;
}

.sd-fit-benefits__inner {
	margin-top: 12px;
	margin-bottom: 21px;
	padding: 0 11px 16px;
	border: 1px solid #d8d8ce;
	border-radius: 10px;
	background: rgba(232, 233, 224, .72);
}

.sd-fit-benefits .sd-fit-section-title {
	margin-top: -14px;
	margin-bottom: 12px;
}

.sd-fit-benefits .sd-fit-section-title h2 {
	padding-inline: 16px;
	display: inline-flex;
	background: var(--fit-paper);
}

.sd-fit-benefits .sd-fit-section-title h2::before,
.sd-fit-benefits .sd-fit-section-title h2::after {
	display: none;
}

.sd-fit-benefits__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 17px;
}

.sd-fit-benefit-card {
	min-width: 0;
	min-height: 184px;
	padding: 17px 14px 15px;
	text-align: center;
	border: 1px solid #d7d2c7;
	border-radius: 9px;
	background: rgba(255, 253, 248, .9);
}

.sd-fit-benefit-card figure {
	width: 88px;
	height: 72px;
	margin: 0 auto 3px;
	overflow: hidden;
	background: transparent;
}

.sd-fit-benefit-card figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sd-fit-benefit-card h3 {
	font-size: 17px;
	line-height: 1.08;
}

.sd-fit-benefit-card p {
	max-width: 210px;
	margin: 8px auto 0;
	font-size: 10px;
	line-height: 1.45;
}

/* Support banner */
.sd-fit-support {
	padding-top: 0;
	padding-bottom: 26px;
}

.sd-fit-support__inner {
	min-height: 184px;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
	overflow: hidden;
	border-radius: 10px;
	background:
		repeating-radial-gradient(ellipse at 100% 50%, transparent 0 25px, rgba(7, 61, 48, .035) 26px 27px),
		#efede4;
}

.sd-fit-support figure {
	min-height: 184px;
	margin: 0;
	overflow: hidden;
}

.sd-fit-support figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.sd-fit-support__copy {
	padding: 23px 36px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.sd-fit-support h2 {
	font-size: 31px;
	line-height: 1.05;
}

.sd-fit-support__copy > p:not(.sd-fit-eyebrow) {
	max-width: 410px;
	margin: 8px 0 13px;
	font-size: 12px;
	line-height: 1.45;
}

.sd-fit-support .sd-fit-button {
	min-height: 38px;
	padding: 9px 17px;
	gap: 20px;
	font-size: 10px;
}

.sd-fit-button__icon,
.sd-fit-button__icon svg {
	width: 16px;
	height: 16px;
	display: block;
}

.sd-fit-button__icon svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

/* FAQ */
.sd-fit-faq {
	padding-top: 0;
	padding-bottom: 20px;
	position: relative;
}

.sd-fit-faq::after {
	left: auto;
	right: -120px;
	top: -120px;
}

.sd-fit-faq__header {
	margin-bottom: 12px;
	display: grid;
	grid-template-columns: minmax(210px, .55fr) minmax(0, 1fr);
	column-gap: 28px;
	align-items: end;
}

.sd-fit-faq .sd-fit-shell {
	padding: 17px 20px 20px;
	border: 1px solid rgba(7, 61, 48, .12);
	border-radius: 10px;
	background: rgba(255, 253, 248, .74);
}

.sd-fit-faq__header .sd-fit-eyebrow {
	grid-column: 1;
}

.sd-fit-faq__header h2 {
	grid-column: 1;
	font-size: 23px;
	line-height: 1.1;
}

.sd-fit-faq__header > p:not(.sd-fit-eyebrow) {
	grid-column: 2;
	grid-row: 1 / span 2;
	margin: 0 0 2px;
	color: var(--fit-muted);
	font-size: 10px;
	line-height: 1.5;
}

.sd-fit-faq__list {
	border: 1px solid var(--fit-line);
	border-radius: 8px;
	background: rgba(255, 253, 248, .5);
	overflow: hidden;
}

.sd-fit-faq details + details {
	border-top: 1px solid var(--fit-line);
}

.sd-fit-faq summary {
	min-height: 38px;
	padding: 8px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	list-style: none;
	transition: background-color 140ms ease;
}

.sd-fit-faq summary:hover,
.sd-fit-faq summary:focus-visible {
	background: rgba(7, 61, 48, .045);
}

.sd-fit-faq summary::-webkit-details-marker {
	display: none;
}

.sd-fit-faq__question {
	min-width: 0;
	display: flex;
	align-items: center;
	gap: 11px;
}

.sd-fit-faq__question i {
	width: 17px;
	height: 17px;
	display: grid;
	place-items: center;
	flex: 0 0 17px;
	border: 1px solid #9b9e99;
	border-radius: 50%;
	font-size: 9px;
	font-style: normal;
}

.sd-fit-faq summary b {
	font-family: var(--font-body, system-ui, sans-serif);
	font-size: 18px;
	font-weight: 400;
	transition: transform 140ms ease;
}

.sd-fit-faq details[open] summary b {
	transform: rotate(45deg);
}

.sd-fit-faq details > p {
	max-width: 860px;
	margin: -1px 46px 10px 43px;
	color: var(--fit-muted);
	font-size: 10px;
	line-height: 1.55;
}

/* Bottom CTA */
.sd-fit-bottom-cta {
	padding-top: 0;
	padding-bottom: 10px;
}

.sd-fit-bottom-cta__inner {
	min-height: 88px;
	margin: 19px 0 40px;
	padding: 10px 18px;
	display: grid;
	grid-template-columns: 145px minmax(0, 1fr) auto;
	gap: 24px;
	align-items: center;
	border-radius: 8px;
	background: linear-gradient(90deg, #073d30, #043126);
	color: #fff;
}

.sd-fit-bottom-cta__inner > img {
	width: 145px;
	height: 100%;
	min-height: 68px;
	align-self: stretch;
	object-fit: cover;
	border-radius: 5px;
}

.sd-fit-bottom-cta__copy,
.sd-fit-bottom-cta .sd-fit-button {
	align-self: center;
}

.sd-fit-bottom-cta h2 {
	color: #fff;
	font-size: 20px;
	line-height: 1.1;
}

.sd-fit-bottom-cta__copy > p:not(.sd-fit-eyebrow) {
	margin: 4px 0 0;
	color: rgba(255, 255, 255, .8);
	font-size: 9px;
	line-height: 1.4;
}

.sd-fit-bottom-cta .sd-fit-button {
	min-width: 250px;
	min-height: 44px;
	justify-content: space-between;
	font-size: 11px;
}

/* Tablet */
@media (max-width: 1080px) {
	.sd-fit-page {
		--fit-gutter: 30px;
	}

	.sd-fit-hero {
		min-height: 500px;
	}

	.sd-fit-hero__copy-wrap {
		min-height: 500px;
	}

	.sd-fit-hero__copy {
		width: calc(100% - 28px);
		padding-right: 34px;
	}

	.sd-fit-hero h1 {
		font-size: clamp(43px, 5vw, 51px);
	}

	.sd-fit-hero__media,
	.sd-fit-hero__media picture {
		min-height: 500px;
	}

	.sd-fit-panel {
		padding: 18px;
	}

	.sd-fit-check__grid {
		grid-template-columns: minmax(0, 1.9fr) minmax(280px, .78fr);
	}

	.sd-fit-measure-panel__body {
		grid-template-columns: minmax(0, 1fr) minmax(250px, .9fr);
		gap: 12px;
	}

	.sd-fit-measure-card__copy {
		width: 58%;
		padding-left: 14px;
	}

	.sd-fit-measure-card p {
		margin-left: 0;
	}

	.sd-fit-benefits__grid {
		gap: 10px;
	}

	.sd-fit-bottom-cta .sd-fit-button {
		min-width: 220px;
	}
}

@media (max-width: 900px) {
	.sd-fit-check__grid {
		grid-template-columns: 1fr;
	}

	.sd-fit-result-card {
		min-height: 420px;
	}

	.sd-fit-result-reasons {
		max-width: 580px;
	}

	.sd-fit-measurements__grid,
	.sd-fit-benefits__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sd-fit-measure-card {
		height: 170px;
	}

	.sd-fit-bottom-cta__inner {
		grid-template-columns: 110px minmax(0, 1fr) auto;
	}

	.sd-fit-bottom-cta__inner > img {
		width: 110px;
	}

	.sd-fit-bottom-cta .sd-fit-button {
		min-width: 190px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.sd-fit-page {
		--fit-gutter: 14px;
		overflow: hidden;
	}

	.sd-fit-hero {
		min-height: 0;
		display: flex;
		flex-direction: column;
		overflow: visible;
	}

	.sd-fit-hero__copy-wrap {
		width: 100%;
		min-height: 0;
		order: 1;
	}

	.sd-fit-hero__copy-wrap::after {
		width: 116%;
		height: 72px;
		top: auto;
		right: -8%;
		bottom: -46px;
		border-radius: 0 0 50% 50% / 0 0 100% 100%;
		box-shadow: 0 14px 0 rgba(227, 231, 220, .28);
	}

	.sd-fit-hero__copy {
		width: auto;
		margin: 0;
		padding: 42px 22px 38px;
	}

	.sd-fit-hero h1 {
		max-width: 340px;
		font-size: clamp(41px, 12.3vw, 48px);
		line-height: 1;
	}

	.sd-fit-hero__subtitle,
	.sd-fit-hero__body {
		font-size: 13px;
	}

	.sd-fit-hero__media {
		position: relative;
		inset: auto;
		width: 100%;
		min-height: 0;
		order: 2;
	}

	.sd-fit-hero__media picture {
		position: relative;
		inset: auto;
		display: block;
		height: 270px;
		min-height: 270px;
	}

	.sd-fit-hero__media {
		height: 270px;
		min-height: 270px;
	}

	.sd-fit-actions,
	.sd-fit-actions .sd-fit-button {
		width: 100%;
	}

	.sd-fit-actions {
		gap: 9px;
	}

	.sd-fit-section {
		padding-block: 22px;
	}

	.sd-fit-panel {
		padding: 17px;
	}

	.sd-fit-number-title {
		font-size: 22px;
	}

	.sd-fit-measure-panel__body {
		min-height: 0;
		grid-template-columns: 1fr;
	}

	.sd-fit-measure-illustration {
		height: 250px;
	}

	.sd-fit-choice {
		min-height: 72px;
	}

	.sd-fit-form__secondary {
		grid-template-columns: 1fr;
	}

	.sd-fit-profile-modal__card {
		padding: 20px 16px;
	}

	.sd-fit-profile-modal__footer .sd-fit-button {
		width: 100%;
	}

	.sd-fit-form__wide {
		grid-column: auto;
	}

	.sd-fit-form__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.sd-fit-save,
	.sd-fit-form__actions a {
		width: 100%;
		min-height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.sd-fit-check__note {
		max-width: none;
		margin-top: 10px;
	}

	.sd-fit-result-card {
		min-height: 0;
		padding: 25px 16px 18px;
	}

	.sd-fit-result-card__status {
		font-size: 25px;
	}

	.sd-fit-result-card__disclaimer {
		margin-top: 14px;
	}

	.sd-fit-section-title {
		margin-bottom: 15px;
	}

	.sd-fit-section-title h2 {
		gap: 9px;
		font-size: 24px;
	}

	.sd-fit-section-title h2::before,
	.sd-fit-section-title h2::after {
		width: 24px;
	}

	.sd-fit-measurements__grid,
	.sd-fit-benefits__grid {
		grid-template-columns: 1fr;
	}

	.sd-fit-measure-card {
		height: 176px;
	}

	.sd-fit-measure-card__copy {
		width: 70%;
		padding: 18px;
	}

	.sd-fit-benefits {
		padding-top: 22px;
	}

	.sd-fit-benefits__inner {
		padding-inline: 11px;
	}

	.sd-fit-benefit-card {
		min-height: 164px;
	}

	.sd-fit-support__inner {
		grid-template-columns: 1fr;
	}

	.sd-fit-support figure,
	.sd-fit-support figure img {
		height: 205px;
		min-height: 205px;
	}

	.sd-fit-support__copy {
		padding: 25px 20px 27px;
	}

	.sd-fit-support h2 {
		font-size: 30px;
	}

	.sd-fit-support .sd-fit-button {
		width: 100%;
	}

	.sd-fit-faq summary {
		padding: 10px 11px;
		font-size: 11px;
	}

	.sd-fit-faq .sd-fit-shell {
		padding: 15px 12px;
	}

	.sd-fit-faq__header {
		display: block;
	}

	.sd-fit-faq__header > p:not(.sd-fit-eyebrow) {
		margin-top: 6px;
	}

	.sd-fit-faq details > p {
		margin: 0 35px 12px 39px;
		font-size: 10px;
	}

	.sd-fit-bottom-cta__inner {
		padding: 18px;
		grid-template-columns: 82px minmax(0, 1fr);
		gap: 13px;
	}

	.sd-fit-bottom-cta__inner > img {
		width: 82px;
		height: 100%;
		min-height: 76px;
	}

	.sd-fit-bottom-cta h2 {
		font-size: 21px;
	}

	.sd-fit-bottom-cta .sd-fit-button {
		width: 100%;
		min-width: 0;
		grid-column: 1 / -1;
	}
}

@media (max-width: 390px) {
	.sd-fit-hero__copy {
		padding-inline: 18px;
	}

	.sd-fit-hero h1 {
		font-size: 42px;
	}

	.sd-fit-panel {
		padding-inline: 14px;
	}

	.sd-fit-measure-card__copy {
		width: 75%;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sd-fit-page *,
	.sd-fit-page *::before,
	.sd-fit-page *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}
.sd-fit-form__description {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.78rem;
	font-weight: 400;
	line-height: 1.45;
	color: inherit;
	opacity: 0.72;
}
