/* ============================================================
   About Us — Pro Furniture Installs
   ============================================================ */

/* suppress default page chrome */
.page-template-page-about .site-main { margin: 0 !important; padding: 0 !important; max-width: none !important; }
.page-template-page-about .site-main > article > .entry-header,
.page-template-page-about .site-main > article > .entry-content,
.page-template-page-about .site-main > article > .entry-footer { display: none; }

/* ── Shared tokens (mirror home.css vars) ── */
:root {
	--au-orange:      #f4ad29;
	--au-orange-deep: #d4760a;
	--au-ink:         #0f0f0f;
	--au-charcoal:    #1a1a1a;
	--au-soft:        #f7f5f2;
	--au-border:      #e8e4dd;
	--au-muted:       #6b6a66;
}

/* ── Shared tag pill ── */
.au-tag {
	display: inline-block;
	font-size: 0.72rem;
	font-weight: 800;
	color: var(--au-orange-deep);
	letter-spacing: 0.22em;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.au-tag--light { color: var(--au-orange); }

/* ── Eyebrow pill (hero) ── */
.au-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 7px 18px;
	background: rgba(244, 173, 41, 0.14);
	border: 1px solid rgba(244, 173, 41, 0.38);
	color: var(--au-orange);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	border-radius: 30px;
	margin-bottom: 28px;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	opacity: 0;
	animation: auFadeUp 0.7s ease 0.2s forwards;
}
.au-eyebrow::before {
	content: '';
	width: 6px; height: 6px;
	border-radius: 50%;
	background: var(--au-orange);
	box-shadow: 0 0 12px var(--au-orange);
}

/* ── Scroll-reveal ── */
.au-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity 0.75s ease, transform 0.75s ease;
}
.au-reveal.is-visible { opacity: 1; transform: none; }

@keyframes auFadeUp {
	from { opacity: 0; transform: translateY(18px); }
	to   { opacity: 1; transform: none; }
}


/* ══════════════════════════════════════════════════════════
   HERO
══════════════════════════════════════════════════════════ */
.au-hero {
	position: relative;
	min-height: 92vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	background: #000;
}

.au-hero__bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	animation: auKenBurns 18s ease-out infinite alternate;
}

@keyframes auKenBurns {
	from { transform: scale(1.0); }
	to   { transform: scale(1.08); }
}

.au-hero__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.42) 55%, rgba(0,0,0,0.18) 100%),
		linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.75) 100%);
}

.au-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 130px 6% 52px;
}

.au-hero__heading {
	font-size: clamp(2.8rem, 5.5vw, 5.4rem);
	font-weight: 900;
	color: #fff;
	line-height: 1.0;
	letter-spacing: -0.035em;
	margin: 0 0 22px;
	max-width: 820px;
	opacity: 0;
	animation: auFadeUp 0.9s ease 0.35s forwards;
}
.au-hero__heading em {
	font-style: normal;
	color: var(--au-orange);
}

.au-hero__sub {
	font-size: clamp(1rem, 1.3vw, 1.15rem);
	color: rgba(255,255,255,0.75);
	line-height: 1.65;
	max-width: 560px;
	margin: 0 0 34px;
	opacity: 0;
	animation: auFadeUp 0.9s ease 0.5s forwards;
}

.au-hero__actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	opacity: 0;
	animation: auFadeUp 0.9s ease 0.65s forwards;
}

/* ── Hero stats bar ── */
.au-hero__stats {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 36px 6%;
	border-top: 1px solid rgba(255,255,255,0.14);
	background: rgba(0,0,0,0.45);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	opacity: 0;
	animation: auFadeUp 0.9s ease 0.85s forwards;
}

.au-hero__stat-num {
	display: block;
	font-size: clamp(1.6rem, 2.6vw, 2.3rem);
	font-weight: 900;
	color: #fff;
	line-height: 1;
	letter-spacing: -0.025em;
	margin-bottom: 7px;
}
.au-hero__stat-num em {
	font-style: normal;
	color: var(--au-orange);
}
.au-hero__stat-label {
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	color: rgba(255,255,255,0.58);
	letter-spacing: 0.14em;
	text-transform: uppercase;
}


/* ══════════════════════════════════════════════════════════
   STORY SPLIT
══════════════════════════════════════════════════════════ */
.au-story {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	min-height: 640px;
	background: #fff;
}

.au-story__media {
	position: relative;
	height: 100%;
	min-height: 560px;
	overflow: hidden;
}
.au-story__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.8s ease;
}
.au-story:hover .au-story__media img { transform: scale(1.04); }

.au-story__media-badge {
	position: absolute;
	bottom: 32px;
	right: 32px;
	background: var(--au-orange);
	color: var(--au-ink);
	padding: 18px 24px;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 12px 32px rgba(0,0,0,0.28);
}
.au-story__media-badge-num {
	display: block;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1;
	margin-bottom: 4px;
}
.au-story__media-badge-label {
	display: block;
	font-size: 0.64rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.8;
}

