.nmt-home {
	--nmt-section-space: clamp(62px, 7vw, 92px);
	overflow: clip;
}

.nmt-home :where(h1, h2, h3, p) {
	margin-top: 0;
}

.nmt-home-section {
	padding: var(--nmt-section-space) 0;
}

.nmt-section-heading {
	margin: 0 auto 31px;
	text-align: center;
}

.nmt-section-heading h2 {
	font-size: clamp(27px, 3vw, 35px);
	line-height: 1.4;
	margin: 0;
}

.nmt-section-heading--line {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr auto 1fr;
}

.nmt-section-heading--line::before,
.nmt-section-heading--line::after {
	background: linear-gradient(90deg, transparent, var(--nmt-gold-light));
	content: "";
	height: 1px;
}

.nmt-section-heading--line::after {
	background: linear-gradient(90deg, var(--nmt-gold-light), transparent);
}

.nmt-section-heading--ornament {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: center;
}

.nmt-section-heading--ornament::before,
.nmt-section-heading--ornament::after {
	background: repeating-linear-gradient(90deg, var(--nmt-gold) 0 3px, transparent 3px 8px);
	content: "";
	height: 2px;
	width: 58px;
}

.nmt-home-hero {
	background: var(--nmt-warm-white);
	isolation: isolate;
	min-height: clamp(440px, 45vw, 590px);
	position: relative;
}

.nmt-home-hero__media {
	inset: 0;
	overflow: hidden;
	position: absolute;
	z-index: -2;
}

.nmt-home-hero__media picture,
.nmt-home-hero__media img {
	display: block;
	height: 100%;
	width: 100%;
}

.nmt-home-hero__media img {
	object-fit: cover;
	object-position: var(--nmt-hero-position, 70% center);
}

.nmt-home-hero::after {
	background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 29%, rgba(255,255,255,.82) 42%, rgba(255,255,255,.05) 67%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.nmt-home-hero__inner {
	align-items: center;
	display: flex;
	min-height: inherit;
	position: relative;
}

.nmt-home-hero__copy {
	max-width: 510px;
	padding: 48px 0 58px;
}

.nmt-home-hero__eyebrow {
	color: var(--nmt-gold);
	font-family: var(--nmt-serif);
	font-size: clamp(14px, 1.5vw, 18px);
	letter-spacing: .08em;
	margin-bottom: 12px;
}

.nmt-home-hero h1 {
	color: var(--nmt-ink);
	font-size: clamp(39px, 4.5vw, 58px);
	font-weight: 500;
	letter-spacing: .08em;
	line-height: 1.55;
	margin: 0;
}

.nmt-home-hero__lead {
	color: var(--nmt-muted);
	font-size: clamp(13px, 1.2vw, 16px);
	line-height: 2;
	margin: 20px 0 0;
}

.nmt-home-hero__seal {
	align-items: center;
	background: rgba(255,255,255,.94);
	border: 3px solid var(--nmt-gold-light);
	border-radius: 50%;
	bottom: 44px;
	box-shadow: 0 12px 30px rgba(68,88,101,.12), inset 0 0 0 5px #fff;
	color: var(--nmt-indigo);
	display: flex;
	flex-direction: column;
	height: 155px;
	justify-content: center;
	line-height: 1.4;
	margin: 0;
	position: absolute;
	right: 0;
	width: 155px;
}

.nmt-home-hero__seal strong {
	font-family: var(--nmt-serif);
	font-size: 21px;
	font-weight: 500;
	letter-spacing: .08em;
}

.nmt-home-hero__seal .icon {
	color: var(--nmt-gold);
	margin-top: 7px;
	width: 26px;
}

.nmt-hero-actions {
	background: #fff;
	padding: 22px 0 15px;
}

.nmt-hero-actions__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, 1fr);
}

