/*
 * SHOWA Renewal design v3.
 * The visual system follows renew_demo_design_v3 static HTML.
 */
:root {
	--showa-ink: #22211e;
	--showa-paper: #fffdfa;
	--showa-sand: #f7f3ec;
	--showa-teal: #1f4e5f;
	--showa-teal-deep: #16333e;
	--showa-teal-tint: #e9efef;
	--showa-mid: #6b675f;
	--showa-body: #55524b;
	--showa-line: rgba(34,33,30,.14);
	--showa-serif: "Shippori Mincho", serif;
	--showa-sans: "Noto Sans JP", sans-serif;
	--showa-text-xs: 13px;
	--showa-text-sm: 14px;
	--showa-text-base: 16px;
	--showa-text-lead: 18px;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 104px;
}

body.showa-template,
.showa-template button,
.showa-template input,
.showa-template select,
.showa-template textarea {
	font-family: var(--showa-sans);
	color: var(--showa-ink);
	background: var(--showa-paper);
	font-feature-settings: "palt";
	letter-spacing: .04em;
}

body.showa-template {
	overflow-x: hidden;
	font-size: var(--showa-text-base);
}

.showa-template * {
	box-sizing: border-box;
}

.showa-template img {
	display: block;
	max-width: 100%;
	filter: saturate(.94) contrast(1.01);
}

.showa-template .c-page-top {
	display: none !important;
}

.showa-template ::selection {
	color: #fff;
	background: var(--showa-teal);
}

.showa-template .l-contents__inner,
.showa-template .c-entry__content {
	max-width: none;
	padding: 0;
	margin: 0;
}

.showa-template .c-container,
.showa-template .l-contents__container,
.showa-template .l-contents__body {
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

/* Snow Monkey header */
.showa-template .l-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 200;
	background: transparent;
	box-shadow: none;
}

.showa-template .l-header__content,
.showa-template .l-header--center .l-header__content {
	background: transparent;
	box-shadow: none;
	transition: padding .4s, background .4s, box-shadow .4s;
}

.showa-template[data-scrolled="true"] .l-header__content,
.showa-template .l-header__content.is-scrolled,
html[data-scrolled="true"] .showa-template .l-header__content {
	background: rgba(250,248,244,.94);
	box-shadow: 0 1px 0 var(--showa-line);
	backdrop-filter: blur(14px);
}

.showa-template.showa-header-on-light .l-header__content {
	background: rgba(250,248,244,.94);
	box-shadow: 0 1px 0 var(--showa-line);
	backdrop-filter: blur(14px);
}

.showa-template .l-center-header__row {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

@media (min-width: 1024px) {
	.showa-template .l-header--center .l-center-header > .c-container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: min(1440px, calc(100% - 56px));
		max-width: none;
		padding: 16px 0;
		transition: padding .4s;
	}

	html[data-scrolled="true"] .showa-template .l-header--center .l-center-header > .c-container {
		padding: 8px 0;
	}

	.showa-template .l-header--center .l-center-header__row {
		width: auto;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.showa-template .l-header--center .l-center-header__row + .l-center-header__row {
		margin-top: 0 !important;
	}

	.showa-template .l-header--center .l-center-header__row:first-child .c-row {
		display: block;
		min-height: 0;
	}

	.showa-template .l-header--center .l-center-header__row:first-child .c-row__col.u-text-center {
		text-align: left;
	}

	.showa-template .p-global-nav .c-navbar {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 38px;
	}

	.showa-template .p-global-nav .c-navbar__item > a {
		padding: 0;
		color: rgba(255,255,255,.82);
		font-family: var(--showa-sans);
		font-size: 13px;
		font-weight: 500;
		letter-spacing: .12em;
		text-decoration: none;
	}

	html[data-scrolled="true"] .showa-template .p-global-nav .c-navbar__item > a {
		color: var(--showa-mid);
	}

	.showa-template.showa-header-on-light .p-global-nav .c-navbar__item > a {
		color: var(--showa-mid);
	}

	.showa-template .p-global-nav .c-navbar__item > a:hover {
		color: #fff;
	}

	html[data-scrolled="true"] .showa-template .p-global-nav .c-navbar__item > a:hover {
		color: var(--showa-teal);
	}

	.showa-template.showa-header-on-light .p-global-nav .c-navbar__item > a:hover {
		color: var(--showa-teal);
	}

	.showa-template .p-global-nav .c-navbar__item:last-child > a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		padding: 0 26px;
		color: #fff;
		background: transparent;
		border: 1px solid rgba(255,255,255,.8);
	}

	html[data-scrolled="true"] .showa-template .p-global-nav .c-navbar__item:last-child > a {
		color: #fff;
		background: var(--showa-teal);
		border-color: var(--showa-teal);
	}

	.showa-template.showa-header-on-light .p-global-nav .c-navbar__item:last-child > a {
		color: #fff;
		background: var(--showa-teal);
		border-color: var(--showa-teal);
	}
}

.showa-template .c-site-branding .custom-logo {
	width: 70px;
	max-width: 70px;
	height: auto;
	filter: brightness(0) invert(1);
	transition: filter .25s;
}

html[data-scrolled="true"] .showa-template .c-site-branding .custom-logo {
	filter: none;
}

.showa-template.showa-header-on-light .c-site-branding .custom-logo {
	filter: none;
}

@media (max-width: 640px) {
	.showa-template .l-center-header__row .c-row {
		min-height: 78px;
	}

	.showa-template .c-site-branding .custom-logo {
		width: 54px;
		max-width: 54px;
	}

	.showa-template #hamburger-btn.c-hamburger-btn {
		position: absolute;
		top: 50%;
		right: 22px;
		z-index: 5;
		display: inline-flex !important;
		flex-direction: column;
		gap: 5px;
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 46px;
		min-width: 46px;
		min-height: 46px;
		color: var(--showa-ink);
		background: rgba(255,255,255,.92);
		border: 1px solid var(--showa-line);
		transform: translateY(-50%);
	}

	.showa-template #hamburger-btn .c-hamburger-btn__bar {
		background-color: currentColor;
	}

	.showa-template #hamburger-btn .c-hamburger-btn__label {
		display: none;
	}
}

.showa-mobile-nav-toggle,
.showa-mobile-nav {
	display: none;
}

@media (max-width: 1120px) {
	.showa-mobile-nav-toggle {
		position: fixed;
		top: 24px;
		right: 24px;
		z-index: 260;
		display: inline-flex;
		flex-direction: column;
		gap: 6px;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		padding: 0;
		background: rgba(255,255,255,.08);
		border: 1px solid rgba(255,255,255,.72);
		cursor: pointer;
	}

	html[data-scrolled="true"] .showa-mobile-nav-toggle,
	html.showa-mobile-nav-open .showa-mobile-nav-toggle {
		background: var(--showa-teal);
		border-color: var(--showa-teal);
	}

	.showa-mobile-nav-toggle span {
		display: block;
		width: 18px;
		height: 1px;
		background: #fff;
		transition: transform .25s, opacity .25s;
	}

	html.showa-mobile-nav-open .showa-mobile-nav-toggle span:nth-child(1) {
		transform: translateY(7px) rotate(42deg);
	}

	html.showa-mobile-nav-open .showa-mobile-nav-toggle span:nth-child(2) {
		opacity: 0;
	}

	html.showa-mobile-nav-open .showa-mobile-nav-toggle span:nth-child(3) {
		transform: translateY(-7px) rotate(-42deg);
	}

	.showa-mobile-nav {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 250;
		display: block;
		padding: 112px 28px 36px;
		background: rgba(22,51,62,.98);
		box-shadow: 0 14px 46px rgba(0,0,0,.18);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-18px);
		transition: opacity .25s, transform .25s;
	}

	html.showa-mobile-nav-open .showa-mobile-nav {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.showa-mobile-nav__inner {
		display: grid;
		gap: 0;
		max-width: 420px;
		margin: 0 auto;
	}

	.showa-mobile-nav a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 58px;
		color: #fff;
		border-bottom: 1px solid rgba(255,255,255,.14);
		font-family: var(--showa-serif);
		font-size: 18px;
		letter-spacing: .08em;
		text-decoration: none;
	}

	.showa-mobile-nav a::after {
		content: "→";
		color: rgba(255,255,255,.56);
		font-family: var(--showa-sans);
		font-size: 13px;
	}
}

.showa-mobile-nav-toggle,
body.showa-template .showa-mobile-nav-toggle {
	position: fixed;
	top: 24px;
	right: 24px;
	z-index: 10010;
	display: inline-flex !important;
	visibility: visible !important;
	opacity: 1 !important;
	flex-direction: column;
	gap: 6px;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	padding: 0;
	background: rgba(255,255,255,.9);
	border: 1px solid rgba(255,255,255,.78);
	box-shadow: 0 14px 36px rgba(20, 40, 50, .18);
	cursor: pointer;
	appearance: none;
}

html.showa-mobile-nav-open .showa-mobile-nav-toggle,
html[data-scrolled="true"] .showa-mobile-nav-toggle {
	background: var(--showa-teal);
	border-color: var(--showa-teal);
}

.showa-mobile-nav-toggle span,
body.showa-template .showa-mobile-nav-toggle span {
	display: block;
	width: 18px;
	height: 1px;
	background: var(--showa-ink);
	transition: transform .25s, opacity .25s;
}

html.showa-mobile-nav-open .showa-mobile-nav-toggle span,
html[data-scrolled="true"] .showa-mobile-nav-toggle span {
	background: #fff;
}

html.showa-mobile-nav-open .showa-mobile-nav-toggle span:nth-child(1) {
	transform: translateY(7px) rotate(42deg);
}

html.showa-mobile-nav-open .showa-mobile-nav-toggle span:nth-child(2) {
	opacity: 0;
}

html.showa-mobile-nav-open .showa-mobile-nav-toggle span:nth-child(3) {
	transform: translateY(-7px) rotate(-42deg);
}

.showa-mobile-nav,
body.showa-template .showa-mobile-nav {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10000;
	display: block !important;
	padding: 112px 28px 36px;
	background: rgba(22,51,62,.98);
	box-shadow: 0 14px 46px rgba(0,0,0,.18);
	opacity: 0;
	pointer-events: none;
	transform: translateY(-18px);
	transition: opacity .25s, transform .25s;
}

@media (min-width: 1121px) {
	.showa-mobile-nav-toggle,
	.showa-mobile-nav,
	body.showa-template .showa-mobile-nav-toggle,
	body.showa-template .showa-mobile-nav {
		display: none !important;
	}
}

/* Shared layout */
.showa-inner {
	width: min(1180px, calc(100% - 104px));
	margin: 0 auto;
}

.showa-narrow {
	width: min(940px, calc(100% - 104px));
}

.showa-sec,
.showa-static-section {
	padding: 130px 0;
	background: var(--showa-paper);
}

.showa-top-reveal {
	opacity: 0;
	transform: translateY(26px);
	transition:
		opacity .72s cubic-bezier(.22,1,.36,1),
		transform .72s cubic-bezier(.22,1,.36,1);
	will-change: opacity, transform;
}

.showa-top-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
	will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
	.showa-top-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

.showa-sec.is-gray,
.showa-static-section.is-gray,
.showa-archive-head {
	background: var(--showa-paper);
}

.showa-page-header,
.showa-page-kv {
	position: relative;
	padding: 150px 52px 74px;
	overflow: hidden;
	background: var(--showa-teal-deep);
}

.showa-page-header::after,
.showa-page-kv::after {
	display: none;
	content: none;
}

.showa-page-header__inner,
.showa-page-kv .showa-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}

.showa-archive-head {
	padding-top: 72px;
}

.showa-page-header__en,
.showa-page-kv .showa-tag,
.showa-tag,
.showa-card-kicker {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 18px;
	color: var(--showa-teal);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .3em;
	text-transform: uppercase;
}

.showa-page-header__en {
	display: block;
	color: rgba(255,255,255,.7);
	font-family: var(--showa-serif);
	font-weight: 500;
	letter-spacing: .42em;
}

.showa-tag::before,
.showa-card-kicker::before {
	display: block;
	width: 40px;
	height: 1px;
	content: "";
	background: var(--showa-teal);
}

.showa-page-kv .showa-tag {
	display: block;
	color: rgba(255,255,255,.7);
	font-family: var(--showa-serif);
	font-weight: 500;
	letter-spacing: .42em;
}

.showa-page-kv .showa-tag::before {
	display: none;
}

.showa-page-header h1,
.showa-page-kv .showa-h1,
.showa-h1,
.showa-h2 {
	margin: 0;
	padding: 0;
	color: var(--showa-ink);
	background: transparent;
	border: 0;
	font-family: var(--showa-serif);
	font-weight: 500;
	letter-spacing: .06em;
	box-shadow: none;
}

.showa-page-header h1,
.showa-page-kv .showa-h1,
.showa-h1 {
	max-width: 980px;
	font-size: clamp(34px,4vw,54px);
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.showa-page-header h1,
.showa-page-kv .showa-h1 {
	color: #fff;
	letter-spacing: .08em;
}

.single-post .showa-page-header h1,
.single-column .showa-page-header h1 {
	max-width: 1120px;
	font-size: clamp(34px,3.2vw,46px);
	letter-spacing: .05em;
	line-height: 1.6;
	overflow-wrap: normal;
	word-break: normal;
}

.showa-title-break {
	display: none;
}

.showa-page-header__subline {
	display: block;
	margin-top: 4px;
	font-size: .72em;
	font-weight: 500;
	line-height: 1.6;
}

.showa-h2 {
	font-size: clamp(30px,3.4vw,48px);
	line-height: 1.5;
}

.showa-h2 em {
	color: var(--showa-teal);
	font-style: normal;
}

.showa-section-head .showa-h2 em {
	color: inherit;
}

.showa-page-header__lead,
.showa-page-kv .showa-lead,
.showa-lead {
	max-width: 720px;
	margin: 18px 0 0;
	color: var(--showa-body);
	font-size: 14px;
	font-weight: 300;
	line-height: 2.35;
	letter-spacing: .06em;
}

.showa-page-header__lead,
.showa-page-kv .showa-lead {
	color: rgba(255,255,255,.78);
}

.showa-page-header__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 34px;
}

.showa-cbtn,
.showa-btn,
.showa-home-btn,
.showa-more .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 34px;
	color: #fff;
	background: var(--showa-teal);
	border: 1px solid var(--showa-teal);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .16em;
	line-height: 1;
	text-decoration: none;
	box-shadow: none;
	transition: background .25s, border-color .25s, color .25s, transform .25s;
}

