/**
 * Site-specific styles.
 *
 * Keep SWELL component overrides scoped under a project class wherever possible.
 */

:root {
	--mishima-content-width: 1200px;
	--mishima-black: #050505;
	--mishima-ink: #201714;
	--mishima-muted: #201714;
	--mishima-light: #f1efeb;
	--mishima-white: #fff;
	--mishima-red: #792b1d;
	--mishima-line: rgba(32, 23, 20, 0.16);
	--mishima-font-sans: "A-OTF Gothic BBB Pr6N", "A-OTF Gothic BBB Pro", "Gothic BBB", "中ゴシックBBB", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
	--mishima-font-en-serif: "Cardo", Georgia, "Times New Roman", serif;
	--mishima-font-en-sans: "Inter", Arial, sans-serif;
	--mishima-font-mincho: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
	--mishima-letter-body: 0.035em;
	--mishima-letter-copy: 0.045em;
	--mishima-squircle-card-x: clamp(26px, 2.6vw, 50px);
	--mishima-squircle-card-y: clamp(24px, 2.25vw, 44px);
	--mishima-squircle-media-x: clamp(18px, 1.8vw, 34px);
	--mishima-squircle-media-y: clamp(16px, 1.55vw, 30px);
}

body {
	font-family: var(--mishima-font-sans);
	font-feature-settings: "kern" 1;
	font-kerning: normal;
	font-weight: 400;
}

html.mh-front-page body {
	background: var(--mishima-white);
}

html.mh-menu-open,
body.mh-menu-open {
	overflow: hidden;
}

html.mh-front-page #header,
html.mh-front-page .l-header,
html.mh-front-page #main_visual,
html.mh-front-page .p-mainVisual,
html.mh-front-page #post_slider,
html.mh-front-page .p-postSlider,
html.mh-front-page #pickup_banner,
html.mh-front-page .p-pickupBanners,
html.mh-front-page #top_title_area,
html.mh-front-page .p-mvInfo,
html.mh-front-page #footer,
html.mh-front-page .l-footer,
html.mh-front-page #before_footer_widget,
html.mh-front-page #breadcrumb,
html.mh-front-page .p-breadcrumb,
html.mh-front-page .p-spMenu {
	display: none !important;
}

html.mh-custom-layout:not(.mh-front-page) #header,
html.mh-custom-layout:not(.mh-front-page) .l-header,
html.mh-custom-layout:not(.mh-front-page) #main_visual,
html.mh-custom-layout:not(.mh-front-page) .p-mainVisual,
html.mh-custom-layout:not(.mh-front-page) #post_slider,
html.mh-custom-layout:not(.mh-front-page) .p-postSlider,
html.mh-custom-layout:not(.mh-front-page) #pickup_banner,
html.mh-custom-layout:not(.mh-front-page) .p-pickupBanners,
html.mh-custom-layout:not(.mh-front-page) #top_title_area,
html.mh-custom-layout:not(.mh-front-page) .p-mvInfo,
html.mh-custom-layout:not(.mh-front-page) #footer,
html.mh-custom-layout:not(.mh-front-page) .l-footer,
html.mh-custom-layout:not(.mh-front-page) #before_footer_widget,
html.mh-custom-layout:not(.mh-front-page) #breadcrumb,
html.mh-custom-layout:not(.mh-front-page) .p-breadcrumb,
html.mh-custom-layout:not(.mh-front-page) .p-spMenu {
	display: none !important;
}

html.mh-front-page #content.l-content {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

html.mh-custom-layout:not(.mh-front-page) body,
html.mh-custom-layout:not(.mh-front-page) #body_wrap {
	background: var(--mishima-white);
}

html.mh-custom-layout:not(.mh-front-page) #content.l-content,
html.mh-custom-layout:not(.mh-front-page) #main_content,
html.mh-custom-layout:not(.mh-front-page) .l-mainContent,
html.mh-custom-layout:not(.mh-front-page) .l-mainContent__inner {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

html.mh-custom-layout:not(.mh-front-page) #sidebar {
	display: none;
}

html.mh-front-page #main_content,
html.mh-front-page .l-mainContent,
html.mh-front-page .l-mainContent__inner {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

html.mh-front-page #sidebar {
	display: none;
}

html.mh-front-page #body_wrap {
	overflow: clip;
}

.mh-home {
	color: var(--mishima-ink);
	background: var(--mishima-white);
	font-family: var(--mishima-font-sans);
	font-weight: 400;
}

.mh-site {
	min-height: 100vh;
	color: var(--mishima-ink);
	background: var(--mishima-white);
	font-family: var(--mishima-font-sans);
	font-feature-settings: "kern" 1;
	font-kerning: normal;
	letter-spacing: var(--mishima-letter-body);
}

@supports (text-spacing-trim: trim-start) {
	.mh-site {
		text-spacing-trim: trim-start;
	}
}

.mh-site :where(input, textarea, select, button) {
	letter-spacing: normal;
}

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

.mh-site a {
	color: inherit;
	text-decoration: none;
}

.mh-site img {
	display: block;
	max-width: 100%;
}

.mh-site .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.mh-site .mh-site-header {
	position: relative;
	height: 110px;
	color: var(--mishima-ink);
}

.mh-site .mh-site-header img {
	filter: none;
	opacity: 1;
}

.mh-site-main {
	padding-bottom: clamp(40px, 7vw, 90px);
}

.mh-page-hero {
	padding-block: clamp(70px, 8vw, 120px) clamp(65px, 8vw, 115px);
}

