@font-face {
	font-family: "DM Sans";
	src: url("../fonts/dm-sans-v17-latin-regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/dm-sans-v17-latin-500.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "DM Sans";
	src: url("../fonts/dm-sans-v17-latin-700.woff2") format("woff2");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

:root {
	--space-0: 0;
	--space-2: 0.2rem;
	--space-6: 0.6rem;
	--space-7: 0.7rem;
	--space-8: 0.8rem;
	--space-10: 1rem;
	--space-12: 1.2rem;
	--space-14: 1.4rem;
	--space-15: 1.5rem;
	--space-16: 1.6rem;
	--space-18: 1.8rem;
	--space-20: 2rem;
	--space-24: 2.4rem;
	--space-28: 2.8rem;
	--space-30: 3rem;
	--space-32: 3.2rem;
	--space-40: 4rem;
	--space-48: 4.8rem;
	--space-60: 6rem;
	--cta-standard-height: 4.8rem;
	--cta-standard-padding: 1.2rem 1.6rem;
	--cta-standard-radius: 0.8rem;
	--cta-card-height: 4.8rem;
	--cta-card-padding: 1.2rem 1.6rem;
	--cta-card-radius: 1.2rem;
	--cta-prominent-height: 5.6rem;
	--cta-prominent-padding: 1.5rem 3rem 1.5rem 1.5rem;
	--cta-prominent-radius: 0.8rem;
	--font-h1: clamp(3.2rem, 2.4rem + 2vw, 5.2rem);
	--font-h2: clamp(2.6rem, 2rem + 1.4vw, 4rem);
	--font-h3: clamp(2.2rem, 1.8rem + 1vw, 3rem);
	--font-h4: clamp(1.8rem, 1.5rem + 0.6vw, 2.4rem);
	--font-weight-h1: 500;
	--font-weight-h2: 500;
	--font-weight-h3: 600;
	--font-weight-h4: 600;
	--font-text-lg: clamp(1.6rem, 1.5rem + 0.2vw, 1.7rem);
	--font-text-md: clamp(1.5rem, 1.4rem + 0.2vw, 1.6rem);
	--font-text-sm: clamp(1.4rem, 1.3rem + 0.2vw, 1.5rem);
	--font-label: clamp(1.2rem, 1.15rem + 0.08vw, 1.3rem);
	--font-caption: clamp(1.2rem, 1.15rem + 0.08vw, 1.3rem);
	--font-weight-text: 400;
	--font-weight-text-medium: 500;
	--font-weight-text-strong: 700;
}

body {
	margin: 0;
	background: #e5e5e5;
	color: #000;
	font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.nearyo-home-eyebrow,
.nearyo-popular-countries__eyebrow,
.nearyo-top-rated-studios__eyebrow,
.nearyo-section-pill,
.nearyo-testimonials__pill,
.nearyo-why-trust__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	min-height: 36px;
	margin: 0;
	padding: 0 18px;
	border: 1px solid #e2e2e2;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.8);
	color: #4e46b4;
	font-size: var(--font-caption);
	font-weight: var(--font-weight-text-strong);
	line-height: 1.5;
	letter-spacing: 0.9px;
	text-transform: uppercase;
}

.nearyo-popular-countries__title,
.nearyo-country-states__title,
.nearyo-top-rated-studios__title,
.nearyo-testimonials__title,
.nearyo-why-trust__title,
.nearyo-owner-cta__title,
.nearyo-newsletter-cta__title {
	margin: 0;
	font-size: var(--font-h2);
	font-weight: var(--font-weight-h2);
	line-height: 1.08;
}

.nearyo-popular-countries__body,
.nearyo-country-states__body,
.nearyo-top-rated-studios__body,
.nearyo-why-trust__body,
.nearyo-owner-cta__body,
.nearyo-newsletter-cta__body {
	margin: 0;
	font-size: var(--font-text-md);
	font-weight: var(--font-weight-text);
	line-height: 1.7;
}

.nearyo-studio-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--cta-card-height);
	gap: var(--space-7);
	min-width: 0;
	padding: var(--cta-card-padding);
	border: 1px solid #4e46b4;
	border-radius: var(--cta-card-radius);
	background: transparent;
	color: #4e46b4;
	font-size: var(--font-text-sm);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.nearyo-studio-card__cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	line-height: 0;
}

.nearyo-studio-card__cta:hover,
.nearyo-studio-card__cta:focus-visible {
	background: #4e46b4;
	color: #fff;
}

