/* Typography defaults intentionally match the approved ND Brand Theme. */
body {
	font-size: var(--nd-font-body, 16px);
}

.primary-menu a {
	font-size: var(--nd-font-navigation, 14px);
}

.hero h1 {
	font-size: clamp(42px, 5.5vw, var(--nd-font-hero-max, 80px));
}

.section-heading h2,
.featured__copy h2,
.mega-menu-panel__header h2,
.contact-hub__header h1,
.appointment__intro h2,
.nd-core-contact__intro h2 {
	font-size: clamp(30px, 4vw, var(--nd-font-section-max, 58px));
}

.page-header h1 {
	font-size: clamp(36px, 6vw, var(--nd-font-page-max, 72px));
}

.entry-content,
.manifesto__text {
	font-size: var(--nd-font-content, 17px);
}

.direction-card h3 {
	font-size: clamp(20px, 2.2vw, var(--nd-font-card-title-max, 34px));
}

.direction-card p,
.mega-menu-panel__header > p {
	font-size: var(--nd-font-card-text, 14px);
}

.button,
.text-link,
.direction-card > a {
	font-size: var(--nd-font-button, 12px);
}

.side-rail__label,
.interests-rail__title,
.interests-rail a > span {
	font-size: var(--nd-font-side, 9px);
}

.nd-core-contact {
	background: var(--color-surface);
}

.nd-core-contact__grid {
	display: grid;
	grid-template-columns: minmax(260px, .58fr) minmax(480px, 1fr);
	gap: clamp(60px, 9vw, 140px);
	align-items: start;
}

.nd-core-contact__intro {
	position: sticky;
	top: calc(var(--header-height, 88px) + 34px);
}

.nd-core-contact__intro h2 {
	margin-bottom: 24px;
}

.nd-core-contact__intro > p:not(.eyebrow) {
	color: var(--color-muted);
}

@media (max-width: 920px) {
	.nd-core-contact__grid {
		grid-template-columns: 1fr;
	}
	.nd-core-contact__intro {
		position: static;
	}
}

/* Reputation, sharing and ratings. */
.nd-home-reputation {
	background:
		linear-gradient(rgba(69, 94, 104, .04) 1px, transparent 1px),
		linear-gradient(90deg, rgba(69, 94, 104, .04) 1px, transparent 1px),
		var(--color-surface);
	background-size: 48px 48px;
}

.nd-home-reputation header {
	max-width: 760px;
	margin-bottom: clamp(34px, 5vw, 64px);
}

.nd-home-reputation h2 {
	margin: 0;
	color: var(--color-blue);
	font-size: clamp(30px, 4vw, var(--nd-font-section-max, 58px));
	font-weight: 300;
	line-height: 1.08;
}

.nd-reputation {
	position: relative;
	display: grid;
	grid-template-columns: minmax(160px, .65fr) minmax(250px, 1fr) minmax(210px, .75fr);
	align-items: center;
	gap: 28px;
	padding: clamp(24px, 3vw, 38px);
	margin-top: 48px;
	background: var(--color-card);
	border: 1px solid var(--color-line);
	border-right: 3px solid var(--color-terracotta);
}

.nd-home-reputation .nd-reputation {
	margin-top: 0;
}

.nd-reputation button {
	font: inherit;
}

.nd-reputation__like > button {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--color-blue);
	cursor: pointer;
}

.nd-reputation__like > button > span:first-child {
	font-family: Arial, sans-serif;
	font-size: 26px;
	line-height: 1;
}

.nd-reputation__like > button.is-active {
	color: var(--color-red);
}

.nd-reputation__like strong {
	display: grid;
	min-width: 27px;
	height: 27px;
	place-items: center;
	border: 1px solid var(--color-line);
	border-radius: 50%;
	font-size: 10px;
}

.nd-reputation__rating,
.nd-reputation__share {
	display: flex;
	align-items: center;
	gap: 12px;
}

.nd-reputation__label,
.nd-rating-summary {
	color: var(--color-muted);
	font-size: 10px;
	letter-spacing: .06em;
	white-space: nowrap;
}

.nd-stars {
	display: inline-flex;
	gap: 2px;
}