.showa-cbtn:hover,
.showa-btn:hover,
.showa-home-btn:hover,
.showa-more .wp-block-button__link:hover {
	color: #fff;
	background: var(--showa-teal-deep);
	border-color: var(--showa-teal-deep);
	transform: translateY(-2px);
}

.showa-more {
	display: flex;
	justify-content: center;
	margin-top: 42px;
}

.showa-more .wp-block-button__link {
	position: relative;
	min-height: 54px;
	padding: 0 56px 0 34px;
	color: var(--showa-teal);
	background: transparent;
	border: 1px solid var(--showa-teal);
}

.showa-more .wp-block-button__link::after {
	position: absolute;
	right: 28px;
	content: "→";
	font-size: 14px;
}

.showa-more .wp-block-button__link:hover {
	color: #fff;
	background: var(--showa-teal);
	border-color: var(--showa-teal);
}

.showa-cbtn.is-fill {
	color: var(--showa-teal-deep);
	background: #fff;
	border-color: #fff;
}

.showa-cbtn.is-ghost,
.showa-btn.is-ghost,
.showa-home-btn.is-outline {
	color: var(--showa-teal);
	background: transparent;
	border-color: var(--showa-teal);
}

.showa-page-header .showa-cbtn.is-ghost {
	color: #fff;
	border-color: rgba(255,255,255,.66);
}

/* Top */
.showa-home-hero {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	color: #fff;
	background: var(--showa-teal-deep);
}

.showa-home-hero-media,
.showa-home-hero-overlay,
.showa-home-hero-slide,
.showa-home-hero-poster,
.showa-home-hero-video {
	position: absolute;
	inset: 0;
}

.showa-home-hero-poster {
	z-index: 1;
	display: block;
}

.showa-home-hero-poster img,
.showa-home-hero-video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.showa-home-hero-video {
	z-index: 2;
	opacity: 0;
	transition: opacity .8s ease;
}

.showa-home-hero-video.is-ready {
	opacity: 1;
}

.showa-home-hero-slide {
	background-position: center;
	background-size: cover;
	opacity: 0;
	filter: saturate(.92) contrast(1.02);
	animation: showaHeroFade 18s infinite;
}

.showa-home-hero-slide-2 {
	animation-delay: 6s;
}

.showa-home-hero-slide-3 {
	animation-delay: 12s;
}

@keyframes showaHeroFade {
	0% { opacity: 1; transform: scale(1); }
	30% { opacity: 1; transform: scale(1.04); }
	38% { opacity: 0; transform: scale(1.05); }
	100% { opacity: 0; transform: scale(1.05); }
}

.showa-home-hero-overlay {
	z-index: 3;
	background:
		linear-gradient(to right, rgba(15,36,44,.72), rgba(15,36,44,.32) 56%, rgba(15,36,44,.08)),
		linear-gradient(to top, rgba(15,36,44,.66), transparent 48%);
}

.showa-home-hero-copy {
	position: relative;
	z-index: 4;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: min(680px, calc(100% - 40px));
	min-height: 100vh;
	padding: 150px 0 190px;
	margin-left: max(20px, calc((100vw - 1180px) / 2));
}

.showa-home-hero-title {
	margin: 0;
	color: #fff;
	font-family: var(--showa-serif);
	font-size: clamp(44px,5.6vw,84px);
	font-weight: 500;
	line-height: 1.22;
	letter-spacing: .02em;
}

.showa-home-hero-eyebrow {
	display: flex;
	gap: 14px;
	align-items: center;
	margin-bottom: 30px;
	color: rgba(255,255,255,.78);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .32em;
	text-transform: uppercase;
}

.showa-home-hero-eyebrow span {
	display: block;
	width: 44px;
	height: 1px;
	background: rgba(255,255,255,.4);
}

.showa-home-hero-title em {
	font-style: italic;
}

.showa-home-hero-title span {
	display: block;
	margin-top: 22px;
	font-size: clamp(18px,2vw,26px);
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: .14em;
}

.showa-home-hero-copy p {
	max-width: 560px;
	margin: 28px 0 0;
	color: rgba(255,255,255,.84);
	font-size: clamp(15px,1.25vw,17px);
	font-weight: 300;
	line-height: 2.2;
	letter-spacing: .06em;
}

.showa-home-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 44px;
}

.showa-home-btn {
	color: var(--showa-teal-deep);
	background: #fff;
	border-color: #fff;
}

.showa-home-btn.is-outline {
	color: #fff;
	border-color: rgba(255,255,255,.55);
}

.showa-home-hero-bar {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	background: rgba(15,36,44,.34);
	border-top: 1px solid rgba(255,255,255,.22);
	backdrop-filter: blur(10px);
}

.showa-home-hero-bar a {
	display: grid;
	gap: 5px;
	padding: 22px 32px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid rgba(255,255,255,.18);
}

.showa-home-hero-bar a:last-child {
	border-right: 0;
}

.showa-home-hero-bar span {
	color: rgba(255,255,255,.62);
	font-family: var(--showa-serif);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .22em;
}

.showa-home-hero-bar strong {
	font-family: var(--showa-serif);
	font-size: 17px;
	font-weight: 600;
	letter-spacing: .1em;
}

.showa-home-hero-bar em {
	color: rgba(255,255,255,.66);
	font-size: 11px;
	font-style: normal;
	font-weight: 300;
	line-height: 1.7;
}

.showa-intro {
	padding: 40px 0 150px;
	text-align: center;
	background: var(--showa-paper);
}

.showa-intro-en {
	margin: 0 0 34px;
	color: var(--showa-teal);
	font-family: var(--showa-serif);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .42em;
	text-transform: uppercase;
}

.showa-intro h2 {
	margin: 0 0 36px;
	color: var(--showa-ink);
	font-family: var(--showa-serif);
	font-size: clamp(26px,3.2vw,42px);
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: .1em;
}

.showa-intro p:not(.showa-intro-en) {
	max-width: 720px;
	margin: 0 auto;
	color: var(--showa-body);
	font-family: var(--showa-serif);
	font-size: clamp(16px,1.45vw,19px);
	font-weight: 300;
	line-height: 2.25;
	letter-spacing: .08em;
}

/* Cards and lists */
.showa-section-head,
.showa-list-head {
	display: flex;
	gap: 38px;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 52px;
}

.showa-template .wp-block-group.is-layout-flow > .showa-section-head,
.showa-template .wp-block-group.is-layout-flow > .showa-list-head,
.showa-template .wp-block-group.is-layout-flow > .wp-block-heading.showa-h2,
.showa-template .wp-block-group.is-layout-flow > .showa-h2,
.showa-template .wp-block-group.wp-block-group-is-layout-flow > .showa-section-head,
.showa-template .wp-block-group.wp-block-group-is-layout-flow > .showa-list-head,
.showa-template .wp-block-group.wp-block-group-is-layout-flow > .wp-block-heading.showa-h2,
.showa-template .wp-block-group.wp-block-group-is-layout-flow > .showa-h2 {
	width: min(1180px, calc(100% - 104px));
	max-width: 1180px;
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: left;
}

.showa-template .showa-inner > .showa-section-head,
.showa-template .showa-inner > .showa-list-head,
.showa-template .showa-inner > .wp-block-heading.showa-h2,
.showa-template .showa-inner > .showa-h2 {
	width: 100%;
	max-width: none;
	text-align: left;
}

.showa-template .showa-inner .wp-block-group.is-layout-flow > .showa-section-head,
.showa-template .showa-inner .wp-block-group.is-layout-flow > .showa-list-head,
.showa-template .showa-inner .wp-block-group.is-layout-flow > .wp-block-heading.showa-h2,
.showa-template .showa-inner .wp-block-group.is-layout-flow > .showa-h2,
.showa-template .showa-inner .wp-block-group.wp-block-group-is-layout-flow > .showa-section-head,
.showa-template .showa-inner .wp-block-group.wp-block-group-is-layout-flow > .showa-list-head,
.showa-template .showa-inner .wp-block-group.wp-block-group-is-layout-flow > .wp-block-heading.showa-h2,
.showa-template .showa-inner .wp-block-group.wp-block-group-is-layout-flow > .showa-h2 {
	width: 100%;
	max-width: none;
	margin-right: 0 !important;
	margin-left: 0 !important;
	text-align: left;
}

.showa-section-head > *,
.showa-list-head > * {
	min-width: 0;
}

.showa-section-head > .wp-block-group,
.showa-list-head > .wp-block-group {
	max-width: none;
	margin-right: 0 !important;
	margin-left: 0 !important;
	text-align: left;
}

.showa-section-head > .wp-block-group > .showa-tag,
.showa-section-head > .wp-block-group > .showa-h2,
.showa-list-head > .wp-block-group > .showa-tag,
.showa-list-head > .wp-block-group > .showa-h2 {
	margin-right: 0 !important;
	margin-left: 0 !important;
	text-align: left;
}

.showa-section-head .showa-lead,
.showa-list-head .showa-lead {
	max-width: 540px;
	margin-top: 0;
}

.showa-result-count {
	color: var(--showa-teal);
	font-family: var(--showa-serif);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .24em;
	text-transform: uppercase;
	white-space: nowrap;
}

.showa-related-title {
	margin: 0 0 44px;
	color: var(--showa-ink);
}

.showa-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.showa-property-card,
.showa-article-card,
.rel-card {
	display: block;
	min-width: 0;
	color: inherit;
	text-decoration: none;
	background: #fff;
	box-shadow: 0 6px 40px rgba(34,33,30,.06);
	transition: box-shadow .25s, transform .25s;
}

.showa-property-card:hover,
.showa-article-card:hover {
	box-shadow: 0 12px 36px rgba(34,33,30,.12);
	transform: translateY(-3px);
}

.showa-card-image {
	position: relative;
	overflow: hidden;
	background: var(--showa-sand);
}

.showa-card-image img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.showa-card-label {
	position: absolute;
	top: 14px;
	left: 14px;
	padding: 6px 9px;
	color: var(--showa-teal);
	background: #fff;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .18em;
}

.showa-card-body,
.showa-property-card .showa-card-body,
.showa-post-grid .showa-card-body {
	display: block;
	padding: 24px;
}

.showa-card-title {
	margin: 0 0 8px;
	color: var(--showa-ink);
	font-family: var(--showa-serif);
	font-size: 21px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: .04em;
}

.showa-card-text,
.showa-card-spec {
	margin: 0 0 8px;
	color: var(--showa-body);
	font-size: 13.5px;
	font-weight: 300;
	line-height: 2.05;
	letter-spacing: .04em;
}

.showa-card-date {
	margin: 0 0 12px;
	color: var(--showa-mid);
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .08em;
}

.showa-card-price {
	margin: 10px 0 12px;
	color: var(--showa-teal);
	font-family: var(--showa-serif);
	font-size: 23px;
	font-weight: 600;
	line-height: 1.3;
}

.showa-card-comment {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 12px;
	align-items: start;
	padding-top: 18px;
	margin-top: 18px;
	border-top: 1px solid var(--showa-line);
}

.showa-card-comment img,
.showa-staff-mini img {
	width: 48px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center top;
	border-radius: 50%;
}

.showa-card-comment p {
	margin: 0;
	color: var(--showa-body);
	font-size: 12.5px;
	font-weight: 300;
	line-height: 1.9;
}

.showa-property-search-panel {
	margin: 0 0 44px;
	overflow: hidden;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.showa-property-search-title {
	padding: 28px 28px 18px;
	background: transparent;
	border-bottom: 0;
	color: var(--showa-ink);
	font-family: var(--showa-serif);
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: .06em;
}

.showa-property-search {
	margin: 0;
	padding: 0;
}

.showa-property-search-toggle {
	display: inline-flex;
	min-height: 0;
	padding: 0;
	margin: 0 0 16px;
	color: var(--showa-mid);
	background: transparent;
	border: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .14em;
	pointer-events: none;
}

.showa-property-search form,
.showa-property-search .sms-search-box {
	display: block;
	background: #fff;
	border: 1px solid var(--showa-line);
}

.showa-property-search .sms-search-box__content {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

.showa-property-search .sms-item {
	min-width: 0;
	padding: 24px 28px;
	background: #fff;
	border: 0;
	border-bottom: 1px solid var(--showa-line);
}

.showa-property-search .sms-item:nth-child(odd) {
	border-right: 0;
}

.showa-property-search .sms-item:nth-child(3) {
	grid-column: 1 / -1;
	border-right: 0;
}

.showa-property-search .sms-form-control__header {
	margin-bottom: 8px;
	color: var(--showa-mid);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .18em;
}

.showa-property-search input[type="search"],
.showa-property-search input[type="text"],
.showa-property-search select {
	width: 100%;
	min-height: 42px;
	padding: 0 12px;
	color: var(--showa-ink);
	background: #fff;
	border: 1px solid var(--showa-line);
	font: inherit;
	font-size: 14px;
	outline: none;
}

.showa-property-search .sms-select,
.showa-property-search .c-select {
	width: 100%;
}

.showa-property-search .c-select {
	position: relative;
}

.showa-property-search .c-select__toggle {
	display: none;
}

.showa-property-search .sms-search-box__content > .sms-item .sms-form-control {
	display: grid;
	gap: 12px;
}

.showa-property-search .sms-search-box__content > .sms-item .sms-form-control__header {
	margin: 0;
}

.showa-property-search .sms-checkboxes {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	align-items: center;
	color: var(--showa-body);
	font-size: 12.5px;
}

.showa-property-search .sms-checkboxes label,
.showa-property-search .c-checkbox {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	min-height: 30px;
	line-height: 1.6;
}

.showa-property-search .sms-checkboxes input {
	flex: 0 0 auto;
	width: 15px;
	height: 15px;
	margin: 0;
	accent-color: var(--showa-teal);
}

.showa-property-search .sms-search-box__action {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	padding: 20px 28px 24px;
	background: #fff;
	border-top: 0 !important;
}

.showa-property-search button,
.showa-property-search input[type="submit"],
.showa-property-search .sms-search-box__clear {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 30px;
	color: #fff;
	background: var(--showa-teal);
	border: 1px solid var(--showa-teal);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .12em;
	text-decoration: none;
}

.showa-property-search .sms-search-box__submit {
	order: 1;
}

.showa-property-search .sms-search-box__clear {
	order: 2;
	color: var(--showa-teal);
	background: #fff;
}

/* Property detail */
.showa-property-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
	background: var(--showa-sand);
}

.showa-property-hero::after {
	display: none;
}

.showa-property-hero-photo {
	position: relative;
	min-height: 640px;
	background: var(--showa-sand);
}

.showa-property-hero-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.showa-property-hero-grid {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: auto;
	min-height: 640px;
	padding: 138px 52px 64px;
	margin: 0;
}

.showa-property-hero-copy {
	max-width: 620px;
}

.showa-property-hero .showa-tag,
.showa-property-hero .showa-lead {
	color: var(--showa-body);
}

.showa-property-hero .showa-h1 {
	color: var(--showa-ink);
	font-size: clamp(38px,5vw,70px);
	line-height: 1.3;
	letter-spacing: .05em;
	overflow-wrap: anywhere;
}

.showa-property-hero .showa-h1 span {
	display: block;
	margin-top: 10px;
	color: var(--showa-body);
	font-size: .44em;
	font-weight: 500;
	line-height: 1.7;
}

.showa-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.showa-property-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	padding: 0;
	margin: 38px 0 0;
	background: rgba(255,255,255,.92);
	box-shadow: 0 6px 40px rgba(34,33,30,.08);
}

