/**
 * About page styles — 당부콘서트 소개
 *
 * @package AriawellTheme
 */

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

@font-face {
	font-family: "Paperlogy";
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307@1.1/Paperlogy-4Regular.woff2") format("woff2");
}

@font-face {
	font-family: "Paperlogy";
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307@1.1/Paperlogy-5Medium.woff2") format("woff2");
}

@font-face {
	font-family: "Paperlogy";
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307@1.1/Paperlogy-6SemiBold.woff2") format("woff2");
}

@font-face {
	font-family: "Paperlogy";
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307@1.1/Paperlogy-7Bold.woff2") format("woff2");
}

/* ------------------------------------------------------------------ */
/* Layout & header                                                    */
/* ------------------------------------------------------------------ */

body.page-about-layout {
	background: #fff;
}

#main-content.site-main--about {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.site-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: transparent;
	border-bottom: 0;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1920px;
	margin: 0 auto;
	padding: 1.8125rem var(--aw-gutter);
	min-height: 86px;
}

.site-header__logo-link {
	display: block;
	line-height: 0;
}

.site-header__logo-link img {
	width: 108px;
	height: 28px;
	object-fit: contain;
}

.site-header__logo-img--mobile {
	display: none;
}

.site-header__menu {
	display: flex;
	align-items: center;
	gap: clamp(1.5rem, 3.2vw, 5rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-header__menu a {
	font-family: var(--aw-font-sans);
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.75rem;
	transition: opacity 0.2s ease;
}

.site-header__menu a:hover,
.site-header__menu a:focus-visible {
	opacity: 0.85;
}

.site-header__toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.site-header__toggle-icon {
	width: 22px;
	height: 16px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

/* ------------------------------------------------------------------ */
/* Hero                                                               */
/* ------------------------------------------------------------------ */

.about-hero {
	position: relative;
	min-height: 480px;
	overflow: hidden;
}

.about-hero__visual {
	position: absolute;
	inset: 0;
}

.about-hero__bg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(253, 142, 0, 0.3) 67.812%,
		rgba(253, 120, 1, 0.3) 100%
	);
}

.about-hero__inner {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	max-width: 1920px;
	min-height: 480px;
	margin: 0 auto;
	padding: 0 var(--aw-gutter) 2.625rem;
}

.about-hero__title {
	margin: 0;
	font-family: var(--aw-font-display);
	font-size: clamp(2.25rem, 4.5vw, 3.625rem);
	font-weight: 700;
	line-height: 1.15;
	color: #fff;
}

.about-hero__character {
	position: absolute;
	right: clamp(1.25rem, 12vw, 20rem);
	bottom: 0;
	width: clamp(10rem, 17vw, 20.5rem);
	height: auto;
	object-fit: contain;
	pointer-events: none;
}

/* ------------------------------------------------------------------ */
/* Intro                                                              */
/* ------------------------------------------------------------------ */

.about-intro {
	padding: clamp(4rem, 8.3vw, 10rem) 0 clamp(4rem, 8.3vw, 10rem);
}

.about-intro__inner {
	display: grid;
	grid-template-columns: minmax(0, 560px) minmax(0, 640px);
	align-items: center;
	justify-content: center;
	gap: clamp(2.5rem, 4.2vw, 5rem);
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 var(--aw-gutter);
}

.about-intro__content {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.about-intro__label {
	margin: 0;
	font-family: var(--aw-font-sans);
	font-size: 1.25rem;
	font-weight: 800;
	color: var(--aw-color-accent);
	text-transform: capitalize;
	letter-spacing: -0.01em;
}

.about-intro__text {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.about-intro__title {
	display: flex;
	flex-direction: column;
	margin: 0;
	font-family: var(--aw-font-display);
	font-size: clamp(1.75rem, 2.5vw, 2.25rem);
	font-weight: 600;
	line-height: 1.44;
	color: #000;
	letter-spacing: -0.01em;
}

.about-intro__title-line {
	display: block;
}

.about-intro__divider {
	width: 100%;
	max-width: 560px;
	height: 1px;
	margin: 0;
	border: 0;
	background: #999;
}

.about-intro__desc {
	display: flex;
	flex-direction: column;
	gap: 0;
	max-width: 560px;
	font-family: var(--aw-font-sans);
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.833;
	color: var(--aw-color-text-muted);
	letter-spacing: -0.025em;
}

.about-intro__desc p {
	margin: 0;
}

.about-intro__br--desktop {
	display: none;
}

.about-intro__media {
	border-radius: 16px;
	overflow: hidden;
}

.about-intro__media img {
	width: 100%;
	height: 100%;
	min-height: clamp(15rem, 28vw, 26.25rem);
	object-fit: cover;
}

/* ------------------------------------------------------------------ */
/* Steps                                                              */
/* ------------------------------------------------------------------ */

.about-steps {
	background: #fff8f3;
	padding: clamp(4rem, 8.3vw, 10rem) 0 clamp(5rem, 10vw, 12.5rem);
}

.about-steps__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 var(--aw-gutter);
}

.about-steps__title {
	margin: 0 0 clamp(3rem, 5vw, 5rem);
	font-family: var(--aw-font-display);
	font-size: clamp(1.75rem, 3vw, 2.625rem);
	font-weight: 600;
	line-height: 1.24;
	color: #000;
	text-align: center;
}

.about-steps__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1rem, 2vw, 2.125rem);
	margin: 0;
	padding: 0;
	list-style: none;
}