.nd-stars button {
	padding: 2px;
	border: 0;
	background: transparent;
	color: color-mix(in srgb, var(--color-steel) 28%, transparent);
	font-size: 20px;
	cursor: pointer;
	transition: color 160ms ease, transform 160ms ease;
}

.nd-stars button:hover,
.nd-stars button:focus-visible,
.nd-stars button.is-active {
	color: var(--color-terracotta);
	transform: translateY(-1px);
}

.nd-reputation__share {
	justify-content: flex-end;
}

.nd-reputation__share > div {
	display: flex;
	gap: 6px;
}

.nd-reputation__share button {
	display: grid;
	width: 32px;
	height: 32px;
	padding: 0;
	place-items: center;
	border: 1px solid var(--color-line);
	border-radius: 50%;
	background: transparent;
	color: var(--color-blue);
	font-size: 10px;
	cursor: pointer;
}

.nd-reputation__share button:hover {
	background: var(--color-blue);
	color: #fff;
}

.nd-reputation__notice {
	position: absolute;
	right: 20px;
	bottom: 5px;
	margin: 0;
	color: var(--color-red);
	font-size: 10px;
}

.nd-reputation.is-loading {
	opacity: .64;
	pointer-events: none;
}

.nd-reputation--compact {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	padding: 12px 20px 0;
	margin-top: 10px;
	border: 0;
	border-top: 1px solid var(--color-line);
	background: transparent;
}

.nd-reputation--compact .nd-reputation__like > button > span:nth-child(2) {
	display: none;
}

.nd-compact-stat {
	color: var(--color-muted);
	font-size: 10px;
	white-space: nowrap;
}

.nd-compact-stat i {
	color: var(--color-terracotta);
	font-style: normal;
}

/* Pre-orders. */
.nd-preorder-button {
	display: inline-flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 10px 18px;
	margin: 0 0 0 9px;
	border: 1px solid var(--color-terracotta);
	border-radius: var(--radius-sm, 14px);
	background: transparent;
	color: var(--color-blue);
	font: inherit;
	font-size: var(--nd-font-button, 12px);
	cursor: pointer;
	transition: background 180ms ease, color 180ms ease;
}

.nd-preorder-button:hover {
	background: var(--color-terracotta);
	color: #fff;
}

.nd-product-catalog .nd-preorder-button--compact {
	width: calc(50% - 27px);
	min-height: 34px;
	padding: 8px 0;
	margin: 8px 22px 0 3px;
	border: 0;
	border-bottom: 1px solid var(--color-olive);
	border-radius: 0;
	justify-content: flex-start;
	font-size: 12px;
}

.nd-product-catalog .woocommerce ul.products li.product .button {
	display: inline-flex;
	width: calc(50% - 27px);
	min-height: 34px;
	align-items: center;
	margin: 8px 3px 0 22px;
	vertical-align: top;
}

.nd-modal {
	position: fixed;
	z-index: 99999;
	inset: 0;
	display: grid;
	padding: 24px;
	place-items: center;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: opacity 180ms ease, visibility 0s linear 180ms;
}

.nd-modal[aria-hidden="false"] {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	transition-delay: 0s;
}

.nd-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(19, 32, 40, .72);
	backdrop-filter: blur(7px);
}

.nd-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(680px, 100%);
	max-height: calc(100svh - 48px);
	padding: clamp(28px, 5vw, 54px);
	overflow-y: auto;
	background: var(--color-card);
	border-right: 3px solid var(--color-terracotta);
	box-shadow: 0 30px 80px rgba(20, 33, 40, .22);
}

.nd-modal__dialog h2 {
	margin: 0 0 30px;
	color: var(--color-blue);
	font-size: clamp(25px, 4vw, 38px);
	font-weight: 300;
}

.nd-modal__close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 36px;
	height: 36px;
	border: 1px solid var(--color-line);
	border-radius: 50%;
	background: transparent;
	color: var(--color-blue);
	font-size: 23px;
	cursor: pointer;
}

.nd-modal form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.nd-modal form label {
	display: flex;
	flex-direction: column;
	gap: 7px;
	color: var(--color-muted);
	font-size: 11px;
}