.showa-property-summary > div {
	padding: 20px 22px;
	border-right: 1px solid var(--showa-line);
	border-bottom: 1px solid var(--showa-line);
}

.showa-property-summary > div:nth-child(2n) {
	border-right: 0;
}

.showa-property-summary dt {
	margin-bottom: 8px;
	color: var(--showa-mid);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .2em;
}

.showa-property-summary dd {
	margin: 0;
	color: var(--showa-ink);
	font-family: var(--showa-serif);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.7;
}

.showa-property-summary > div:first-child dd {
	color: var(--showa-teal);
	font-size: 22px;
}

.showa-property-gallery {
	position: relative;
}

.showa-gallery-stage {
	position: relative;
	overflow: hidden;
	background: var(--showa-sand);
}

.showa-gallery-slide {
	position: absolute;
	inset: 0;
	display: block;
	margin: 0;
	opacity: 0;
	transition: opacity .25s;
}

.showa-gallery-slide.is-active {
	position: relative;
	opacity: 1;
	z-index: 1;
}

.showa-gallery-slide img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.showa-gallery-slide figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	padding: 58px 26px 22px;
	color: #fff;
	background: linear-gradient(to top, rgba(22,51,62,.72), rgba(22,51,62,0));
}

.showa-gallery-slide figcaption strong {
	display: block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.8;
	letter-spacing: .06em;
}

.showa-gallery-slide figcaption span {
	font-size: 11px;
	color: rgba(255,255,255,.72);
	letter-spacing: .16em;
}

.showa-gallery-controls {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 5;
	display: flex;
	gap: 8px;
}

.showa-template .showa-gallery-btn {
	width: 42px;
	height: 42px;
	padding: 0;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	background: rgba(255,255,255,.16);
	border: 1px solid rgba(255,255,255,.6);
	cursor: pointer;
}

.showa-gallery-thumbs {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	margin-top: 18px;
	background: transparent;
}

.showa-template .showa-gallery-thumb {
	padding: 0;
	background: transparent;
	border: 0;
	cursor: pointer;
	opacity: .58;
}

.showa-gallery-thumb.is-active {
	opacity: 1;
}

.showa-gallery-thumb img {
	width: 100%;
	aspect-ratio: 5 / 3;
	object-fit: cover;
}

.showa-property-story {
	background: #fff;
}

.showa-property-story-head {
	margin-bottom: 46px;
}

.showa-story-points {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.showa-story-point {
	padding: 34px 30px 36px;
	background: var(--showa-sand);
	border: 1px solid rgba(34,33,30,.06);
	box-shadow: 0 18px 54px rgba(34,33,30,.05);
}

.showa-story-point-num {
	margin-bottom: 24px;
	color: var(--showa-teal);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .2em;
}

.showa-story-point h3 {
	margin: 0 0 18px;
	color: var(--showa-ink);
	font-family: var(--showa-serif);
	font-size: clamp(20px,2vw,28px);
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: .06em;
}

.showa-story-point-text p,
.showa-property-voice-text p {
	margin: 0 0 18px;
	color: var(--showa-body);
	font-size: 14px;
	font-weight: 300;
	line-height: 2.25;
	letter-spacing: .04em;
}

.showa-story-point-text p:last-child,
.showa-property-voice-text p:last-child {
	margin-bottom: 0;
}

.showa-property-gallery-inline {
	margin-top: 54px;
}

.showa-property-voice {
	padding-top: 74px;
	margin-top: 74px;
	border-top: 1px solid var(--showa-line);
}

.showa-property-voice h3 {
	margin: 0 0 26px;
	color: var(--showa-ink);
	font-family: var(--showa-serif);
	font-size: clamp(26px,3vw,40px);
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: .06em;
}

.showa-property-meta-group {
	margin-top: 44px;
}

.showa-property-meta-title {
	margin: 0 0 18px;
	color: var(--showa-ink);
	font-family: var(--showa-serif);
	font-size: clamp(21px,2vw,28px);
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: .06em;
}

.showa-property-meta,
.showa-info-table-block table,
.showa-info-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-top: 1px solid var(--showa-line);
}

.showa-property-meta > div,
.showa-info-table > div {
	display: grid;
	grid-template-columns: 220px 1fr;
	border-bottom: 1px solid var(--showa-line);
}

.showa-property-meta dt,
.showa-property-meta dd,
.showa-info-table dt,
.showa-info-table dd,
.showa-info-table-block th,
.showa-info-table-block td {
	padding: 20px 16px;
	font-size: 13.5px;
	line-height: 2;
	text-align: left;
	vertical-align: top;
	border: 0;
	border-bottom: 1px solid var(--showa-line);
}

.showa-property-meta dt,
.showa-info-table dt,
.showa-info-table-block th {
	color: var(--showa-ink);
	font-family: var(--showa-serif);
	font-weight: 600;
	letter-spacing: .08em;
}

.showa-property-meta dd,
.showa-info-table dd,
.showa-info-table-block td {
	margin: 0;
	color: var(--showa-body);
	font-weight: 300;
}

.showa-staff-mini {
	display: flex;
	gap: 16px;
	align-items: center;
	padding: 20px;
	margin-top: 26px;
	background: var(--showa-teal-tint);
}

.showa-related-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 34px;
}

.showa-related-head .showa-h2 {
	margin-top: 14px;
	margin-bottom: 0;
}

.showa-related-footer {
	margin-top: 34px;
	text-align: right;
}

@media (min-width: 961px) {
	body.showa-template .showa-inner.showa-property-lower-narrow {
		width: min(820px, calc(100% - 104px));
	}

	body.showa-template .showa-inner.showa-property-lower-wide {
		width: min(1040px, calc(100% - 104px));
	}

	.showa-property-lower-cta .showa-h2,
	.showa-property-lower-cta .showa-lead,
	.showa-property-lower-cta .showa-cta-actions {
		width: min(820px, calc(100% - 104px));
		margin-right: auto;
		margin-left: auto;
	}
}

.showa-text-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--showa-teal);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .12em;
	text-decoration: none;
}

.showa-text-link::after {
	content: "";
	width: 34px;
	height: 1px;
	background: currentColor;
}

/* Post detail */
.showa-post-main-image {
	overflow: hidden;
	background: var(--showa-sand);
}

.showa-post-main-image img {
	width: 100%;
	max-height: 560px;
	object-fit: cover;
}

.showa-post-body {
	width: min(720px, calc(100% - 104px));
	margin: 0 auto;
}

.showa-post-body p,
.showa-post-body li,
.showa-post-body div {
	color: var(--showa-body);
	font-size: 14.5px;
	font-weight: 300;
	line-height: 2.4;
	letter-spacing: .04em;
}

.showa-post-body p {
	margin: 0 0 26px;
}

.showa-post-body h2,
.showa-post-body h3,
.showa-post-body h4 {
	padding-left: 18px;
	margin: 64px 0 24px;
	color: var(--showa-ink);
	border-left: 2px solid var(--showa-teal);
	font-family: var(--showa-serif);
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: .06em;
}

.showa-post-body h2 {
	font-size: 24px;
}

.showa-post-body img {
	width: 100%;
	height: auto;
	margin: 34px auto;
}

.showa-post-body a {
	color: var(--showa-teal);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.showa-post-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	padding-top: 34px;
	margin-bottom: 90px;
	border-top: 1px solid var(--showa-line);
}

.showa-post-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 26px;
	color: var(--showa-teal);
	background: #fff;
	border: 1px solid var(--showa-teal);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .14em;
	text-decoration: none;
}

/* Fixed pages and shortcodes */
.showa-feature-stack,
.showa-staff-profile-list {
	display: grid;
	gap: clamp(64px, 10vw, 128px);
}

.showa-feature {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	gap: clamp(32px, 6vw, 78px);
	align-items: center;
}

.showa-feature.is-reverse {
	grid-template-columns: minmax(360px, .92fr) minmax(0, 1.08fr);
}

.showa-feature.is-reverse .showa-feature-media {
	order: 2;
}

.showa-feature-media {
	position: relative;
	min-height: 520px;
}

.showa-feature-main,
.showa-feature-sub,
.rep-img,
.sc-img,
.showa-staff-profile-photo {
	overflow: hidden;
	background: var(--showa-sand);
}

.showa-feature-main img,
.showa-feature-sub img,
.rep-img img,
.sc-img img,
.showa-staff-profile-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}

.showa-feature-main {
	height: 470px;
}

.showa-feature-sub {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42%;
	height: 220px;
	border: 10px solid var(--showa-paper);
}

.showa-feature-num {
	margin-bottom: 16px;
	color: rgba(31,78,95,.28);
	font-family: var(--showa-serif);
	font-size: clamp(54px,8vw,104px);
	font-weight: 500;
	line-height: 1;
}

.showa-feature-body,
.showa-text-body p {
	color: var(--showa-body);
	font-size: 16px;
	font-weight: 300;
	line-height: 2.2;
}

.showa-feature .showa-h2 {
	font-family: var(--showa-serif);
	line-height: 1.85;
}

.showa-feature .showa-h2 em {
	display: inline-block;
	margin-top: .08em;
}

.showa-before-list {
	display: grid;
	gap: 18px;
	margin-top: 30px;
}

.showa-before-list div {
	padding: 0 0 18px;
	border-bottom: 1px solid var(--showa-line);
}

.showa-before-list strong {
	display: block;
	margin-bottom: 6px;
	color: var(--showa-ink);
	font-family: var(--showa-serif);
	font-size: clamp(18px,1.55vw,22px);
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: .06em;
}

.showa-before-list span {
	display: block;
	color: var(--showa-body);
	font-size: 15.5px;
	font-weight: 300;
	line-height: 2.1;
	letter-spacing: .04em;
}

.showa-movie-wrap {
	width: min(920px, calc(100% - 104px));
	margin: 0 auto;
}

.showa-movie-frame {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	background: var(--showa-teal-deep);
}

.showa-movie-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.showa-area-card-grid,
.showa-process-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.showa-area-card,
.showa-process-card,
.showa-simple-note {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 208px;
	padding: 30px;
	color: inherit;
	text-decoration: none;
	background: #fff;
	box-shadow: 0 6px 40px rgba(34,33,30,.06);
}

.showa-process-card {
	min-height: 0;
	padding: 26px;
}

.showa-process-grid > .showa-process-card {
	margin-top: 0 !important;
}

.showa-area-card > :not(.showa-area-card__image),
.showa-process-card > * {
	position: relative;
	z-index: 1;
}

.showa-area-card__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	width: 46%;
	margin: 0;
	background-position: center;
	background-size: cover;
	filter: saturate(.88) contrast(.95);
	opacity: .52;
}

.showa-area-card__image::after {
	display: none;
	content: none;
}

.showa-area-card__num,
.showa-process-step {
	display: block;
	margin-bottom: 16px;
	color: var(--showa-teal);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .18em;
}

.showa-process-card .showa-process-step {
	margin-bottom: 12px;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	font-size: 12px;
	line-height: 1.8;
}

.showa-area-card strong,
.showa-process-card h3,
.showa-simple-note h2 {
	display: block;
	margin: 0 0 12px;
	font-family: var(--showa-serif);
	font-size: 22px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: .05em;
}

.showa-process-card .wp-block-heading {
	padding: 0;
	color: var(--showa-ink);
	background: transparent;
	border: 0;
	box-shadow: none;
	font-size: 20px;
	line-height: 1.55;
}

.showa-area-card em,
.showa-process-card p,
.showa-simple-note p {
	display: block;
	color: var(--showa-body);
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: 2;
}

.showa-process-card p:not(.showa-process-step) {
	margin: 0;
	font-size: 13.5px;
	line-height: 1.95;
}

.showa-page-staff .showa-section-head .showa-h2 {
	font-size: clamp(26px,2.8vw,38px);
	line-height: 1.55;
}

.showa-page-staff .showa-process-grid {
	align-items: stretch;
}

.showa-page-staff .showa-process-card {
	height: 100%;
	padding: 24px;
}

.showa-page-staff .showa-process-card .wp-block-heading {
	margin-bottom: 14px;
	font-size: clamp(22px,1.9vw,28px);
	line-height: 1.6;
}

.showa-page-staff .showa-process-card p:not(.showa-process-step) {
	font-size: 14px;
	line-height: 2;
}

@media (min-width: 761px) {
	.showa-page-staff .showa-static-section:not(.is-gray) .showa-inner {
		width: min(1320px, calc(100% - 72px));
	}
}

.showa-area-card em {
	max-width: none;
}

.showa-area-card b {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 16px;
	color: var(--showa-teal);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .12em;
}

.showa-area-card b::after {
	content: "→";
	font-size: 14px;
}

.rep-feature,
.showa-staff-profile {
	display: grid;
	grid-template-columns: minmax(360px, 500px) minmax(0, 1fr);
	align-items: start;
	margin-top: 48px;
	background: #fff;
	box-shadow: 0 6px 40px rgba(34,33,30,.06);
	overflow: visible;
}

.rep-img,
.showa-staff-profile-photo {
	min-height: 0;
	aspect-ratio: 4 / 5;
}

