.azan-story {
	--azan-navy: #031540;
	--azan-blue: #082d83;
	--azan-electric: #0756d8;
	--azan-yellow: #ffd126;
	--azan-cream: #f7f4eb;
	--azan-ink: #0d1730;
	--azan-line: rgba(255, 255, 255, .16);
	overflow: hidden;
	background: var(--azan-cream);
	color: var(--azan-ink);
}

.azan-story .site-shell { position: relative; }
.azan-section { padding: clamp(5rem, 9vw, 8.5rem) 0; }

.azan-hero {
	position: relative;
	min-height: 920px;
	padding: clamp(9rem, 13vw, 12rem) 0 8rem;
	overflow: hidden;
	background:
		radial-gradient(circle at 76% 20%, rgba(20, 99, 246, .5), transparent 32%),
		linear-gradient(135deg, #020c27 0%, var(--azan-navy) 48%, #063797 100%);
	color: #fff;
}

.azan-hero::before {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(1, 8, 28, .28), transparent 45%, rgba(4, 36, 116, .18));
	content: "";
}

.azan-hero-grid {
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
	background-size: 74px 74px;
	mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 92%);
}

.azan-hero-orbit {
	position: absolute;
	border: 1px solid rgba(255, 209, 38, .28);
	border-radius: 50%;
}

.azan-hero-orbit-one { top: 5%; right: -12%; width: 540px; aspect-ratio: 1; }
.azan-hero-orbit-two { bottom: -32%; left: 27%; width: 660px; aspect-ratio: 1; }

.azan-hero-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(400px, .88fr);
	gap: clamp(4rem, 8vw, 8rem);
	align-items: center;
}

.azan-hero-copy { position: relative; z-index: 2; }
.azan-hero .breadcrumbs { margin-bottom: clamp(2.5rem, 5vw, 4rem); color: rgba(255,255,255,.6); }
.azan-hero .breadcrumbs a { color: inherit; }