.nd-modal form input,
.nd-modal form textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid var(--color-line);
	border-radius: var(--radius-sm, 14px);
	background: var(--color-surface);
	color: var(--color-ink);
	font: inherit;
}

.nd-modal__wide,
.nd-modal form > button,
.nd-form-status {
	grid-column: 1 / -1;
}

.nd-form-status {
	min-height: 20px;
	margin: 0;
	color: var(--color-red);
	font-size: 11px;
}

.nd-modal-open {
	overflow: hidden;
}

/* Protected projects and customer account. */
.nd-business-gate {
	padding: clamp(34px, 6vw, 64px);
	margin-top: 34px;
	background: var(--color-surface);
	border: 1px solid var(--color-line);
	border-right: 3px solid var(--color-red);
	text-align: center;
}

.nd-business-gate > span {
	display: block;
	color: var(--color-terracotta);
	font-size: 34px;
}

.nd-business-gate h2 {
	margin: 8px 0 14px;
	font-weight: 300;
}

.nd-business-gate p {
	max-width: 620px;
	margin: 0 auto 24px;
	color: var(--color-muted);
}

.nd-business-gate__note {
	margin-top: 14px !important;
	font-size: 11px;
}

.nd-account-panel > h2 {
	margin-bottom: 8px;
	font-weight: 300;
}

.nd-account-card,
.nd-client-project,
.nd-account-summary,
.nd-account-empty {
	padding: clamp(22px, 3vw, 34px);
	margin: 20px 0;
	background: var(--color-card);
	border: 1px solid var(--color-line);
	border-right: 3px solid var(--color-terracotta);
}

.nd-client-project header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}

.nd-client-project header h3 {
	margin: 0;
	font-size: clamp(22px, 3vw, 34px);
	font-weight: 300;
}

.nd-client-project header > span {
	padding: 7px 11px;
	background: var(--color-surface);
	color: var(--color-red);
	font-size: 10px;
	white-space: nowrap;
}

.nd-client-progress {
	height: 7px;
	margin: 28px 0 8px;
	overflow: hidden;
	background: var(--color-surface);
	border-radius: 999px;
}

.nd-client-progress i {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, var(--color-olive), var(--color-terracotta));
	border-radius: inherit;
}

.nd-client-progress__label {
	margin: 0 0 28px;
	color: var(--color-muted);
	font-size: 11px;
}

.nd-client-project__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	background: var(--color-line);
	border: 1px solid var(--color-line);
}

.nd-client-project__grid > div {
	padding: 18px;
	background: var(--color-card);
}

.nd-client-project__grid small,
.nd-client-project__grid strong {
	display: block;
}

.nd-client-project__grid small {
	margin-bottom: 7px;
	color: var(--color-muted);
	font-size: 9px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.nd-client-project__grid strong {
	color: var(--color-blue);
	font-size: 13px;
	font-weight: 400;
}

.nd-client-project__note {
	padding: 18px;
	margin-top: 20px;
	background: var(--color-surface);
}

.nd-client-project footer {
	margin-top: 18px;
	color: var(--color-muted);
	font-size: 10px;
}

/* Branded WooCommerce authentication. */
.nd-account-guest .page-header {
	display: none;
}

.nd-account-guest .site-content,
.nd-account-guest .entry-content,
.nd-account-guest .woocommerce {
	max-width: none;
	padding: 0;
	margin: 0;
}

.nd-auth-shell {
	display: grid;
	min-height: calc(100svh - var(--header-height, 88px));
	grid-template-columns: minmax(360px, .9fr) minmax(520px, 1.1fr);
	background: var(--color-card);
}

.nd-auth-story {
	position: relative;
	display: flex;
	min-height: 760px;
	flex-direction: column;
	justify-content: space-between;
	padding: clamp(38px, 6vw, 92px);
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(255,255,255,.08), transparent 55%),
		linear-gradient(145deg, var(--color-steel), var(--color-footer));
	color: #fff;
}

.nd-auth-story::before,
.nd-auth-story::after {
	position: absolute;
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 50%;
	content: "";
	pointer-events: none;
}

.nd-auth-story::before {
	top: 9%;
	right: -16%;
	width: 440px;
	height: 440px;
}