@media (min-width: 761px) {
	.showa-staff-profile-photo {
		position: sticky;
		top: clamp(118px, 14vh, 170px);
		align-self: start;
		height: clamp(440px, calc(100vh - 220px), 720px);
		aspect-ratio: auto;
	}
}

.showa-staff-profile.is-staff-reveal .showa-staff-profile-photo,
.showa-staff-profile.is-staff-reveal .showa-staff-profile-body {
	opacity: 0;
	will-change: opacity, transform;
}

.showa-staff-profile.is-staff-reveal .showa-staff-profile-photo {
	transform: translateY(18px) scale(.985);
	transition:
		opacity .72s cubic-bezier(.22,1,.36,1),
		transform .72s cubic-bezier(.22,1,.36,1);
}

.showa-staff-profile.is-staff-reveal .showa-staff-profile-body {
	transform: translateY(20px);
	transition:
		opacity .68s cubic-bezier(.22,1,.36,1) .22s,
		transform .68s cubic-bezier(.22,1,.36,1) .22s;
}

.showa-staff-profile.is-staff-visible .showa-staff-profile-photo,
.showa-staff-profile.is-staff-visible .showa-staff-profile-body {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.showa-staff-profile.is-staff-reveal .showa-staff-profile-photo,
	.showa-staff-profile.is-staff-reveal .showa-staff-profile-body {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

.rep-copy,
.showa-staff-profile-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 52px;
}

.rep-kicker {
	margin-bottom: 18px;
	color: var(--showa-teal);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .24em;
}

.sc-name,
.showa-staff-profile .showa-card-title {
	margin: 0 0 6px;
	font-family: var(--showa-serif);
	font-size: 30px;
	font-weight: 600;
	line-height: 1.45;
	letter-spacing: .06em;
}

.sc-role,
.showa-staff-profile .showa-card-kicker {
	margin: 0 0 22px;
	color: var(--showa-mid);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .16em;
}

.sc-life {
	margin: 0 0 22px;
	font-family: var(--showa-serif);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.9;
}

.showa-staff-profile-statement {
	margin: 0 0 22px;
	font-family: var(--showa-serif);
	font-size: clamp(19px, 1.45vw, 23px);
	font-weight: 600;
	line-height: 1.72;
}

.sc-bio,
.sc-focus p,
.sc-quote {
	color: var(--showa-body);
	font-size: 14px;
	font-weight: 300;
	line-height: 2.3;
}

.showa-staff-profile-content p {
	color: var(--showa-body);
	font-size: clamp(14px, .98vw, 16px);
	font-weight: 300;
	line-height: 2.1;
}

.sc-focus {
	padding-top: 22px;
	margin-top: 8px;
	border-top: 1px solid var(--showa-line);
}

.rep-youtube,
.showa-staff-profile-movie {
	position: relative;
	display: block;
	width: 100%;
	max-width: none;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	aspect-ratio: 16 / 9;
	margin-top: 26px;
	color: #fff;
	text-align: center;
	background: var(--showa-teal-deep);
}

.showa-staff-profile-movie iframe,
.showa-staff-profile-movie embed,
.showa-staff-profile-movie object,
.showa-staff-profile-movie video {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	border: 0;
}

.showa-staff-instagram {
	width: 100%;
	max-width: 100%;
	margin-top: 34px;
	padding-top: 28px;
	border-top: 1px solid var(--showa-line);
	overflow: hidden;
}

.showa-staff-instagram #sb_instagram {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	background: transparent !important;
}

.showa-staff-instagram .sb_instagram_header,
.showa-staff-instagram #sbi_load,
.showa-staff-instagram .sbi_load_btn,
.showa-staff-instagram .sbi_follow_btn,
.showa-staff-instagram .sbi_caption,
.showa-staff-instagram .sbi_bio {
	display: none !important;
}

.showa-staff-instagram #sbi_images {
	display: flex !important;
	grid-template-columns: none !important;
	gap: 12px;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 0 10px !important;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.showa-staff-instagram #sbi_images .sbi_item {
	flex: 0 0 min(360px, 82vw) !important;
	float: none !important;
	width: min(360px, 82vw) !important;
	aspect-ratio: 1 / 1;
	padding: 0 !important;
	overflow: hidden;
	background: #f2f0ec;
	scroll-snap-align: start;
}

.showa-staff-instagram #sbi_images .sbi_item:nth-child(n+7) {
	display: none !important;
}

.showa-staff-instagram #sbi_images .sbi_photo {
	width: 100% !important;
	height: 100% !important;
	background-position: center 62% !important;
	background-size: cover !important;
	transition: opacity .25s ease;
}

.showa-staff-instagram #sbi_images .sbi_photo img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center 62% !important;
}

.showa-staff-instagram #sbi_images .sbi_photo:hover {
	opacity: .82 !important;
}

.showa-staff-instagram #sb_instagram .sbi_type_video .sbi_playbtn,
.showa-staff-instagram #sb_instagram .sbi_type_video .svg-inline--fa.fa-play,
.showa-staff-instagram #sb_instagram .sbi_type_carousel .sbi_playbtn,
.showa-staff-instagram #sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,
.showa-staff-instagram #sb_instagram .sbi_type_carousel .fa-clone,
.showa-staff-instagram #sb_instagram .sbi_photo svg,
.showa-staff-instagram #sb_instagram .sbi_photo .svg-inline--fa {
	display: none !important;
}

.rep-youtube span {
	display: block;
	margin-bottom: 10px;
	color: rgba(255,255,255,.58);
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .18em;
}

.rep-youtube strong {
	font-family: var(--showa-serif);
	font-size: 17px;
	font-weight: 600;
	letter-spacing: .08em;
}

.sns-bridge {
	margin-top: 24px;
}

.sns-bridge a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	color: #fff;
	background: var(--showa-teal);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .14em;
	text-decoration: none;
}

.staff-grid {
	display: grid;
	gap: 64px;
	margin-top: 56px;
}

.sc {
	display: grid;
	grid-template-columns: minmax(360px, 42%) 1fr;
	min-height: 560px;
	background: #fff;
	box-shadow: 0 6px 40px rgba(34,33,30,.06);
}

.sc:nth-child(even) {
	grid-template-columns: 1fr minmax(360px, 42%);
}

.sc:nth-child(even) .sc-img {
	order: 2;
}

.sc-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 52px;
}

.showa-license-box {
	width: min(940px, 100%);
	padding: 28px;
	margin: 34px auto 0;
	background: #fff;
	border: 1px solid var(--showa-line);
}

.showa-license-label {
	margin: 0 0 8px;
	color: var(--showa-mid);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .16em;
}

.showa-license-number {
	margin: 0;
	color: var(--showa-teal);
	font-family: var(--showa-serif);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.7;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.showa-text-body h2 {
	margin: 46px 0 14px;
	padding: 0;
	color: var(--showa-ink);
	background: transparent;
	border: 0;
	box-shadow: none;
	font-family: var(--showa-serif);
	font-size: 24px;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: .06em;
}

.showa-form-embed,
.showa-contact-form {
	width: min(760px, calc(100% - 104px));
	margin: 48px auto 0;
}

.showa-form-embed .snow-monkey-form,
.showa-contact-form {
	padding: 42px;
	background: #fff;
	box-shadow: 0 6px 40px rgba(34,33,30,.06);
}

.showa-form-embed .smf-item,
.showa-contact-form label {
	display: grid;
	gap: 10px;
	padding: 0 0 26px;
	margin: 0 0 26px;
	border-bottom: 1px solid var(--showa-line);
}

.showa-form-embed .smf-item__label,
.showa-contact-form label > span {
	color: var(--showa-ink);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .08em;
}

.showa-form-embed input,
.showa-form-embed select,
.showa-form-embed textarea,
.showa-contact-form input,
.showa-contact-form select,
.showa-contact-form textarea {
	width: 100%;
	min-height: 50px;
	padding: 16px 18px;
	color: var(--showa-ink);
	background: #fff;
	border: 1px solid var(--showa-line);
	font: inherit;
	font-size: 14px;
	outline: none;
}

.showa-form-embed input:focus,
.showa-form-embed select:focus,
.showa-form-embed textarea:focus,
.showa-contact-form input:focus,
.showa-contact-form select:focus,
.showa-contact-form textarea:focus {
	border-color: var(--showa-teal);
}

.showa-form-embed textarea,
.showa-contact-form textarea {
	min-height: 170px;
}

.showa-form-embed .smf-action,
.showa-contact-submit {
	margin-top: 32px;
	text-align: right;
}

.showa-form-embed .smf-button-control__control,
.showa-contact-submit button {
	min-width: 220px;
	min-height: 52px;
	color: #fff;
	background: var(--showa-teal);
	border: 1px solid var(--showa-teal);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .16em;
}

.showa-form-embed .smf-form--business .smf-item {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	padding: 0 0 26px;
	margin: 0 0 26px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--showa-line);
}

.showa-form-embed .smf-item__col,
.showa-form-embed .smf-item__col--label,
.showa-form-embed .smf-item__col--controls {
	display: block;
	width: 100%;
	padding: 0;
	background: transparent;
	border: 0;
}

.showa-form-embed .smf-item__label {
	display: block;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
}

.showa-form-embed .smf-item__label__text {
	color: var(--showa-ink);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .08em;
}

.showa-form-embed .smf-text-control__control,
.showa-form-embed .smf-select-control__control,
.showa-form-embed .smf-textarea-control__control {
	width: min(100%, 560px);
	min-height: 50px;
	padding: 16px 18px;
	color: var(--showa-ink);
	background: #fff;
	border: 1px solid var(--showa-line);
	border-radius: 0;
	box-shadow: none;
}

.showa-form-embed .smf-textarea-control__control {
	width: 100%;
	min-height: 170px;
}

/* CTA and footer */
.showa-cta {
	position: relative;
	padding: 116px 52px;
	color: #fff;
	text-align: center;
	background: var(--showa-teal-deep);
}

.showa-cta .showa-h2,
.showa-cta .showa-lead {
	color: #fff;
	margin-right: auto;
	margin-left: auto;
}

.showa-cta .showa-h2 em {
	color: #fff;
}

.showa-cta .showa-lead {
	color: #fff;
	font-size: clamp(15px,1.3vw,18px);
	line-height: 2.25;
}

.showa-sp-break {
	display: none;
}

.showa-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-top: 38px;
}

.showa-cta .showa-btn {
	color: var(--showa-teal-deep);
	background: #fff;
	border-color: #fff;
}

.showa-cta .showa-btn.is-ghost {
	color: #fff;
	background: transparent;
	border-color: rgba(255,255,255,.66);
}

.showa-brand-footer {
	padding: 72px 52px 30px;
	color: #fff;
	background: #171a1b;
}

.showa-brand-footer__inner {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;
	gap: 48px;
	max-width: 1180px;
	padding-bottom: 48px;
	margin: 0 auto 24px;
	border-bottom: 1px solid rgba(255,255,255,.07);
}

.showa-brand-footer__logo {
	display: inline-block;
	margin-bottom: 18px;
	color: #fff;
	text-decoration: none;
}

.showa-brand-footer__logo img {
	width: 96px;
	max-width: 96px;
	height: auto;
	filter: none;
}

.showa-brand-footer__tagline,
.showa-brand-footer p {
	margin: 0 0 18px;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	line-height: 2.3;
}

.showa-brand-footer__head {
	margin-bottom: 14px;
	color: rgba(255,255,255,.78);
	font-size: 9px;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.showa-brand-footer__nav a {
	display: block;
	color: #fff;
	font-size: 12px;
	line-height: 2.4;
	text-decoration: none;
}

.showa-brand-footer__nav a:hover {
	color: #fff;
}

.showa-brand-footer__copy {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: space-between;
	max-width: 1180px;
	margin: 0 auto;
	color: #fff;
	font-size: 10px;
	letter-spacing: .06em;
}

.showa-brand-footer__copy a {
	color: rgba(255,255,255,.74);
	text-decoration: none;
}

.showa-instagram-block {
	width: min(1180px, calc(100% - 56px));
	margin: 0 auto;
}

.showa-instagram-head {
	display: grid;
	grid-template-columns: minmax(280px, .7fr) 1fr;
	gap: 42px;
	align-items: end;
	margin-bottom: 34px;
}

.showa-instagram-head p {
	max-width: 560px;
	margin: 0;
	color: var(--showa-body);
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
}

.showa-instagram-feed {
	padding: 0;
}

.showa-instagram-empty {
	padding: 28px;
	margin: 0;
	background: #fff;
	border: 1px solid var(--showa-line);
	color: var(--showa-body);
	font-size: 14px;
	line-height: 1.9;
}

.showa-empty {
	grid-column: 1 / -1;
	padding: 40px;
	background: #fff;
}

.showa-pagination {
	margin-top: 54px;
}

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

.showa-pagination a,
.showa-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	color: var(--showa-mid);
	text-decoration: none;
	background: #fff;
	border: 1px solid var(--showa-line);
}

.showa-pagination .current {
	color: #fff;
	background: var(--showa-teal);
	border-color: var(--showa-teal);
}