.nmt-hero-action {
	align-items: center;
	border: 1px solid var(--nmt-gold-light);
	border-radius: 7px;
	color: var(--nmt-gold);
	display: flex;
	gap: 17px;
	justify-content: center;
	min-height: 86px;
	padding: 13px 20px;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.nmt-hero-action:hover {
	box-shadow: var(--nmt-shadow);
	transform: translateY(-2px);
}

.nmt-hero-action > .icon {
	height: 34px;
	width: 34px;
}

.nmt-hero-action span {
	display: flex;
	flex-direction: column;
}

.nmt-hero-action strong {
	font-family: var(--nmt-serif);
	font-size: clamp(18px, 2vw, 23px);
	font-weight: 500;
	letter-spacing: .05em;
}

.nmt-hero-action small {
	font-size: 11px;
}

.nmt-hero-action--diagnosis {
	background: var(--nmt-gold);
	color: #fff;
}

.nmt-hero-action--line {
	background: var(--nmt-line);
	border-color: var(--nmt-line);
	color: #fff;
}

.nmt-proof-strip {
	background: #fff;
	padding-bottom: 22px;
}

.nmt-proof-strip__grid {
	border: 1px solid var(--nmt-border);
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(68,88,101,.04);
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	overflow: hidden;
}

.nmt-proof-strip__grid > div {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: center;
	min-height: 74px;
	padding: 11px 12px;
}

.nmt-proof-strip__grid > div + div {
	border-left: 1px solid var(--nmt-border);
}

.nmt-proof-strip__grid > div > .icon {
	color: var(--nmt-indigo);
	height: 32px;
	width: 32px;
}

.nmt-proof-strip__grid > div:nth-child(even) > .icon {
	color: var(--nmt-gold);
}

.nmt-proof-strip__grid span {
	display: flex;
	flex-direction: column;
}

.nmt-proof-strip__grid strong {
	font-size: 13px;
}

.nmt-proof-strip__grid small {
	color: var(--nmt-muted);
	font-size: 9px;
}

.nmt-concern-section {
	background: #fff;
	padding-top: 48px;
}

.nmt-concern-grid,
.nmt-concierge__choices {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(6, 1fr);
}

.nmt-concern-card,
.nmt-concierge__choice {
	align-items: center;
	background: #fff;
	border: 1px solid var(--nmt-border);
	border-radius: 12px;
	color: var(--nmt-indigo-dark);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 190px;
	padding: 19px 12px 12px;
	text-align: center;
	text-decoration: none;
}

.nmt-concern-card:hover,
.nmt-concierge__choice:hover,
.nmt-concierge__choice[aria-pressed="true"] {
	background: #eef2f4;
	border-color: var(--nmt-indigo);
}

.nmt-concern-card strong,
.nmt-concierge__choice strong {
	font-size: 14px;
	line-height: 1.45;
}

.nmt-concern-card small,
.nmt-concierge__choice small {
	color: var(--nmt-muted);
	display: block;
	font-size: 10px;
	line-height: 1.6;
	margin-top: 7px;
}

.nmt-concern-card__icon,
.nmt-concierge__choice-icon {
	align-items: center;
	color: var(--nmt-indigo);
	display: flex;
	flex: 1;
	justify-content: center;
	margin-top: 9px;
	width: 100%;
}

.nmt-concern-card__icon .icon,
.nmt-concierge__choice-icon .icon {
	height: 63px;
	stroke-width: 1.25;
	width: 63px;
}

.nmt-concern-card:nth-child(3n) .nmt-concern-card__icon,
.nmt-concierge__choice:nth-child(3n) .nmt-concierge__choice-icon {
	color: var(--nmt-gold);
}

.nmt-diagnosis-steps,
.nmt-concierge__steps {
	border: 1px solid var(--nmt-gold-light);
	border-radius: 9px;
	margin-top: 34px;
	padding: 0 18px 18px;
}

.nmt-diagnosis-steps__title,
.nmt-concierge__steps-title {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: center;
	transform: translateY(-16px);
}

.nmt-diagnosis-steps__title h3,
.nmt-concierge__steps-title h3 {
	background: #fff;
	font-size: clamp(21px, 2.5vw, 29px);
	margin: 0;
	padding-inline: 16px;
	white-space: nowrap;
}

.nmt-diagnosis-steps__title span,
.nmt-concierge__steps-title span {
	background: var(--nmt-gold-light);
	height: 1px;
	width: 180px;
}

.nmt-diagnosis-steps ol,
.nmt-concierge__steps-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr) 1.15fr;
	list-style: none;
	margin: -2px 0 0;
	padding: 0;
}

.nmt-diagnosis-steps li,
.nmt-concierge__step {
	align-items: center;
	border-right: 1px solid var(--nmt-border);
	display: flex;
	flex-direction: column;
	min-height: 87px;
	padding: 3px 10px;
	text-align: center;
}

.nmt-diagnosis-steps li b,
.nmt-concierge__step b {
	color: var(--nmt-gold);
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: 400;
}