.au-story__body {
	padding: 80px 7% 80px 6%;
}

.au-story__heading {
	font-size: clamp(1.9rem, 3.2vw, 2.9rem);
	font-weight: 900;
	color: var(--au-ink);
	line-height: 1.08;
	letter-spacing: -0.028em;
	margin: 0 0 26px;
}
.au-story__heading em {
	font-style: normal;
	color: var(--au-orange-deep);
}

.au-story__p {
	font-size: 1.04rem;
	color: #4b4a47;
	line-height: 1.8;
	margin: 0 0 20px;
}

.au-story__pillars {
	margin-top: 36px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.au-story__pillar {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 16px;
	align-items: start;
}

.au-story__pillar-icon {
	color: var(--au-orange);
	font-size: 0.55rem;
	margin-top: 5px;
}

.au-story__pillar strong {
	display: block;
	font-size: 1rem;
	font-weight: 800;
	color: var(--au-ink);
	letter-spacing: -0.01em;
	margin-bottom: 4px;
}
.au-story__pillar p {
	font-size: 0.93rem;
	color: var(--au-muted);
	line-height: 1.65;
	margin: 0;
}


/* ══════════════════════════════════════════════════════════
   VIDEO REELS
══════════════════════════════════════════════════════════ */
.au-reels {
	background: var(--au-ink);
	padding: 110px 5% 130px;
}

.au-reels__head {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 64px;
}

.au-reels__heading {
	font-size: clamp(2rem, 4vw, 3.4rem);
	font-weight: 900;
	color: #fff;
	line-height: 1.06;
	letter-spacing: -0.03em;
	margin: 0 0 16px;
}
.au-reels__heading em {
	font-style: normal;
	color: var(--au-orange);
}

.au-reels__sub {
	font-size: 1rem;
	color: rgba(255,255,255,0.55);
	line-height: 1.7;
	margin: 0;
}

.au-reels__track {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
}

.au-reel {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background: #111;
	flex: 1;
	max-width: 320px;
	aspect-ratio: 9 / 16;
	cursor: pointer;
	transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.45s ease;
	transform: rotate(-1.5deg) scale(0.96);
	box-shadow: 0 20px 50px rgba(0,0,0,0.55);
	will-change: transform;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

.au-reel--center {
	transform: rotate(0deg) scale(1.0);
	z-index: 2;
	box-shadow: 0 32px 80px rgba(0,0,0,0.7);
}

.au-reel:last-child { transform: rotate(1.5deg) scale(0.96); }

.au-reels__track:hover .au-reel { transform: rotate(0) scale(0.97); }
.au-reels__track:hover .au-reel--center { transform: rotate(0) scale(1.02); }
.au-reel:hover { transform: rotate(0) scale(1.03) !important; z-index: 3; }

.au-reel__video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.au-reel__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.85) 100%);
	display: flex;
	align-items: flex-end;
	padding: 24px 22px;
	pointer-events: none;
}

.au-reel__overlay {
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}
.au-reel__label {
	display: inline-block;
	font-size: 0.85rem;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.04em;
	background: rgba(0,0,0,0.45);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	padding: 6px 12px;
	border-radius: 6px;
}


/* ══════════════════════════════════════════════════════════
   PHOTO BENTO GALLERY
══════════════════════════════════════════════════════════ */
.au-gallery {
	background: var(--au-soft);
	padding: 110px 5% 120px;
}

.au-gallery__head {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 52px;
}

.au-gallery__heading {
	font-size: clamp(1.9rem, 3.4vw, 3rem);
	font-weight: 900;
	color: var(--au-ink);
	line-height: 1.07;
	letter-spacing: -0.028em;
	margin: 0;
}
.au-gallery__heading em {
	font-style: normal;
	color: var(--au-orange-deep);
}

.au-gallery__bento {
	max-width: 1300px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr;
	grid-template-rows: 280px 280px;
	gap: 16px;
}

.au-gallery__cell {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
	background: #111;
	cursor: pointer;
}
.au-gallery__cell--tall  { grid-row: span 2; }
.au-gallery__cell--wide  { grid-column: span 2; }

.au-gallery__cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.7s ease;
}
.au-gallery__cell:hover img { transform: scale(1.06); }

.au-gallery__cell { cursor: pointer; }