@media (max-width: 1120px) {
	.showa-card-grid,
	.showa-story-points {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.showa-page-header h1,
	.showa-page-kv .showa-h1,
	.showa-property-hero .showa-h1,
	.showa-property-hero .showa-h1 span {
		max-width: 100%;
		white-space: normal !important;
		word-break: break-all !important;
		overflow-wrap: anywhere !important;
	}

	.showa-page-header h1,
	.showa-page-kv .showa-h1 {
		font-size: clamp(32px,5vw,48px);
	}

	.showa-property-hero .showa-h1 {
		font-size: clamp(36px,6vw,56px);
	}

	.showa-title-break {
		display: block;
	}

	.showa-lead,
	.showa-page-header__lead,
	.showa-page-kv .showa-lead,
	.showa-property-hero .showa-lead {
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.showa-property-hero {
		grid-template-columns: 1fr;
	}

	.showa-property-hero-photo {
		min-height: 560px;
	}
}

@media (max-width: 960px) {
	.showa-inner,
	.showa-narrow,
	.showa-post-body,
	.showa-form-embed,
	.showa-contact-form {
		width: calc(100% - 56px);
	}

	.showa-template .wp-block-group.is-layout-flow > .showa-section-head,
	.showa-template .wp-block-group.is-layout-flow > .showa-list-head,
	.showa-template .wp-block-group.is-layout-flow > .wp-block-heading.showa-h2,
	.showa-template .wp-block-group.is-layout-flow > .showa-h2 {
		width: calc(100% - 56px);
	}

	.showa-page-header,
	.showa-page-kv {
		padding: 122px 28px 56px;
	}

	.showa-sec,
	.showa-static-section {
		padding: 96px 0;
	}

	.showa-section-head,
	.showa-list-head {
		display: block;
	}

	.showa-section-head .showa-lead,
	.showa-list-head .showa-lead,
	.showa-result-count {
		margin-top: 18px;
	}

	.showa-home-hero-copy {
		width: calc(100% - 56px);
		min-height: auto;
		padding-top: 132px;
		padding-bottom: 260px;
		margin-left: 28px;
	}

	.showa-home-hero-bar {
		display: none;
	}

	.showa-intro {
		padding-bottom: 100px;
	}

	.showa-feature,
	.showa-feature.is-reverse,
	.rep-feature,
	.showa-staff-profile,
	.sc,
	.sc:nth-child(even) {
		grid-template-columns: 1fr;
	}

	.showa-feature.is-reverse .showa-feature-media,
	.sc:nth-child(even) .sc-img {
		order: 0;
	}

	.rep-img,
	.sc-img,
	.showa-staff-profile-photo {
		position: static;
		min-height: auto;
		aspect-ratio: 4 / 3;
	}

	.showa-staff-profile-photo {
		aspect-ratio: 4 / 5;
	}

	.showa-staff-profile-movie {
		width: 100%;
		max-width: none;
	}

	.showa-staff-instagram {
		margin-top: 28px;
		padding-top: 24px;
	}

	.showa-staff-instagram #sbi_images {
		gap: 8px;
	}

	.showa-staff-instagram #sbi_images .sbi_item {
		flex-basis: min(280px, 82vw) !important;
		width: min(280px, 82vw) !important;
	}

	.rep-copy,
	.sc-content,
	.showa-staff-profile-body {
		padding: 34px 28px;
	}

	.showa-area-card-grid,
	.showa-process-grid,
	.showa-brand-footer__inner {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.showa-inner,
	.showa-narrow,
	.showa-post-body,
	.showa-form-embed,
	.showa-contact-form {
		width: calc(100% - 40px);
	}

	.showa-template .wp-block-group.is-layout-flow > .showa-section-head,
	.showa-template .wp-block-group.is-layout-flow > .showa-list-head,
	.showa-template .wp-block-group.is-layout-flow > .wp-block-heading.showa-h2,
	.showa-template .wp-block-group.is-layout-flow > .showa-h2 {
		width: calc(100% - 40px);
	}

	.showa-page-header,
	.showa-page-kv {
		padding: 112px 24px 54px;
	}

	.showa-sp-break {
		display: inline;
	}

	.showa-page-header__inner,
	.showa-page-kv .showa-inner,
	.showa-property-archive .showa-inner {
		width: calc(100vw - 40px);
		max-width: calc(100vw - 40px);
	}

	.showa-property-search-panel,
	.showa-property-search .sms-search-box,
	.showa-property-grid {
		width: 100%;
		max-width: 100%;
	}

	body.showa-template .showa-property-archive .showa-inner,
	body.showa-template .showa-property-archive .showa-page-header__inner,
	body.showa-template .showa-property-archive .showa-page-header__lead,
	body.showa-template .showa-property-archive .showa-property-search-panel,
	body.showa-template .showa-property-archive .showa-property-search .sms-search-box,
	body.showa-template .showa-property-archive .showa-property-grid {
		width: calc(100vw - 40px) !important;
		max-width: calc(100vw - 40px) !important;
		margin-right: auto;
		margin-left: auto;
	}

	body.showa-template .showa-property-archive .showa-inner,
	body.showa-template .showa-property-archive .showa-page-header__inner {
		padding-right: 20px;
	}

	body.showa-template .showa-property-archive .showa-page-header__lead {
		white-space: normal;
	}

	.showa-page-header h1,
	.showa-page-kv .showa-h1 {
		font-size: clamp(30px,8.2vw,38px);
		line-height: 1.45;
		max-width: 100%;
		white-space: normal !important;
		word-break: break-all !important;
		overflow-wrap: anywhere !important;
	}

	.showa-property-hero .showa-h1 {
		font-size: clamp(34px,11vw,48px);
		line-height: 1.35;
		max-width: 100%;
		white-space: normal !important;
		word-break: break-all !important;
		overflow-wrap: anywhere !important;
	}

	.showa-property-hero .showa-h1 span {
		white-space: normal !important;
		word-break: break-all !important;
		overflow-wrap: anywhere !important;
	}

	.showa-sec,
	.showa-static-section {
		padding: 86px 0;
	}

	.showa-home-hero {
		min-height: 72svh;
	}

	.showa-home-hero-copy {
		width: calc(100% - 40px);
		min-height: 72svh;
		padding-top: 104px;
		padding-bottom: 54px;
		margin-left: 20px;
	}

	.showa-intro {
		padding: 20px 0 80px;
		text-align: left;
	}

	.showa-intro h2 {
		font-size: clamp(22px,6vw,30px);
		line-height: 1.75;
		letter-spacing: .07em;
	}

	.showa-intro p:not(.showa-intro-en) {
		margin-left: 0;
		text-align: left;
	}

	.showa-intro p:not(.showa-intro-en) br {
		display: none;
	}

	.showa-section-head .showa-h2,
	.showa-list-head .showa-h2 {
		font-size: clamp(24px,6.6vw,32px);
		line-height: 1.65;
		letter-spacing: .06em;
	}

	.showa-feature .showa-h2 {
		line-height: 1.9;
	}

	.showa-movie-wrap {
		width: calc(100% - 20px);
	}

	.showa-card-grid,
	.showa-story-points,
	.showa-property-search .sms-search-box__content,
	.showa-gallery-thumbs {
		grid-template-columns: 1fr;
	}

	.showa-property-search-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 54px;
		padding: 0 18px;
		margin: 0;
		color: #fff;
		background: var(--showa-teal);
		border: 1px solid var(--showa-teal);
		font-size: 13px;
		font-weight: 600;
		letter-spacing: .1em;
		pointer-events: auto;
	}

	.showa-property-search-toggle::after {
		content: "+";
		font-size: 18px;
		line-height: 1;
	}

	.showa-property-search.is-open .showa-property-search-toggle::after {
		content: "−";
	}

	.showa-property-search.is-collapsible:not(.is-open) form,
	.showa-property-search.is-collapsible:not(.is-open) .sms-search-box {
		display: none;
	}

	.showa-cta {
		padding-right: 20px;
		padding-left: 20px;
	}

	.showa-property-search .sms-search-box__content > .sms-item .sms-form-control {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.showa-property-search .sms-item:nth-child(odd) {
		border-right: 0;
	}

	.showa-home-hero-actions,
	.showa-page-header__actions,
	.showa-hero-actions,
	.showa-cta-actions,
	.showa-property-search .sms-search-box__action {
		display: grid;
		grid-template-columns: 1fr;
	}

	.showa-cbtn,
	.showa-btn,
	.showa-home-btn,
	.showa-more a,
	.showa-more .wp-block-button__link {
		width: 100%;
		padding: 0 22px;
	}

	.showa-property-hero-photo {
		min-height: 0;
		aspect-ratio: 4 / 3;
	}

	.showa-property-hero-grid {
		min-height: 0;
		padding: 64px 24px 42px;
	}

	.showa-property-summary,
	.showa-info-table > div {
		grid-template-columns: 1fr;
	}

	.showa-property-meta > div {
		grid-template-columns: minmax(104px, 34%) 1fr;
	}

	.showa-property-meta dt,
	.showa-property-meta dd {
		padding: 16px 10px;
		font-size: 12.5px;
		line-height: 1.9;
	}

	.showa-property-summary > div {
		border-right: 0;
	}

	.showa-gallery-slide img {
		aspect-ratio: 4 / 3;
	}

	.showa-gallery-thumbs {
		grid-template-columns: repeat(5, minmax(68px, 1fr));
		overflow-x: auto;
	}

	.showa-story-point {
		padding: 30px 24px;
	}

	.showa-story-point-num {
		margin-bottom: 12px;
	}

	.showa-property-gallery-inline,
	.showa-property-voice {
		margin-top: 44px;
	}

	.showa-property-voice {
		padding-top: 44px;
	}

	.showa-related-head {
		display: block;
	}

	.showa-related-footer {
		text-align: left;
	}

	.showa-instagram-block {
		width: calc(100% - 32px);
	}

	.showa-instagram-head {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 24px;
	}

	.showa-instagram-head p {
		font-size: 14px;
		line-height: 1.9;
	}

	.showa-gallery-controls {
		display: flex;
		top: 12px;
		right: 12px;
	}

	.showa-brand-footer {
		padding: 52px 24px 34px;
	}

	.showa-brand-footer__copy {
		display: grid;
	}
}

/* Property detail: keep the mobile title area evenly inset on both sides. */
@media (max-width: 760px) {
	body.single-property.showa-template .showa-property-hero-grid {
		box-sizing: border-box;
		width: 100%;
		max-width: none;
		padding: 52px 20px 38px;
		margin: 0;
	}

	body.single-property.showa-template .showa-property-hero-copy {
		width: 100%;
		max-width: none;
	}

	body.single-property.showa-template .showa-property-hero .showa-h1 {
		font-size: clamp(27px, 8.2vw, 34px);
		line-height: 1.48;
		letter-spacing: .02em;
	}

	body.single-property.showa-template .showa-property-hero .showa-h1 span {
		font-size: 18px;
		line-height: 1.7;
	}
}

/* Design polish layer: 2026-07-28
 * Keeps the approved copy and information architecture intact while refining
 * typography, spacing, surfaces, interaction, and responsive composition.
 */
:root {
	--showa-ink: #202321;
	--showa-paper: #fff;
	--showa-sand: #f5f6f4;
	--showa-teal: #245467;
	--showa-teal-deep: #183640;
	--showa-teal-tint: #edf2f1;
	--showa-mid: #6d716e;
	--showa-body: #555b57;
	--showa-line: rgba(24,54,64,.13);
	--showa-shadow-soft: 0 18px 54px rgba(20,37,42,.055);
	--showa-shadow-hover: 0 24px 64px rgba(20,37,42,.1);
}

body.showa-template,
.showa-template button,
.showa-template input,
.showa-template select,
.showa-template textarea {
	font-feature-settings: "palt", "pkna";
	letter-spacing: .025em;
}

.showa-template img {
	filter: saturate(.97) contrast(1.015);
}

.showa-template a,
.showa-template button,
.showa-template input,
.showa-template select,
.showa-template textarea {
	-webkit-tap-highlight-color: transparent;
}

.showa-template a:focus-visible,
.showa-template button:focus-visible,
.showa-template input:focus-visible,
.showa-template select:focus-visible,
.showa-template textarea:focus-visible {
	outline: 2px solid var(--showa-teal);
	outline-offset: 4px;
}

.showa-inner {
	width: min(1200px, calc(100% - 96px));
}

.showa-sec,
.showa-static-section {
	padding: 112px 0;
}

.showa-page-header,
.showa-page-kv {
	padding: 138px 48px 68px;
}

.showa-page-header__inner,
.showa-page-kv .showa-inner {
	max-width: 1200px;
}

.showa-archive-head {
	padding-top: 62px;
}

.showa-page-header__en,
.showa-page-kv .showa-tag,
.showa-tag,
.showa-card-kicker {
	margin-bottom: 16px;
	letter-spacing: .26em;
}

.showa-page-header h1,
.showa-page-kv .showa-h1,
.showa-h1 {
	font-size: 52px;
	line-height: 1.48;
	letter-spacing: .055em;
	text-wrap: pretty;
}

.showa-h2 {
	font-size: 46px;
	line-height: 1.52;
	letter-spacing: .05em;
	text-wrap: pretty;
}

.single-post .showa-page-header h1,
.single-column .showa-page-header h1 {
	font-size: 44px;
	line-height: 1.58;
	letter-spacing: .035em;
	text-wrap: pretty;
}

.showa-page-header__lead,
.showa-page-kv .showa-lead,
.showa-lead {
	margin-top: 20px;
	font-size: 15px;
	line-height: 2.15;
	letter-spacing: .035em;
}

.showa-section-head,
.showa-list-head {
	gap: 48px;
	margin-bottom: 46px;
}

.showa-related-title {
	margin-bottom: 38px;
}

@media (min-width: 1024px) {
	.showa-template .l-header--center .l-center-header > .c-container {
		width: min(1520px, calc(100% - 48px));
		padding: 13px 0;
	}

	html[data-scrolled="true"] .showa-template .l-header--center .l-center-header > .c-container {
		padding: 7px 0;
	}

	.showa-template .p-global-nav .c-navbar {
		gap: 42px;
	}

	.showa-template .p-global-nav .c-navbar__item > a {
		font-size: 14px;
		letter-spacing: .08em;
		transition: color .2s ease, opacity .2s ease;
	}

	.showa-template .p-global-nav .c-navbar__item:last-child > a {
		min-height: 42px;
		padding: 0 24px;
	}
}

.showa-template .l-header__content,
.showa-template .l-header--center .l-header__content {
	transition:
		padding .35s ease,
		background .35s ease,
		box-shadow .35s ease,
		backdrop-filter .35s ease;
}

.showa-template[data-scrolled="true"] .l-header__content,
.showa-template .l-header__content.is-scrolled,
html[data-scrolled="true"] .showa-template .l-header__content {
	background: rgba(255,255,255,.91);
	box-shadow: 0 1px 0 rgba(24,54,64,.09);
	backdrop-filter: blur(18px) saturate(1.1);
}

.showa-template .c-site-branding .custom-logo {
	width: 72px;
	max-width: 72px;
}

.showa-cbtn,
.showa-btn,
.showa-home-btn,
.showa-more .wp-block-button__link {
	min-height: 54px;
	padding: 0 36px;
	letter-spacing: .13em;
	transition:
		background .24s ease,
		border-color .24s ease,
		color .24s ease,
		transform .24s ease,
		box-shadow .24s ease;
}

.showa-cbtn:hover,
.showa-btn:hover,
.showa-home-btn:hover,
.showa-more .wp-block-button__link:hover {
	box-shadow: 0 10px 24px rgba(24,54,64,.13);
	transform: translateY(-2px);
}

.showa-more {
	margin-top: 46px;
}

.showa-more .wp-block-button__link {
	min-height: 56px;
	border-color: rgba(36,84,103,.58);
}

/* Home */
.showa-home-hero-overlay {
	background:
		linear-gradient(90deg, rgba(12,34,42,.72) 0%, rgba(12,34,42,.43) 48%, rgba(12,34,42,.13) 100%),
		linear-gradient(0deg, rgba(12,34,42,.62) 0%, rgba(12,34,42,0) 52%);
}

.showa-home-hero-slide {
	filter: saturate(.96) contrast(1.025);
}

.showa-home-hero-copy {
	width: min(700px, calc(100% - 48px));
	padding-top: 138px;
	padding-bottom: 176px;
}

.showa-home-hero-title {
	font-size: 80px;
	line-height: 1.18;
	letter-spacing: .012em;
	text-wrap: balance;
}

.showa-home-hero-title span {
	margin-top: 24px;
	font-size: 24px;
	line-height: 1.55;
	letter-spacing: .11em;
}

.showa-home-hero-copy p {
	margin-top: 30px;
	font-size: 16px;
	line-height: 2.15;
	letter-spacing: .035em;
}

.showa-home-hero-actions {
	margin-top: 40px;
}

@media (min-width: 761px) {
	.showa-home-hero-copy {
		position: absolute;
		bottom: clamp(56px, 9vh, 108px);
		left: clamp(36px, 5vw, 88px);
		width: min(700px, calc(100vw - 72px));
		min-height: 0;
		padding: 0;
		margin: 0;
	}
}

@media (min-width: 761px) and (max-height: 720px) {
	.showa-home-hero-copy {
		bottom: clamp(32px, 6vh, 56px);
	}

	.showa-home-hero-title {
		font-size: clamp(48px, 8.5vh, 68px);
	}

	.showa-home-hero-title span {
		margin-top: 16px;
		font-size: 20px;
	}

	.showa-home-hero-copy p {
		margin-top: 18px;
		line-height: 1.9;
	}

	.showa-home-hero-actions {
		margin-top: 24px;
	}
}
.showa-home-hero-bar {
	background: rgba(13,38,47,.42);
	border-top-color: rgba(255,255,255,.18);
	backdrop-filter: blur(14px) saturate(1.05);
}

.showa-home-hero-bar a {
	padding: 20px 32px 22px;
	transition: background .24s ease;
}

.showa-home-hero-bar a:hover {
	background: rgba(255,255,255,.07);
}

.showa-home-hero-bar strong {
	font-size: 18px;
	letter-spacing: .07em;
}

.showa-home-hero-bar em {
	line-height: 1.8;
	letter-spacing: .02em;
}

.showa-intro {
	padding: 24px 0 104px;
}

.showa-intro-en {
	margin-bottom: 28px;
}

.showa-intro h2 {
	margin-bottom: 30px;
	font-size: 40px;
	line-height: 1.82;
	letter-spacing: .055em;
	text-wrap: pretty;
}

.showa-intro p:not(.showa-intro-en) {
	font-size: 18px;
	line-height: 2.2;
	letter-spacing: .055em;
}

.showa-feature-stack,
.showa-staff-profile-list {
	gap: 104px;
}

.showa-feature {
	gap: 68px;
}

.showa-feature-media {
	min-height: 500px;
}

.showa-feature-main {
	height: 456px;
}

.showa-feature-sub {
	height: 210px;
	border-width: 8px;
}

.showa-feature-num {
	margin-bottom: 18px;
	color: rgba(36,84,103,.24);
	font-size: 96px;
}

.showa-feature .showa-h2 {
	font-size: 44px;
	line-height: 1.78;
	letter-spacing: .045em;
}

.showa-feature-body,
.showa-text-body p {
	font-size: 16px;
	line-height: 2.15;
}

.showa-before-list {
	gap: 16px;
	margin-top: 32px;
}

.showa-before-list div {
	padding-bottom: 17px;
}

.showa-before-list strong {
	margin-bottom: 7px;
	font-size: 21px;
	letter-spacing: .045em;
}

.showa-before-list span {
	font-size: 15px;
	line-height: 2;
	letter-spacing: .025em;
}

.showa-movie-wrap {
	width: min(960px, calc(100% - 96px));
}

.showa-movie-frame {
	box-shadow: var(--showa-shadow-soft);
}

/* Cards, archives, and search */
.showa-card-grid {
	gap: 30px;
	align-items: stretch;
}

.showa-property-card,
.showa-article-card,
.rel-card {
	height: 100%;
	background: #fff;
	border: 1px solid rgba(24,54,64,.085);
	box-shadow: var(--showa-shadow-soft);
	transition:
		box-shadow .3s cubic-bezier(.22,1,.36,1),
		transform .3s cubic-bezier(.22,1,.36,1),
		border-color .3s ease;
}

.showa-property-card:hover,
.showa-article-card:hover {
	border-color: rgba(36,84,103,.18);
	box-shadow: var(--showa-shadow-hover);
	transform: translateY(-5px);
}

.showa-card-image img {
	transition: transform .7s cubic-bezier(.22,1,.36,1);
}

.showa-property-card:hover .showa-card-image img,
.showa-article-card:hover .showa-card-image img {
	transform: scale(1.025);
}

.showa-property-card .showa-card-image:empty {
	display: none;
}

.showa-property-card .showa-card-image:empty + .showa-card-body {
	border-top: 2px solid var(--showa-teal);
}

.showa-card-body,
.showa-property-card .showa-card-body,
.showa-post-grid .showa-card-body {
	padding: 27px 26px 29px;
}

.showa-card-title {
	margin-bottom: 9px;
	font-size: 22px;
	line-height: 1.58;
	letter-spacing: .025em;
	text-wrap: pretty;
}

.showa-card-text,
.showa-card-spec {
	margin-bottom: 7px;
	font-size: 13.5px;
	line-height: 1.95;
	letter-spacing: .02em;
}

.showa-card-price {
	margin: 11px 0 13px;
	font-size: 24px;
}

.showa-card-comment {
	grid-template-columns: 44px 1fr;
	gap: 13px;
	padding-top: 17px;
	margin-top: 17px;
}

.showa-card-comment img,
.showa-staff-mini img {
	width: 44px;
}

.showa-card-comment p {
	font-size: 12.5px;
	line-height: 1.85;
}

.showa-property-search-panel {
	margin-bottom: 50px;
}

.showa-property-search-toggle {
	margin-bottom: 14px;
	color: var(--showa-teal);
	font-size: 12px;
	letter-spacing: .12em;
}

.showa-property-search button.showa-property-search-toggle {
	display: inline-flex;
	width: auto;
	min-height: 0;
	padding: 0;
	margin: 0 0 14px;
	color: var(--showa-teal);
	background: transparent;
	border: 0;
	box-shadow: none;
	font-size: 12px;
	letter-spacing: .12em;
	pointer-events: none;
}

.showa-property-search form,
.showa-property-search .sms-search-box {
	border-color: rgba(24,54,64,.16);
}

.showa-property-search .sms-item {
	padding: 22px 26px;
}

.showa-property-search .sms-form-control__header {
	margin-bottom: 10px;
	color: var(--showa-ink);
	letter-spacing: .14em;
}

.showa-property-search .sms-checkboxes {
	gap: 10px 20px;
	font-size: 13px;
}

.showa-property-search .sms-checkboxes label,
.showa-property-search .c-checkbox {
	padding: 3px 0;
	cursor: pointer;
	transition: color .2s ease;
}

.showa-property-search .sms-checkboxes label:hover,
.showa-property-search .c-checkbox:hover {
	color: var(--showa-teal);
}

.showa-property-search .sms-checkboxes input {
	width: 16px;
	height: 16px;
}

.showa-property-search .sms-search-box__action {
	padding: 18px 26px 22px;
	background: #fafbfa;
}

.showa-property-search button,
.showa-property-search input[type="submit"],
.showa-property-search .sms-search-box__clear {
	min-height: 52px;
}

/* Property detail */
.showa-property-hero {
	background: #f7f7f4;
}

.showa-property-hero-grid {
	padding-right: 56px;
	padding-left: 56px;
}

.showa-property-hero .showa-h1 {
	font-size: 66px;
	line-height: 1.28;
	letter-spacing: .035em;
	text-wrap: pretty;
}

.showa-property-hero .showa-h1 span {
	margin-top: 14px;
	font-size: 29px;
	line-height: 1.7;
	letter-spacing: .055em;
}

.showa-property-summary {
	box-shadow: 0 14px 42px rgba(20,37,42,.055);
	border: 1px solid rgba(24,54,64,.09);
}

.showa-property-summary > div {
	padding: 21px 22px;
}

.showa-story-points {
	gap: 20px;
}

.showa-story-point {
	padding: 36px 30px 38px;
	background: #fff;
	border: 1px solid rgba(24,54,64,.11);
	border-top: 2px solid var(--showa-teal);
	box-shadow: 0 14px 42px rgba(20,37,42,.045);
}

.showa-story-point-num {
	margin-bottom: 22px;
}

.showa-story-point h3 {
	font-size: 27px;
	line-height: 1.62;
	letter-spacing: .04em;
	text-wrap: pretty;
}

.showa-story-point-text p,
.showa-property-voice-text p {
	font-size: 15px;
	line-height: 2.15;
	letter-spacing: .025em;
}

.showa-property-voice {
	padding-top: 64px;
	margin-top: 64px;
}

.showa-property-voice h3 {
	font-size: 38px;
	letter-spacing: .045em;
	text-wrap: pretty;
}

.showa-staff-mini {
	padding: 18px 20px;
	background: #f0f4f3;
	border-left: 2px solid var(--showa-teal);
}

.showa-property-meta dt,
.showa-info-table dt,
.showa-info-table-block th {
	background: #fafbfa;
}

.showa-gallery-stage {
	background: #eef0ee;
}

.showa-template .showa-gallery-btn {
	background: rgba(18,42,51,.56);
	border-color: rgba(255,255,255,.72);
	backdrop-filter: blur(8px);
}

.showa-template .showa-gallery-thumb {
	transition: opacity .2s ease, transform .2s ease;
}

.showa-template .showa-gallery-thumb:hover {
	opacity: .86;
	transform: translateY(-2px);
}

/* Staff */
.showa-area-card,
.showa-process-card,
.showa-simple-note {
	border: 1px solid rgba(24,54,64,.09);
	box-shadow: 0 14px 42px rgba(20,37,42,.045);
}

.showa-process-card {
	padding: 28px;
	border-top: 2px solid var(--showa-teal);
}

.showa-page-staff .showa-process-card {
	padding: 28px;
}

.showa-process-card .showa-process-step {
	margin-bottom: 16px;
	color: var(--showa-teal);
	letter-spacing: .15em;
}

.showa-page-staff .showa-process-card .wp-block-heading {
	margin-bottom: 16px;
	font-size: 27px;
	line-height: 1.58;
	letter-spacing: .035em;
	text-wrap: pretty;
}

.showa-page-staff .showa-process-card p:not(.showa-process-step) {
	font-size: 14px;
	line-height: 2.05;
}

.rep-feature,
.showa-staff-profile {
	grid-template-columns: minmax(380px, 500px) minmax(0, 1fr);
	margin-top: 52px;
	border: 1px solid rgba(24,54,64,.08);
	box-shadow: var(--showa-shadow-soft);
}

.rep-copy,
.showa-staff-profile-body {
	padding: 56px;
}

.sc-name,
.showa-staff-profile .showa-card-title {
	margin-bottom: 7px;
	font-size: 31px;
	letter-spacing: .045em;
}

.showa-staff-profile .showa-card-kicker {
	margin-bottom: 24px;
}

.showa-staff-profile-statement {
	margin-bottom: 24px;
	font-size: 21px;
	line-height: 1.75;
	letter-spacing: .04em;
	text-wrap: pretty;
}

.showa-staff-profile-content p {
	font-size: 15px;
	line-height: 2.12;
	letter-spacing: .02em;
}

.showa-staff-profile-movie {
	margin-top: 30px;
}

.showa-staff-instagram {
	margin-top: 32px;
	padding-top: 30px;
}

.showa-staff-instagram #sbi_images {
	gap: 10px;
	padding-bottom: 12px !important;
	scrollbar-color: rgba(36,84,103,.35) transparent;
}