.nmt-diagnosis-steps li strong,
.nmt-concierge__step strong {
	font-size: 12px;
	margin-top: 5px;
}

.nmt-diagnosis-steps li small,
.nmt-concierge__step small {
	color: var(--nmt-muted);
	font-size: 9px;
}

.nmt-diagnosis-steps__action,
.nmt-concierge__start-wrap {
	border: 0 !important;
	justify-content: center;
}

.nmt-diagnosis-steps__action a,
.nmt-concierge__start {
	align-items: center;
	background: var(--nmt-gold);
	border: 0;
	border-radius: 6px;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-family: var(--nmt-serif);
	font-size: 15px;
	justify-content: center;
	min-height: 64px;
	padding: 9px 16px;
	text-decoration: none;
	width: 100%;
}

.nmt-diagnosis-steps__action a small,
.nmt-concierge__start small {
	color: #fff;
	font-family: var(--nmt-sans);
}

.nmt-concierge__results {
	background: var(--nmt-warm-white);
	border: 1px solid var(--nmt-border);
	border-radius: 12px;
	margin-top: 24px;
	padding: 24px;
}

.nmt-concierge__results[hidden] {
	display: none;
}

.nmt-concierge__result-grid {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(3, 1fr);
}

.nmt-concierge__result-card {
	background: #fff;
	border: 1px solid var(--nmt-border);
	border-radius: 9px;
	padding: 15px;
}

.nmt-category-section {
	border-top: 1px solid #eff2f3;
	padding-top: 58px;
}

.nmt-product-category-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, 1fr);
}

.nmt-product-category {
	background: var(--nmt-warm-white);
	border-radius: 2px;
	color: #fff;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.nmt-product-category__visual {
	align-items: center;
	color: var(--nmt-gold);
	display: flex;
	height: 220px;
	justify-content: center;
	overflow: hidden;
}

.nmt-product-category__visual img {
	height: 100%;
	object-fit: cover;
	transition: transform 350ms ease;
	width: 100%;
}

.nmt-product-category:hover .nmt-product-category__visual img {
	transform: scale(1.035);
}

.nmt-product-category__visual > .icon {
	height: 80px;
	stroke-width: 1.2;
	width: 80px;
}

.nmt-product-category > strong {
	align-items: center;
	background: rgba(68,88,101,.94);
	bottom: 0;
	display: flex;
	font-family: var(--nmt-serif);
	font-size: 17px;
	height: 48px;
	left: 0;
	padding: 0 20px;
	position: absolute;
	right: 0;
}

.nmt-product-category > .icon {
	bottom: 15px;
	position: absolute;
	right: 17px;
	z-index: 2;
}

.nmt-recommended {
	background: #fff;
	padding-top: 0;
}

.nmt-recommended__grid {
	border: 1px solid var(--nmt-gold-light);
	border-radius: 7px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 14px;
}

.nmt-recommended-card {
	display: grid;
	gap: 17px;
	grid-template-columns: 1fr 1.15fr;
	min-width: 0;
	padding: 7px 17px;
}

.nmt-recommended-card + .nmt-recommended-card {
	border-left: 1px solid var(--nmt-border);
}

.nmt-recommended-card__visual {
	align-items: center;
	background: var(--nmt-warm-white);
	color: var(--nmt-gold);
	display: flex;
	justify-content: center;
	min-height: 150px;
	overflow: hidden;
}

.nmt-recommended-card__visual img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.nmt-recommended-card__visual .icon {
	height: 62px;
	width: 62px;
}

.nmt-recommended-card h3 {
	font-size: 16px;
	margin: 3px 0 8px;
}

.nmt-recommended-card p {
	color: var(--nmt-muted);
	font-size: 10px;
	line-height: 1.65;
	margin-bottom: 13px;
}

.nmt-recommended-card a,
.nmt-service-card a {
	align-items: center;
	color: var(--nmt-indigo-dark);
	display: inline-flex;
	font-size: 10px;
	gap: 6px;
	text-decoration: none;
}

.nmt-services {
	background: #fff;
	padding-top: 0;
}

.nmt-service-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, 1fr);
}

.nmt-service-card {
	background: #fff;
	border: 1px solid var(--nmt-border);
	border-radius: 5px;
	display: grid;
	grid-template-columns: 1fr 1.15fr;
	min-height: 185px;
	overflow: hidden;
}