.nd-auth-story::after {
	right: 18%;
	bottom: -18%;
	width: 300px;
	height: 300px;
}

.nd-auth-story > * {
	position: relative;
	z-index: 1;
}

.nd-auth-story__brand {
	display: flex;
	min-height: 76px;
	align-items: center;
}

.nd-auth-story__logo {
	width: auto;
	max-width: 220px;
	max-height: 76px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.nd-auth-story__mark {
	display: grid;
	width: 68px;
	height: 68px;
	place-items: center;
	border: 1px solid rgba(255,255,255,.42);
	border-radius: 50%;
	font-size: 22px;
	letter-spacing: .08em;
}

.nd-auth-story h1 {
	max-width: 700px;
	margin: 16px 0 24px;
	color: #fff;
	font-size: clamp(38px, 4.8vw, 74px);
	font-weight: 300;
	line-height: 1.06;
}

.nd-auth-story p:not(.eyebrow) {
	max-width: 620px;
	color: rgba(255,255,255,.72);
	font-size: 14px;
	line-height: 1.8;
}

.nd-auth-story small {
	max-width: 560px;
	color: rgba(255,255,255,.52);
	font-size: 10px;
	line-height: 1.7;
}

.nd-auth-main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(44px, 7vw, 110px);
	background:
		linear-gradient(rgba(69,94,104,.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(69,94,104,.035) 1px, transparent 1px),
		var(--color-card);
	background-size: 48px 48px;
}

.nd-auth-main__header,
.nd-auth-forms {
	width: min(100%, 680px);
	margin-right: auto;
	margin-left: auto;
}

.nd-auth-main__header h2 {
	margin: 12px 0 12px;
	color: var(--color-blue);
	font-size: clamp(42px, 5vw, 70px);
	font-weight: 300;
	line-height: 1;
}

.nd-auth-main__header > p:not(.eyebrow) {
	margin: 0;
	color: var(--color-muted);
}

.nd-auth-tabs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 5px;
	margin: 34px 0 30px;
	border-radius: 999px;
	background: var(--color-surface);
}

.nd-auth-tabs button {
	min-height: 48px;
	padding: 8px 18px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--color-muted);
	font: inherit;
	font-size: 12px;
	cursor: pointer;
	transition: background var(--transition), color var(--transition), box-shadow var(--transition);
}

.nd-auth-tabs button.is-active {
	background: var(--color-blue);
	box-shadow: 0 12px 28px rgba(38,63,87,.16);
	color: #fff;
}

.nd-auth-forms .u-columns,
.nd-auth-forms .u-column1,
.nd-auth-forms .u-column2 {
	width: 100%;
	float: none;
}

.nd-auth-forms .u-columns {
	display: grid;
	gap: 28px;
}

.nd-auth-shell.is-enhanced .nd-auth-forms .u-columns {
	display: block;
}

.nd-auth-forms h2,
.nd-auth-forms .u-column1 > h2,
.nd-auth-forms .u-column2 > h2 {
	display: none;
}

.nd-auth-forms .woocommerce-form {
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
}

.nd-auth-forms .form-row {
	margin: 0 0 18px;
}

.nd-auth-forms label,
.nd-auth-forms legend {
	display: block;
	margin-bottom: 7px;
	color: var(--color-blue);
	font-size: 11px;
	font-weight: 500;
}

.nd-auth-forms .input-text {
	width: 100%;
	min-height: 54px;
	padding: 12px 16px;
	border: 1px solid var(--color-line);
	border-radius: var(--radius-sm, 14px);
	outline: none;
	background: color-mix(in srgb, var(--color-card) 94%, var(--color-surface));
	color: var(--color-ink);
	font: inherit;
	transition: border-color var(--transition), box-shadow var(--transition);
}

.nd-auth-forms .input-text:focus {
	border-color: var(--color-olive);
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-olive) 12%, transparent);
}

.nd-auth-forms .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 2px 0 16px;
}

.nd-auth-forms .woocommerce-button {
	width: 100%;
	min-height: 54px;
	margin: 0 !important;
	border-radius: 999px;
	background: var(--color-terracotta);
	color: #fff;
}

.nd-auth-forms .lost_password {
	margin-top: 16px;
	text-align: center;
}