.mh-page-hero.mh-shell {
	animation: mh-page-hero-reveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.mh-page-hero h1 {
	display: flex;
	align-items: baseline;
	gap: clamp(18px, 3vw, 40px);
	margin: 0;
	animation: mh-page-title-reveal 1s cubic-bezier(0.22, 1, 0.36, 1) both;
	color: var(--mishima-ink);
	font-family: var(--mishima-font-en-serif);
	font-size: clamp(58px, 5vw, 116px);
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1;
}

@keyframes mh-page-title-reveal {
	0% {
		opacity: 0;
		transform: translateY(18px);
		letter-spacing: 0.05em;
	}

	100% {
		opacity: 1;
		transform: translateY(0);
		letter-spacing: 0.01em;
	}
}

@keyframes mh-page-hero-reveal {
	0% {
		opacity: 0;
		transform: translateY(14px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.mh-page-hero.mh-shell,
	.mh-page-hero h1 {
		animation: none;
	}

	.mh-quality-body h3[data-mh-quality-heading],
	.mh-quality-body h3[data-mh-quality-heading].is-inview {
		opacity: 1;
		transform: none;
		animation: none;
		color: var(--mishima-red);
	}

	.mh-home [data-mh-reveal="heading"] {
		opacity: 1;
		filter: none;
		transform: none;
		transition: none;
	}

	.mh-home [data-mh-reveal="line"]::before,
	.mh-home [data-mh-reveal="line"]::after {
		transform: scaleX(1);
		transition: none;
	}
}

.mh-page-hero h1 span,
.mh-page-hero h1 small {
	color: var(--mishima-muted);
	font-family: var(--mishima-font-sans);
	font-size: clamp(18px, 2vw, 28px);
	font-weight: 500;
	letter-spacing: 0.05em;
}

.mh-page-hero p {
	max-width: 980px;
	margin: clamp(48px, 6vw, 78px) 0 0;
	color: var(--mishima-muted);
	font-size: clamp(15px, 1.4vw, 18px);
	font-weight: 400;
	line-height: 2.2;
}

.mh-page-hero strong {
	color: var(--mishima-red);
	font-weight: 500;
}

.mh-about-page .mh-page-hero p {
	max-width: 1040px;
	color: var(--mishima-black);
	font-size: clamp(28px, 4.2vw, 58px);
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.55;
}

.mh-about-page .mh-page-hero strong {
	color: inherit;
	font-weight: inherit;
}

.mh-lead {
	padding-bottom: clamp(80px, 10vw, 150px);
}

.mh-lead p {
	max-width: 980px;
	margin: 0 0 clamp(44px, 6vw, 80px);
	color: var(--mishima-muted);
	font-size: 16px;
	font-weight: 400;
	line-height: 2.2;
}

.mh-lead img {
	width: min(100%, 1080px);
	margin-inline: auto;
	aspect-ratio: 2.75;
	object-fit: cover;
}

.mh-anchor-layout {
	display: grid;
	grid-template-columns: 170px minmax(0, 1fr);
	gap: clamp(44px, 7vw, 120px);
	padding-block: clamp(60px, 8vw, 120px);
}

.mh-anchor-nav {
	position: sticky;
	top: 40px;
	align-self: start;
	display: grid;
	gap: 13px;
	color: #747474;
	font-family: var(--mishima-font-en-sans);
	font-size: 14px;
	font-weight: 500;
}

.mh-anchor-nav a {
	transition: color 0.25s ease;
}

.mh-anchor-nav a.is-current,
.mh-anchor-nav a[aria-current="true"] {
	color: var(--mishima-red);
}

.mh-anchor-nav a::before {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 10px;
	background: currentColor;
	content: "";
}

.mh-story-stack {
	display: grid;
	gap: clamp(70px, 9vw, 130px);
}

.mh-anchor-content {
	display: grid;
	gap: clamp(70px, 9vw, 130px);
}

.mh-story {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	gap: clamp(45px, 7vw, 110px);
	align-items: center;
	padding-bottom: clamp(60px, 8vw, 110px);
	border-bottom: 1px solid var(--mishima-line);
}

.mh-kicker {
	margin: 0 0 22px;
	color: var(--mishima-red);
	font-family: var(--mishima-font-en-sans);
	font-size: 13px;
	font-weight: 500;
}

.mh-story h2,
.mh-company h2,
.mh-access h2,
.mh-quality-section h2,
.mh-work-single h2 {
	margin: 0 0 34px;
	color: var(--mishima-ink);
	font-family: var(--mishima-font-mincho);
	font-size: clamp(28px, 3.2vw, 44px);
	font-weight: 500;
	letter-spacing: 0.08em;
}

.mh-story h3 {
	margin: 0 0 38px;
	color: var(--mishima-ink);
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.mh-story h3 span {
	margin-left: 20px;
	font-size: 14px;
	font-weight: 500;
}

.mh-story p:not(.mh-kicker),
.mh-quality-section p,
.mh-work-single p {
	color: var(--mishima-muted);
	font-size: 16px;
	font-weight: 400;
	line-height: 2.2;
}

.mh-story img,
.mh-image-placeholder {
	width: 100%;
	aspect-ratio: 0.82;
	object-fit: cover;
	background: var(--mishima-light);
}

.mh-company,
.mh-access {
	padding-block: clamp(70px, 9vw, 130px) 0;
}

.mh-company dl {
	margin: 0;
}

.mh-company dl > div {
	display: grid;
	grid-template-columns: 230px 1fr;
	gap: 30px;
	padding: 27px 0;
	border-top: 1px solid var(--mishima-line);
}

.mh-company dl > div:last-child {
	border-bottom: 1px solid var(--mishima-line);
}

.mh-company dt,
.mh-company dd,
.mh-work-outline dt,
.mh-work-outline dd {
	margin: 0;
	color: var(--mishima-muted);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.9;
}

.mh-access img {
	width: min(100%, 960px);
	margin-bottom: 46px;
	aspect-ratio: 2.25;
	object-fit: cover;
}

.mh-access h3 {
	margin: 0 0 24px;
	color: var(--mishima-ink);
	font-family: var(--mishima-font-en-serif);
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 400;
	letter-spacing: 0.02em;
}

.mh-access p:not(.mh-kicker),
.mh-access a {
	color: var(--mishima-muted);
	font-size: 15px;
	font-weight: 400;
	line-height: 2.1;
}

.mh-access a {
	color: var(--mishima-red);
}

.mh-quality-body {
	min-width: 0;
}

.mh-quality-section {
	padding-bottom: clamp(70px, 8vw, 120px);
	border-bottom: 1px solid var(--mishima-line);
}

.mh-quality-section + .mh-quality-section {
	padding-top: clamp(70px, 8vw, 120px);
}

.mh-value-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 50px;
}

.mh-value-grid article,
.mh-spec-card,
.mh-support-grid article {
	background: var(--mishima-light);
	color: var(--mishima-ink);
}

.mh-value-grid article {
	padding: clamp(32px, 4vw, 52px);
}

.mh-value-grid h3,
.mh-spec-card h3,
.mh-support-grid h3 {
	margin: 0 0 24px;
	color: var(--mishima-ink);
	font-family: var(--mishima-font-mincho);
	font-size: clamp(24px, 2.2vw, 34px);
	font-weight: 500;
	line-height: 1.5;
}

.mh-quality-body h3 {
	transition: color 0.55s ease;
}

.mh-quality-body h3[data-mh-quality-heading] {
	opacity: 0;
	transform: translateY(14px);
	color: var(--mishima-ink);
}

.mh-quality-body h3[data-mh-quality-heading].is-inview {
	animation: mh-quality-heading-reveal 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes mh-quality-heading-reveal {
	0% {
		opacity: 0;
		transform: translateY(14px);
		color: var(--mishima-ink);
	}

	60% {
		opacity: 1;
		transform: translateY(0);
		color: var(--mishima-ink);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
		color: var(--mishima-red);
	}
}

.mh-value-grid p,
.mh-spec-card p,
.mh-support-grid p {
	margin: 0;
	color: var(--mishima-ink);
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}

.mh-spec-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 50px;
}

.mh-spec-card {
	position: relative;
	min-height: 430px;
	padding: clamp(28px, 2vw, 56px);
	overflow: hidden;
}

.mh-spec-card--wide {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
	gap: clamp(32px, 5vw, 72px);
	align-items: center;
	min-height: 280px;
}

.mh-spec-card__head {
	min-width: 0;
}

.mh-spec-card span {
	display: inline-block;
	width: max-content;
	margin-bottom: 24px;
	padding: 4px 12px;
	background: #fff;
	font-size: 14px;
}

.mh-illustration {
	display: grid;
	min-height: 260px;
	place-items: center;
	color: rgba(32, 23, 20, 0.36);
	font-family: var(--mishima-font-mincho);
	font-size: 42px;
	letter-spacing: 0.3em;
}

.mh-spec-figure {
	display: grid;
	min-height: clamp(220px, 24vw, 330px);
	margin: 30px 0 28px;
	place-items: center;
}

.mh-spec-figure img {
	width: min(100%, 480px);
	height: auto;
	object-fit: contain;
}

.mh-house-diagram {
	display: grid;
	width: min(100%, 340px);
	min-height: 185px;
	margin: 32px auto;
	place-items: center;
	border: 3px solid var(--mishima-red);
	border-top: 0;
	color: var(--mishima-red);
	text-align: center;
	clip-path: polygon(50% 0, 100% 28%, 100% 100%, 0 100%, 0 28%);
}

.mh-house-diagram strong {
	font-size: 66px;
	font-weight: 500;
	line-height: 1;
}

.mh-house-diagram small {
	display: block;
	margin-top: 8px;
	font-size: 15px;
	font-weight: 500;
}

.mh-support-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 26px;
	margin-top: 50px;
}

.mh-support-grid article {
	min-height: 410px;
	padding: clamp(28px, 2vw, 58px);
}

.mh-support-icon {
	display: block;
	width: clamp(118px, 9vw, 142px);
	height: clamp(118px, 9vw, 142px);
	margin: 20px auto 38px;
	object-fit: contain;
	object-position: center;
}

.mh-support-grid article:nth-child(2) .mh-support-icon {
	width: clamp(152px, 12vw, 190px);
}

.mh-support-grid article > span {
	display: block;
	margin-bottom: 38px;
	color: var(--mishima-red);
	font-size: 72px;
	line-height: 1;
	text-align: center;
}

.mh-support-grid a {
	display: inline-block;
	margin-top: 10px;
	color: var(--mishima-red);
	border-bottom: 1px solid currentColor;
}

.mh-contact-page .mh-page-hero {
	padding-block: clamp(62px, 7vw, 108px) clamp(34px, 5vw, 58px);
}

.mh-contact-page .mh-page-hero h1 {
	font-size: clamp(60px, 7.4vw, 100px);
}

.mh-contact-page .mh-page-hero p {
	max-width: none;
	margin-top: clamp(40px, 4.8vw, 64px);
	color: var(--mishima-ink);
	font-size: clamp(14px, 1.2vw, 16px);
	font-weight: 400;
	line-height: 2;
}

.mh-contact {
	padding-bottom: clamp(100px, 11vw, 154px);
}

.mh-contact form,
.mh-contact .wpcf7-form,
.mh-contact-form {
	display: block;
}

.mh-contact .wpcf7-form p {
	margin: 0;
}

.mh-contact-form {
	border-top: 1px solid rgba(32, 23, 20, 0.34);
}

.mh-contact-row {
	display: grid;
	grid-template-columns: minmax(180px, 0.18fr) minmax(0, 1fr);
	gap: clamp(20px, 3vw, 42px);
	align-items: center;
	min-height: 75px;
	margin: 0;
	padding: 18px 0;
	border-bottom: 1px solid rgba(32, 23, 20, 0.28);
}

.mh-contact-row--checks,
.mh-contact-row--message {
	align-items: start;
}

.mh-contact-row--checks {
	padding-block: 22px;
}

.mh-contact-row--message {
	min-height: 168px;
}

.mh-contact-row__label {
	color: var(--mishima-ink);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.8;
}

.mh-contact b,
.mh-contact .required {
	color: #c92828;
	font-size: 0.78em;
	font-weight: 500;
	letter-spacing: 0.02em;
}

.mh-contact .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	min-width: 0;
}

.mh-contact input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.mh-contact textarea,
.mh-contact select {
	width: 100%;
	border: 0;
	background: transparent;
	color: var(--mishima-ink);
	font: inherit;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.02em;
	outline: 0;
}

.mh-contact input::placeholder,
.mh-contact textarea::placeholder {
	color: rgba(32, 23, 20, 0.33);
}

.mh-contact textarea {
	min-height: 130px;
	resize: vertical;
}

.mh-contact-checks .wpcf7-checkbox,
.mh-contact-checks {
	display: flex;
	flex-wrap: wrap;
	gap: 20px clamp(24px, 3vw, 42px);
}

.mh-contact-checks .wpcf7-list-item {
	margin: 0;
}

.mh-contact-checks label {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	color: var(--mishima-ink);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8;
}

.mh-contact-checks input[type="checkbox"] {
	display: inline-grid;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	margin: 0;
	place-content: center;
	border: 1px solid rgba(32, 23, 20, 0.44);
	border-radius: 0;
	background: #fff;
	appearance: none;
	cursor: pointer;
}

.mh-contact-checks input[type="checkbox"]::before {
	width: 12px;
	height: 12px;
	background: var(--mishima-red);
	content: "";
	opacity: 0;
	transform: scale(0.72);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.mh-contact-checks input[type="checkbox"]:checked::before {
	opacity: 1;
	transform: scale(1);
}

.mh-contact-submit-row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 32px;
	align-items: start;
	padding-top: clamp(40px, 5vw, 58px);
}

.mh-contact-submit-note {
	margin: 0;
	color: var(--mishima-ink);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 2;
}

.mh-contact-submit-note a {
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
	transition: color 0.2s ease;
}

.mh-contact-submit-note a:hover {
	color: var(--mishima-red);
}

.mh-contact-submit-wrap {
	position: relative;
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 28px;
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--mishima-ink);
	font: inherit;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
}