.showa-staff-instagram #sbi_images .sbi_item {
	border: 1px solid rgba(24,54,64,.08);
}

.showa-staff-instagram #sbi_images .sbi_photo_wrap,
.showa-staff-instagram #sbi_images .sbi_photo {
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
}

@media (min-width: 761px) {
	.showa-page-staff .showa-static-section:not(.is-gray) .showa-inner {
		width: min(1320px, calc(100% - 80px));
	}

	.showa-staff-profile-photo {
		top: max(112px, 13vh);
		height: clamp(480px, 70vh, 700px);
	}
}

/* Editorial body and forms */
.showa-post-body {
	width: min(750px, calc(100% - 96px));
}

.showa-post-body p,
.showa-post-body li,
.showa-post-body div {
	font-size: 16px;
	line-height: 2.05;
	letter-spacing: .02em;
}

.showa-post-body p {
	margin-bottom: 24px;
}

.showa-post-body h2,
.showa-post-body h3,
.showa-post-body h4 {
	padding: 0 0 15px;
	margin-top: 72px;
	border-left: 0;
	border-bottom: 1px solid var(--showa-line);
	letter-spacing: .035em;
	text-wrap: pretty;
}

.showa-post-body h2 {
	font-size: 28px;
}

.showa-post-body h3 {
	font-size: 23px;
}

.showa-post-body h4 {
	font-size: 19px;
}

.showa-post-body img {
	margin-top: 40px;
	margin-bottom: 40px;
}

.showa-form-embed,
.showa-contact-form {
	width: min(800px, calc(100% - 96px));
	margin-top: 42px;
}

.showa-form-embed .snow-monkey-form,
.showa-contact-form {
	padding: 50px 52px;
	border: 1px solid rgba(24,54,64,.09);
	box-shadow: var(--showa-shadow-soft);
}

.showa-form-embed .smf-item,
.showa-contact-form label {
	gap: 12px;
	padding-bottom: 28px;
	margin-bottom: 28px;
}

