/**
 * About page — literal presentation layer from the approved handoff.
 */

body.kourites-about #page { width: 100%; max-width: none; padding: 0; }
body.kourites-about #page > .site-content { display: block; padding: 0; }
body.kourites-about #primary { width: 100%; max-width: none; margin: 0; }

.kourites-about-page { overflow: clip; background: var(--bg); }
.about-wrap { width: 100%; padding-inline: var(--kourites-gutter); }
.about-section { padding-block: var(--kourites-section-space); }
.about-section--white { background: var(--panel); }
.about-section--paper { background: var(--bg); }
.about-arrow { width: 14px; height: 14px; flex: 0 0 auto; transition: transform 0.18s; }
.about-section .btn:hover .about-arrow { transform: translateX(3px); }

.about-hero {
	position: relative;
	display: flex;
	min-height: min(72vh, 640px);
	margin: 1rem;
	overflow: hidden;
	align-items: center;
	border-radius: 60px;
	background: #14131a;
	box-shadow: 0 36px 110px -28px rgba(185, 161, 107, 0.28), 0 8px 30px -12px rgba(185, 161, 107, 0.14);
}
.about-hero::before { position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, rgba(10, 9, 13, 0.92), rgba(10, 9, 13, 0.74) 44%, rgba(10, 9, 13, 0.3) 78%, rgba(10, 9, 13, 0.1)); content: ""; }
.about-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.about-hero__video { z-index: 0; }
.about-hero__image { z-index: 1; opacity: 0.35; mix-blend-mode: soft-light; }
.about-hero__inner { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 1fr) minmax(230px, 320px); gap: clamp(28px, 5vw, 64px); align-items: center; padding-inline: calc(var(--kourites-gutter) - 1rem); }
.about-hero__copy { max-width: 680px; }
.about-hero .eyebrow { color: rgba(255, 255, 255, 0.82); }
.about-hero h1 { max-width: 15ch; margin: 0; color: #fff; font-size: clamp(40px, 5.4vw, 76px); line-height: 1.03; letter-spacing: -0.015em; }
.about-hero h1 span { color: var(--gold); }
.about-hero__copy > p { max-width: 54ch; margin: 22px 0 0; color: rgba(255, 255, 255, 0.85); font-size: 18px; line-height: 1.7; }
.about-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.about-tags span { padding: 8px 15px; border: 1px solid rgba(255, 255, 255, 0.45); border-radius: 999px; color: #fff; font-size: 11.5px; font-weight: 600; }
.about-hero__stats { display: grid; gap: 14px; align-content: center; }
.about-hero__stats > div { position: relative; overflow: hidden; padding: 20px 24px; border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 18px; background: rgba(255, 255, 255, 0.07); color: #fff; backdrop-filter: blur(9px); }
.about-hero__stats strong { position: relative; z-index: 1; display: block; color: #fff; font-family: var(--font-display); font-size: 34px; line-height: 1; }
.about-hero__stats strong em { color: var(--gold); font-style: normal; }
.about-hero__stats span { position: relative; z-index: 1; display: block; margin-top: 7px; color: rgba(255, 255, 255, 0.72); font-size: 12.5px; }
.about-hero__map img { position: absolute; right: -8px; bottom: -6px; width: 58%; max-width: 150px; opacity: 0.3; }

.about-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.about-split__media { overflow: hidden; aspect-ratio: 4 / 3; border-radius: 18px; background: #efefec; }
.about-split__media img { width: 100%; height: 100%; object-fit: cover; }
.about-split h2 { margin: 0 0 18px; }
.about-split p { max-width: 56ch; margin: 0 0 14px; color: var(--text-body); font-size: 16px; line-height: 1.75; }

.about-reach { position: relative; display: flex; min-height: clamp(420px, 56vh, 560px); overflow: hidden; align-items: center; background: #0e0d12; }
.about-reach::before { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(14, 13, 18, 0.92), rgba(14, 13, 18, 0.45) 34%, rgba(14, 13, 18, 0.08) 60%, transparent 84%); content: ""; }
.about-reach__background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(1.45) saturate(1.1); }
.about-reach .about-wrap { position: relative; z-index: 2; }
.about-reach__copy { max-width: 520px; }
.about-reach .eyebrow { color: rgba(255, 255, 255, 0.7); }
.about-reach h2 { margin: 0; color: #fff; }
.about-reach__copy > p:not(.about-provisional) { max-width: 46ch; margin: 14px 0 0; color: rgba(255, 255, 255, 0.72); line-height: 1.7; }
.about-reach .btn { margin-top: 24px; border-color: rgba(255, 255, 255, 0.5); color: #fff; }
.about-reach .btn:hover { border-color: #fff; background: rgba(255, 255, 255, 0.1); }
.about-section__head { margin-bottom: clamp(34px, 4vw, 52px); }
.about-section__head h2 { margin: 0; }
.about-section__head > p { max-width: 60ch; margin: 18px 0 0; padding-left: 20px; border-left: 1px solid var(--gold); color: var(--text-soft); font-size: 16.5px; line-height: 1.7; }

.about-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.about-card { position: relative; isolation: isolate; display: block; overflow: hidden; padding: 30px 28px 28px; border: 1px solid transparent; border-radius: 20px; background: transparent; transition: transform 0.34s cubic-bezier(0.2, 0.7, 0.2, 1); }
.about-card::before { position: absolute; z-index: -1; top: -46px; right: 0; left: 0; height: 150px; background: radial-gradient(60% 100% at 50% 0%, rgba(185, 161, 107, 0.2), transparent 72%); content: ""; filter: blur(10px); opacity: 0; transition: opacity 0.4s; }
.about-card::after { position: absolute; z-index: -1; right: 20px; bottom: 2px; color: rgba(26, 27, 32, 0.05); content: attr(data-index); font-family: var(--font-display); font-size: 96px; font-weight: 700; line-height: 1; }
.about-card:hover { transform: translateY(-6px); }
.about-card:hover::before { opacity: 1; }
.about-card__icon { display: inline-flex; width: 52px; height: 52px; margin-bottom: 22px; align-items: center; justify-content: center; border: 1px solid rgba(185, 161, 107, 0.34); border-radius: 15px; background: linear-gradient(155deg, rgba(185, 161, 107, 0.2), rgba(185, 161, 107, 0.05)); color: var(--text-gold); transition: transform 0.34s cubic-bezier(0.2, 0.7, 0.2, 1), background 0.3s, color 0.3s, border-color 0.3s; }
.about-card__icon svg { width: 23px; height: 23px; }
.about-card:hover .about-card__icon { border-color: var(--gold); background: var(--gold); color: var(--on-gold); transform: rotate(-5deg) scale(1.05); }
.about-card h4 { margin: 0 0 9px; }
.about-card p { margin: 0; color: var(--text-soft); font-size: 14.5px; line-height: 1.6; }
.about-card--cta { display: flex; flex-direction: column; justify-content: center; border-color: #1a1b20; background: #1a1b20; }
.about-card--cta::before { z-index: 0; top: -40px; right: -40px; left: auto; width: 180px; height: 180px; border-radius: 50%; background: radial-gradient(circle, rgba(185, 161, 107, 0.28), transparent 70%); filter: none; opacity: 1; }
.about-card--cta::after { display: none; }
.about-card--cta > * { position: relative; z-index: 1; }
.about-card--cta h4 { color: #fff; }
.about-card--cta p { margin-bottom: 18px; color: rgba(255, 255, 255, 0.72); }
.about-card--cta .btn { align-self: flex-start; border-color: var(--gold); background: var(--gold); color: var(--on-gold); }

.about-vision { display: grid; grid-template-columns: 30% 1fr 30%; gap: 28px; align-items: stretch; }
.about-vision__card { position: relative; overflow: hidden; padding: 38px 36px; border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.about-vision__card::after { position: absolute; top: 14px; right: 24px; color: rgba(185, 161, 107, 0.1); content: attr(data-index); font-family: var(--font-display); font-size: 80px; font-weight: 700; line-height: 1; }
.about-vision__label { position: relative; z-index: 1; display: inline-flex; gap: 9px; align-items: center; margin-bottom: 18px; color: var(--text-gold); font-size: 11px; font-weight: 600; letter-spacing: 0.16em; }
.about-vision__label span { width: 8px; height: 8px; background: var(--gold); }
.about-vision__card p { position: relative; z-index: 1; margin: 0; font-size: 15.5px; line-height: 1.75; }
.about-vision__carousel { position: relative; min-height: 300px; overflow: hidden; border-radius: 18px; mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.about-vision__track { position: absolute; inset: 0; display: flex; width: max-content; animation: about-vision-scroll 30s linear infinite; }
.about-vision__track img { width: auto; height: 100%; margin-right: 14px; flex: 0 0 auto; border-radius: 14px; object-fit: cover; }
@keyframes about-vision-scroll { to { transform: translateX(-50%); } }

.about-history { display: grid; grid-template-columns: minmax(250px, 340px) 1fr; gap: clamp(40px, 5vw, 84px); align-items: start; }
.about-history__head h2 { margin: 6px 0 0; }
.about-history__head > p { margin: 16px 0 0; padding-left: 18px; border-left: 1px solid var(--gold); color: var(--text-soft); font-size: 15.5px; line-height: 1.7; }
.about-history__copy { columns: 2; column-gap: clamp(32px, 3.2vw, 52px); }
.about-history__copy p { margin: 0 0 28px; break-inside: avoid; color: var(--text-body); font-size: 16px; line-height: 1.75; }
.about-gallery { margin-top: clamp(48px, 6vw, 80px); overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.about-gallery__track { display: flex; width: max-content; gap: 16px; animation: about-gallery-scroll 60s linear infinite; }
.about-gallery:hover .about-gallery__track { animation-play-state: paused; }
.about-gallery figure { width: clamp(280px, 32vw, 380px); aspect-ratio: 4 / 3; flex: 0 0 auto; overflow: hidden; border-radius: 16px; background: #efefec; }
.about-gallery img { width: 100%; height: 100%; object-fit: cover; }
@keyframes about-gallery-scroll { to { transform: translateX(-50%); } }

.about-merge { background: #121117; }
.about-merge__grid { display: grid; grid-template-columns: 30% 1fr 30%; gap: clamp(32px, 5vw, 60px); align-items: center; }
.about-merge h2 { margin: 0 0 14px; color: #fff; }
.about-merge__cta > p { max-width: 50ch; margin: 0 0 30px; color: rgba(255, 255, 255, 0.7); }
.about-merge__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.about-merge .btn { border-color: rgba(255, 255, 255, 0.5); color: #fff; }
.about-merge .btn.solid { border-color: var(--gold); background: var(--gold); color: var(--on-gold); }
.about-merge__badge { display: flex; justify-content: center; }
.about-merge__badge img { width: clamp(120px, 16vw, 210px); animation: about-logo-spin 22s linear infinite; }
.about-merge__quote { max-width: none; margin: 0; color: #fff; font-family: var(--font-display); font-size: clamp(26px, 3.4vw, 40px); font-weight: 600; line-height: 1.25; }
.about-merge__quote span { color: var(--gold); }
@keyframes about-logo-spin { to { transform: rotate(360deg); } }

@media (prefers-reduced-motion: no-preference) {
	.about-reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1); }
	.about-reveal.about-reveal--visible { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
	.about-hero__video { display: none; }
	.about-hero__image { opacity: 1; mix-blend-mode: normal; }
	.about-vision__track, .about-gallery__track, .about-merge__badge img { animation: none; }
	.about-gallery { overflow-x: auto; }
}
@media (max-width: 1040px) { .about-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 980px) { .about-history { grid-template-columns: 1fr; gap: 28px; } }
@media (max-width: 900px) {
	.about-hero { min-height: auto; margin: 0; border-radius: 0; }
	.about-hero__inner { grid-template-columns: 1fr; align-items: start; padding-block: clamp(48px, 13vw, 84px); padding-inline: var(--kourites-gutter); }
	.about-split, .about-vision, .about-merge__grid { grid-template-columns: 1fr; }
	.about-vision__carousel { display: none; }
	.about-split__media { max-height: 420px; aspect-ratio: 16 / 10; }
}
@media (max-width: 620px) { .about-history__copy { columns: 1; } }
@media (max-width: 560px) {
	.about-cards { grid-template-columns: 1fr; }
	.about-hero h1 { font-size: 40px; }
}