.mh-contact-submit-wrap > p,
.mh-contact-submit-wrap .wpcf7-form-control-wrap {
	display: contents;
}

.mh-contact-submit-wrap input[type="submit"],
.mh-contact .wpcf7-submit {
	display: inline-block;
	flex: 0 0 auto;
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	cursor: pointer;
	appearance: none;
}

.mh-contact-submit-wrap i {
	display: grid;
	flex: 0 0 var(--mh-arrow-button-width);
	width: var(--mh-arrow-button-width);
	height: var(--mh-arrow-button-height);
	place-items: center;
	border-radius: 99px;
	background: var(--mishima-red);
	color: #fff;
	font-style: normal;
}

.mh-contact .wpcf7-spinner {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	margin: 0;
}

.mh-contact .wpcf7-not-valid-tip,
.mh-contact .wpcf7-response-output {
	font-size: 13px;
	line-height: 1.7;
}

.mh-contact .wpcf7-not-valid-tip {
	margin-top: 8px;
	color: #c92828;
}

.mh-contact .wpcf7 form .wpcf7-response-output {
	margin: 28px 0 0;
	padding: 18px 22px;
	border-color: rgba(32, 23, 20, 0.28);
	color: var(--mishima-ink);
}

.mh-contact-submit-wrap,
.mh-archive-card,
.mh-view-all,
.mh-link-grid > a,
.mh-news-list > a,
.mh-cta-card,
.mh-mse > a {
	cursor: pointer;
}

.mh-contact-submit-wrap i,
.mh-archive-card span,
.mh-view-all span,
.mh-link-grid i,
.mh-news-list i,
.mh-cta-card i,
.mh-mse i {
	--mh-arrow-button-width: 44px;
	--mh-arrow-button-height: 20px;
	--mh-arrow-icon-size: 11px;
	--mh-arrow-slide-distance: 48px;
	position: relative;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: 200%;
	white-space: nowrap;
	transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}

.mh-contact-submit-wrap i::before,
.mh-archive-card span::before,
.mh-view-all span::before,
.mh-link-grid i::before,
.mh-news-list i::before,
.mh-cta-card i::before,
.mh-mse i::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: var(--mh-arrow-icon-size);
	height: var(--mh-arrow-icon-size);
	background: currentColor;
	clip-path: polygon(0 42%, 58% 42%, 42% 12%, 100% 50%, 42% 88%, 58% 58%, 0 58%);
	opacity: 1;
	transform: translate(-50%, -50%);
	transition: transform 0.4s ease-in-out, opacity 0.25s ease-in-out;
	content: "";
}

.mh-contact-submit-wrap i::after,
.mh-archive-card span::after,
.mh-view-all span::after,
.mh-link-grid i::after,
.mh-news-list i::after,
.mh-cta-card i::after,
.mh-mse i::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: var(--mh-arrow-icon-size);
	height: var(--mh-arrow-icon-size);
	background: currentColor;
	clip-path: polygon(0 42%, 58% 42%, 42% 12%, 100% 50%, 42% 88%, 58% 58%, 0 58%);
	opacity: 0;
	transform: translate(calc(-50% - var(--mh-arrow-slide-distance)), -50%);
	transition: transform 0.4s ease-in-out, opacity 0.25s ease-in-out 0.06s;
	content: "";
}

.mh-contact-submit-wrap:hover i,
.mh-archive-card:hover span,
.mh-view-all:hover span,
.mh-link-grid > a:hover i,
.mh-news-list > a:hover i,
.mh-cta-card:hover i,
.mh-mse:hover i {
	background: #5e2016;
	color: #fff;
}

.mh-contact-submit-wrap:hover i::before,
.mh-archive-card:hover span::before,
.mh-view-all:hover span::before,
.mh-link-grid > a:hover i::before,
.mh-news-list > a:hover i::before,
.mh-cta-card:hover i::before,
.mh-mse:hover i::before {
	opacity: 0;
	transform: translate(calc(-50% + var(--mh-arrow-slide-distance)), -50%);
}

.mh-contact-submit-wrap:hover i::after,
.mh-archive-card:hover span::after,
.mh-view-all:hover span::after,
.mh-link-grid > a:hover i::after,
.mh-news-list > a:hover i::after,
.mh-cta-card:hover i::after,
.mh-mse:hover i::after {
	opacity: 1;
	transform: translate(-50%, -50%);
}

.mh-archive {
	padding-bottom: clamp(90px, 12vw, 160px);
}

.mh-news-archive-layout {
	padding-block: clamp(42px, 5vw, 78px) clamp(90px, 12vw, 160px);
}

.mh-news-archive-content {
	padding-bottom: 0;
}

.mh-news-category-nav {
	top: 118px;
}

.mh-news-category-nav a {
	line-height: 1.7;
}

.mh-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(34px, 5vw, 70px) clamp(24px, 4vw, 48px);
}

.mh-archive-card {
	position: relative;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	padding-bottom: 28px;
	border-bottom: 1px solid var(--mishima-line);
}

.mh-archive-card img {
	width: 100%;
	aspect-ratio: 1.5;
	object-fit: cover;
	transition: opacity 0.25s ease;
}

.mh-archive-card time {
	margin-top: 18px;
	color: var(--mishima-muted);
	font-size: 13px;
	font-weight: 500;
}

.mh-archive-card strong {
	margin-top: 10px;
	color: var(--mishima-ink);
	font-family: var(--mishima-font-sans);
	font-size: clamp(19px, 1.7vw, 26px);
	font-weight: 400;
	line-height: 1.65;
}

.mh-archive-card span {
	display: grid;
	width: var(--mh-arrow-button-width);
	height: var(--mh-arrow-button-height);
	margin-top: auto;
	place-items: center;
	align-self: flex-end;
	border-radius: 99px;
	background: var(--mishima-red);
	color: #fff;
	font-style: normal;
}

.mh-archive-card:hover img {
	opacity: 0.76;
}

.mh-archive-grid--mse .mh-archive-card {
	min-height: 180px;
	padding: 36px;
	border: 1px solid var(--mishima-line);
	background: #faf9f7;
}

.mh-pagination {
	margin-top: clamp(46px, 6vw, 86px);
}

.mh-pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mh-pagination .page-numbers {
	display: grid;
	min-width: 42px;
	height: 42px;
	padding-inline: 12px;
	place-items: center;
	border: 1px solid rgba(32, 23, 20, 0.18);
	color: var(--mishima-muted);
	font-family: var(--mishima-font-en-sans);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
	transition: border-color 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}

.mh-pagination a.page-numbers:hover,
.mh-pagination .page-numbers.current {
	border-color: var(--mishima-red);
	background: var(--mishima-red);
	color: #fff;
}

.mh-interview-archive-page .mh-site-main,
.mh-interview-single-page .mh-site-main {
	background: var(--mishima-light);
}

.mh-interview-archive {
	padding-bottom: clamp(92px, 12vw, 170px);
}

.mh-interview-archive__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(28px, 4vw, 64px);
}

.mh-interview-archive-card {
	display: block;
	color: inherit;
}

.mh-interview-archive-card figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	border-radius: var(--mishima-squircle-card-x) / var(--mishima-squircle-card-y);
	background: var(--mishima-ink);
}

.mh-interview-archive-card figure::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(32, 23, 20, 0.02) 25%, rgba(32, 23, 20, 0.72) 100%);
	content: "";
}

.mh-interview-archive-card img {
	width: 100%;
	aspect-ratio: 1.35;
	object-fit: cover;
	transition: transform 0.55s ease, opacity 0.55s ease;
}

.mh-interview-archive-card figcaption {
	position: absolute;
	z-index: 1;
	right: clamp(22px, 3vw, 42px);
	bottom: clamp(24px, 3vw, 44px);
	left: clamp(22px, 3vw, 42px);
	color: #fff;
	font-size: clamp(18px, 1.5vw, 28px);
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.55;
}

.mh-interview-archive-card > span {
	display: inline-flex;
	align-items: center;
	gap: 22px;
	margin-top: 20px;
	color: var(--mishima-ink);
	font-family: var(--mishima-font-en-serif);
	font-size: clamp(18px, 1.4vw, 24px);
	line-height: 1;
}

.mh-interview-archive-card i {
	display: grid;
	width: clamp(58px, 4vw, 84px);
	height: clamp(24px, 1.7vw, 34px);
	place-items: center;
	border-radius: 99px;
	background: var(--mishima-red);
	color: #fff;
	font-family: var(--mishima-font-sans);
	font-style: normal;
	font-size: 13px;
	line-height: 1;
	transition: background-color 0.35s ease, transform 0.35s ease;
}

.mh-interview-archive-card:hover img {
	opacity: 0.86;
	transform: scale(1.04);
}

.mh-interview-archive-card:hover i {
	background: #5e2016;
	transform: translateX(6px);
}

.mh-interview-single {
	padding-bottom: clamp(80px, 10vw, 144px);
}