.nearyo-country-states-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: var(--space-7);
	width: 100%;
	min-height: var(--cta-card-height);
	padding: var(--cta-card-padding);
	border: 1px solid #4e46b4;
	border-radius: var(--cta-card-radius);
	background: transparent;
	color: #4e46b4;
	font-size: var(--font-text-sm);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.nearyo-country-states-card__cta:hover,
.nearyo-country-states-card__cta:focus-visible {
	background: #4e46b4;
	color: #fff;
}

.nearyo-country-states-card__cta-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	line-height: 0;
}

.nearyo-country-states-card__cta-icon .nearyo-icon-svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: currentColor;
	stroke: none;
}

.nearyo-country-states-card__cta-icon .nearyo-icon-svg path {
	fill: currentColor;
	stroke: none;
}

.nearyo-owner-section,
.nearyo-newsletter-section {
	border: 1px solid #1a1a1a;
	border-radius: 20px;
	background: #000;
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.2);
}

.nearyo-owner-cta__pill,
.nearyo-newsletter-cta__pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	max-width: 100%;
	height: 36px;
	margin: 0;
	padding: 0 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	font-size: var(--font-caption);
	font-weight: var(--font-weight-text-strong);
	letter-spacing: 0.9px;
	line-height: 1.5;
	text-transform: uppercase;
}

img,
picture,
svg,
video,
iframe {
	display: block;
	max-width: 100%;
}

input,
button,
textarea,
select {
	font: inherit;
}

.wp-site-blocks {
	min-height: 100vh;
}

.nearyo-site-header-wrap,
.nearyo-site-footer-wrap {
	max-width: 1488px;
	width: 100%;
	margin: 0 auto;
	padding-right: 0;
	padding-left: 0;
}

.nearyo-site-header-wrap {
	padding: 0;
	position: relative;
	z-index: 10;
}

.nearyo-site-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-16);
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	min-height: 88px;
	padding: 20px 72px;
	border: 1px solid #e2e2e2;
	border-radius: 16px;
	background: #fff;
}

.nearyo-site-header__left,
.nearyo-site-header__right {
	display: flex;
	align-items: center;
	gap: var(--space-24);
}

.nearyo-site-header__left {
	gap: var(--space-40);
}

.nearyo-site-header__right {
	gap: var(--space-12);
}

.nearyo-site-header__actions {
	display: flex;
	align-items: center;
	gap: var(--space-12);
}

.nearyo-site-header__mobile-controls,
.nearyo-site-header__mobile-panel {
	display: none;
}

.nearyo-site-header__icon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid #e2e2e2;
	border-radius: 12px;
	background: #fff;
	color: #000;
	cursor: pointer;
}

.nearyo-site-header__icon {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 0;
}

.nearyo-icon-svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

.nearyo-site-header__icon--search::before,
.nearyo-site-header__icon--search::after,
.nearyo-site-header__icon--menu::before,
.nearyo-site-header__icon--close::before,
.nearyo-site-header__icon--close::after,
.nearyo-site-search__icon::before,
.nearyo-site-search__icon::after,
.nearyo-search-panel__chevron::before,
.nearyo-search-panel__chevron::after,
.nearyo-search-panel__cta-icon::before,
.nearyo-search-panel__cta-icon::after,
.nearyo-studio-card__favorite-icon::before,
.nearyo-studio-card__favorite-icon::after,
.nearyo-studio-card__location-icon::before,
.nearyo-studio-card__location-icon::after,
.nearyo-newsletter-cta__input-icon::before,
.nearyo-newsletter-cta__input-icon::after,
.nearyo-mobile-nav__toggle-icon::before {
	content: none;
}

.nearyo-site-header__mobile-panel {
	margin-top: 12px;
	padding: 12px;
	border: 1px solid #e2e2e2;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 24px -18px rgba(0, 0, 0, 0.2);
}

.nearyo-site-header__mobile-panel-top {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: var(--space-8);
}

.nearyo-site-title {
	margin: 0;
	font-size: var(--font-h4);
	font-weight: var(--font-weight-h4);
	line-height: 1.2;
}

.nearyo-brand {
	display: inline-flex;
	align-items: center;
	gap: var(--space-12);
	color: #000;
	text-decoration: none;
}

.nearyo-brand__logo {
	display: block;
	width: auto;
	height: 32px;
	flex: 0 0 auto;
	object-fit: contain;
}

.nearyo-brand__mark {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 22px;
	flex: 0 0 32px;
}

