/*--------------------------------------------------------------
	New About Page Template (page-about-new.php)
--------------------------------------------------------------*/

.page-template-page-about-new .footer {
	display: none;
}

@media screen and (min-width: 811px) {
	.page-template-page-about-new .hd:not(.scrolled) .hd_navi li a {
		color: var(--top-new-white);
	}
	.page-template-page-about-new .hd:not(.scrolled) .hd_logo img {
		filter: brightness(0) invert(1);
	}
	.page-template-page-about-new .hd:not(.scrolled) .menu-trigger span {
		background-color: var(--top-new-white);
	}
}

.index-about-new {
	font-family: "Raleway", "Noto Sans JP", sans-serif;
	color: var(--top-new-text);
	overflow-x: hidden;
}


/* Hero */
.about-new-hero {
	position: relative;
	min-height: 72vh;
}
.about-new-hero__media {
	position: relative;
	height: 72vh;
	min-height: 520px;
	overflow: hidden;
}
.about-new-hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.about-new-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.28) 55%, rgba(0, 0, 0, 0.12) 100%);
}
.about-new-hero__content {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	z-index: 2;
}
.about-new-hero__body {
	max-width: 620px;
	transform: translateY(6%);
}
.about-new-hero__body--animate > .about-new-hero__title,
.about-new-hero__body--animate > .about-new-hero__line,
.about-new-hero__body--animate > .about-new-hero__lead {
	opacity: 0;
	transform: translateX(-36px);
	transition: opacity 0.85s ease, transform 0.85s ease;
}
.about-new-hero__body--animate.is-show > .about-new-hero__title {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.15s;
}
.about-new-hero__body--animate.is-show > .about-new-hero__line {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.35s;
}
.about-new-hero__body--animate.is-show > .about-new-hero__lead {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 0.55s;
}
.about-new-hero__title {
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: clamp(34px, 5vw, 52px);
	font-weight: 400;
	line-height: 1.2;
	color: var(--top-new-white);
	margin: 0 0 16px;
}
.about-new-hero__line {
	display: block;
	width: 48px;
	height: 2px;
	background-color: var(--top-new-gold);
	margin-bottom: 20px;
}
.about-new-hero__lead {
	font-size: 14px;
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.92);
	margin: 0;
}

/* Intro */
.about-new-intro__inner {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}
.about-new-intro__title {
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: clamp(24px, 3.2vw, 34px);
	font-weight: 400;
	line-height: 1.4;
	color: var(--top-new-navy);
	margin: 0 0 28px;
}
.about-new-intro__text {
	font-size: 14px;
	line-height: 1.95;
	color: var(--top-new-text-muted);
	margin: 0 0 20px;
	text-align: left;
}
.about-new-philosophy {
	margin: 36px 0;
	padding: 28px 24px;
	border-left: 3px solid var(--top-new-gold);
	background-color: rgba(255, 255, 255, 0.55);
	text-align: left;
}
.about-new-philosophy__label {
	font-size: 11px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: var(--top-new-text-muted);
	margin: 0 0 10px;
}
.about-new-philosophy__quote {
	font-family: "Playfair Display", serif;
	font-size: clamp(22px, 3vw, 30px);
	color: var(--top-new-navy);
	margin: 0;
	line-height: 1.4;
}

/* Gallery */
.about-new-gallery {
	padding-bottom: 72px;
}
.about-new-gallery__track {
	display: flex;
	gap: 16px;
	overflow-x: auto;
	padding: 0 40px 8px;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
}
.about-new-gallery__track::-webkit-scrollbar {
	height: 6px;
}
.about-new-gallery__track::-webkit-scrollbar-thumb {
	background: rgba(26, 39, 68, 0.25);
	border-radius: 999px;
}
.about-new-gallery__item {
	flex: 0 0 min(320px, 78vw);
	margin: 0;
	scroll-snap-align: start;
}
.about-new-gallery__item img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	display: block;
	filter: grayscale(100%);
}

/* Services */
.about-new-services__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}
.about-new-services__card {
	background-color: var(--top-new-white);
	padding: 36px 32px;
	border-top: 3px solid var(--top-new-gold);
	box-shadow: 0 8px 24px rgba(26, 39, 68, 0.06);
}
.about-new-services__card h3 {
	font-family: "Playfair Display", serif;
	font-size: 20px;
	font-weight: 400;
	color: var(--top-new-navy);
	margin: 0 0 16px;
	line-height: 1.4;
}
.about-new-services__card p {
	font-size: 13px;
	line-height: 1.9;
	color: var(--top-new-text-muted);
	margin: 0;
}

/* Photo band */
.about-new-photos__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0;
}
.about-new-photos__item img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	display: block;
	filter: grayscale(100%);
}

/* Strengths */
.about-new-strengths {
	background-color: var(--top-new-navy);
	color: var(--top-new-white);
}
.about-new-strengths__inner {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
.about-new-strengths__title {
	font-family: "Playfair Display", "Noto Serif JP", serif;
	font-size: clamp(24px, 3.2vw, 34px);
	font-weight: 400;
	line-height: 1.4;
	margin: 0 0 40px;
}
.about-new-strengths__list {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px 36px;
	text-align: left;
}
.about-new-strengths__item h3 {
	font-family: "Playfair Display", serif;
	font-size: 18px;
	font-weight: 400;
	color: var(--top-new-gold);
	margin: 0 0 10px;
	line-height: 1.4;
}
.about-new-strengths__item p {
	font-size: 13px;
	line-height: 1.85;
	color: rgba(255, 255, 255, 0.82);
	margin: 0;
}
.about-new-strengths__commitment {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding-top: 32px;
	text-align: left;
}
.about-new-strengths__commitment h3 {
	font-family: "Playfair Display", serif;
	font-size: 20px;
	font-weight: 400;
	color: var(--top-new-white);
	margin: 0 0 12px;
}
.about-new-strengths__commitment p {
	font-size: 14px;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.82);
	margin: 0;
}

@media screen and (max-width: 1024px) {
	.about-new-photos__grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.about-new-photos__item:nth-child(n+4) {
		display: none;
	}
}

@media screen and (max-width: 810px) {
	.about-new-hero__media {
		min-height: 460px;
		height: 62vh;
	}
	.about-new-gallery__track {
		padding: 0 20px 8px;
	}
	.about-new-services__grid,
	.about-new-strengths__list {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.about-new-intro__text,
	.about-new-philosophy,
	.about-new-strengths__list,
	.about-new-strengths__commitment {
		text-align: left;
	}
	.about-new-photos__grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.about-new-photos__item:nth-child(n+3) {
		display: list-item;
	}
	.about-new-photos__item:nth-child(n+5) {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.about-new-services__card {
		padding: 28px 22px;
	}
	.about-new-hero__title {
		font-size: 32px;
	}
}