.mh-interview-single__header {
	display: grid;
	gap: clamp(18px, 2vw, 30px);
	width: min(100%, 980px);
	margin: 0 auto clamp(42px, 5vw, 76px);
}

.mh-interview-single__header p {
	margin: 0;
	color: var(--mishima-red);
	font-family: var(--mishima-font-en-serif);
	font-size: clamp(18px, 1.4vw, 24px);
	letter-spacing: 0.12em;
}

.mh-interview-single__header h1 {
	margin: 0;
	color: var(--mishima-ink);
	font-family: var(--mishima-font-mincho);
	font-size: clamp(30px, 3vw, 58px);
	font-weight: 500;
	line-height: 1.38;
	letter-spacing: 0.04em;
}

.mh-interview-single__header div {
	color: var(--mishima-muted);
	font-size: clamp(15px, 1.1vw, 18px);
	font-weight: 500;
	line-height: 2;
}

.mh-interview-single__main {
	display: block;
	width: min(100%, 1120px);
	margin-inline: auto;
	height: auto;
	max-height: min(72vh, 760px);
	object-fit: contain;
	border-radius: clamp(12px, 1.3vw, 22px);
}

.mh-interview-single__body {
	width: min(100%, 980px);
	margin: clamp(52px, 6vw, 88px) auto 0;
	color: var(--mishima-ink);
}

.mh-interview-lead {
	margin: 0 0 clamp(44px, 5vw, 72px);
	font-size: clamp(17px, 1.25vw, 21px);
	font-weight: 700;
	line-height: 2.1;
	letter-spacing: var(--mishima-letter-copy);
}

.mh-interview-data {
	width: 100%;
	margin: clamp(34px, 4vw, 58px) 0 clamp(48px, 5vw, 76px);
	border-collapse: collapse;
	border-top: 1px solid rgba(32, 23, 20, 0.22);
	font-family: var(--mishima-font-sans);
}

.mh-interview-data th,
.mh-interview-data td {
	padding: 18px clamp(14px, 2vw, 28px);
	border-bottom: 1px solid rgba(32, 23, 20, 0.18);
	text-align: left;
	line-height: 1.75;
	vertical-align: top;
}

.mh-interview-data th {
	width: 34%;
	color: var(--mishima-red);
	font-weight: 700;
	letter-spacing: 0.04em;
}

.mh-interview-data td {
	color: var(--mishima-ink);
	font-weight: 500;
}

.mh-interview-qa {
	margin-top: clamp(54px, 7vw, 98px);
}

.mh-interview-qa h2 {
	margin: 0 0 clamp(20px, 3vw, 34px);
	color: var(--mishima-ink);
	font-family: var(--mishima-font-mincho);
	font-size: clamp(25px, 2.1vw, 36px);
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

.mh-interview-qa p {
	margin: 0;
	font-size: clamp(15px, 1vw, 18px);
	font-weight: 500;
	line-height: 2.05;
	letter-spacing: var(--mishima-letter-copy);
}

.mh-interview-qa p + p {
	margin-top: 1.2em;
}

.mh-interview-qa blockquote {
	margin: clamp(24px, 3vw, 38px) 0 0;
	padding: clamp(24px, 3vw, 38px);
	border-left: 4px solid var(--mishima-red);
	background: #fff;
	color: var(--mishima-red);
	font-family: var(--mishima-font-mincho);
	font-size: clamp(20px, 1.7vw, 30px);
	line-height: 1.7;
}

.mh-interview-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(260px, 1fr));
	align-items: start;
	gap: clamp(18px, 2.8vw, 42px);
	margin: clamp(52px, 6vw, 86px) 0;
}

.mh-interview-gallery figure,
.mh-interview-wide-image {
	overflow: hidden;
	margin: 0;
	border-radius: clamp(10px, 1vw, 18px);
	background: #fff;
}

.mh-interview-gallery img,
.mh-interview-wide-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.mh-interview-wide-image {
	width: min(100%, 760px);
	margin: clamp(28px, 4vw, 52px) auto 0;
}

.mh-interview-wide-image img {
	max-height: min(76vh, 860px);
}

.mh-interview-single__pager {
	display: flex;
	justify-content: flex-end;
	margin-top: clamp(54px, 6vw, 90px);
}

.mh-work-single {
	padding-bottom: clamp(80px, 10vw, 140px);
}

.mh-column-single {
	padding-bottom: clamp(72px, 9vw, 132px);
}

.mh-column-single__header {
	max-width: 980px;
	margin: 0 auto clamp(34px, 5vw, 72px);
}

.mh-work-single .mh-column-single__header {
	max-width: 1240px;
}

.mh-column-single__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
	margin-bottom: clamp(18px, 2vw, 28px);
	color: var(--mishima-red);
	font-family: var(--mishima-font-en-sans);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
}

.mh-column-single__meta span {
	display: inline-grid;
	min-height: 28px;
	padding: 0 14px;
	place-items: center;
	border: 1px solid currentColor;
	border-radius: 99px;
	font-size: 11px;
}

.mh-work-single .mh-column-single__meta {
	gap: clamp(16px, 3vw, 18px);
	margin-bottom: clamp(34px, 4vw, 58px);
	font-family: var(--mishima-font-gothic);
	font-size: clamp(12px, 1vw, 22px);
	font-weight: 700;
	letter-spacing: 0.08em;
}

.mh-work-single .mh-column-single__meta span {
	min-width: auto;
	min-height: clamp(42px, 3.2vw, 54px);
	padding: 0 clamp(20px, 2.4vw, 40px);
	border-color: var(--mishima-red);
	border-radius: 999px;
	background: #fff;
	color: var(--mishima-red);
	font-size: inherit;
	line-height: 1;
	white-space: nowrap;
}

.mh-column-single__header h1 {
	margin: 0;
	color: var(--mishima-ink);
	font-family: var(--mishima-font-mincho);
	font-size: clamp(24px, 2vw, 40px);
	font-weight: 500;
	line-height: 1.34;
}

.mh-column-single__header p {
	max-width: 820px;
	margin: clamp(18px, 2vw, 28px) 0 0;
	color: var(--mishima-muted);
	font-size: clamp(15px, 1vw, 17px);
	font-weight: 400;
	line-height: 2;
}

.mh-work-single__visual {
	display: grid;
	width: min(100%, 1120px);
	margin: 0 auto;
	padding: clamp(14px, 2vw, 30px);
	background: #faf9f7;
}

.mh-work-single__main {
	width: min(100%, 1080px);
	margin-inline: auto;
	height: auto;
	object-fit: contain;
}

.mh-column-single__main {
	width: min(100%, 1120px);
	margin-inline: auto;
	object-fit: cover;
}

.mh-work-single__intro {
	padding-block: clamp(70px, 8vw, 120px);
}

.mh-work-single__intro p,
.mh-work-single__content {
	max-width: 980px;
}

.mh-work-single__meta {
	margin: clamp(12px, 1.6vw, 22px) 0 clamp(26px, 3vw, 44px);
	color: var(--mishima-red);
	font-family: var(--mishima-font-en-sans);
	font-size: clamp(13px, 0.95vw, 15px);
	font-weight: 600;
	letter-spacing: 0.08em;
}

.mh-work-single__content {
	color: var(--mishima-muted);
	font-size: clamp(15px, 1vw, 17px);
	font-weight: 400;
	line-height: 2.05;
	letter-spacing: var(--mishima-letter-copy);
}

.mh-work-single__content h3 {
	margin: clamp(36px, 4vw, 58px) 0 18px;
	color: var(--mishima-ink);
	font-size: clamp(20px, 1.55vw, 26px);
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.04em;
}

.mh-work-single__content ul {
	display: grid;
	gap: 14px;
	margin: 0 0 clamp(34px, 4vw, 54px);
	padding: 0;
	list-style: none;
}

.mh-work-single__content li {
	position: relative;
	padding-left: 1.35em;
}

.mh-work-single__content li::before {
	position: absolute;
	top: 0.92em;
	left: 0;
	width: 7px;
	height: 7px;
	background: var(--mishima-red);
	content: "";
}

.mh-work-single__content strong {
	color: var(--mishima-ink);
	font-weight: 600;
}

.mh-work-tags {
	display: grid;
	width: min(100%, 260px);
	gap: clamp(12px, 1.4vw, 18px);
	margin-top: clamp(24px, 3vw, 40px);
	padding: 2px;
	border: 0;
	background: transparent;
	list-style: none;
}

.mh-work-tags li {
	display: inline-grid;
	min-height: clamp(50px, 4.6vw, 58px);
	padding: 0 clamp(20px, 2vw, 26px);
	place-items: center start;
	border: 1px solid rgba(121, 43, 29, 0.28);
	border-radius: 0;
	background: #fff;
	color: var(--mishima-red);
	font-family: var(--mishima-font-gothic);
	font-size: clamp(15px, 1.15vw, 20px);
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1;
	white-space: nowrap;
}

.mh-work-tags li::before {
	content: none;
}

.mh-column-single__body {
	max-width: 900px;
	margin: clamp(52px, 7vw, 104px) auto 0;
	color: var(--mishima-muted);
	font-size: clamp(15px, 1vw, 17px);
	font-weight: 400;
	line-height: 2.15;
	letter-spacing: var(--mishima-letter-copy);
}

.mh-column-single__body > *:first-child {
	margin-top: 0;
}

.mh-column-single__body p {
	margin: 0 0 1.55em;
}

.mh-column-single__body .mh-column-lead {
	color: var(--mishima-ink);
	font-size: clamp(17px, 1.25vw, 21px);
	font-weight: 500;
	line-height: 2.05;
}