.nd-account-guest .woocommerce-ResetPassword {
	width: min(620px, calc(100% - 40px));
	padding: clamp(34px, 6vw, 64px);
	margin: clamp(50px, 8vw, 110px) auto;
	border: 1px solid var(--color-line);
	border-right: 3px solid var(--color-terracotta);
	background: var(--color-card);
}

.nd-account-guest .woocommerce-ResetPassword .form-row-first {
	width: 100%;
	float: none;
}

.nd-account-guest .woocommerce-ResetPassword .input-text {
	width: 100%;
	min-height: 52px;
	padding: 12px 16px;
	border: 1px solid var(--color-line);
	border-radius: var(--radius-sm, 14px);
}

.nd-account-guest .woocommerce-ResetPassword .button {
	min-height: 50px;
	border-radius: 999px;
	background: var(--color-terracotta);
	color: #fff;
}

.nd-registration-categories {
	padding: 0;
	margin: 24px 0;
	border: 0;
}

.nd-registration-categories > p {
	margin: 0 0 12px;
	color: var(--color-muted);
	font-size: 10px;
}

.nd-registration-categories label {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	margin: 0 0 8px;
	border: 1px solid var(--color-line);
	border-radius: var(--radius-sm, 14px);
	background: var(--color-card);
	cursor: pointer;
}

.nd-registration-categories input {
	width: 17px;
	height: 17px;
	accent-color: var(--color-olive);
}

/* Logged-in customer workspace. */
.nd-account-logged-in .page-header {
	display: none;
}

.nd-account-logged-in .entry-content {
	max-width: none;
}

.nd-account-logged-in .woocommerce {
	display: grid;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	gap: 34px;
	max-width: 1480px;
	padding: clamp(42px, 6vw, 88px);
	margin: 0 auto;
}

.nd-profile-header {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	padding: clamp(28px, 4vw, 52px);
	border: 1px solid var(--color-line);
	border-right: 3px solid var(--color-terracotta);
	background:
		linear-gradient(120deg, color-mix(in srgb, var(--color-steel) 8%, transparent), transparent 62%),
		var(--color-card);
}

.nd-profile-header__avatar img {
	display: block;
	width: 104px;
	height: 104px;
	border: 5px solid var(--color-card);
	border-radius: 50%;
	box-shadow: 0 12px 34px rgba(38,63,87,.15);
	object-fit: cover;
}

.nd-profile-header h1 {
	margin: 5px 0 7px;
	color: var(--color-blue);
	font-size: clamp(30px, 4vw, 54px);
	font-weight: 300;
	line-height: 1.06;
}

.nd-profile-header__identity > p:not(.eyebrow) {
	margin: 0;
	color: var(--color-muted);
	font-size: 12px;
}

.nd-profile-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 15px;
}

.nd-profile-categories span {
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--color-surface);
	color: var(--color-olive);
	font-size: 9px;
}

.nd-profile-edit {
	padding: 11px 17px;
	border: 1px solid var(--color-line);
	border-radius: 999px;
	color: var(--color-blue);
	font-size: 10px;
	white-space: nowrap;
}

.nd-profile-edit:hover {
	background: var(--color-blue);
	color: #fff;
}

.nd-account-logged-in .woocommerce-MyAccount-navigation {
	width: auto;
	float: none;
	align-self: start;
	position: sticky;
	top: calc(var(--header-height, 88px) + 24px);
}

.nd-account-logged-in .woocommerce-MyAccount-navigation ul {
	padding: 12px;
	margin: 0;
	border: 1px solid var(--color-line);
	background: var(--color-card);
	list-style: none;
}

.nd-account-logged-in .woocommerce-MyAccount-navigation li {
	margin: 0;
	border-bottom: 1px solid var(--color-line);
}

.nd-account-logged-in .woocommerce-MyAccount-navigation li:last-child {
	border-bottom: 0;
}

.nd-account-logged-in .woocommerce-MyAccount-navigation a {
	display: flex;
	min-height: 48px;
	align-items: center;
	padding: 10px 13px;
	color: var(--color-muted);
	font-size: 11px;
}

