.page-template-template-full-notitle .full-width-page:has(.about-store) {
	padding-top: 0;
}

.about-store {
	display: grid;
	gap: clamp(4rem, 8vw, 7.5rem);
}

.about-store__hero {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	align-items: center;
	gap: clamp(2rem, 6vw, 6rem);
	min-height: 430px;
	padding-block: clamp(3rem, 7vw, 6.5rem);
}

.about-store__hero-copy {
	max-width: 620px;
}

.about-store__hero h1 {
	max-width: 12ch;
	margin-bottom: 0.45em;
	font-size: clamp(2.65rem, 5vw, 5.25rem);
	letter-spacing: -0.035em;
}

.about-store__hero-copy > p {
	max-width: 57ch;
	margin-bottom: 0;
	color: var(--mt-ink-soft);
	font-size: clamp(1.05rem, 1.4vw, 1.25rem);
	line-height: 1.65;
}

.about-store__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem 1.4rem;
	margin-top: 2rem;
}

.about-store__text-link {
	font-weight: 700;
}

.about-store__hero-visual {
	display: grid;
	place-items: center;
	min-width: 0;
	border-radius: var(--mt-radius-lg);
	background: #ede5da;
	box-shadow: 0 24px 54px rgb(16 27 51 / 0.12);
	padding: clamp(1.25rem, 4vw, 3.25rem);
	overflow: hidden;
}

.about-store__hero-visual img {
	width: 100%;
	max-width: 720px;
	height: auto;
	filter: drop-shadow(0 14px 16px rgb(16 27 51 / 0.16));
}

.about-store__meeting {
	display: grid;
	grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1.25fr);
	background: var(--mt-ink);
	color: rgb(255 255 255 / 0.82);
	border-radius: var(--mt-radius-lg);
	overflow: hidden;
	box-shadow: 0 26px 64px rgb(16 27 51 / 0.17);
}

.about-store__meeting-copy {
	padding: clamp(2rem, 5vw, 4.75rem);
}

.about-store__meeting h2 {
	max-width: 13ch;
	margin-bottom: 0.65em;
	color: var(--mt-white);
	font-size: clamp(2rem, 3.6vw, 3.6rem);
	letter-spacing: -0.03em;
}

.about-store__meeting-note {
	max-width: 55ch;
	color: rgb(255 255 255 / 0.76);
}

.about-store__contact-list {
	display: grid;
	gap: 0;
	margin-top: 2rem;
	font-style: normal;
}

.about-store__contact-item {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 0.85rem;
	border-top: 1px solid rgb(255 255 255 / 0.15);
	color: var(--mt-white);
	padding-block: 1rem;
	text-decoration: none;
}

.about-store__contact-item:last-child {
	border-bottom: 1px solid rgb(255 255 255 / 0.15);
}

.about-store__contact-item:hover {
	color: var(--mt-white);
}

.about-store__contact-item svg {
	width: 24px;
	height: 24px;
	margin-top: 0.12rem;
	color: #efc369;
}

.about-store__contact-item > span {
	display: grid;
	gap: 0.14rem;
}

.about-store__contact-item strong {
	font-size: 1rem;
	font-style: normal;
	font-weight: 720;
}

.about-store__contact-item span span {
	color: rgb(255 255 255 / 0.68);
	font-size: 0.88rem;
}

.about-store__agreement {
	max-width: 46ch;
	margin: 1.5rem 0 0;
	color: rgb(255 255 255 / 0.72);
	font-size: 0.9rem;
}

.about-store__map-link {
	margin-top: 1.35rem;
	background: var(--mt-white);
	color: var(--mt-ink);
}

.about-store__map-link:hover {
	background: #efc369;
	color: var(--mt-ink);
}

.about-store__map {
	min-height: 590px;
	background: #e3e8f1;
}

.about-store__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 590px;
	border: 0;
}

.about-store__service {
	display: grid;
	grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
	gap: clamp(2rem, 7vw, 7rem);
	align-items: start;
}

.about-store__service-intro {
	position: sticky;
	top: 82px;
}

.about-store__service-intro h2 {
	max-width: 13ch;
	font-size: clamp(2rem, 3.8vw, 3.8rem);
	letter-spacing: -0.03em;
}

.about-store__service-intro p {
	max-width: 45ch;
	color: var(--mt-muted);
}

.about-store__service-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.about-store__service-list li {
	display: grid;
	grid-template-columns: minmax(150px, 0.55fr) minmax(0, 1fr);
	gap: 1.5rem;
	border-top: 1px solid var(--mt-line-dark);
	padding-block: 1.5rem;
}

.about-store__service-list li:last-child {
	border-bottom: 1px solid var(--mt-line-dark);
}

.about-store__service-list h3,
.about-store__service-list p {
	margin: 0;
}

.about-store__service-list h3 {
	font-size: 1.05rem;
}

.about-store__service-list p {
	max-width: 56ch;
	color: var(--mt-muted);
}

@media (max-width: 980px) {
	.about-store__hero {
		grid-template-columns: minmax(0, 1fr);
		gap: 2.5rem;
		min-height: 0;
	}

	.about-store__hero-copy {
		max-width: 720px;
	}

	.about-store__hero h1 {
		max-width: 15ch;
	}

	.about-store__hero-visual {
		width: 100%;
	}

	.about-store__meeting {
		grid-template-columns: minmax(0, 1fr);
	}

	.about-store__map,
	.about-store__map iframe {
		min-height: 480px;
	}
}

@media (max-width: 760px) {
	.about-store {
		gap: 4rem;
	}

	.about-store__hero {
		padding-block: 2.5rem 0;
	}

	.about-store__hero h1 {
		font-size: clamp(2.45rem, 12vw, 4rem);
	}

	.about-store__meeting {
		width: calc(100% + 1.25rem);
		margin-left: -0.625rem;
		border-radius: var(--mt-radius);
	}

	.about-store__meeting-copy {
		padding: 2rem 1.25rem 2.25rem;
	}

	.about-store__map,
	.about-store__map iframe {
		min-height: 400px;
	}

	.about-store__service {
		grid-template-columns: minmax(0, 1fr);
		gap: 1.5rem;
	}

	.about-store__service-intro {
		position: static;
	}

	.about-store__service-list li {
		grid-template-columns: minmax(0, 1fr);
		gap: 0.45rem;
	}
}

@media (max-width: 430px) {
	.about-store__hero-visual {
		padding: 1rem 0.75rem;
	}

	.about-store__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.about-store__actions .button-link {
		width: 100%;
	}

	.about-store__text-link {
		align-self: flex-start;
	}

	.about-store__map,
	.about-store__map iframe {
		min-height: 350px;
	}
}