.mh-column-toc {
	margin: clamp(34px, 4vw, 58px) 0 clamp(50px, 6vw, 84px);
	padding: clamp(26px, 3vw, 40px);
	border-radius: clamp(22px, 2.4vw, 38px);
	background: #faf9f7;
}

.mh-column-single .p-toc {
	display: none !important;
}

.mh-column-toc strong {
	display: block;
	margin-bottom: 18px;
	color: var(--mishima-red);
	font-family: var(--mishima-font-en-sans);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.14em;
}

.mh-column-toc ol {
	display: grid;
	gap: 10px;
	margin: 0;
	padding-left: clamp(18px, 2vw, 32px);
}

.mh-column-toc a {
	color: var(--mishima-muted);
	text-decoration: none;
	background-image: linear-gradient(var(--mishima-red), var(--mishima-red));
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 0 1px;
	transition: color 0.25s ease, background-size 0.25s ease;
}

.mh-column-toc a:hover {
	color: var(--mishima-red);
	background-size: 100% 1px;
}

.mh-column-single__body h2 {
	margin: clamp(58px, 7vw, 96px) 0 clamp(22px, 3vw, 34px);
	color: var(--mishima-ink);
	font-family: var(--mishima-font-mincho);
	font-size: clamp(24px, 2vw, 32px);
	font-weight: 500;
	line-height: 1.55;
}

.mh-column-single__body h2::before {
	content: "";
	display: block;
	width: 48px;
	height: 2px;
	margin-bottom: clamp(18px, 2vw, 28px);
	background: var(--mishima-red);
}

.mh-column-single__body h3 {
	margin: clamp(32px, 4vw, 54px) 0 18px;
	color: var(--mishima-ink);
	font-size: clamp(20px, 1.7vw, 26px);
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.06em;
}

.mh-column-single__body ul {
	display: grid;
	gap: 10px;
	margin: 0 0 clamp(34px, 4vw, 54px);
	padding: 0;
	list-style: none;
}

.mh-column-single__body li {
	position: relative;
	padding-left: 1.35em;
}

.mh-column-single__body li::before {
	content: "";
	position: absolute;
	top: 0.9em;
	left: 0;
	width: 7px;
	height: 7px;
	background: var(--mishima-red);
}

.mh-column-single__body figure {
	margin: clamp(34px, 4vw, 58px) 0;
}

.mh-column-single__body img {
	width: 100%;
	max-height: clamp(260px, 34vw, 460px);
	height: auto;
	object-fit: cover;
	clip-path: inset(0 round var(--mishima-squircle-media-x) var(--mishima-squircle-media-y));
}

.mh-column-single__body figcaption {
	margin-top: 12px;
	color: rgba(32, 23, 20, 0.66);
	font-size: 13px;
	line-height: 1.8;
}

.mh-column-single__pager {
	display: flex;
	justify-content: flex-end;
	max-width: 900px;
	margin: clamp(52px, 6vw, 90px) auto 0;
}

.mh-info-single {
	padding-bottom: clamp(72px, 9vw, 132px);
}

.mh-message-card {
	display: grid;
	gap: clamp(28px, 3vw, 46px);
	margin-bottom: clamp(82px, 9vw, 132px);
	padding: clamp(34px, 4vw, 62px);
	background: #faf9f7;
	color: var(--mishima-ink);
	clip-path: inset(0 round var(--mishima-squircle-card-x) var(--mishima-squircle-card-y));
}

.mh-message-card p {
	max-width: 760px;
	margin: 0;
	font-size: clamp(16px, 1.2vw, 20px);
	font-weight: 500;
	line-height: 2;
	letter-spacing: var(--mishima-letter-copy);
}

.mh-message-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 28px;
	align-items: center;
	justify-content: flex-end;
}

.mh-news-single .mh-column-single__body {
	margin-top: clamp(38px, 5vw, 76px);
}

.mh-info-lead {
	max-width: 900px;
	margin: 0 auto clamp(34px, 5vw, 72px);
	padding: clamp(26px, 3vw, 42px);
	border-radius: clamp(22px, 2.4vw, 38px);
	background: #faf9f7;
	color: var(--mishima-ink);
}

.mh-info-lead p {
	margin: 0;
	font-size: clamp(16px, 1.1vw, 18px);
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.03em;
}

.mh-info-content section + section {
	margin-top: clamp(56px, 7vw, 94px);
}

.mh-faq-group details {
	border-top: 1px solid var(--mishima-line);
}

.mh-faq-group details:last-child {
	border-bottom: 1px solid var(--mishima-line);
}

.mh-faq-group summary {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 14px;
	align-items: center;
	padding: 22px 42px 22px 0;
	color: var(--mishima-ink);
	font-weight: 500;
	line-height: 1.7;
	list-style: none;
	cursor: pointer;
}

.mh-faq-group summary::-webkit-details-marker {
	display: none;
}

.mh-faq-group summary::before {
	color: var(--mishima-red);
	font-family: var(--mishima-font-en-serif);
	font-size: 1.15em;
	content: "Q";
}

.mh-faq-group summary::after {
	position: absolute;
	top: 50%;
	right: 4px;
	width: 18px;
	height: 18px;
	background:
		linear-gradient(var(--mishima-red), var(--mishima-red)) center / 18px 1px no-repeat,
		linear-gradient(var(--mishima-red), var(--mishima-red)) center / 1px 18px no-repeat;
	transform: translateY(-50%);
	transition: transform 0.25s ease, background-size 0.25s ease;
	content: "";
}

.mh-faq-group details[open] summary::after {
	background-size: 18px 1px, 0 18px;
	transform: translateY(-50%) rotate(180deg);
}

.mh-faq-group details p {
	margin: 0;
	padding: 0 0 24px 2.2em;
	color: var(--mishima-muted);
	font-weight: 400;
}

.mh-column-single__body blockquote {
	margin: clamp(28px, 4vw, 48px) 0;
	padding: clamp(24px, 3vw, 38px);
	border-left: 4px solid var(--mishima-red);
	background: #faf9f7;
	color: var(--mishima-red);
	font-family: var(--mishima-font-mincho);
	font-size: clamp(20px, 1.7vw, 30px);
	line-height: 1.7;
}

.mh-work-gallery {
	columns: 3 280px;
	column-gap: clamp(12px, 1.4vw, 24px);
	padding-block: clamp(54px, 7vw, 96px);
}

.mh-work-gallery figure {
	display: inline-block;
	width: 100%;
	margin: 0 0 clamp(12px, 1.4vw, 24px);
	overflow: hidden;
	background: var(--mishima-light);
	break-inside: avoid;
}

.mh-work-gallery a {
	display: block;
	cursor: zoom-in;
	color: inherit;
}

.mh-work-gallery img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	transition: transform 0.6s ease;
}

.mh-work-gallery figure:hover img {
	transform: scale(1.035);
}

.mh-lightbox {
	position: fixed;
	z-index: 1000;
	inset: 0;
	display: grid;
	place-items: center;
	padding: clamp(18px, 4vw, 64px);
	background: rgba(32, 23, 20, 0.82);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.28s ease;
}

.mh-lightbox-open {
	overflow: hidden;
}

.mh-lightbox.is-open {
	opacity: 1;
	pointer-events: auto;
}

.mh-lightbox__inner {
	position: relative;
	display: grid;
	width: min(100%, 1280px);
	max-height: 88vh;
	place-items: center;
}

.mh-lightbox__image {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 88vh;
	height: auto;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.mh-lightbox__close {
	position: absolute;
	top: -14px;
	right: -14px;
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	background: var(--mishima-red);
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	line-height: 1;
}

.mh-lightbox__close:hover {
	background: #5e2016;
}

.mh-work-gallery__item--portrait {
	max-width: min(100%, 520px);
}

.mh-work-gallery__item--square {
	max-width: min(100%, 640px);
}

.mh-work-gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	background: var(--mishima-light);
	padding: 12px;
}

.mh-work-gallery__grid img {
	width: 100%;
	aspect-ratio: 0.86;
	object-fit: cover;
}

.mh-work-outline {
	padding-block: clamp(50px, 7vw, 90px);
}

.mh-work-outline dl {
	display: grid;
	max-width: 560px;
	gap: 16px;
	margin: 0;
}

.mh-work-outline dl > div {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: 24px;
}

.mh-site .mh-cta-grid,
.mh-home .mh-cta-grid {
	padding-block: clamp(40px, 4.6vw, 94px) clamp(40px, 5.4vw, 110px);
}

.mh-site .mh-cta-card,
.mh-home .mh-cta-card {
	color: #fff;
}

.mh-site .mh-home-footer {
	border-top-color: var(--mishima-line);
}

.mh-site .mh-home-footer nav,
.mh-site .mh-home-footer__company p,
.mh-site .mh-home-footer small {
	color: var(--mishima-muted);
}

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

.mh-home a {
	color: inherit;
	text-decoration: none;
}

.mh-home .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.mh-home img {
	display: block;
	max-width: 100%;
}

.mh-shell {
	width: min(calc(100% - 80px), var(--mishima-content-width));
	margin-inline: auto;
}

.mh-home-header {
	--mh-header-height: 110px;
	position: absolute;
	z-index: 80;
	top: 0;
	left: 0;
	display: flex;
	width: 100%;
	height: var(--mh-header-height);
	align-items: center;
	padding: 0 clamp(30px, 4vw, 64px);
	color: #050505;
}