.showa-form-embed input,
.showa-form-embed select,
.showa-form-embed textarea,
.showa-contact-form input,
.showa-contact-form select,
.showa-contact-form textarea,
.showa-form-embed .smf-text-control__control,
.showa-form-embed .smf-select-control__control,
.showa-form-embed .smf-textarea-control__control {
	min-height: 54px;
	background: #fbfcfb;
	border-color: rgba(24,54,64,.18);
	transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.showa-form-embed input:focus,
.showa-form-embed select:focus,
.showa-form-embed textarea:focus,
.showa-contact-form input:focus,
.showa-contact-form select:focus,
.showa-contact-form textarea:focus {
	background: #fff;
	box-shadow: 0 0 0 3px rgba(36,84,103,.09);
}

.showa-form-privacy-note {
	margin: 8px 0 18px;
	font-size: 14px;
	line-height: 1.8;
}

.showa-form-privacy-note a {
	color: var(--showa-blue);
	font-weight: 700;
	text-underline-offset: 3px;
}

.showa-form-embed .smf-checkboxes-control .smf-label {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.showa-form-embed .smf-checkboxes-control input[type="checkbox"] {
	width: 20px;
	height: 20px;
	min-height: 0;
	margin: 0;
	accent-color: var(--showa-blue);
}

/* CTA and footer */
.showa-cta {
	padding: 104px 48px;
	background: #16343f;
	border-top: 1px solid rgba(255,255,255,.08);
}

.showa-cta .showa-h2 {
	font-size: 44px;
	letter-spacing: .045em;
}

.showa-cta .showa-lead {
	font-size: 17px;
	line-height: 2.15;
}

.showa-brand-footer {
	padding: 68px 48px 28px;
	background: #11191c;
}

.showa-brand-footer__inner {
	gap: 56px;
	max-width: 1200px;
	padding-bottom: 46px;
}

.showa-brand-footer__tagline,
.showa-brand-footer p {
	font-size: 12.5px;
	line-height: 2.2;
}

.showa-brand-footer__nav a {
	font-size: 12.5px;
	line-height: 2.45;
	transition: opacity .2s ease;
}

.showa-brand-footer__nav a:hover {
	opacity: .65;
}

.showa-brand-footer__copy {
	max-width: 1200px;
}

@media (max-width: 1120px) and (min-width: 761px) {
	.showa-page-header h1,
	.showa-page-kv .showa-h1,
	.showa-h1 {
		font-size: 46px;
	}

	.showa-h2 {
		font-size: 40px;
	}

	.showa-home-hero-title {
		font-size: 66px;
	}

	.showa-template .p-global-nav .c-navbar {
		gap: 24px;
	}

	.showa-template .p-global-nav .c-navbar__item > a {
		font-size: 13px;
	}
}

@media (max-width: 960px) {
	.showa-inner,
	.showa-narrow,
	.showa-post-body,
	.showa-form-embed,
	.showa-contact-form {
		width: calc(100% - 48px);
	}

	.showa-template .wp-block-group.is-layout-flow > .showa-section-head,
	.showa-template .wp-block-group.is-layout-flow > .showa-list-head,
	.showa-template .wp-block-group.is-layout-flow > .wp-block-heading.showa-h2,
	.showa-template .wp-block-group.is-layout-flow > .showa-h2 {
		width: calc(100% - 48px);
	}

	.showa-sec,
	.showa-static-section {
		padding: 84px 0;
	}

	.showa-page-header,
	.showa-page-kv {
		padding: 116px 24px 54px;
	}

	.showa-section-head,
	.showa-list-head {
		margin-bottom: 38px;
	}

	.showa-feature-stack,
	.showa-staff-profile-list {
		gap: 84px;
	}

	.rep-copy,
	.sc-content,
	.showa-staff-profile-body {
		padding: 38px 32px;
	}
}

@media (max-width: 760px) {
	.showa-inner,
	.showa-narrow,
	.showa-post-body,
	.showa-form-embed,
	.showa-contact-form {
		width: calc(100% - 32px);
	}

	.showa-template .wp-block-group.is-layout-flow > .showa-section-head,
	.showa-template .wp-block-group.is-layout-flow > .showa-list-head,
	.showa-template .wp-block-group.is-layout-flow > .wp-block-heading.showa-h2,
	.showa-template .wp-block-group.is-layout-flow > .showa-h2 {
		width: calc(100% - 32px);
	}

	.showa-template .l-center-header__row .c-row {
		min-height: 72px;
	}

	.showa-template .c-site-branding .custom-logo {
		width: 58px;
		max-width: 58px;
	}

	.showa-template #hamburger-btn.c-hamburger-btn {
		right: 16px;
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
	}

	.showa-page-header,
	.showa-page-kv {
		padding: 104px 20px 48px;
	}

	.showa-page-header__inner,
	.showa-page-kv .showa-inner,
	.showa-property-archive .showa-inner {
		width: calc(100vw - 32px);
		max-width: calc(100vw - 32px);
	}

	body.showa-template .showa-property-archive .showa-inner,
	body.showa-template .showa-property-archive .showa-page-header__inner,
	body.showa-template .showa-property-archive .showa-page-header__lead,
	body.showa-template .showa-property-archive .showa-property-search-panel,
	body.showa-template .showa-property-archive .showa-property-search .sms-search-box,
	body.showa-template .showa-property-archive .showa-property-grid {
		width: calc(100vw - 32px) !important;
		max-width: calc(100vw - 32px) !important;
	}

	body.showa-template .showa-property-archive .showa-inner,
	body.showa-template .showa-property-archive .showa-page-header__inner {
		padding-right: 0;
	}

	.showa-page-header h1,
	.showa-page-kv .showa-h1,
	.showa-h1 {
		font-size: 34px;
		line-height: 1.48;
		letter-spacing: .045em;
		word-break: normal !important;
		overflow-wrap: anywhere !important;
	}

	.single-post .showa-page-header h1,
	.single-column .showa-page-header h1 {
		font-size: 30px;
		line-height: 1.58;
		letter-spacing: .025em;
	}

	.showa-h2,
	.showa-section-head .showa-h2,
	.showa-list-head .showa-h2 {
		font-size: 29px;
		line-height: 1.62;
		letter-spacing: .04em;
	}

	.showa-page-header__lead,
	.showa-page-kv .showa-lead,
	.showa-lead {
		margin-top: 16px;
		font-size: 14px;
		line-height: 2;
	}

	.showa-sec,
	.showa-static-section {
		padding: 72px 0;
	}

	.showa-archive-head {
		padding-top: 48px;
	}

	.showa-home-hero {
		min-height: 72svh;
	}

	.showa-home-hero-overlay {
		background:
			linear-gradient(180deg, rgba(13,38,47,.72) 0%, rgba(13,38,47,.5) 48%, rgba(13,38,47,.7) 100%),
			linear-gradient(90deg, rgba(13,38,47,.4), rgba(13,38,47,.08));
	}

	.showa-home-hero-copy {
		width: calc(100% - 32px);
		min-height: 72svh;
		padding: 94px 0 42px;
		margin-left: 16px;
	}

	.showa-home-hero-title {
		font-size: 44px;
		line-height: 1.18;
		letter-spacing: .005em;
	}

	.showa-home-hero-title span {
		margin-top: 20px;
		font-size: 18px;
		line-height: 1.65;
		letter-spacing: .085em;
	}

	.showa-home-hero-copy p {
		margin-top: 26px;
		font-size: 15px;
		line-height: 2.05;
		letter-spacing: .02em;
	}

	.showa-home-hero-actions {
		margin-top: 34px;
	}

	.showa-intro {
		padding: 6px 0 62px;
	}

	.showa-intro-en {
		margin-bottom: 22px;
	}

	.showa-intro h2 {
		margin-bottom: 26px;
		font-size: 23px;
		line-height: 1.82;
		letter-spacing: .03em;
		word-break: keep-all;
		overflow-wrap: anywhere;
	}

	.showa-intro p:not(.showa-intro-en) {
		font-size: 16px;
		line-height: 2.2;
		letter-spacing: .035em;
	}

	.showa-feature-stack,
	.showa-staff-profile-list {
		gap: 76px;
	}

	.showa-feature-media {
		min-height: 390px;
	}

	.showa-feature-main {
		height: 350px;
	}

	.showa-feature-sub {
		width: 43%;
		height: 164px;
		border-width: 6px;
	}

	.showa-feature-num {
		margin-bottom: 14px;
		font-size: 68px;
	}

	.showa-feature .showa-h2 {
		font-size: 29px;
		line-height: 1.8;
		letter-spacing: .035em;
	}

	.showa-feature-body,
	.showa-text-body p {
		font-size: 15px;
		line-height: 2.05;
	}

	.showa-before-list {
		margin-top: 26px;
	}

	.showa-before-list strong {
		font-size: 19px;
	}

	.showa-before-list span {
		font-size: 14px;
		line-height: 1.95;
	}

	.showa-movie-wrap {
		width: calc(100% - 16px);
	}

	.showa-card-grid {
		gap: 20px;
	}

	.showa-property-card,
	.showa-article-card,
	.rel-card {
		box-shadow: 0 12px 38px rgba(20,37,42,.05);
	}

	.showa-card-body,
	.showa-property-card .showa-card-body,
	.showa-post-grid .showa-card-body {
		padding: 23px 22px 25px;
	}

	.showa-card-title {
		font-size: 21px;
		line-height: 1.58;
	}

	.showa-card-text,
	.showa-card-spec {
		font-size: 13px;
		line-height: 1.95;
	}

	.showa-property-search-panel {
		margin-bottom: 36px;
	}

	.showa-property-search-toggle {
		min-height: 52px;
		padding: 0 16px;
		margin-bottom: 0;
		font-size: 13px;
	}

	.showa-property-search button.showa-property-search-toggle {
		display: flex;
		width: 100%;
		min-height: 52px;
		padding: 0 16px;
		margin: 0;
		color: #fff;
		background: var(--showa-teal);
		border: 1px solid var(--showa-teal);
		font-size: 13px;
		pointer-events: auto;
	}

	.showa-property-search form,
	.showa-property-search .sms-search-box {
		border-top: 0;
	}

	.showa-property-search .sms-item {
		padding: 20px;
	}

	.showa-property-search .sms-search-box__action {
		padding: 18px 20px 20px;
	}

	.showa-property-hero .showa-h1 {
		font-size: 40px;
		line-height: 1.3;
		letter-spacing: .025em;
	}

	.showa-property-hero .showa-h1 span {
		font-size: 22px;
		line-height: 1.65;
	}

	.showa-property-hero-grid {
		padding: 58px 20px 40px;
	}

	.showa-story-points {
		gap: 14px;
	}

	.showa-story-point {
		padding: 28px 22px 30px;
	}

	.showa-story-point h3 {
		font-size: 23px;
	}

	.showa-story-point-text p,
	.showa-property-voice-text p {
		font-size: 14px;
		line-height: 2.05;
	}

	.showa-property-voice h3 {
		font-size: 29px;
		line-height: 1.62;
	}

	.showa-page-staff .showa-process-card {
		padding: 24px 22px;
	}

	.showa-page-staff .showa-process-card .wp-block-heading {
		font-size: 24px;
	}

	.rep-feature,
	.showa-staff-profile {
		grid-template-columns: minmax(0, 1fr);
		margin-top: 34px;
	}

	.rep-copy,
	.sc-content,
	.showa-staff-profile-body {
		padding: 32px 24px 36px;
	}

	.sc-name,
	.showa-staff-profile .showa-card-title {
		font-size: 28px;
	}

	.showa-staff-profile-statement {
		font-size: 20px;
		line-height: 1.7;
	}

	.showa-staff-profile-content p {
		font-size: 15px;
		line-height: 2.05;
	}

	.showa-staff-instagram #sbi_images .sbi_item {
		flex-basis: min(260px, 76vw) !important;
		width: min(260px, 76vw) !important;
	}

	.showa-post-body p,
	.showa-post-body li,
	.showa-post-body div {
		font-size: 15.5px;
		line-height: 2;
	}

	.showa-post-body h2,
	.showa-post-body h3,
	.showa-post-body h4 {
		margin-top: 58px;
	}

	.showa-post-body h2 {
		font-size: 25px;
	}

	.showa-form-embed,
	.showa-contact-form {
		margin-top: 28px;
	}

	.showa-form-embed .snow-monkey-form,
	.showa-contact-form {
		padding: 30px 22px;
	}

	.showa-cta {
		padding: 76px 20px;
	}

	.showa-cta .showa-h2 {
		font-size: 30px;
		line-height: 1.62;
	}

	.showa-cta .showa-lead {
		font-size: 15px;
		line-height: 2.05;
	}

	.showa-brand-footer {
		padding: 52px 20px 28px;
	}

	.showa-brand-footer__inner {
		gap: 34px;
		padding-bottom: 36px;
	}
}

/* Final interaction and navigation refinements. */
@media (min-width: 1024px) {
	.showa-template .p-global-nav .c-navbar__item:not(:last-child) > a {
		position: relative;
	}

	.showa-template .p-global-nav .c-navbar__item:not(:last-child) > a::after {
		position: absolute;
		right: 0;
		bottom: -8px;
		left: 0;
		height: 1px;
		background: currentColor;
		content: "";
		opacity: .5;
		transform: scaleX(0);
		transform-origin: right center;
		transition: transform .35s cubic-bezier(.22,1,.36,1);
	}

	.showa-template .p-global-nav .c-navbar__item:not(:last-child) > a:hover::after,
	.showa-template .p-global-nav .current-menu-item > a::after,
	.showa-template .p-global-nav .current_page_item > a::after {
		transform: scaleX(1);
		transform-origin: left center;
	}
}