.nearyo-brand__mark::before,
.nearyo-brand__mark::after {
	content: "";
	position: absolute;
}

.nearyo-brand__mark::before {
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	border: 2.4px solid #000;
	border-radius: 999px;
}

.nearyo-brand__mark::after {
	top: 0;
	right: 0;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: #000;
}

.nearyo-site-footer a {
	color: #000;
	text-decoration: none;
}

.nearyo-site-nav__list {
	display: flex;
	align-items: center;
	gap: var(--space-28);
	margin: 0;
	padding: 0;
	list-style: none;
}

.nearyo-site-nav__list > li {
	position: relative;
}

.nearyo-site-nav__list > li,
.nearyo-site-nav__item {
	font-size: var(--font-text-sm);
	line-height: 1.7142857143;
}

.nearyo-site-nav__list > li > a,
.nearyo-site-nav__item a {
	color: #595d62;
	font-weight: var(--font-weight-text);
	text-decoration: none;
}

.nearyo-site-nav__list > .current-menu-item > a,
.nearyo-site-nav__list > .current-menu-ancestor > a,
.nearyo-site-nav__list > .current_page_item > a,
.nearyo-site-nav__item a.is-active {
	color: #000;
	font-weight: var(--font-weight-text-strong);
}

.nearyo-site-nav__list > .menu-item-has-children > a {
	display: inline-flex;
	align-items: center;
	gap: var(--space-8);
}

.nearyo-site-nav__list > .menu-item-has-children > a::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: translateY(-1px) rotate(45deg);
}

.nearyo-site-nav .sub-menu {
	position: absolute;
	top: calc(100% + 14px);
	left: 0;
	z-index: 20;
	display: flex;
	flex-direction: column;
	gap: var(--space-10);
	min-width: 220px;
	margin: 0;
	padding: 16px;
	border: 1px solid #e2e2e2;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.nearyo-site-nav .sub-menu li {
	margin: 0;
}

.nearyo-site-nav .sub-menu a {
	display: block;
	color: #595d62;
	font-size: var(--font-text-sm);
	font-weight: var(--font-weight-text);
	line-height: 1.6;
	text-decoration: none;
}

.nearyo-site-nav .sub-menu .current-menu-item > a,
.nearyo-site-nav .sub-menu .current-menu-ancestor > a,
.nearyo-site-nav .sub-menu .current_page_item > a {
	color: #000;
	font-weight: var(--font-weight-text-strong);
}

.nearyo-site-nav__list > li:hover > .sub-menu,
.nearyo-site-nav__list > li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.nearyo-site-search {
	position: relative;
	display: flex;
	align-items: center;
	width: 320px;
	height: 48px;
	padding: 0 12px;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	background: #fff;
}

.nearyo-site-search__icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	padding: 0;
	border: 0;
	background: transparent;
	line-height: 0;
	color: #595d62;
	cursor: pointer;
}

.nearyo-site-search input[type="search"] {
	width: 100%;
	height: 100%;
	border: 0;
	outline: 0;
	padding: 0 0 0 8px;
	background: transparent;
	color: #595d62;
	font-size: var(--font-text-sm);
	font-weight: var(--font-weight-text);
	line-height: 1.7142857143;
}

.nearyo-site-search input[type="search"]::placeholder {
	color: #595d62;
	font-size: var(--font-text-sm);
	opacity: 1;
}

.nearyo-header-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: var(--cta-standard-height);
	padding: var(--cta-standard-padding);
	border: 1px solid #e2e2e2;
	border-radius: var(--cta-standard-radius);
	background: #fff;
	color: #000;
	font-size: var(--font-text-sm);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
	text-decoration: none;
}

.nearyo-header-button--secondary {
	width: 112px;
}

.nearyo-header-button--primary {
	width: 136px;
	border-color: transparent;
	background: #4e46b4;
	color: #fff;
}

.nearyo-button .wp-block-button__link {
	min-height: var(--cta-standard-height);
	padding: var(--cta-standard-padding);
	border: 1px solid transparent;
	border-radius: var(--cta-standard-radius);
	font-size: var(--font-text-sm);
	font-weight: var(--font-weight-text-medium);
	line-height: 1.5;
	text-decoration: none;
}

.nearyo-button--primary .wp-block-button__link {
	background: #4e46b4;
	color: #fff;
}

.nearyo-button--secondary .wp-block-button__link,
.nearyo-button--muted .wp-block-button__link,
.nearyo-button--light .wp-block-button__link {
	background: #fff;
	color: #000;
	border-color: #e2e2e2;
}