html.mh-front-page .mh-home > .mh-site-header {
	--mh-header-height: clamp(92px, 7.25vw, 132px);
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 80;
	height: var(--mh-header-height);
	background: transparent !important;
	box-shadow: none !important;
	color: var(--mishima-ink);
}

.mh-home-header__logo {
	width: clamp(220px, 15.6vw, 320px);
	margin-right: auto;
}

.mh-home-nav {
	display: flex;
	align-items: center;
	gap: clamp(18px, 1.85vw, 38px);
	margin-right: 94px;
	font-size: clamp(13px, 1vw, 18px);
	font-weight: 700;
	font-family: var(--mishima-font-en-sans);
	letter-spacing: 0.02em;
}

html.mh-menu-open .mh-home-nav,
body.mh-menu-open .mh-home-nav {
	position: fixed;
	z-index: 90;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: clamp(14px, 1.6vw, 22px);
	margin-right: 0;
	background: rgba(5, 5, 5, 0.98);
	color: #fff;
	font-family: var(--mishima-font-en-serif);
	font-size: clamp(30px, 4.2vw, 64px);
	opacity: 1;
	pointer-events: auto;
}

.mh-home-nav a {
	position: relative;
	padding-block: 12px;
}

.mh-home-nav a::after {
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 0;
	height: 1px;
	background: currentColor;
	content: "";
	transition: width 0.25s ease;
}

.mh-home-nav a:hover::after {
	width: 100%;
}

.mh-home-menu {
	position: fixed;
	z-index: 100;
	top: calc((var(--mh-header-height) - 56px) / 2);
	right: clamp(30px, 4vw, 64px);
	display: grid;
	width: 56px;
	height: 56px;
	margin-left: 38px;
	padding: 15px 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.mh-home-menu > span:not(.screen-reader-text) {
	display: block;
	width: 100%;
	height: 1px;
	background: currentColor;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

html.mh-menu-open .mh-home-menu,
body.mh-menu-open .mh-home-menu {
	color: #fff;
}

html.mh-menu-open .mh-home-menu > span:nth-child(1),
body.mh-menu-open .mh-home-menu > span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

html.mh-menu-open .mh-home-menu > span:nth-child(2),
body.mh-menu-open .mh-home-menu > span:nth-child(2) {
	opacity: 0;
}

html.mh-menu-open .mh-home-menu > span:nth-child(3),
body.mh-menu-open .mh-home-menu > span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.mh-hero {
	position: relative;
	height: min(69vw, 970px);
	min-height: 680px;
	overflow: hidden;
}

.mh-hero-slider,
.mh-hero-slide {
	position: absolute;
	inset: 0;
}

.mh-hero-slide {
	opacity: 0;
	transition: opacity 1.4s ease;
}

.mh-hero-slide.is-active {
	z-index: 1;
	opacity: 1;
}

.mh-hero-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: scale(1.02);
	transition: transform 7.4s ease;
}

.mh-hero-slider.is-ready .mh-hero-slide.is-active img {
	transform: scale(1.08);
}

.mh-hero__title {
	position: absolute;
	bottom: 38px;
	left: clamp(30px, 4vw, 56px);
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 18px;
	color: #fff;
	font-family: var(--mishima-font-mincho);
	font-size: clamp(28px, 3.1vw, 48px);
	font-weight: 400;
	letter-spacing: 0.06em;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 0.8s ease 0.25s, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.25s;
	will-change: opacity, transform;
}

.mh-hero-slide.is-active .mh-hero__title {
	opacity: 1;
	transform: translateY(0);
}

.mh-home .mh-hero__title,
.mh-home .mh-hero__title * {
	color: var(--mishima-white) !important;
}

.mh-hero__title:hover .mh-circle-arrow {
	background: var(--mishima-red);
	border-color: var(--mishima-red);
}

.mh-hero-dots {
	position: absolute;
	right: clamp(26px, 4vw, 56px);
	bottom: 48px;
	z-index: 4;
	display: flex;
	gap: 10px;
}

.mh-hero-dots button {
	width: 34px;
	height: 3px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.48);
	cursor: pointer;
	transition: width 0.25s ease, background-color 0.25s ease;
}

.mh-hero-dots button.is-active {
	width: 54px;
	background: #fff;
}

.mh-circle-arrow {
	display: grid;
	width: 28px;
	height: 28px;
	place-items: center;
	border: 1px solid currentColor;
	border-radius: 50%;
	font-family: var(--mishima-font-en-sans);
	font-size: 17px;
	font-weight: 300;
	transition: background-color 0.25s ease, border-color 0.25s ease;
}

.mh-intro {
	padding-block: clamp(74px, 9vw, 130px);
	text-align: center;
}

.mh-intro h1 {
	margin: 0 0 38px;
	color: var(--mishima-ink);
	font-family: var(--mishima-font-sans);
	font-size: clamp(24px, 2.3vw, 36px);
	font-weight: 500;
	letter-spacing: 0.08em;
}

.mh-intro h1 em {
	color: var(--mishima-red);
	font-style: normal;
}

.mh-intro p {
	margin: 0;
	color: var(--mishima-muted);
	font-family: var(--mishima-font-sans);
	font-size: 18px;
	line-height: 2.2;
}

.mh-split-section {
	display: grid;
	grid-template-columns: 32% 1fr;
	gap: 50px;
	padding-block: clamp(80px, 10vw, 150px);
	border-top: 1px solid var(--mishima-line);
}

.mh-section-heading h2,
.mh-light-heading h2 {
	margin: 0;
	font-family: var(--mishima-font-en-serif);
	font-size: clamp(44px, 5vw, 72px);
	font-weight: 400;
	letter-spacing: 0.01em;
}

.mh-section-heading p,
.mh-light-heading p {
	margin: 20px 0 0;
	font-size: 16px;
	letter-spacing: 0.08em;
}

.mh-mobile-break {
	display: none;
}

.mh-home [data-mh-reveal="heading"] {
	opacity: 0;
	filter: blur(8px);
	transform: translateY(26px);
	transition:
		opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.9s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, filter, transform;
}

.mh-home [data-mh-reveal="heading"].is-inview {
	opacity: 1;
	filter: blur(0);
	transform: none;
}

.mh-home [data-mh-reveal="line"] {
	position: relative;
	border-color: transparent !important;
}

.mh-home [data-mh-reveal="line"]::before,
.mh-home .mh-link-grid > a:nth-last-child(-n+2)[data-mh-reveal="line"]::after,
.mh-home .mh-news-list:not(.mh-news-list--archive) > a:nth-last-child(2)[data-mh-reveal="line"]::after {
	position: absolute;
	right: 0;
	left: 0;
	height: 1px;
	background: var(--mishima-line);
	content: "";
	pointer-events: none;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 1.35s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.mh-home [data-mh-reveal="line"]::before {
	top: 0;
}

.mh-home .mh-link-grid > a:nth-last-child(-n+2)[data-mh-reveal="line"]::after,
.mh-home .mh-news-list:not(.mh-news-list--archive) > a:nth-last-child(2)[data-mh-reveal="line"]::after {
	bottom: 0;
}

.mh-home [data-mh-reveal="line"].is-inview::before,
.mh-home .mh-link-grid > a:nth-last-child(-n+2)[data-mh-reveal="line"].is-inview::after,
.mh-home .mh-news-list:not(.mh-news-list--archive) > a:nth-last-child(2)[data-mh-reveal="line"].is-inview::after {
	transform: scaleX(1);
}

.mh-work-grid,
.mh-column-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 45px 36px;
}

.mh-work-card img {
	width: 100%;
	aspect-ratio: 1.5;
	object-fit: cover;
	transition: opacity 0.25s ease;
}

.mh-work-card span {
	position: relative;
	display: block;
	margin-top: 12px;
	padding-left: 16px;
	font-family: var(--mishima-font-mincho);
	font-size: 20px;
}

.mh-work-card span::before {
	position: absolute;
	top: 0.15em;
	bottom: 0.15em;
	left: 0;
	width: 1px;
	background: #792b1d;
	content: "";
}

.mh-work-card:hover img,
.mh-column-card:hover img {
	opacity: 0.76;
}

.mh-view-all {
	display: flex;
	grid-column: 1 / -1;
	align-items: center;
	justify-content: flex-end;
	gap: 28px;
	margin-top: 30px;
	font-family: var(--mishima-font-en-serif);
	font-size: 14px;
}

.mh-news-list .mh-view-all {
	display: flex;
	grid-column: 1 / -1;
	margin-left: auto;
	margin-top: 30px;
	align-items: center;
	justify-content: flex-end;
	gap: 28px;
}

.mh-news-list .mh-view-all span {
	flex: 0 0 var(--mh-arrow-button-width);
	width: var(--mh-arrow-button-width);
	height: var(--mh-arrow-button-height);
	color: #fff;
}

.mh-view-all span,
.mh-link-grid i,
.mh-news-list i {
	display: grid;
	width: var(--mh-arrow-button-width);
	height: var(--mh-arrow-button-height);
	place-items: center;
	border-radius: 99px;
	background: var(--mishima-red);
	color: #fff;
	font-style: normal;
}

.mh-link-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: clamp(24px, 1vw, 70px);
	margin-bottom: clamp(90px, 12vw, 170px);
}

.mh-link-grid > a {
	display: grid;
	grid-template-columns: minmax(170px, 0.32fr) minmax(0, 1fr) auto;
	min-height: 130px;
	align-items: center;
	gap: clamp(18px, 2vw, 28px);
	padding-inline: clamp(16px, 2vw, 28px);
	border-top: 1px solid var(--mishima-line);
	border-bottom: 0;
}