.about-step-card {
	position: relative;
	min-height: 250px;
	padding: 2.5rem;
	border-radius: 16px;
	background: #fff;
}

.about-step-card__icon {
	position: absolute;
	top: 2.5rem;
	right: 2.5rem;
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.about-step-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	max-width: 15rem;
}

.about-step-card__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--aw-color-accent);
	font-family: var(--aw-font-sans);
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.025em;
}

.about-step-card__text {
	display: flex;
	flex-direction: column;
	margin: 0;
	font-family: var(--aw-font-sans);
	font-size: clamp(1.125rem, 1.4vw, 1.375rem);
	font-weight: 600;
	line-height: 1.545;
	color: #333;
	letter-spacing: -0.025em;
}

.about-step-card__text-line {
	display: block;
}

/* ------------------------------------------------------------------ */
/* Footer                                                             */
/* ------------------------------------------------------------------ */

.site-footer {
	background: #000;
	border-radius: 60px 60px 0 0;
	margin-top: 0;
}

.site-footer__inner {
	max-width: 1920px;
	margin: 0 auto;
	padding: 3.75rem var(--aw-gutter) 2.5rem;
}

.site-footer__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	margin-bottom: 1.5rem;
}

.site-footer__logo {
	width: 71px;
	height: 19px;
	object-fit: contain;
}

.site-footer__social {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.site-footer__social-link {
	display: block;
	line-height: 0;
	transition: opacity 0.2s ease;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus-visible {
	opacity: 0.8;
}

.site-footer__social-link img {
	width: 38px;
	height: 38px;
}

.site-footer__info {
	display: flex;
	flex-direction: column;
	gap: 0.3125rem;
	margin-bottom: 1.5rem;
}

.site-footer__info-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	font-family: var(--aw-font-sans);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.375;
	color: #9e9e9e;
	letter-spacing: -0.01em;
}

.site-footer__divider {
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #5e5e5e;
}

.site-footer__info-stack {
	display: none;
}

.site-footer__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}

.site-footer__copyright {
	margin: 0;
	font-family: var(--aw-font-sans);
	font-size: 0.9375rem;
	color: #777;
	letter-spacing: -0.01em;
}

.site-footer__legal {
	display: flex;
	align-items: center;
	gap: 1.125rem;
}

.site-footer__legal a {
	font-family: var(--aw-font-sans);
	font-size: 0.9375rem;
	font-weight: 500;
	color: #999;
	letter-spacing: -0.02em;
	transition: color 0.2s ease;
}

.site-footer__legal a:last-child {
	color: #777;
}

.site-footer__legal a:hover,
.site-footer__legal a:focus-visible {
	color: #fff;
}

/* ------------------------------------------------------------------ */
/* Responsive                                                         */
/* ------------------------------------------------------------------ */

@media (max-width: 1280px) {
	.about-hero__character {
		right: clamp(1.25rem, 6vw, 8rem);
		width: clamp(9rem, 20vw, 16rem);
	}

	.about-intro__inner {
		max-width: min(100%, 56rem);
	}

	.about-steps__inner {
		max-width: min(100%, 56rem);
	}
}

@media (max-width: 1024px) {
	.about-intro {
		padding: clamp(3.5rem, 7vw, 5rem) 0;
	}

	.about-intro__inner {
		grid-template-columns: 1fr;
		gap: 2.5rem;
		max-width: 560px;
	}

	.about-intro__media {
		order: -1;
	}

	.about-intro__media img {
		min-height: clamp(14rem, 42vw, 20rem);
		aspect-ratio: 640 / 420;
	}

	.about-intro__br--desktop {
		display: inline;
	}

	.about-steps {
		padding: clamp(3.5rem, 7vw, 5rem) 0 clamp(4rem, 8vw, 6rem);
	}

	.about-steps__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: none;
		margin: 0;
	}

	.about-step-card:last-child {
		grid-column: 1 / -1;
		max-width: calc(50% - 0.5625rem);
		justify-self: center;
	}
}