.wp-site-blocks > .wp-block-template-part,
.wp-site-blocks > .wp-block-template-part + .wp-block-template-part {
	margin-block-start: 0;
}

.nearyo-site-footer-wrap {
	padding-top: 0;
	padding-bottom: 0;
}

.nearyo-site-footer {
	display: flex;
	flex-direction: column;
	gap: var(--space-20);
	width: 100%;
	max-width: 1440px;
	min-height: 352px;
	margin: 0 auto;
	padding: 64px 72px 38px;
	border: 1px solid #e2e2e2;
	border-radius: 20px;
	background: #fff;
}

.nearyo-site-footer__content {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: var(--space-24);
}

.nearyo-site-footer__brand-column {
	display: flex;
	flex-direction: column;
	gap: var(--space-18);
	width: 320px;
	flex: 0 0 320px;
}

.nearyo-site-footer__brand-row {
	display: inline-flex;
	align-items: center;
	gap: var(--space-16);
}

.nearyo-site-footer__brand-logo {
	display: block;
	width: auto;
	height: 72px;
	flex: 0 0 auto;
	max-width: none;
	max-height: none;
	object-fit: contain;
}

.nearyo-site-footer__brand-row .nearyo-site-footer__brand-logo {
	width: auto;
	height: 72px;
	max-width: none;
	max-height: none;
}

.nearyo-site-footer__brand-mark {
	position: relative;
	display: block;
	width: 31px;
	height: 22px;
	flex: 0 0 31px;
}

.nearyo-site-footer__brand-mark::before,
.nearyo-site-footer__brand-mark::after {
	content: "";
	position: absolute;
	display: block;
}

.nearyo-site-footer__brand-mark::before {
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	border: 2px solid #000;
	border-radius: 999px;
}

.nearyo-site-footer__brand-mark::after {
	top: 0;
	right: 0;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: #000;
}

.nearyo-site-footer__brand-name {
	color: #000;
	font-size: var(--font-h4);
	font-weight: var(--font-weight-h4);
	line-height: 1.2;
}

.nearyo-site-footer__brand-copy {
	width: 320px;
	max-width: 100%;
	margin: 0;
	color: #595d62;
	font-size: var(--font-text-md);
	line-height: 1.7;
}

.nearyo-site-footer__social {
	display: inline-flex;
	align-items: center;
	gap: var(--space-14);
	color: #000;
}

.nearyo-site-footer__social-icon,
.nearyo-site-footer__contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.nearyo-site-footer__social-icon svg,
.nearyo-site-footer__contact-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.nearyo-site-footer__heading {
	margin: 0;
	color: #000;
	font-size: var(--font-h4);
	font-weight: var(--font-weight-h4);
	line-height: 1.5;
}

.nearyo-site-footer__nav-column {
	display: flex;
	flex-direction: column;
	gap: var(--space-12);
	width: 120px;
	flex: 0 0 120px;
}

.nearyo-site-footer__contact-column {
	display: flex;
	flex-direction: column;
	gap: var(--space-14);
	width: 260px;
	flex: 0 0 260px;
	margin: 0;
	font-style: normal;
}

.nearyo-site-footer__list,
.nearyo-site-footer__contact-list,
.nearyo-footer-legal {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nearyo-site-footer__list {
	display: flex;
	flex-direction: column;
	gap: var(--space-12);
}

.nearyo-site-footer__contact-list {
	display: flex;
	flex-direction: column;
	gap: var(--space-14);
}

.nearyo-site-footer__list a,
.nearyo-site-footer__contact-link {
	color: #595d62;
	font-size: var(--font-text-md);
	line-height: 1.7;
	text-decoration: none;
}

.nearyo-site-footer__contact-link {
	display: inline-flex;
	align-items: center;
	gap: var(--space-10);
}

.nearyo-site-footer__contact-icon {
	color: #4e46b4;
}

.nearyo-footer-legal {
	display: flex;
	flex-wrap: wrap;
	gap: var(--space-24);
}

.nearyo-footer-legal a {
	font-size: var(--font-caption);
	line-height: 1.5;
	color: #595d62;
	text-decoration: none;
}

.nearyo-site-footer__divider {
	height: 1px;
	background: #e2e2e2;
}

.nearyo-site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-24);
}

