/**
 * 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/2408-3@1.0/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/2408-3@1.0/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/2408-3@1.0/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/2408-3@1.0/Paperlogy-7Bold.woff2") format("woff2");
}

/* ------------------------------------------------------------------ */
/* Layout                                                             */
/* ------------------------------------------------------------------ */

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

#main-content.site-main--about {
	--about-hero-inv-r: 3rem;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------------------ */
/* Hero / intro — inverted rounding (footer pattern, reversed)         */
/* ------------------------------------------------------------------ */

.site-main--about .about-hero {
	overflow: visible;
}

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

.about-intro {
	position: relative;
	z-index: 2;
	margin-top: calc(-1 * var(--about-hero-inv-r));
	padding: calc(clamp(4rem, 8.3vw, 10rem) + var(--about-hero-inv-r))
		var(--aw-layout-gutter-x) clamp(4rem, 8.3vw, 10rem);
	background: #fff;
	border-radius: var(--about-hero-inv-r) var(--about-hero-inv-r) 0 0;
}

.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: var(--aw-content-max);
	margin: 0 auto;
	padding: 0;
}

.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;
}

/* ------------------------------------------------------------------ */
/* Dangbu + Why (Figma 343:82)                                        */
/* ------------------------------------------------------------------ */

.about-story {
	display: flex;
	flex-direction: column;
	gap: clamp(8rem, 13.5vw, 16.25rem);
	padding: clamp(4rem, 8.3vw, 10rem) var(--aw-layout-gutter-x);
	background: #fff;
}

.about-dangbu__inner,
.about-why__inner {
	max-width: var(--aw-content-max);
	margin: 0 auto;
	padding: 0;
}

/* Dangbu intro */

.about-dangbu__header {
	display: grid;
	grid-template-columns: minmax(0, 560px) minmax(0, 357px);
	align-items: start;
	justify-content: space-between;
	gap: clamp(2rem, 11.3vw, 13.5625rem);
}

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