/* ── Lightbox ── */
.au-lb {
	position: fixed;
	inset: 0;
	z-index: 10001;
	background: rgba(0,0,0,0.92);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
}
.au-lb.is-open {
	opacity: 1;
	pointer-events: all;
}
.au-lb__frame {
	position: relative;
	display: inline-flex;
	overflow: visible;
}
.au-lb__img {
	max-width: 92vw;
	max-height: 86vh;
	object-fit: contain;
	border-radius: 6px;
	box-shadow: 0 32px 80px rgba(0,0,0,0.7);
	display: block;
	transform: scale(0.95);
	transition: transform 0.3s ease;
}
.au-lb.is-open .au-lb__img { transform: scale(1); }
.au-lb__video {
	max-width: 92vw;
	max-height: 86vh;
	border-radius: 6px;
	box-shadow: 0 32px 80px rgba(0,0,0,0.7);
	display: block;
	transform: scale(0.95);
	transition: transform 0.3s ease;
}
.au-lb.is-open .au-lb__video { transform: scale(1); }
.au-lb__close {
	position: absolute;
	top: -18px;
	right: -18px;
	z-index: 2;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255,255,255,0.15);
	backdrop-filter: blur(6px);
	border: 1px solid rgba(255,255,255,0.25);
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease;
	padding: 0;
}
.au-lb__close:hover { background: rgba(255,255,255,0.3); }


/* ══════════════════════════════════════════════════════════
   VALUES
══════════════════════════════════════════════════════════ */
.au-values {
	background: var(--au-ink);
	padding: 120px 5%;
}

.au-values__inner {
	max-width: 1300px;
	margin: 0 auto;
}

.au-values__head {
	text-align: center;
	max-width: 680px;
	margin: 0 auto 72px;
}

.au-values__heading {
	font-size: clamp(2rem, 3.6vw, 3.1rem);
	font-weight: 900;
	color: #fff;
	line-height: 1.07;
	letter-spacing: -0.028em;
	margin: 0;
}
.au-values__heading em {
	font-style: normal;
	color: var(--au-orange);
}

.au-values__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2px;
}

.au-value {
	padding: 52px 38px 48px;
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(255,255,255,0.07);
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	transition: background 0.35s ease, transform 0.35s ease;
}
.au-value:hover {
	background: rgba(255,255,255,0.07);
	transform: translateY(-4px);
}

.au-value::before {
	content: '';
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 2px;
	background: var(--au-orange);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.4s ease;
}
.au-value:hover::before { transform: scaleX(1); }

.au-value__num {
	font-size: 3rem;
	font-weight: 900;
	color: var(--au-orange);
	line-height: 1;
	letter-spacing: -0.04em;
	margin-bottom: 22px;
	opacity: 0.7;
}

.au-value__title {
	font-size: 1.25rem;
	font-weight: 800;
	color: #fff;
	letter-spacing: -0.018em;
	margin: 0 0 14px;
}

.au-value__desc {
	font-size: 0.95rem;
	color: rgba(255,255,255,0.52);
	line-height: 1.72;
	margin: 0;
}


/* dots — hidden on desktop */
.au-reels__dots { display: none; }

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════ */
@media (max-width: 1100px) {
	.au-values__grid { grid-template-columns: repeat(2, 1fr); }
	.au-gallery__bento {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 240px 240px 240px;
	}
	.au-gallery__cell--tall  { grid-row: span 1; }
	.au-gallery__cell--wide  { grid-column: span 2; }
}

@media (max-width: 900px) {
	.au-story { grid-template-columns: 1fr; }
	.au-story__media { min-height: 380px; }
	.au-story__body { padding: 60px 6%; }

	.au-reels { padding: 70px 0 90px; }
	.au-reels__head { padding: 0 6%; margin-bottom: 40px; }

	.au-reels__track {
		display: flex;
		overflow-x: scroll;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		gap: 16px;
		padding: 16px 10vw;
		justify-content: flex-start;
		align-items: center;
	}
	.au-reels__track::-webkit-scrollbar { display: none; }

	.au-reel {
		flex: 0 0 72vw;
		max-width: 300px;
		scroll-snap-align: center;
		transform: none !important;
		box-shadow: 0 20px 50px rgba(0,0,0,0.55);
	}
	.au-reel--center { transform: none !important; }

	/* dots */
	.au-reels__dots {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 8px;
		margin-top: 24px;
	}
	.au-reels__dot {
		width: 7px;
		height: 7px;
		border-radius: 50%;
		background: rgba(255,255,255,0.22);
		border: none;
		padding: 0;
		cursor: pointer;
		transition: background 0.2s ease, transform 0.2s ease, width 0.2s ease;
	}
	.au-reels__dot.is-active {
		background: var(--au-orange);
		transform: scale(1.25);
		width: 20px;
		border-radius: 4px;
	}
}

@media (max-width: 700px) {
	.au-hero__stats { grid-template-columns: repeat(2, 1fr); gap: 28px 0; }

	.au-gallery__bento {
		grid-template-columns: 1fr;
		grid-auto-rows: 220px;
	}
	.au-gallery__cell--wide { grid-column: span 1; }
	.au-gallery__cell--tall { grid-row: span 1; }

	.au-values__grid { grid-template-columns: 1fr; }

	.au-hero__actions { flex-direction: column; }
	.au-hero__actions .hp-btn { width: 100%; justify-content: center; }

	.au-reels { padding: 80px 5% 90px; }
	.au-gallery { padding: 80px 5% 90px; }
	.au-values { padding: 80px 5%; }
}