.nmt-service-card > div {
	padding: 22px 10px 17px 23px;
}

.nmt-service-card h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.nmt-service-card p {
	color: var(--nmt-muted);
	font-size: 10px;
	line-height: 1.7;
	margin-bottom: 21px;
}

.nmt-service-card__visual {
	align-items: center;
	background: var(--nmt-warm-white);
	color: var(--nmt-gold);
	display: flex;
	justify-content: center;
}

.nmt-service-card__visual .icon {
	height: 75px;
	stroke-width: 1.1;
	width: 75px;
}

.nmt-before-after {
	align-items: stretch;
	background: var(--nmt-warm-white);
	border: 1px solid var(--nmt-border);
	color: var(--nmt-ink);
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 1.35fr auto 1.35fr;
	margin-top: 13px;
	min-height: 118px;
	padding: 12px;
	text-decoration: none;
}

.nmt-before-after__intro {
	align-self: center;
	display: flex;
	flex-direction: column;
	padding-left: 18px;
}

.nmt-before-after__intro small {
	color: var(--nmt-indigo);
	font-family: var(--nmt-serif);
	margin-bottom: 8px;
}

.nmt-before-after__intro strong {
	font-size: 12px;
}

.nmt-before-after__image {
	align-items: center;
	background: #fff;
	color: var(--nmt-gold);
	display: flex;
	justify-content: center;
	min-height: 95px;
	overflow: hidden;
	position: relative;
}

.nmt-before-after__image b {
	background: rgba(255,255,255,.84);
	color: var(--nmt-indigo);
	font-family: Georgia, serif;
	font-size: 11px;
	left: 0;
	letter-spacing: .12em;
	padding: 3px 7px;
	position: absolute;
	top: 0;
	z-index: 2;
}

.nmt-before-after__image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.nmt-before-after__image .icon {
	height: 65px;
	width: 65px;
}

.nmt-before-after > .icon {
	align-self: center;
	color: var(--nmt-indigo-dark);
	height: 25px;
	width: 25px;
}

.nmt-owner-story {
	background: var(--nmt-indigo-dark);
	color: #fff;
	padding: 0;
}

.nmt-owner-story__grid {
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	min-height: 350px;
}

.nmt-owner-story__media {
	min-height: 350px;
}

.nmt-owner-story__media > img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.nmt-photo-placeholder {
	align-items: center;
	background: linear-gradient(135deg, #f2eee5, #fbfaf7);
	color: var(--nmt-gold);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	min-height: 220px;
	text-align: center;
}

.nmt-photo-placeholder .icon {
	height: 66px;
	width: 66px;
}

.nmt-photo-placeholder p {
	font-size: 12px;
	margin: 12px 0 0;
}

.nmt-photo-placeholder--dark {
	background: rgba(255,255,255,.07);
	color: var(--nmt-gold-light);
}

.nmt-owner-story__copy {
	align-self: center;
	padding: 50px clamp(40px, 8vw, 110px);
}

.nmt-owner-story__lead {
	color: #fff;
	font-family: var(--nmt-serif);
	font-size: clamp(26px, 3vw, 36px);
	letter-spacing: .1em;
	line-height: 1.55;
	margin-bottom: 20px;
}

.nmt-owner-story__copy > p:not(.nmt-owner-story__lead) {
	color: rgba(255,255,255,.78);
	font-size: 13px;
	line-height: 2;
}

.nmt-owner-story__name {
	font-family: var(--nmt-serif);
	font-size: 17px !important;
	letter-spacing: .08em;
	margin: 12px 0 23px;
}

.nmt-reasons {
	background: #fff;
}

.nmt-reason-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
}

.nmt-reason-card {
	padding: 3px 16px;
	text-align: center;
}

.nmt-reason-card + .nmt-reason-card {
	border-left: 1px solid var(--nmt-border);
}

.nmt-reason-card > span {
	color: var(--nmt-gold);
	display: inline-flex;
}

.nmt-reason-card > span .icon {
	height: 42px;
	stroke-width: 1.2;
	width: 42px;
}

.nmt-reason-card h3 {
	font-size: 13px;
	line-height: 1.5;
	margin: 13px 0 8px;
}

.nmt-reason-card p {
	color: var(--nmt-muted);
	font-size: 9px;
	line-height: 1.65;
	margin: 0;
}