.about-dangbu__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-dangbu__text {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.about-dangbu__title {
	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-dangbu__title-accent {
	color: var(--aw-color-accent);
}

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

.about-dangbu__desc {
	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-dangbu__desc p {
	margin: 0;
}

.about-dangbu__desc strong {
	font-weight: 700;
}

.about-dangbu__media {
	justify-self: end;
}

.about-dangbu__media img {
	display: block;
	width: 100%;
	max-width: 22.3125rem;
	height: auto;
	aspect-ratio: 357 / 430;
	object-fit: contain;
}

.about-dangbu__etymology {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin-top: clamp(3rem, 7.5vw, 10.375rem);
	padding-left: clamp(0rem, 5.6vw, 5.625rem);
}

.about-dangbu__circles {
	display: flex;
	align-items: center;
}

.about-dangbu__result {
	display: flex;
	align-items: center;
}

.about-dangbu__circle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: clamp(11rem, 17vw, 20.4375rem);
	height: clamp(11rem, 17vw, 20.4375rem);
	border-radius: 50%;
	opacity: 0.9;
}

.about-dangbu__circle--carrot {
	z-index: 1;
	margin-right: -1.875rem;
	background: #ef7805;
}

.about-dangbu__circle--owl {
	z-index: 2;
	background: #a05914;
}

.about-dangbu__circle--brand {
	z-index: 1;
	border: 6px solid #f07906;
	background: #fff;
}

.about-dangbu__circle-text {
	display: flex;
	flex-direction: column;
	margin: 0;
	font-family: var(--aw-font-sans);
	font-size: clamp(1.25rem, 2.2vw, 2.25rem);
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	letter-spacing: -0.025em;
}

.about-dangbu__circle-text span {
	display: block;
}

.about-dangbu__connector {
	flex-shrink: 0;
	width: clamp(4.2rem, 7.9vw, 9.5rem);
	height: auto;
	margin-right: -0.25rem;
}

.about-dangbu__wordmark {
	display: block;
	width: 49%;
	height: auto;
}

/* Why section */

.about-why__intro {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	max-width: 560px;
}

.about-why__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-why__text {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.about-why__title {
	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-why__title-accent {
	color: var(--aw-color-accent);
}

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

.about-why__summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	font-family: var(--aw-font-sans);
	font-size: 1.125rem;
	line-height: 1.833;
	color: var(--aw-color-text-muted);
	letter-spacing: -0.025em;
}

.about-why__summary-problem {
	font-weight: 500;
}

.about-why__summary-line {
	display: block;
	width: 6.25rem;
	height: 1px;
	background: var(--aw-color-text-muted);
}

.about-why__summary-solution {
	font-weight: 700;
}

.about-why__compare {
	display: flex;
	flex-direction: column;
	gap: clamp(2rem, 3vw, 3rem);
	margin-top: clamp(3rem, 6.25vw, 6.25rem);
	padding-left: clamp(0rem, 2.3vw, 2.75rem);
}

.about-why__row {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 74.125rem;
}

.about-why__pill {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 50%;
	min-height: 7.5rem;
	padding: 1rem 2.5rem;
	border-radius: 999px;
	opacity: 0.9;
}

.about-why__pill--problem {
	z-index: 1;
	margin-right: -5.875rem;
	background: #a05914;
}

.about-why__pill--solution {
	z-index: 2;
	background: #f1861e;
}

.about-why__pill p {
	margin: 0;
	font-family: var(--aw-font-sans);
	color: #fff;
	text-align: center;
	word-break: keep-all;
}

.about-why__pill--problem p {
	font-size: clamp(1.125rem, 2vw, 2rem);
	font-weight: 600;
	line-height: 1.5;
	opacity: 0.7;
	letter-spacing: -0.025em;
}

.about-why__pill--solution p {
	font-size: clamp(1.25rem, 2.2vw, 2.25rem);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: -0.025em;
}

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

.about-steps {
	background: #fff8f3;
	padding: clamp(4rem, 8.3vw, 10rem) var(--aw-layout-gutter-x) clamp(5rem, 10vw, 12.5rem);
}

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

.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;
	word-break: keep-all;
}

.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 {
	display: flex;
	align-items: flex-end;
	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;
}

.about-steps__download {
	display: flex;
	justify-content: center;
	margin-top: clamp(2.5rem, 4vw, 4rem);
}

.about-steps__download-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	padding: 1.0625rem 1.875rem;
	border: 1.2px solid var(--aw-color-accent);
	border-radius: 100px;
	background: #fff;
	font-family: var(--aw-font-sans);
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--aw-color-accent);
	letter-spacing: -0.02em;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.about-steps__download-btn:hover,
.about-steps__download-btn:focus-visible {
	background: var(--aw-color-accent);
	color: #fff;
}

.about-steps__download-btn img {
	width: 26px;
	height: 26px;
	flex-shrink: 0;
}

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

@media (max-width: 1024px) {
	.about-intro {
		padding: calc(clamp(3.5rem, 7vw, 5rem) + var(--about-hero-inv-r))
			var(--aw-layout-gutter-x) clamp(3.5rem, 7vw, 5rem);
	}

	.about-intro__inner {
		grid-template-columns: 1fr;
		gap: 2.5rem;
		max-width: min(100%, 35rem);
	}

	.about-intro__media {
		order: -1;
		border-radius: 12px;
	}

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

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

	.about-dangbu__header {
		display: flex;
		flex-direction: column-reverse;
		gap: 2.5rem;
	}

	.about-dangbu__etymology {
		flex-wrap: wrap;
		justify-content: center;
		padding-left: 0;
		margin-top: clamp(2.5rem, 5vw, 5rem);
		gap: 0;
	}

	.about-dangbu__circles,
	.about-dangbu__result {
		justify-content: center;
	}

	.about-dangbu__circle {
		width: clamp(10rem, 24vw, 14rem);
		height: clamp(10rem, 24vw, 14rem);
	}

	.about-dangbu__circle-text {
		font-size: clamp(1rem, 2.4vw, 1.375rem);
	}

	.about-why__compare {
		padding-left: 0;
	}

	.about-steps {
		padding: clamp(3.5rem, 7vw, 5rem) var(--aw-layout-gutter-x) clamp(4rem, 8vw, 6rem);
	}

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

	.about-step-card {
		min-height: 13.75rem;
		padding: 2rem;
	}

	.about-step-card__icon {
		top: 2rem;
		right: 2rem;
	}

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

@media (max-width: 768px) {
	.site-main--about {
		--about-hero-inv-r: 2.5rem;
	}

	.about-intro {
		padding: calc(3.75rem + var(--about-hero-inv-r)) var(--aw-layout-gutter-x) 3.75rem;
	}

	.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__divider,
	.about-intro__desc {
		max-width: none;
	}

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

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

	.about-intro__media {
		border-radius: 12px;
	}

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

	.about-story {
		gap: 3.75rem;
		padding: 3.75rem var(--aw-layout-gutter-x);
	}

	.about-dangbu__label,
	.about-why__label {
		font-size: 1rem;
	}

	.about-dangbu__text,
	.about-why__text {
		gap: 1.5rem;
	}

	.about-dangbu__title,
	.about-why__title {
		font-size: 1.75rem;
		line-height: 1.43;
	}

	.about-dangbu__desc,
	.about-why__summary {
		font-size: 1rem;
		line-height: 1.75;
	}

	.about-dangbu__header {
		gap: 2rem;
	}

	.about-dangbu__media {
		order: -1;
		justify-self: center;
		width: 100%;
	}

	.about-dangbu__media img {
		width: min(72%, 16.375rem);
		max-width: none;
		margin: 0 auto;
	}

	.about-dangbu__etymology {
		flex-direction: column;
		align-items: center;
		margin-top: 2.5rem;
		padding-left: 0;
		gap: 0.75rem;
	}

	.about-dangbu__circles,
	.about-dangbu__result {
		justify-content: center;
		width: 100%;
	}

	.about-dangbu__result {
		flex-direction: column;
		align-items: center;
		gap: 0.75rem;
	}

	.about-dangbu__circle {
		width: clamp(8.75rem, 38vw, 10.5rem);
		height: clamp(8.75rem, 38vw, 10.5rem);
	}

	.about-dangbu__circle--carrot {
		margin-right: -1.25rem;
	}

	.about-dangbu__circle-text {
		font-size: clamp(0.8125rem, 3.2vw, 1rem);
		line-height: 1.35;
	}

	.about-dangbu__circle--brand {
		border-width: 4px;
	}

	.about-dangbu__connector {
		margin: 0;
		transform: rotate(90deg) translateX(-26%);
	}

	.about-dangbu__wordmark {
		width: 52%;
	}

	.about-why__intro {
		max-width: none;
	}

	.about-why__summary {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.375rem;
	}

	.about-why__summary-line {
		display: none;
	}

	.about-why__compare {
		margin-top: 2.5rem;
		gap: 1.25rem;
	}

	.about-why__row {
		justify-content: center;
		align-items: stretch;
		gap: 0;
	}

	.about-why__pill {
		flex: none;
		width: 50%;
		max-width: 250px;
		min-height: 72px;
		padding: 0.875rem 1.25rem;
		border-radius: 999px;
	}

	.about-why__pill--problem {
		margin-right: -0.5rem;
	}

	.about-why__pill--solution {
		margin-left: -0.5rem;
	}

	.about-why__pill--problem p {
		font-size: 1rem;
		line-height: 1.5;
	}

	.about-why__pill--solution p {
		font-size: 1.0625rem;
		line-height: 1.5;
	}

	.about-steps {
		padding: 3.75rem var(--aw-layout-gutter-x) 4.5rem;
	}

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

	.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;
	}

	.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;
	}
}

@media (max-width: 480px) {
	.about-intro__title {
		font-size: 1.625rem;
	}

	.about-story {
		gap: 3rem;
		padding: 3rem var(--aw-layout-gutter-x);
	}

	.about-dangbu__title,
	.about-why__title {
		font-size: 1.625rem;
	}

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

	.about-dangbu__circle {
		width: clamp(8rem, 36vw, 9.5rem);
		height: clamp(8rem, 36vw, 9.5rem);
	}

	.about-dangbu__circle--carrot {
		margin-right: -1rem;
	}

	.about-dangbu__circle-text {
		font-size: 1.1rem;
	}

	.about-why__compare {
		gap: 1rem;
	}

	.about-why__pill {
		min-height: 3.25rem;
		padding: 0.75rem 1rem;
	}

	.about-why__pill--problem p {
		font-size: 0.9375rem;
	}

	.about-why__pill--solution p {
		font-size: 1rem;
	}

	.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;
	}

	.about-steps__download-btn {
		width: 100%;
		justify-content: center;
		font-size: 1rem;
	}
}