.azan-kicker,
.azan-section-label {
	display: inline-flex;
	align-items: center;
	gap: .75rem;
	color: var(--azan-yellow);
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.azan-kicker i { width: 34px; height: 2px; background: currentColor; }

.azan-hero h1 {
	max-width: 760px;
	margin: 1.2rem 0 1.6rem;
	font-size: clamp(4.2rem, 7.6vw, 8.2rem);
	font-weight: 800;
	letter-spacing: -.075em;
	line-height: .84;
}

.azan-hero h1 em { color: var(--azan-yellow); font-family: Georgia, serif; font-weight: 500; }
.azan-hero-copy > p { max-width: 640px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(1.1rem, 1.65vw, 1.35rem); line-height: 1.7; }
.azan-hero-copy > p strong { color: #fff; }

.azan-hero-actions,
.azan-closing-actions {
	display: flex;
	gap: 1.4rem;
	margin-top: 2.5rem;
	align-items: center;
	flex-wrap: wrap;
}

.azan-button {
	display: inline-flex;
	min-height: 54px;
	padding: 0 1.5rem;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform .2s ease, box-shadow .2s ease;
}

.azan-button:hover { transform: translateY(-2px); }
.azan-button-yellow { background: var(--azan-yellow); color: var(--azan-navy); box-shadow: 0 14px 34px rgba(0,0,0,.18); }

.azan-text-link {
	display: inline-flex;
	gap: .7rem;
	align-items: center;
	border-bottom: 1px solid rgba(255,255,255,.34);
	color: #fff;
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .08em;
	line-height: 2;
	text-decoration: none;
	text-transform: uppercase;
}

.azan-hero-poster { position: relative; z-index: 2; width: min(470px, 100%); justify-self: end; }
.azan-poster-frame { position: relative; padding: 12px; background: rgba(255,255,255,.1); box-shadow: 0 36px 90px rgba(0,0,0,.4); transform: rotate(2.2deg); }
.azan-poster-frame::before { position: absolute; inset: -15px 18px 18px -15px; z-index: -1; border: 2px solid var(--azan-yellow); content: ""; }
.azan-poster-frame img { display: block; width: 100%; height: auto; }

.azan-poster-badge {
	position: absolute;
	right: -44px;
	bottom: 9%;
	display: flex;
	width: 126px;
	aspect-ratio: 1;
	border: 5px solid var(--azan-navy);
	border-radius: 50%;
	background: var(--azan-yellow);
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: var(--azan-navy);
	box-shadow: 0 18px 42px rgba(0,0,0,.3);
	transform: rotate(-7deg);
}

.azan-poster-badge span,
.azan-poster-badge small { font-size: .55rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.azan-poster-badge strong { margin: -.15rem 0; font-size: 3.2rem; letter-spacing: -.08em; line-height: 1; }

.azan-hero-score {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
	left: 0;
	display: grid;
	grid-template-columns: 1.25fr .5fr 1fr 1.4fr;
	background: rgba(1, 9, 31, .9);
	border-top: 1px solid var(--azan-line);
	backdrop-filter: blur(12px);
}

.azan-hero-score > div { min-height: 94px; padding: 1.45rem clamp(1rem, 3vw, 3rem); border-right: 1px solid var(--azan-line); }
.azan-hero-score > div:first-child { padding-left: max(1rem, calc((100vw - 1320px) / 2)); }
.azan-hero-score small { display: block; margin-bottom: .4rem; color: var(--azan-yellow); font-size: .58rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.azan-hero-score strong { color: #fff; font-size: clamp(.85rem, 1.15vw, 1.05rem); }

.azan-intro { background: var(--azan-cream); }
.azan-intro-grid,
.azan-whole-child-grid,
.azan-next-grid {
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
	gap: clamp(4rem, 9vw, 9rem);
	align-items: start;
}

.azan-intro h2,
.azan-section-head h2,
.azan-whole-child h2,
.azan-next h2,
.azan-closing h2 {
	margin: 1rem 0 0;
	font-size: clamp(3rem, 5.7vw, 6rem);
	font-weight: 800;
	letter-spacing: -.065em;
	line-height: .95;
}

.azan-intro h2 em,
.azan-section-head h2 em,
.azan-next h2 em,
.azan-closing h2 em { color: var(--azan-electric); font-family: Georgia, serif; font-weight: 500; }

.azan-intro-copy { padding-top: .4rem; }
.azan-intro-copy p { margin: 0 0 1.4rem; color: rgba(13,23,48,.72); font-size: 1.05rem; line-height: 1.8; }
.azan-intro-copy .azan-lead { color: var(--azan-ink); font-size: clamp(1.25rem, 2vw, 1.65rem); font-weight: 650; line-height: 1.55; }
.azan-intro-copy blockquote { margin: 2.4rem 0 0; padding: 1.4rem 0 1.4rem 1.7rem; border-left: 4px solid var(--azan-yellow); color: var(--azan-blue); font-family: Georgia, serif; font-size: 1.2rem; font-style: italic; line-height: 1.55; }

.azan-values { position: relative; background: #fff; }
.azan-values::before { position: absolute; top: 0; right: 7%; width: 1px; height: 100%; background: rgba(6,45,131,.08); content: ""; }
.azan-section-head { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .55fr); gap: 4rem; align-items: end; }
.azan-section-head > p { margin: 0 0 .7rem; color: rgba(13,23,48,.62); font-size: 1rem; line-height: 1.7; }

.azan-values-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: clamp(3.5rem, 7vw, 6rem); border-top: 1px solid rgba(13,23,48,.14); border-left: 1px solid rgba(13,23,48,.14); }
.azan-values-grid article { min-height: 310px; padding: 2.2rem 1.8rem; border-right: 1px solid rgba(13,23,48,.14); border-bottom: 1px solid rgba(13,23,48,.14); }
.azan-values-grid article:nth-child(even) { background: var(--azan-cream); }
.azan-values-grid article > span { color: var(--azan-electric); font-size: .66rem; font-weight: 800; letter-spacing: .12em; }
.azan-values-grid h3 { margin: 5rem 0 .9rem; font-size: 1.55rem; letter-spacing: -.035em; }
.azan-values-grid p { margin: 0; color: rgba(13,23,48,.64); line-height: 1.7; }

.azan-statement { position: relative; padding: clamp(5rem, 8vw, 7rem) 0; overflow: hidden; background: var(--azan-yellow); color: var(--azan-navy); text-align: center; }
.azan-statement::before { position: absolute; inset: -100% 72% -100% -20%; background: rgba(255,255,255,.28); content: ""; transform: rotate(18deg); }
.azan-statement span { display: block; height: 46px; font-family: Georgia, serif; font-size: 5rem; line-height: 1; }
.azan-statement p { max-width: 980px; margin: .2rem auto 1.5rem; font-size: clamp(2rem, 4vw, 4.2rem); font-weight: 800; letter-spacing: -.055em; line-height: 1.06; }
.azan-statement small { font-size: .67rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.azan-whole-child { background: var(--azan-cream); }
.azan-whole-child-grid { align-items: center; }
.azan-whole-child-visual { position: relative; min-height: 560px; overflow: hidden; background: linear-gradient(145deg, #04163e, #0755cc); box-shadow: 0 30px 70px rgba(3,21,64,.18); }
.azan-whole-child-visual::before { position: absolute; inset: 11%; border: 1px solid rgba(255,255,255,.22); content: ""; }
.azan-pitch-line { position: absolute; right: 15%; bottom: 14%; left: 15%; height: 2px; background: rgba(255,255,255,.72); box-shadow: 0 -26px 0 rgba(255,255,255,.18), 0 -52px 0 rgba(255,255,255,.1); }
.azan-wicket { position: absolute; right: 18%; bottom: 16%; display: flex; width: 140px; height: 250px; gap: 22px; }
.azan-wicket i { width: 10px; height: 100%; border-radius: 5px 5px 0 0; background: var(--azan-yellow); box-shadow: 0 0 24px rgba(255,209,38,.28); }
.azan-wicket span { position: absolute; top: -2px; width: 51px; height: 9px; border-radius: 5px; background: var(--azan-yellow); transform: rotate(5deg); }
.azan-wicket span:nth-of-type(1) { left: 7px; }
.azan-wicket span:nth-of-type(2) { right: 7px; transform: rotate(-5deg); }
.azan-ball { position: absolute; top: 22%; left: 17%; width: 130px; aspect-ratio: 1; border-radius: 50%; background: var(--azan-yellow); box-shadow: 0 20px 60px rgba(0,0,0,.3); }
.azan-ball::before { position: absolute; inset: 18px 59px 18px 59px; border-right: 2px dashed var(--azan-navy); border-left: 2px dashed var(--azan-navy); content: ""; transform: rotate(31deg); }
.azan-ball span { position: absolute; top: 50%; right: -260px; width: 245px; border-top: 2px dashed rgba(255,255,255,.5); transform: rotate(19deg); transform-origin: left; }
.azan-whole-child-copy p { color: rgba(13,23,48,.68); line-height: 1.8; }
.azan-text-link-dark { margin-top: 1rem; border-bottom-color: rgba(3,21,64,.25); color: var(--azan-blue); }

.azan-next { background: #fff; }
.azan-next-track { position: relative; padding-left: 3rem; }
.azan-next-track::before { position: absolute; top: .5rem; bottom: .5rem; left: .6rem; width: 2px; background: linear-gradient(var(--azan-yellow), var(--azan-electric)); content: ""; }
.azan-next-track > div { position: relative; padding: 0 0 2.6rem 1.2rem; }
.azan-next-track > div:last-child { padding-bottom: 0; }
.azan-next-track > div::before { position: absolute; top: .25rem; left: -3rem; width: 18px; aspect-ratio: 1; border: 4px solid #fff; border-radius: 50%; background: var(--azan-electric); box-shadow: 0 0 0 2px var(--azan-electric); content: ""; }
.azan-next-track span { display: block; color: var(--azan-electric); font-size: .62rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.azan-next-track strong { display: block; margin: .35rem 0 .65rem; font-size: 1.28rem; }
.azan-next-track p { margin: 0; color: rgba(13,23,48,.64); line-height: 1.65; }

.azan-closing { position: relative; padding: clamp(6rem, 10vw, 10rem) 0; overflow: hidden; background: linear-gradient(135deg, #020b25, var(--azan-navy) 52%, #073991); color: #fff; text-align: center; }
.azan-closing-number { position: absolute; top: 50%; left: 50%; color: rgba(255,255,255,.035); font-size: min(42vw, 600px); font-weight: 900; letter-spacing: -.12em; line-height: .75; transform: translate(-50%, -50%); }
.azan-closing-inner { max-width: 920px; }
.azan-closing-inner > span { color: var(--azan-yellow); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.azan-closing h2 em { color: var(--azan-yellow); }
.azan-closing p { max-width: 720px; margin: 1.8rem auto 0; color: rgba(255,255,255,.7); font-size: 1.06rem; line-height: 1.75; }
.azan-closing-actions { justify-content: center; }

@media (max-width: 1100px) {
	.azan-hero { min-height: 850px; }
	.azan-hero-layout { grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr); gap: 4rem; }
	.azan-poster-badge { right: -20px; width: 106px; }
	.azan-values-grid { grid-template-columns: repeat(2, 1fr); }
	.azan-values-grid article { min-height: 250px; }
	.azan-values-grid h3 { margin-top: 3rem; }
}

@media (max-width: 820px) {
	.azan-hero { min-height: auto; padding-bottom: 11rem; }
	.azan-hero-layout,
	.azan-intro-grid,
	.azan-whole-child-grid,
	.azan-next-grid,
	.azan-section-head { grid-template-columns: 1fr; }
	.azan-hero-copy { max-width: 720px; }
	.azan-hero-poster { width: min(460px, 86%); margin: 2rem auto 0; justify-self: center; }
	.azan-hero-score { grid-template-columns: repeat(2, 1fr); }
	.azan-hero-score > div { min-height: 78px; padding: 1rem 1.2rem; border-bottom: 1px solid var(--azan-line); }
	.azan-hero-score > div:first-child { padding-left: 1.2rem; }
	.azan-whole-child-visual { min-height: 450px; }
	.azan-whole-child-copy { max-width: 700px; }
}

@media (max-width: 560px) {
	.azan-section { padding: 4.5rem 0; }
	.azan-hero { padding-top: 9rem; padding-bottom: 12rem; }
	.azan-hero h1 { font-size: clamp(3.7rem, 17vw, 5.4rem); }
	.azan-hero-copy > p { font-size: 1rem; }
	.azan-hero-poster { width: calc(100% - 2rem); }
	.azan-poster-badge { right: -12px; bottom: 7%; width: 92px; border-width: 4px; }
	.azan-poster-badge strong { font-size: 2.45rem; }
	.azan-hero-score { font-size: .86rem; }
	.azan-hero-score > div { padding: .85rem; }
	.azan-hero-score small { font-size: .48rem; }
	.azan-intro h2,
	.azan-section-head h2,
	.azan-whole-child h2,
	.azan-next h2,
	.azan-closing h2 { font-size: clamp(2.8rem, 13.5vw, 4.5rem); }
	.azan-values-grid { grid-template-columns: 1fr; }
	.azan-values-grid article { min-height: auto; }
	.azan-values-grid h3 { margin-top: 2.2rem; }
	.azan-whole-child-visual { min-height: 370px; }
	.azan-ball { width: 92px; }
	.azan-wicket { width: 110px; height: 190px; gap: 16px; }
	.azan-wicket span { width: 40px; }
	.azan-next-track { padding-left: 2.2rem; }
	.azan-next-track > div { padding-left: .8rem; }
	.azan-next-track > div::before { left: -2.2rem; }
	.azan-hero-actions,
	.azan-closing-actions { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
	.azan-button { transition: none; }
}