.mh-link-grid > a:nth-last-child(-n+2) {
	border-bottom: 1px solid var(--mishima-line);
}

.mh-link-grid > a:nth-child(odd) {
	padding-left: 0;
}

.mh-link-grid > a:nth-child(even) {
	padding-right: 0;
}

.mh-link-grid strong {
	font-family: var(--mishima-font-en-serif);
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}

.mh-link-grid > a > span {
	color: var(--mishima-muted);
	font-size: 14px;
	line-height: 1.8;
}

.mh-interview {
	padding-block: clamp(70px, 8vw, 120px);
	background: var(--mishima-light);
	color: var(--mishima-ink);
}

.mh-light-heading {
	margin-bottom: 55px;
}

.mh-interview-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(20px, 3vw, 34px);
}

.mh-interview-carousel {
	--mh-interview-gap: clamp(20px, 3vw, 34px);
	position: relative;
	margin-bottom: clamp(34px, 4vw, 58px);
}

.mh-interview-carousel::after {
	position: absolute;
	z-index: 2;
	top: 0;
	right: -1px;
	bottom: 4px;
	width: min(4vw, 230px);
	pointer-events: none;
	background: linear-gradient(90deg, rgba(250, 249, 247, 0) 0%, rgba(250, 249, 247, 0.72) 48%, var(--mishima-light) 100%);
	content: "";
}

.mh-interview-carousel__viewport {
	overflow: hidden;
}

.mh-interview-carousel__track {
	display: flex;
	gap: var(--mh-interview-gap);
	overflow-x: auto;
	padding-bottom: 4px;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.mh-interview-carousel__track::-webkit-scrollbar {
	display: none;
}

.mh-interview-carousel .mh-interview-card {
	flex: 0 0 calc((100% - (var(--mh-interview-gap) * 2)) / 3);
	scroll-snap-align: start;
}

.mh-interview-card {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: var(--mishima-squircle-media-x) / var(--mishima-squircle-media-y);
}

.mh-interview-card img {
	width: 100%;
	aspect-ratio: 1.47;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.mh-interview-card strong {
	position: absolute;
	right: 18px;
	bottom: 16px;
	left: 18px;
	color: #fff;
	font-size: 16px;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
}

.mh-interview-card:hover img {
	transform: scale(1.03);
}

.mh-view-all--light span {
	background: var(--mishima-red);
}

.mh-instagram-gallery {
	display: block;
	height: clamp(240px, 30vw, 430px);
	overflow: hidden;
	background: var(--mishima-light);
}

.mh-instagram-track {
	display: flex;
	width: max-content;
	height: 100%;
	animation: mh-instagram-marquee 42s linear infinite;
}

.mh-instagram-set {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) minmax(260px, 1.6fr) minmax(520px, 3.7fr) minmax(220px, 1.25fr) minmax(220px, 1.25fr);
	width: clamp(1180px, 100vw, 1600px);
	height: 100%;
	gap: 4px;
	padding-right: 4px;
}

.mh-instagram-gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@keyframes mh-instagram-marquee {
	to {
		transform: translateX(-50%);
	}
}

.mh-column-card {
	display: flex;
	flex-direction: column;
}

.mh-column-card img {
	width: 100%;
	aspect-ratio: 1.5;
	object-fit: cover;
	transition: opacity 0.25s ease;
}

.mh-column-card time {
	margin-top: 14px;
	color: var(--mishima-muted);
	font-size: 12px;
}

.mh-column-card strong {
	margin-top: 7px;
	font-size: 14px;
	line-height: 1.7;
}

.mh-news {
	padding-top: 95px;
}

.mh-news-list > a:not(.mh-view-all) {
	display: grid;
	grid-template-columns: 125px 140px 1fr auto;
	min-height: 100px;
	align-items: center;
	gap: 24px;
	border-top: 1px solid var(--mishima-line);
}

.mh-news-list:not(.mh-news-list--archive) > a:nth-last-child(2),
.mh-news-list--archive > a:last-child {
	border-bottom: 1px solid var(--mishima-line);
}

.mh-news-list time,
.mh-news-list > a:not(.mh-view-all) > span {
	color: var(--mishima-muted);
	font-size: 13px;
}

.mh-news-list strong {
	font-size: 14px;
}

.mh-cta-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: min(calc(100% - 88px), 1920px);
	gap: clamp(1vw, 1vw, 40px);
	padding-block: clamp(72px, 4.6vw, 94px) clamp(92px, 5.4vw, 110px);
}

.mh-cta-card {
	position: relative;
	display: flex;
	min-height: clamp(340px, 25.2vw, 516px);
	flex-direction: column;
	padding: clamp(44px, 3.35vw, 68px);
	overflow: hidden;
	border-radius: var(--mishima-squircle-card-x) / var(--mishima-squircle-card-y);
	color: #fff;
}

.mh-cta-card--contact {
	background: #00120c;
}

.mh-cta-card--catalog {
	background: #515151;
}

.mh-cta-card--model {
	background: var(--mishima-red);
}

.mh-cta-card strong {
	display: block;
	font-family: var(--mishima-font-en-serif);
	font-size: clamp(34px, 2.75vw, 54px);
	font-weight: 400;
	line-height: 1;
	white-space: nowrap;
}

.mh-cta-card > span {
	display: block;
	margin-top: clamp(20px, 2vw, 44px);
	font-size: clamp(20px, 1.35vw, 26px);
	font-weight: 700;
	letter-spacing: 0.05em;
}

.mh-cta-card p {
	margin: clamp(12px, 3.55vw, 72px) 0 0;
	font-size: clamp(15px, 0.98vw, 19px);
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: 0.02em;
}

.mh-cta-card i {
	position: relative;
	display: grid;
	width: var(--mh-arrow-button-width);
	height: var(--mh-arrow-button-height);
	margin-top: auto;
	place-items: center;
	align-self: flex-end;
	border-radius: 99px;
	background: #fff;
	color: #111;
	font-style: normal;
}

.mh-mse {
	padding-bottom: clamp(105px, 10vw, 150px);
}

.mh-mse > a {
	display: grid;
	grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1fr) auto;
	min-height: 156px;
	align-items: center;
	justify-items: stretch;
	gap: clamp(10px, 1vw, 44px);
	padding: clamp(30px, 3.3vw, 46px) clamp(44px, 7vw, 96px);
	border: 1px solid rgba(32, 23, 20, 0.28);
	background: #faf9f7;
	color: var(--mishima-ink);
}

.mh-mse__brand {
	display: grid;
	justify-items: center;
	text-align: center;
}

.mh-mse__brand small {
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.06em;
}

.mh-mse__brand strong {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(18px, 1.8vw, 28px);
	font-family: var(--mishima-font-en-serif);
	font-size: clamp(58px, 5.4vw, 92px);
	font-weight: 400;
	line-height: 0.9;
	white-space: nowrap;
}

.mh-mse__brand b {
	display: inline-flex;
	align-items: center;
	min-height: 0.86em;
	padding: 0.13em 0.28em 0.12em;
	background: var(--mishima-ink);
	color: #fff;
	font-size: 0.5em;
	font-weight: 400;
	line-height: 1;
}

.mh-mse__copy {
	justify-self: start;
	margin: 0;
	font-size: clamp(16px, 1.35vw, 22px);
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.08em;
	text-align: left;
}

.mh-mse i {
	justify-self: end;
	display: grid;
	width: var(--mh-arrow-button-width);
	height: var(--mh-arrow-button-height);
	place-items: center;
	border-radius: 99px;
	background: var(--mishima-red);
	color: #fff;
	font-style: normal;
}

.mh-home-footer {
	padding-block: 55px 65px;
	border-top: 1px solid var(--mishima-line);
}

.mh-home-footer .mh-shell {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
}

.mh-home-footer nav {
	display: flex;
	max-width: 660px;
	flex-wrap: wrap;
	align-content: flex-start;
	gap: 24px 45px;
	font-size: 13px;
	font-weight: 500;
}

.mh-home-footer nav a {
	position: relative;
	transition: color 0.35s ease;
}

.mh-home-footer nav a::after {
	position: absolute;
	right: 0;
	bottom: -0.35em;
	left: 0;
	height: 1px;
	background: currentColor;
	opacity: 0;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.35s ease, opacity 0.35s ease;
	content: "";
}

.mh-home-footer nav a:hover {
	color: var(--mishima-red);
}

.mh-home-footer nav a:hover::after {
	opacity: 1;
	transform: scaleX(1);
}

.mh-home-footer__company {
	text-align: right;
}

.mh-home-footer__company img {
	width: 205px;
	margin: 0 0 15px auto;
}

.mh-home-footer__company p {
	margin: 0;
	color: var(--mishima-muted);
	font-size: 12px;
	line-height: 1.8;
}

.mh-home-footer small {
	color: var(--mishima-muted);
	font-size: 11px;
}