.nearyo-site-footer__copyright {
	margin: 0;
	color: #595d62;
	font-size: var(--font-caption);
	line-height: 1.5;
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.nearyo-site-header {
		padding: 18px 56px;
	}

	.nearyo-site-header__left {
		gap: var(--space-28);
	}

	.nearyo-site-header__right {
		gap: var(--space-10);
	}

	.nearyo-site-header__mobile-controls {
		display: flex;
		align-items: center;
		gap: var(--space-8);
	}

	.nearyo-site-nav__list {
		gap: var(--space-20);
	}

	.nearyo-site-search {
		display: none;
	}

	.nearyo-site-header__icon-button--search {
		display: inline-flex;
	}

	.nearyo-site-header__icon-button--menu {
		display: none;
	}

	.nearyo-site-header__mobile-panel {
		display: none !important;
	}

	.nearyo-site-footer {
		min-height: auto;
		padding: 48px 56px 32px;
	}

	.nearyo-site-footer__content {
		flex-wrap: wrap;
		align-items: flex-start;
		gap: var(--space-32) var(--space-24);
	}

	.nearyo-site-footer__brand-column {
		width: 100%;
		flex: 0 0 100%;
	}

	.nearyo-site-footer__nav-column,
	.nearyo-site-footer__contact-column {
		width: auto;
		flex: 1 1 calc(25% - 18px);
		min-width: 160px;
	}

	.nearyo-site-footer__bottom {
		flex-wrap: wrap;
		align-items: flex-start;
		gap: var(--space-16);
	}
}