.nd-account-logged-in .woocommerce-MyAccount-navigation .is-active a,
.nd-account-logged-in .woocommerce-MyAccount-navigation a:hover {
	background: var(--color-surface);
	color: var(--color-red);
}

.nd-account-logged-in .woocommerce-MyAccount-content {
	width: auto;
	min-width: 0;
	float: none;
}

.nd-account-dashboard .woocommerce-MyAccount-content > p {
	display: none;
}

.nd-account-welcome h2 {
	margin: 8px 0 14px;
	color: var(--color-blue);
	font-size: clamp(30px, 4vw, 48px);
	font-weight: 300;
}

.nd-account-welcome > p:not(.eyebrow) {
	max-width: 720px;
	color: var(--color-muted);
}

.nd-account-overview {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1px;
	margin: 32px 0;
	border: 1px solid var(--color-line);
	background: var(--color-line);
}

.nd-account-overview a {
	display: grid;
	min-height: 190px;
	grid-template-rows: auto 1fr auto;
	padding: 26px;
	background: var(--color-card);
	color: var(--color-blue);
}

.nd-account-overview a:hover {
	background: var(--color-surface);
}

.nd-account-overview small,
.nd-account-overview span {
	color: var(--color-muted);
	font-size: 9px;
	letter-spacing: .05em;
}

.nd-account-overview strong {
	align-self: center;
	color: var(--color-terracotta);
	font-size: 52px;
	font-weight: 300;
}

.nd-business-library {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-top: 26px;
}

.nd-business-library > a,
.nd-business-library > article {
	display: flex;
	min-height: 180px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	padding: 24px;
	border: 1px solid var(--color-line);
	border-right: 3px solid var(--color-olive);
	background: var(--color-card);
	color: var(--color-blue);
}

.nd-business-library span,
.nd-business-library small {
	color: var(--color-muted);
	font-size: 9px;
}

.nd-business-library strong {
	font-size: clamp(18px, 2.2vw, 28px);
	font-weight: 300;
}

.nd-business-available {
	margin-top: 48px;
}

.nd-business-available h3 {
	font-weight: 300;
}

@media (max-width: 900px) {
	.nd-reputation {
		grid-template-columns: 1fr;
	}

	.nd-reputation__share {
		justify-content: flex-start;
	}

	.nd-reputation--compact {
		display: flex;
		flex-direction: row;
	}

	.nd-auth-shell {
		grid-template-columns: 1fr;
	}

	.nd-auth-story {
		min-height: 520px;
	}

	.nd-account-logged-in .woocommerce {
		grid-template-columns: 1fr;
		padding: 34px 22px 60px;
	}

	.nd-account-logged-in .woocommerce-MyAccount-navigation {
		position: static;
	}

	.nd-account-logged-in .woocommerce-MyAccount-navigation ul {
		display: flex;
		overflow-x: auto;
	}

	.nd-account-logged-in .woocommerce-MyAccount-navigation li {
		flex: 0 0 auto;
		border-right: 1px solid var(--color-line);
		border-bottom: 0;
	}
}

@media (max-width: 600px) {
	.nd-reputation__rating {
		flex-wrap: wrap;
	}

	.nd-reputation--compact .nd-reputation__rating {
		flex-wrap: nowrap;
	}

	.nd-modal {
		padding: 10px;
	}

	.nd-modal__dialog {
		max-height: calc(100svh - 20px);
		padding: 28px 20px;
	}

	.nd-modal form,
	.nd-client-project__grid {
		grid-template-columns: 1fr;
	}

	.nd-client-project header {
		flex-direction: column;
	}

	.nd-auth-story {
		min-height: 440px;
		padding: 34px 24px;
	}

	.nd-auth-story h1 {
		font-size: 36px;
	}

	.nd-auth-main {
		padding: 42px 20px 64px;
	}

	.nd-profile-header {
		grid-template-columns: auto 1fr;
		gap: 18px;
	}

	.nd-profile-header__avatar img {
		width: 76px;
		height: 76px;
	}

	.nd-profile-edit {
		grid-column: 1 / -1;
		justify-self: start;
	}

	.nd-account-overview,
	.nd-business-library {
		grid-template-columns: 1fr;
	}
}