@media (max-width: 960px) {
	.mh-shell {
		width: min(calc(100% - 48px), var(--mishima-content-width));
	}

	.mh-home-header {
		--mh-header-height: 82px;
		padding-inline: 24px;
	}

	.mh-home-header__logo {
		width: 156px;
	}

	.mh-home-nav {
		position: fixed;
		z-index: 30;
		inset: 0;
		flex-direction: column;
		justify-content: center;
		gap: 15px;
		margin-right: 0;
		background: rgba(5, 5, 5, 0.98);
		color: #fff;
		font-family: var(--mishima-font-en-serif);
		font-size: 30px;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.25s ease;
	}

	.mh-home-menu {
		top: calc((var(--mh-header-height) - 56px) / 2);
		right: 24px;
		z-index: 100;
		margin-left: 20px;
	}

	.mh-menu-open .mh-home-nav {
		opacity: 1;
		pointer-events: auto;
	}

	.mh-menu-open .mh-home-menu {
		color: #fff;
	}

	.mh-menu-open .mh-home-menu > span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.mh-menu-open .mh-home-menu > span:nth-child(2) {
		opacity: 0;
	}

	.mh-menu-open .mh-home-menu > span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.mh-hero {
		height: 82vh;
		min-height: 570px;
	}

	.mh-split-section {
		grid-template-columns: 1fr;
		gap: 55px;
	}

	.mh-link-grid {
		grid-template-columns: 1fr;
		column-gap: 0;
	}

	.mh-link-grid > a:nth-child(n) {
		padding-inline: 0;
	}

	.mh-link-grid > a:nth-last-child(-n+2) {
		border-bottom: 0;
	}

	.mh-home .mh-link-grid > a:nth-last-child(-n+2)[data-mh-reveal="line"]::after {
		content: none;
	}

	.mh-link-grid > a:last-child {
		border-bottom: 1px solid var(--mishima-line);
	}

	.mh-home .mh-link-grid > a:last-child[data-mh-reveal="line"]::after {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		height: 1px;
		background: var(--mishima-line);
		content: "";
		pointer-events: none;
		transform: scaleX(0);
		transform-origin: left center;
		transition: transform 1.35s cubic-bezier(0.22, 1, 0.36, 1);
	}

	.mh-home .mh-link-grid > a:last-child[data-mh-reveal="line"].is-inview::after {
		transform: scaleX(1);
	}

	.mh-cta-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mh-mse > a {
		grid-template-columns: minmax(0, 1fr) auto;
		justify-items: start;
		gap: 22px 25px;
		padding: 35px 40px;
	}

	.mh-mse__brand {
		justify-items: center;
		text-align: center;
	}

	.mh-mse__copy {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-self: start;
		text-align: left;
	}

	.mh-mse i {
		grid-column: 2;
		grid-row: 1;
	}

	.mh-page-hero h1 {
		flex-wrap: wrap;
	}

	.mh-anchor-layout,
	.mh-story,
	.mh-spec-card--wide {
		grid-template-columns: 1fr;
	}

	.mh-anchor-nav {
		position: static;
		display: flex;
		flex-wrap: wrap;
	}

	.mh-value-grid,
	.mh-spec-grid,
	.mh-support-grid,
	.mh-archive-grid,
	.mh-interview-archive__grid,
	.mh-interview-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mh-interview-carousel .mh-interview-card {
		flex-basis: calc((100% - var(--mh-interview-gap)) / 2);
	}

	.mh-contact-row {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.mh-contact-submit-row {
		grid-template-columns: 1fr;
	}

	.mh-contact-submit-wrap {
		justify-self: end;
	}

	.mh-work-gallery__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mh-work-gallery {
		columns: 2 260px;
	}
}

@media (max-width: 640px) {
	.mh-shell {
		width: min(calc(100% - 32px), var(--mishima-content-width));
	}

	.mh-hero {
		height: 76vh;
		min-height: 520px;
	}

	.mh-hero-slide img {
		object-position: 58% center;
	}

	.mh-hero__title {
		bottom: 36px;
		left: 20px;
		max-width: calc(100% - 40px);
		font-size: 25px;
	}

	.mh-hero-dots {
		right: 20px;
		bottom: 28px;
		gap: 8px;
	}

	.mh-hero-dots button {
		width: 24px;
	}

	.mh-hero-dots button.is-active {
		width: 38px;
	}

	.mh-intro {
		text-align: left;
	}

	.mh-intro h1 {
		font-size: 23px;
		line-height: 1.7;
	}

	.mh-mobile-break {
		display: block;
	}

	.mh-intro p br {
		display: none;
	}

	.mh-work-grid,
	.mh-column-grid,
	.mh-interview-grid {
		grid-template-columns: 1fr;
	}

	.mh-interview-carousel .mh-interview-card {
		flex-basis: 100%;
	}

	.mh-interview-carousel::after {
		width: min(4vw, 230px);
	}

	.mh-anchor-nav {
		display: none;
	}

	.mh-news-category-nav {
		display: flex;
		overflow-x: auto;
		flex-wrap: nowrap;
		gap: 18px;
		padding-bottom: 6px;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	.mh-link-grid > a {
		grid-template-columns: 1fr auto;
		gap: 15px;
		padding-block: 25px;
	}

	.mh-link-grid > a > span {
		grid-column: 1;
	}

	.mh-link-grid i {
		grid-column: 2;
		grid-row: 1 / 3;
	}

	.mh-instagram-gallery {
		height: 240px;
	}

	.mh-instagram-set {
		grid-template-columns: repeat(5, 220px);
		width: auto;
	}

	.mh-instagram-track {
		animation-duration: 30s;
	}

	.mh-news-list > a:not(.mh-view-all) {
		grid-template-columns: 90px 1fr auto;
		gap: 12px;
		padding-block: 22px;
	}

	.mh-news-list > a > span {
		display: none;
	}

	.mh-news-list strong {
		grid-column: 1 / 3;
	}

	.mh-news-list i {
		grid-column: 3;
		grid-row: 1 / 3;
		width: var(--mh-arrow-button-width);
	}

	.mh-news-list > .mh-view-all {
		display: flex;
		grid-template-columns: none;
		justify-content: flex-end;
		margin-top: 24px;
		padding-block: 0;
	}

	.mh-news-list > .mh-view-all span {
		display: grid;
	}

	.mh-cta-card {
		min-height: 0;
		padding: 32px 28px;
	}

	.mh-cta-grid {
		grid-template-columns: 1fr;
	}

	.mh-cta-card p {
		margin-top: 24px;
	}

	.mh-cta-card i {
		margin-top: 32px;
	}

	.mh-mse > a {
		padding: 28px 24px;
	}

	.mh-mse__brand strong {
		gap: 12px;
		font-size: clamp(42px, 13vw, 58px);
	}

	.mh-home-footer .mh-shell {
		grid-template-columns: 1fr;
	}

	.mh-home-footer__company {
		text-align: left;
	}

	.mh-home-footer__company img {
		margin-left: 0;
	}

	.mh-site .mh-site-header {
		height: 82px;
	}

	.mh-page-hero {
		padding-block: 54px 60px;
	}

	.mh-page-hero h1 {
		gap: 10px 18px;
		font-size: clamp(46px, 16vw, 52px);
	}

	.mh-page-hero h1 span {
		display: none;
	}

	.mh-page-hero h1 small {
		width: 100%;
	}

	.mh-lead img {
		aspect-ratio: 1.35;
	}

	.mh-company dl > div,
	.mh-work-outline dl > div {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.mh-value-grid,
	.mh-spec-grid,
	.mh-support-grid,
	.mh-interview-archive__grid,
	.mh-archive-grid,
	.mh-work-gallery__grid {
		grid-template-columns: 1fr;
	}

	.mh-work-gallery {
		columns: 1;
	}

	.mh-lightbox {
		padding: 18px;
	}

	.mh-lightbox__close {
		top: 10px;
		right: 10px;
	}

	.mh-interview-archive-card figcaption {
		font-size: clamp(20px, 7vw, 28px);
	}

	.mh-interview-gallery {
		grid-template-columns: 1fr;
	}

	.mh-interview-data,
	.mh-interview-data tbody,
	.mh-interview-data tr,
	.mh-interview-data th,
	.mh-interview-data td {
		display: block;
		width: 100%;
	}

	.mh-interview-data th {
		padding-bottom: 4px;
		border-bottom: 0;
	}

	.mh-interview-data td {
		padding-top: 0;
	}

	.mh-column-toc ol {
		padding-left: 0;
	}

	.mh-spec-card {
		min-height: 0;
	}

	.mh-support-grid article {
		min-height: 0;
	}

	.mh-archive-grid--mse .mh-archive-card {
		padding: 28px;
	}

	.mh-contact {
		padding-bottom: 80px;
	}

	.mh-contact-page .mh-page-hero h1 {
		font-size: clamp(52px, 15vw, 70px);
	}

	.mh-contact-page .mh-page-hero p {
		margin-top: 32px;
	}

	.mh-contact-row {
		min-height: 0;
		padding-block: 18px;
	}

	.mh-contact-row--message {
		min-height: 150px;
	}

	.mh-contact-checks,
	.mh-contact-checks .wpcf7-checkbox {
		gap: 14px 22px;
	}

	.mh-contact-checks label {
		width: 100%;
	}

	.mh-contact-submit-row {
		padding-top: 34px;
	}

	.mh-contact-submit-note br {
		display: none;
	}

	.mh-contact-submit-wrap {
		justify-self: start;
	}

	.mh-work-tags {
		width: min(100%, 260px);
	}

	.mh-work-single .mh-column-single__meta {
		gap: 10px;
		margin-bottom: 28px;
		font-size: 12px;
		letter-spacing: 0.06em;
	}

	.mh-work-single .mh-column-single__meta span {
		min-height: 24px;
		padding-inline: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mh-hero-slide,
	.mh-hero-slide img,
	.mh-hero__title {
		transition: none;
		animation: none;
		transform: none;
	}

	.mh-quality-body h3[data-mh-quality-heading],
	.mh-quality-body h3[data-mh-quality-heading].is-inview {
		opacity: 1;
		transform: none;
		animation: none;
		color: var(--mishima-red);
	}
}