@media (max-width: 767px) {
	.nearyo-brand__logo {
		height: 28px;
	}

	.nearyo-site-footer__brand-logo {
		height: 48px;
		max-width: none;
		max-height: none;
	}

	.nearyo-site-footer__brand-row .nearyo-site-footer__brand-logo {
		height: 48px;
	}

	.nearyo-site-footer {
		min-height: auto;
		padding: 32px 24px 24px;
	}

	.nearyo-site-footer__content {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: var(--space-28);
	}

	.nearyo-site-footer__brand-column,
	.nearyo-site-footer__nav-column,
	.nearyo-site-footer__contact-column {
		width: 100%;
		flex: 0 0 auto;
	}

	.nearyo-site-footer__brand-copy {
		width: 100%;
	}

	.nearyo-site-footer__bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: var(--space-16);
	}

	.nearyo-footer-legal {
		gap: var(--space-12) var(--space-20);
	}

	.nearyo-site-header {
		min-height: 72px;
		padding: 12px 24px;
	}

	.nearyo-site-header-wrap {
		position: relative;
		z-index: 20;
	}

	.nearyo-site-header__left {
		flex: 1 1 auto;
		min-width: 0;
		gap: var(--space-12);
	}

	.nearyo-site-header__right,
	.nearyo-site-header__left .nearyo-site-nav {
		display: none;
	}

	.nearyo-site-header__mobile-controls {
		display: flex;
		align-items: center;
		gap: var(--space-8);
	}

	.nearyo-site-header__icon-button--menu {
		border-color: transparent;
		background: #4e46b4;
		color: #fff;
	}

	.nearyo-site-header__icon-button--search,
	.nearyo-site-header__icon-button--close {
		background: #fff;
		color: #000;
		text-decoration: none;
	}

	.nearyo-site-header__icon-button--menu .nearyo-site-header__icon--menu::before {
		background: currentColor;
		box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor;
	}

	.nearyo-site-header__mobile-panel {
		position: absolute;
		top: calc(100% - 8px);
		right: 16px;
		left: 16px;
		z-index: 30;
		margin-top: 0;
		padding: 12px;
		border-radius: 16px;
		background: #fff;
		border: 1px solid #e2e2e2;
		box-shadow: 0 20px 48px rgba(0, 0, 0, 0.14);
	}

	.nearyo-site-header-wrap.is-mobile-open .nearyo-site-header__mobile-panel {
		display: flex;
		flex-direction: column;
		gap: var(--space-12);
	}

	.nearyo-site-header__icon-button--close {
		width: 36px;
		height: 36px;
		border-radius: 8px;
	}

	.nearyo-mobile-nav__list {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: var(--space-8);
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.nearyo-mobile-nav__item {
		position: relative;
		border-radius: 12px;
		background: #fff;
	}

	.nearyo-mobile-nav__details {
		border-radius: 12px;
	}

	.nearyo-mobile-nav__details summary {
		list-style: none;
	}

	.nearyo-mobile-nav__details summary::-webkit-details-marker {
		display: none;
	}

	.nearyo-mobile-nav__link,
	.nearyo-mobile-nav__toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 14px 16px;
		border: 0;
		border-radius: 12px;
		background: transparent;
		color: #000;
		font-size: var(--font-text-sm);
		font-weight: var(--font-weight-text-strong);
		line-height: 1.5;
		text-align: left;
		text-decoration: none;
		cursor: pointer;
	}

	.nearyo-mobile-nav__item.is-current > .nearyo-mobile-nav__link,
	.nearyo-mobile-nav__item.is-current > .nearyo-mobile-nav__toggle {
		background: #f5f5f5;
	}

	.nearyo-mobile-nav__details[open] > .nearyo-mobile-nav__toggle {
		background: #f5f5f5;
	}

	.nearyo-mobile-nav__toggle-label {
		display: inline-flex;
		align-items: center;
	}

	.nearyo-mobile-nav__toggle-icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 20px;
		height: 20px;
		flex: 0 0 20px;
		color: #595d62;
		line-height: 0;
		transition: transform 160ms ease;
	}

	.nearyo-mobile-nav__submenu {
		flex-direction: column;
		gap: var(--space-8);
		margin: 0;
		padding: 0 0 12px;
		list-style: none;
	}

	.nearyo-mobile-nav__details[open] > .nearyo-mobile-nav__submenu {
		display: flex;
	}

	.nearyo-mobile-nav__details[open] > .nearyo-mobile-nav__toggle .nearyo-mobile-nav__toggle-icon {
		transform: rotate(180deg);
	}

	.nearyo-mobile-nav__submenu-link {
		display: flex;
		align-items: center;
		padding: 8px 0 8px 28px;
		font-size: var(--font-text-sm);
		line-height: 1.5;
		color: #595d62;
		text-decoration: none;
	}

	.nearyo-site-header__actions--mobile {
		display: flex;
		flex-direction: column;
		gap: var(--space-10);
		width: 100%;
		padding-top: 8px;
	}

	.nearyo-site-header__actions--mobile .nearyo-header-button--secondary,
	.nearyo-site-header__actions--mobile .nearyo-header-button--primary {
		width: 100%;
	}

	.nearyo-site-header__actions--mobile .nearyo-header-button {
		height: 48px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.nearyo-site-header {
		min-height: 88px;
		padding: 20px 40px;
		gap: var(--space-16);
	}

	.nearyo-site-header__left {
		flex: 1 1 auto;
		min-width: 0;
		gap: var(--space-24);
	}

	.nearyo-site-header__right {
		flex: 0 0 auto;
		gap: var(--space-10);
	}

	.nearyo-site-header__mobile-controls {
		display: flex;
		align-items: center;
		gap: var(--space-8);
	}

	.nearyo-site-nav {
		min-width: 0;
	}

	.nearyo-site-nav__list {
		gap: var(--space-18);
		flex-wrap: nowrap;
	}

	.nearyo-site-nav__list > li,
	.nearyo-site-nav__item {
		font-size: var(--font-text-sm);
		line-height: 1.5;
	}

	.nearyo-site-search {
		display: none;
	}

	.nearyo-header-button--secondary {
		width: auto;
		min-width: 96px;
	}

	.nearyo-header-button--primary {
		width: auto;
		min-width: 124px;
		padding-right: 18px;
		padding-left: 18px;
	}

	.nearyo-site-header__icon-button--search {
		display: inline-flex;
	}

	.nearyo-site-header__icon-button--menu {
		display: none;
	}

	.nearyo-site-header__mobile-panel {
		display: none !important;
	}

	.nearyo-site-footer {
		min-height: 632px;
		padding: 56px 40px 40px;
	}

	.nearyo-site-footer__content {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: var(--space-32);
	}

	.nearyo-site-footer__brand-column {
		width: 100%;
		flex: 0 0 100%;
	}

	.nearyo-site-footer__nav-column {
		width: calc(50% - 16px);
		flex: 0 0 calc(50% - 16px);
	}

	.nearyo-site-footer__contact-column {
		width: calc(50% - 16px);
		flex: 0 0 calc(50% - 16px);
	}

	.nearyo-site-footer__brand-logo,
	.nearyo-site-footer__brand-row .nearyo-site-footer__brand-logo {
		height: 56px;
	}

	.nearyo-site-footer__bottom {
		flex-wrap: wrap;
		align-items: flex-start;
		gap: var(--space-16);
	}

	.nearyo-footer-legal {
		gap: var(--space-18);
	}
}