.nmt-voices {
	background: #fff;
	padding-top: 0;
}

.nmt-voice-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, 1fr);
}

.nmt-voice-grid > article,
.nmt-voice-card {
	background: #fff;
	border: 1px solid var(--nmt-gold-light);
	border-radius: 6px;
	display: grid;
	gap: 15px;
	grid-template-columns: 36% 1fr;
	min-height: 175px;
	overflow: hidden;
	padding: 0;
}

.nmt-voice-grid > article > span {
	align-items: center;
	background: var(--nmt-warm-white);
	color: var(--nmt-gold);
	display: flex;
	justify-content: center;
}

.nmt-voice-grid > article > span .icon {
	height: 70px;
	width: 70px;
}

.nmt-voice-grid > article > div {
	padding: 19px 14px 15px 0;
}

.nmt-voice-grid h3,
.nmt-voice-card > p {
	color: var(--nmt-indigo);
	font-size: 16px;
	line-height: 1.55;
	margin-bottom: 9px;
}

.nmt-voice-grid p,
.nmt-voice-card blockquote {
	color: var(--nmt-muted);
	font-size: 10px;
	line-height: 1.7;
	margin: 0 0 10px;
}

.nmt-voice-grid small {
	font-size: 9px;
}

.nmt-voice-card {
	display: block;
	padding: 20px;
}

.nmt-stars {
	color: var(--nmt-gold);
	letter-spacing: .12em;
}

.nmt-store {
	background: #fff;
	padding: 4px 0 42px;
}

.nmt-store__grid {
	border: 1px solid var(--nmt-border);
	display: grid;
	grid-template-columns: 1.1fr .85fr 1.15fr;
	min-height: 250px;
}

.nmt-store__image > img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.nmt-store__info {
	padding: 28px 25px;
}

.nmt-store__info h2 {
	font-size: 26px;
	margin-bottom: 2px;
}

.nmt-store__info > p {
	color: var(--nmt-muted);
	font-size: 10px;
}

.nmt-store__info dl {
	margin: 18px 0 14px;
}

.nmt-store__info dl > div {
	display: grid;
	font-size: 10px;
	grid-template-columns: 82px 1fr;
	margin: 6px 0;
}

.nmt-store__info dt {
	align-items: center;
	color: var(--nmt-gold);
	display: flex;
	gap: 5px;
}

.nmt-store__info dd {
	margin: 0;
}

.nmt-store__note {
	font-size: 9px !important;
}