@media (max-width: 768px) {
	:root {
		--aw-gutter: 1.25rem;
	}

	.site-header {
		position: absolute;
	}

	.site-header__inner {
		min-height: 60px;
		padding: 1.3125rem 1.25rem;
	}

	.site-header__logo-img--desktop {
		display: none;
	}

	.site-header__logo-img--mobile {
		display: block;
		width: 72px;
		height: 19px;
		filter: brightness(0) invert(1);
	}

	.site-header__toggle {
		display: flex;
	}

	.site-header__nav {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		display: none;
		padding: 1rem var(--aw-gutter) 1.5rem;
		background: #fff;
		border-bottom: 1px solid var(--aw-color-border);
	}

	.site-header.is-open .site-header__nav {
		display: block;
	}

	.site-header__menu {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
	}

	.site-header__menu a {
		font-size: 1rem;
		color: #111;
	}

	.site-header__toggle-icon {
		filter: none;
	}

	.about-hero {
		min-height: 580px;
	}

	.about-hero__overlay {
		background:
			linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 45%),
			linear-gradient(90deg, rgba(253, 142, 0, 0.35) 67.812%, rgba(253, 120, 1, 0.35) 100%);
	}

	.about-hero__inner {
		align-items: flex-end;
		justify-content: flex-start;
		min-height: 580px;
		padding: 5rem var(--aw-gutter) 2.5rem;
	}

	.about-hero__title {
		position: relative;
		z-index: 1;
		max-width: 12.5rem;
		font-size: 2.25rem;
		line-height: 1.2;
	}

	.about-hero__character {
		right: 0.875rem;
		bottom: 0;
		transform: none;
		width: min(72%, 16.375rem);
	}

	.about-intro {
		padding: 3.75rem 0;
	}

	.about-intro__inner {
		gap: 2rem;
		max-width: none;
	}

	.about-intro__label {
		font-size: 1rem;
	}

	.about-intro__text {
		gap: 1.5rem;
	}

	.about-intro__title {
		font-size: 1.75rem;
		line-height: 1.43;
	}

	.about-intro__br--desktop {
		display: none;
	}

	.about-intro__desc {
		font-size: 1rem;
		line-height: 1.75;
		letter-spacing: -0.02em;
	}

	.about-intro__media img {
		min-height: 0;
		aspect-ratio: 335 / 220;
		border-radius: 12px;
	}

	.about-steps {
		padding: 3.75rem 0 4.5rem;
	}

	.about-steps__title {
		margin-bottom: 2.5rem;
		font-size: 2.125rem;
		line-height: 1.29;
		white-space: normal;
	}

	.about-steps__list {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.about-step-card {
		min-height: 0;
		padding: 1.875rem 1.25rem;
	}

	.about-step-card:last-child {
		grid-column: auto;
		max-width: none;
	}

	.about-step-card__icon {
		top: 1.875rem;
		right: 1.25rem;
		width: 48px;
		height: 48px;
	}

	.about-step-card__body {
		max-width: calc(100% - 3.5rem);
	}

	.about-step-card__text {
		font-size: 1.125rem;
		line-height: 1.56;
	}

	.site-footer {
		margin-top: 0;
		border-radius: 40px 40px 0 0;
	}

	.site-footer__inner {
		display: flex;
		flex-direction: column;
		padding: 3.75rem var(--aw-gutter) 2rem;
	}

	.site-footer__top {
		display: contents;
	}

	.site-footer__logo {
		order: 1;
		margin-bottom: 1.75rem;
	}

	.site-footer__info {
		order: 2;
		margin-bottom: 1.75rem;
	}

	.site-footer__social {
		order: 3;
		margin-bottom: 1.75rem;
	}

	.site-footer__bottom {
		order: 4;
		flex-direction: column;
		align-items: flex-start;
		gap: 1.75rem;
	}

	.site-footer__social-link img {
		width: 42px;
		height: 42px;
	}

	.site-footer__info-row--desktop {
		display: none;
	}

	.site-footer__info-stack {
		display: flex;
		flex-direction: column;
		gap: 0.375rem;
		margin: 0;
		font-family: var(--aw-font-sans);
		font-size: 0.9375rem;
		font-weight: 400;
		line-height: 1.375;
		color: #9e9e9e;
		letter-spacing: -0.01em;
	}

	.site-footer__info-stack p {
		margin: 0;
	}

	.site-footer__copyright {
		font-size: 0.875rem;
	}

	.site-footer__legal a {
		font-size: 0.9375rem;
	}
}

@media (max-width: 480px) {
	.about-hero__title {
		max-width: 10.5rem;
		font-size: 2rem;
	}

	.about-hero__character {
		width: min(68%, 14rem);
	}

	.about-steps__title {
		font-size: 1.875rem;
	}

	.about-step-card__body {
		max-width: calc(100% - 2.75rem);
	}

	.about-step-card__text {
		font-size: 1.0625rem;
	}
}