.showa-property-card .showa-card-body > .showa-card-text:last-child,
.showa-article-card .showa-card-text {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.showa-property-card .showa-card-body > .showa-card-text:last-child {
	-webkit-line-clamp: 7;
}

.showa-article-card .showa-card-text {
	-webkit-line-clamp: 4;
}

@media (max-width: 760px) {
	#drawer-nav.c-drawer {
		width: min(340px, 86vw);
		color: #fff;
		background: var(--showa-teal-deep);
		box-shadow: 24px 0 64px rgba(9,25,31,.24);
	}

	#drawer-nav .c-drawer__inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 100%;
		padding: 94px 28px 40px;
	}

	#drawer-nav .c-drawer__menu {
		width: 100%;
		margin: 0;
		padding: 0;
		background: transparent;
	}

	#drawer-nav .c-drawer__item {
		margin: 0;
		border-bottom: 1px solid rgba(255,255,255,.14);
	}

	#drawer-nav .c-drawer__item:first-child {
		border-top: 1px solid rgba(255,255,255,.14);
	}

	#drawer-nav .c-drawer__item > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 62px;
		padding: 0 2px;
		color: #fff;
		background: transparent;
		font-family: var(--showa-serif);
		font-size: 18px;
		font-weight: 500;
		line-height: 1.5;
		letter-spacing: .055em;
		text-decoration: none;
	}

	#drawer-nav .c-drawer__item > a::after {
		margin-left: 18px;
		color: rgba(255,255,255,.72);
		content: "→";
		font-family: var(--showa-sans);
		font-size: 14px;
		font-weight: 400;
		transition: transform .25s ease;
	}

	#drawer-nav .c-drawer__item > a:active::after {
		transform: translateX(4px);
	}

	#drawer-nav .c-drawer__menu + .c-drawer__menu {
		display: none;
	}
}
.showa-card-soldout,
.showa-property-soldout {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.58);
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(18px, 2vw, 30px);
	font-weight: 500;
	letter-spacing: 0.12em;
	pointer-events: none;
}

.showa-property-hero-photo {
	position: relative;
}

.showa-property-status-label {
	display: block;
	width: fit-content;
	margin-top: 20px;
	padding: 6px 12px;
	background: #161616;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
}

.showa-property-card .showa-card-image {
	aspect-ratio: 4 / 3;
	min-height: 1px;
	background-color: #f1f3f2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: min(30%, 130px) auto;
}

.showa-property-card .showa-card-image:empty {
	display: block;
}

.showa-property-card .showa-card-image img {
	display: block;
	height: 100%;
	background: #f1f3f2;
}

.showa-property-card .showa-card-body > .showa-card-text:last-child {
	-webkit-line-clamp: 4;
}

.showa-property-hero.is-no-image {
	display: block;
}

.showa-property-hero.is-no-image .showa-property-hero-grid {
	width: min(calc(100% - 96px), 1180px);
	min-height: 540px;
	padding: 148px 0 76px;
	margin-inline: auto;
}

.showa-property-hero.is-no-image .showa-property-hero-copy {
	max-width: 820px;
}

/* Keep sparse legacy properties compact until their image sets are migrated. */
.showa-property-story > .showa-property-voice:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

@media (min-width: 961px) {
	.showa-property-hero.is-no-image .showa-property-hero-grid {
		display: grid;
		grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
		gap: 64px;
		align-items: end;
	}

	.showa-property-hero.is-no-image .showa-property-summary {
		align-self: end;
		margin-top: 0;
	}
}

@media (max-width: 760px) {
	html {
		scroll-padding-top: 80px;
	}

	.showa-page-header__inner,
	.showa-page-kv .showa-inner {
		width: 100%;
		max-width: 100%;
	}

	body.showa-template .showa-property-archive .showa-page-header__inner {
		width: 100% !important;
		max-width: 100% !important;
	}

	body.showa-template .showa-property-archive .showa-page-header__lead {
		width: 100% !important;
		max-width: 100% !important;
	}

	.showa-property-hero.is-no-image .showa-property-hero-grid {
		width: calc(100% - 40px);
		min-height: 0;
		padding: 108px 0 52px;
	}

	.showa-property-hero .showa-title-break {
		display: none;
	}

	.showa-property-hero .showa-h1,
	.showa-property-hero .showa-h1 span {
		word-break: normal !important;
		overflow-wrap: anywhere !important;
	}

	.showa-property-hero.is-no-image .showa-lead {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
	}

	.showa-property-summary dd,
	.showa-property-meta dd {
		word-break: break-word;
		overflow-wrap: anywhere;
	}
}

/* Consultation navigation, readable type scale, and staff photo sequence. */
@media (min-width: 1024px) {
	.showa-template .p-global-nav .c-navbar {
		gap: 32px;
	}

	.showa-template .p-global-nav .c-navbar__item:last-child > a,
	html[data-scrolled="true"] .showa-template .p-global-nav .c-navbar__item:last-child > a,
	.showa-template.showa-header-on-light .p-global-nav .c-navbar__item:last-child > a {
		min-height: 0;
		padding: 0;
		color: rgba(255,255,255,.88);
		background: transparent;
		border: 0;
	}

	html[data-scrolled="true"] .showa-template .p-global-nav .c-navbar__item:last-child > a,
	.showa-template.showa-header-on-light .p-global-nav .c-navbar__item:last-child > a {
		color: var(--showa-mid);
	}

	.showa-template .p-global-nav .c-navbar__item > a[href*="instagram.com"] {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		padding: 0 24px;
		color: #fff;
		background: transparent;
		border: 1px solid rgba(255,255,255,.82);
	}

	html[data-scrolled="true"] .showa-template .p-global-nav .c-navbar__item > a[href*="instagram.com"],
	.showa-template.showa-header-on-light .p-global-nav .c-navbar__item > a[href*="instagram.com"] {
		color: #fff;
		background: var(--showa-teal);
		border-color: var(--showa-teal);
	}

	.showa-template .p-global-nav .c-navbar__item > a[href*="instagram.com"]::after {
		display: none;
	}

	.showa-template .p-global-nav .c-navbar__item > a[href^="tel:"] {
		display: inline-flex;
		flex-direction: column;
		gap: 3px;
		align-items: flex-start;
		font-size: 15px;
		font-weight: 600;
		line-height: 1.15;
		letter-spacing: .04em;
	}

	.showa-template .p-global-nav .c-navbar__item > a[href^="tel:"]::after {
		position: static;
		display: block;
		width: auto;
		height: auto;
		background: transparent;
		content: "平日 10:00-19:00 / 土日祝 9:30-19:00";
		font-size: 9px;
		font-weight: 400;
		line-height: 1.35;
		letter-spacing: .03em;
		opacity: .72;
		transform: none;
	}
}

.showa-mobile-contact-bar {
	display: none;
}

.showa-page-header__lead,
.showa-page-kv .showa-lead,
.showa-lead {
	font-size: var(--showa-text-base);
}

.showa-card-text {
	font-size: 15px;
	line-height: 2;
}

.showa-card-spec {
	font-size: var(--showa-text-sm);
}

.showa-area-card strong {
	font-size: 28px;
	line-height: 1.5;
}

.showa-more .wp-block-button__link {
	position: relative;
	display: inline-flex;
	gap: 28px;
	justify-content: space-between;
	min-width: 210px;
	padding: 0 28px 0 38px;
	white-space: nowrap;
}

.showa-more .wp-block-button__link::after {
	position: static;
	flex: 0 0 auto;
	margin: 0;
}

.showa-staff-profile-photo {
	isolation: isolate;
}

.showa-staff-profile-photo__image {
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: 0;
	transition: opacity .72s cubic-bezier(.22,1,.36,1);
	will-change: opacity;
}

.showa-staff-profile-photo__image.is-active {
	z-index: 1;
	opacity: 1;
}

.showa-staff-profile-statement {
	font-size: 23px;
	line-height: 1.78;
}

.showa-staff-profile-content p,
.showa-staff-profile .showa-card-text {
	font-size: 17px;
	line-height: 2.08;
}

@media (prefers-reduced-motion: reduce) {
	.showa-staff-profile-photo__image {
		transition: none;
	}
}

@media (max-width: 760px) {
	body.showa-template {
		padding-bottom: calc(66px + env(safe-area-inset-bottom));
		font-size: var(--showa-text-base);
	}

	.showa-mobile-contact-bar {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 240;
		display: grid;
		grid-template-columns: .9fr 1.1fr;
		min-height: calc(66px + env(safe-area-inset-bottom));
		padding-bottom: env(safe-area-inset-bottom);
		background: #fff;
		box-shadow: 0 -1px 22px rgba(19,39,47,.14);
	}

	.showa-mobile-contact-bar a {
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 0;
		padding: 8px 12px;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.35;
		letter-spacing: .06em;
		text-align: center;
		text-decoration: none;
	}

	.showa-mobile-contact-bar__dm {
		background: var(--showa-teal);
	}

	.showa-mobile-contact-bar .showa-mobile-contact-bar__tel {
		flex-direction: column;
		gap: 1px;
		color: var(--showa-ink);
		background: #fff;
		border-top: 1px solid var(--showa-line);
	}

	.showa-mobile-contact-bar__tel small {
		font-size: 10px;
		font-weight: 500;
		letter-spacing: .08em;
	}

	.showa-mobile-contact-bar__tel span {
		font-size: 15px;
		letter-spacing: .03em;
	}

	.showa-area-card strong {
		font-size: 25px;
	}

	.showa-page-header__lead,
	.showa-page-kv .showa-lead,
	.showa-lead {
		font-size: 15.5px;
	}

	.showa-card-text {
		font-size: 15px;
	}

	.showa-staff-profile-statement {
		font-size: 21px;
		line-height: 1.76;
	}

	.showa-staff-profile-content p,
	.showa-staff-profile .showa-card-text {
		font-size: 16px;
		line-height: 2.05;
	}

	.showa-more .wp-block-button__link {
		min-width: 204px;
		padding: 0 26px 0 34px;
	}

	#life .showa-card-grid > .showa-article-card:nth-child(n+4) {
		display: none;
	}
}

/* Home feature photography: preserve the selected horizontal compositions. */
#thought .showa-feature-main img,
#thought .showa-feature-sub img,
#before-key .showa-feature-main img,
#before-key .showa-feature-sub img {
	object-position: center center;
}

#before-key .showa-feature-main,
#before-key .showa-feature-sub {
	aspect-ratio: 16 / 9;
}

@media (min-width: 961px) {
	.showa-feature {
		grid-template-columns: minmax(0, 1.18fr) minmax(380px, .82fr);
		gap: clamp(50px, 5vw, 76px);
	}

	.showa-feature.is-reverse {
		grid-template-columns: minmax(380px, .82fr) minmax(0, 1.18fr);
	}

	.showa-feature-media {
		min-height: 500px;
	}

	.showa-feature-main {
		width: 100%;
		height: auto;
		aspect-ratio: 3 / 2;
	}

	.showa-feature-sub {
		right: -10px;
		bottom: 0;
		width: 44%;
		height: auto;
		aspect-ratio: 3 / 2;
		border-width: 8px;
		box-shadow: 0 18px 44px rgba(34, 33, 30, .1);
	}
}

@media (max-width: 960px) {
	.showa-feature-media {
		min-height: min(74vw, 520px);
	}

	.showa-feature-main {
		width: 94%;
		height: auto;
		aspect-ratio: 3 / 2;
	}

	.showa-feature-sub {
		right: 0;
		bottom: 0;
		width: 46%;
		height: auto;
		aspect-ratio: 3 / 2;
		box-shadow: 0 14px 34px rgba(34, 33, 30, .1);
	}
}

@media (max-width: 760px) {
	.showa-feature-media {
		min-height: clamp(270px, 74vw, 340px);
	}

	.showa-feature-sub {
		width: 48%;
		border-width: 5px;
	}
}

/* August refinement: edge-led feature photography and quieter content alignment. */
@media (min-width: 961px) {
	.showa-feature-stack {
		position: relative;
		left: 50%;
		width: min(100vw, 1920px);
		max-width: none;
		margin-right: 0;
		margin-left: 0;
		transform: translateX(-50%);
	}

	.showa-feature {
		grid-template-columns: minmax(0, 54%) minmax(380px, 1fr);
		gap: 0;
	}

	.showa-feature.is-reverse {
		grid-template-columns: minmax(380px, 1fr) minmax(0, 54%);
	}

	.showa-feature:not(.is-reverse) .showa-feature-text {
		padding-right: max(52px, calc((100vw - 1440px) / 2 + 52px));
		padding-left: clamp(42px, 5vw, 82px);
	}

	.showa-feature.is-reverse .showa-feature-text {
		padding-right: clamp(42px, 5vw, 82px);
		padding-left: max(52px, calc((100vw - 1440px) / 2 + 52px));
	}

	#before-key .showa-feature-sub {
		right: auto;
		bottom: -26px;
		left: -18px;
	}

	#thought .showa-feature-sub {
		right: -18px;
		bottom: -26px;
	}
}

.showa-static-section#movie {
	display: none;
}

/* Staff stories: smaller portraits, a stable two-column feed, and a clear profile link. */
@media (min-width: 961px) {
	.showa-staff-profile {
		grid-template-columns: minmax(300px, 390px) minmax(0, 1fr);
		max-width: 1320px;
	}

	.showa-staff-profile-photo {
		height: clamp(410px, 62vh, 620px);
	}
}

.showa-staff-profile-statement {
	font-size: clamp(25px, 2.1vw, 32px);
	line-height: 1.72;
}

.showa-staff-profile-content p {
	letter-spacing: .075em;
}

.showa-staff-instagram #sb_instagram #sbi_images {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 12px !important;
	width: 100% !important;
	padding: 0 !important;
	overflow: visible !important;
	scroll-snap-type: none !important;
}

.showa-staff-instagram #sb_instagram #sbi_images .sbi_item {
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
	aspect-ratio: 1 / 1;
}

.showa-staff-instagram-action {
	margin: 28px 0 0;
}

.showa-staff-instagram-action .showa-btn {
	min-width: 230px;
}

.showa-process-card .showa-process-image {
	display: block;
	width: 100%;
	margin: 26px 0 0;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.showa-process-card .showa-process-image + p {
	margin-top: 24px;
}

.showa-process-card .showa-process-image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

/* Company facts remain readable without the default table heaviness. */
.showa-info-table-block table,
.showa-info-table-block th,
.showa-info-table-block td {
	border-color: rgba(31, 78, 95, .12) !important;
}

.showa-info-table-block th,
.showa-info-table-block td {
	padding: 28px 18px !important;
}

body.showa-template .showa-property-archive .showa-page-header__lead {
	width: min(900px, 100%);
	max-width: 900px;
}

/* Keep long property names composed at a readable desktop scale. */
@media (min-width: 761px) {
	body.single-property.showa-template .showa-property-hero .showa-h1 {
		font-size: clamp(44px, 3.8vw, 54px);
	}
}

@media (max-width: 760px) {
	.showa-staff-profile-statement {
		font-size: 24px;
	}

	.showa-staff-profile-content p {
		letter-spacing: .055em;
	}

	.showa-staff-instagram #sb_instagram #sbi_images {
		gap: 8px !important;
	}

	.showa-info-table-block th,
	.showa-info-table-block td {
		padding: 22px 14px !important;
	}
}