.nmt-store__map {
	align-items: center;
	background:
		linear-gradient(rgba(251,250,247,.78), rgba(251,250,247,.78)),
		repeating-linear-gradient(25deg, #d8e0e3 0 1px, transparent 1px 32px),
		repeating-linear-gradient(115deg, #d8e0e3 0 1px, transparent 1px 45px);
	color: var(--nmt-indigo);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	text-decoration: none;
}

.nmt-store__map span {
	align-items: center;
	background: var(--nmt-indigo);
	border-radius: 50% 50% 50% 0;
	color: #fff;
	display: flex;
	height: 47px;
	justify-content: center;
	margin-bottom: 13px;
	transform: rotate(-45deg);
	width: 47px;
}

.nmt-store__map span .icon {
	transform: rotate(45deg);
}

.nmt-store__map strong {
	font-family: var(--nmt-serif);
	font-size: 15px;
}

.nmt-faq-section {
	background: #fff;
	padding: 0 0 45px;
}

.nmt-faq-grid,
.nmt-faq-list {
	display: grid;
	gap: 8px 16px;
	grid-template-columns: repeat(2, 1fr);
}

.nmt-faq-grid details,
.nmt-faq-item {
	border: 1px solid var(--nmt-border);
	border-radius: 5px;
}

.nmt-faq-grid summary,
.nmt-faq-item summary {
	color: var(--nmt-ink);
	cursor: pointer;
	font-size: 12px;
	font-weight: 600;
	list-style: none;
	padding: 10px 34px 10px 14px;
	position: relative;
}

.nmt-faq-grid summary::after,
.nmt-faq-item summary::after {
	color: var(--nmt-gold);
	content: "⌄";
	font-size: 18px;
	position: absolute;
	right: 14px;
	top: 5px;
}

.nmt-faq-grid details p,
.nmt-faq-item > div {
	color: var(--nmt-muted);
	font-size: 11px;
	padding: 0 14px 12px;
}

.nmt-final-band {
	background: var(--nmt-indigo-dark);
	border-bottom: 1px solid rgba(210,190,144,.38);
	color: #fff;
	padding: 29px 0;
}

.nmt-final-band__inner {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: 1.15fr .95fr .95fr;
}

.nmt-final-band h2 {
	color: #fff;
	font-size: 23px;
	line-height: 1.55;
	margin: 0;
}

.nmt-final-band__inner > div > p {
	color: rgba(255,255,255,.72);
	font-size: 10px;
	margin: 4px 0 0;
}

.nmt-final-band__line,
.nmt-final-band__phone {
	align-items: center;
	border-radius: 7px;
	display: flex;
	gap: 14px;
	justify-content: center;
	min-height: 75px;
	padding: 10px 16px;
	text-decoration: none;
}

.nmt-final-band__line {
	background: var(--nmt-line);
	color: #fff;
}

.nmt-final-band__phone {
	background: #fff;
	border: 1px solid var(--nmt-gold-light);
	color: var(--nmt-gold);
}

.nmt-final-band__line > .icon,
.nmt-final-band__phone > .icon {
	height: 30px;
	width: 30px;
}

.nmt-final-band__line span,
.nmt-final-band__phone span {
	display: flex;
	flex-direction: column;
}

.nmt-final-band__line strong,
.nmt-final-band__phone strong {
	font-family: var(--nmt-serif);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.35;
}

.nmt-final-band__line small,
.nmt-final-band__phone small {
	font-size: 9px;
}

@media (max-width: 1024px) {
	.nmt-home-hero__seal {
		right: 20px;
	}

	.nmt-proof-strip__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.nmt-proof-strip__grid > div {
		border-bottom: 1px solid var(--nmt-border);
	}

	.nmt-concern-grid,
	.nmt-concierge__choices {
		grid-template-columns: repeat(3, 1fr);
	}

	.nmt-product-category-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.nmt-recommended__grid {
		grid-template-columns: 1fr;
	}

	.nmt-recommended-card + .nmt-recommended-card {
		border-left: 0;
		border-top: 1px solid var(--nmt-border);
	}

	.nmt-reason-grid {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 34px;
	}

	.nmt-reason-card:nth-child(4) {
		border-left: 0;
	}
}

@media (max-width: 782px) {
	.nmt-home {
		--nmt-section-space: 58px;
	}

	.nmt-section-heading {
		margin-bottom: 24px;
	}

	.nmt-section-heading h2 {
		font-size: clamp(24px, 7vw, 28px);
	}

	.nmt-section-heading--line {
		gap: 12px;
	}

	.nmt-section-heading--ornament {
		gap: 12px;
	}

	.nmt-section-heading--ornament::before,
	.nmt-section-heading--ornament::after {
		width: 28px;
	}

	.nmt-home-hero {
		min-height: calc(100svh - 89px);
	}

	.nmt-home-hero__media img {
		object-position: var(--nmt-hero-mobile-position, 66% center);
	}

	.nmt-home-hero::after {
		background: linear-gradient(180deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.2) 31%, rgba(255,255,255,.96) 64%, #fff 100%);
	}

	.nmt-home-hero__inner {
		align-items: flex-end;
	}

	.nmt-home-hero__copy {
		max-width: 100%;
		padding: 42px 0 38px;
	}

	.nmt-home-hero h1 {
		font-size: clamp(31px, 9.3vw, 38px);
		letter-spacing: .06em;
		line-height: 1.48;
	}

	.nmt-home-hero__lead {
		font-size: 12px;
		line-height: 1.75;
	}

	.nmt-home-hero__seal {
		bottom: 230px;
		height: 98px;
		right: 16px;
		width: 98px;
	}

	.nmt-home-hero__seal span {
		font-size: 10px;
	}

	.nmt-home-hero__seal strong {
		font-size: 13px;
	}

	.nmt-home-hero__seal .icon {
		width: 19px;
	}

	.nmt-hero-actions {
		padding-top: 14px;
	}

	.nmt-hero-actions__grid {
		gap: 8px;
		grid-template-columns: 1fr 1fr;
	}

	.nmt-hero-action {
		gap: 8px;
		min-height: 72px;
		padding: 9px;
	}

	.nmt-hero-action:last-child {
		grid-column: 1 / -1;
	}

	.nmt-hero-action > .icon {
		height: 25px;
		width: 25px;
	}

	.nmt-hero-action strong {
		font-size: 15px;
	}

	.nmt-hero-action small {
		font-size: 8px;
	}

	.nmt-proof-strip__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.nmt-proof-strip__grid > div {
		justify-content: flex-start;
		min-height: 63px;
	}

	.nmt-proof-strip__grid > div > .icon {
		height: 25px;
		width: 25px;
	}

	.nmt-proof-strip__grid > div:last-child {
		grid-column: 1 / -1;
		justify-content: center;
	}

	.nmt-concern-section {
		padding-top: 38px;
	}

	.nmt-concern-grid,
	.nmt-concierge__choices {
		gap: 9px;
		grid-template-columns: repeat(2, 1fr);
	}

	.nmt-concern-card,
	.nmt-concierge__choice {
		min-height: 164px;
		padding: 14px 8px 9px;
	}

	.nmt-concern-card strong,
	.nmt-concierge__choice strong {
		font-size: 13px;
	}

	.nmt-concern-card__icon .icon,
	.nmt-concierge__choice-icon .icon {
		height: 52px;
		width: 52px;
	}

	.nmt-diagnosis-steps,
	.nmt-concierge__steps {
		padding: 0 10px 10px;
	}

	.nmt-diagnosis-steps__title,
	.nmt-concierge__steps-title {
		gap: 5px;
	}

	.nmt-diagnosis-steps__title h3,
	.nmt-concierge__steps-title h3 {
		font-size: 17px;
		padding-inline: 8px;
		white-space: normal;
	}

	.nmt-diagnosis-steps__title span,
	.nmt-concierge__steps-title span {
		width: 20px;
	}

	.nmt-diagnosis-steps ol,
	.nmt-concierge__steps-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.nmt-diagnosis-steps li,
	.nmt-concierge__step {
		border-bottom: 1px solid var(--nmt-border);
		min-height: 78px;
	}

	.nmt-diagnosis-steps__action,
	.nmt-concierge__start-wrap {
		grid-column: 1 / -1;
		padding-top: 10px !important;
	}

	.nmt-concierge__result-grid {
		grid-template-columns: 1fr;
	}

	.nmt-product-category-grid {
		gap: 10px;
	}

	.nmt-product-category__visual {
		height: 145px;
	}

	.nmt-product-category > strong {
		font-size: 13px;
		height: 42px;
		padding-left: 12px;
	}

	.nmt-recommended-card {
		gap: 11px;
		grid-template-columns: 42% 1fr;
		padding: 10px 4px;
	}

	.nmt-recommended-card__visual {
		min-height: 135px;
	}

	.nmt-service-grid {
		grid-template-columns: 1fr;
	}

	.nmt-service-card {
		min-height: 160px;
	}

	.nmt-before-after {
		grid-template-columns: 1fr 1fr;
	}

	.nmt-before-after__intro {
		grid-column: 1 / -1;
		padding: 6px;
	}

	.nmt-before-after > .icon {
		display: none;
	}

	.nmt-owner-story__grid {
		grid-template-columns: 1fr;
	}

	.nmt-owner-story__media {
		min-height: 290px;
	}

	.nmt-owner-story__copy {
		padding: 38px 22px 44px;
	}

	.nmt-owner-story__lead {
		font-size: 25px;
	}

	.nmt-reason-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.nmt-reason-card:nth-child(odd) {
		border-left: 0;
	}

	.nmt-reason-card:nth-child(even) {
		border-left: 1px solid var(--nmt-border);
	}

	.nmt-voice-grid {
		grid-template-columns: 1fr;
	}

	.nmt-store {
		padding-top: 0;
	}

	.nmt-store__grid {
		grid-template-columns: 1fr;
	}

	.nmt-store__image {
		min-height: 230px;
	}

	.nmt-store__map {
		min-height: 210px;
	}

	.nmt-faq-grid,
	.nmt-faq-list {
		grid-template-columns: 1fr;
	}

	.nmt-final-band__inner {
		grid-template-columns: 1fr;
	}

	.nmt-final-band h2 {
		font-size: 22px;
	}
}

@media (max-width: 380px) {
	.nmt-home-hero h1 {
		font-size: 29px;
	}

	.nmt-home-hero__seal {
		bottom: 220px;
	}

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

	.nmt-product-category__visual {
		height: 180px;
	}
}
