/* =========================================================================
   Athath Express — 06 PAGES
   About, Services, Contact, Blog, single post, 404, maintenance.
   ====================================================================== */

/* Page-hero floating pill */
.a-page-hero__pill {
	position: absolute;
	inset-block-end: -18px;
	inset-inline-start: -14px;
	max-width: 210px;
}
.a-page-hero__pill span { font-size: .82rem; }
.a-page-hero .a-stack { padding-block-end: 18px; }

@media (max-width: 560px) {
	.a-page-hero__pill { inset-inline-start: -6px; inset-block-end: -14px; padding: 10px 14px; }
}

/* -------------------------------------------------------------------------
   About
   ---------------------------------------------------------------------- */

.a-quote-block {
	position: relative;
	padding: clamp(26px, 3vw, 40px);
	border-radius: var(--a-r-md);
	background: linear-gradient(160deg, var(--a-cream), #f2ede2);
	border: 1px solid rgba(22, 36, 29, .07);
}
.a-quote-block::before {
	content: "";
	position: absolute;
	inset-block: clamp(26px, 3vw, 40px);
	inset-inline-start: 0;
	width: 3px;
	border-radius: 3px;
	background: linear-gradient(to bottom, var(--a-gold), rgba(201, 162, 39, 0));
}
.a-quote-block .a-quote__mark { display: block; margin-block-end: 14px; }
.a-quote-block p {
	margin: 0 0 18px;
	font-size: clamp(1.1rem, 1.02rem + .5vw, 1.42rem);
	font-weight: 700;
	line-height: 1.65;
	color: var(--a-ink);
}
.a-quote-block__by {
	font-size: .88rem;
	font-weight: 600;
	color: var(--a-muted);
}

.a-stats-panel {
	margin-block-start: clamp(34px, 4vw, 56px);
	padding: 0;
	border-radius: var(--a-r-lg);
	overflow: hidden;
	box-shadow: var(--a-sh-1);
}

/* Definition list — services on the about page, no repeated card blocks */
.a-deflist { display: grid; }
.a-deflist li {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 16px;
	padding-block: 20px;
	border-block-end: 1px solid var(--a-line);
}
.a-deflist li:first-child { padding-block-start: 0; }
.a-deflist li:last-child { border-block-end: 0; padding-block-end: 0; }
.a-deflist__ic {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 15px;
	background: var(--a-white);
	border: 1px solid var(--a-line-2);
	color: var(--a-green-dark);
	box-shadow: var(--a-sh-1);
	transition: transform .45s var(--a-ease);
}
.a-deflist__ic .a-icon { width: 21px; height: 21px; }
.a-deflist li:hover .a-deflist__ic { transform: translateY(-3px) rotateY(14deg); }
.a-deflist h3 { margin-bottom: .25em; font-size: 1.08rem; }
.a-deflist p { margin: 0; color: var(--a-muted); font-size: .96rem; line-height: 1.72; }

/* Two-column variant of the categories table */
.a-cats--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.a-cats--two .a-cats__item:nth-child(3n) { border-inline-end: 1px solid var(--a-line); }
.a-cats--two .a-cats__item:nth-child(2n) { border-inline-end: 0; }
.a-cats--two .a-cats__item:nth-last-child(-n+3) { border-block-end: 1px solid var(--a-line); }
.a-cats--two .a-cats__item:nth-last-child(-n+2) { border-block-end: 0; }

@media (max-width: 520px) {
	.a-cats--two { grid-template-columns: 1fr; }
	.a-cats--two .a-cats__item,
	.a-cats--two .a-cats__item:nth-child(3n) { border-inline-end: 0; }
	.a-cats--two .a-cats__item:nth-last-child(-n+2) { border-block-end: 1px solid var(--a-line); }
	.a-cats--two .a-cats__item:last-child { border-block-end: 0; }
}

/* Short statement band */
.a-band--short { padding-block: clamp(56px, 5.6vw, 88px); }
.a-band__inner--single { grid-template-columns: minmax(0, 1fr); }
.a-band__inner--single .a-band__panel { max-width: 62ch; }

/* -------------------------------------------------------------------------
   Services detail rows
   ---------------------------------------------------------------------- */

/* Consecutive service rows sit closer together than unrelated sections */
.a-detail { padding-block: clamp(44px, 4.4vw, 66px); }
.a-detail:first-of-type { padding-block-start: clamp(52px, 5.4vw, 84px); }

.a-detail__media { position: relative; }
.a-detail__media .a-scene__stage { position: relative; }
.a-detail__no {
	position: absolute;
	inset-block-start: -18px;
	inset-inline-start: -10px;
	font-size: clamp(3.2rem, 2.4rem + 3vw, 5.4rem);
	font-weight: 800;
	line-height: 1;
	color: rgba(22, 36, 29, .13);
	pointer-events: none;
	z-index: 3;
}
.a-bg-cream .a-detail__no { color: rgba(22, 36, 29, .14); }
.a-detail__body .a-checks { margin-block-start: 22px; }

@media (max-width: 900px) {
	.a-detail__no { inset-block-start: -14px; inset-inline-start: 0; }
}

/* -------------------------------------------------------------------------
   Contact
   ---------------------------------------------------------------------- */

.a-channels {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(14px, 1.8vw, 22px);
}
.a-channel {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 16px;
	align-items: center;
	padding: clamp(18px, 2vw, 26px);
	border: 1px solid var(--a-line);
	border-radius: var(--a-r-md);
	background: var(--a-white);
	color: var(--a-ink);
	box-shadow: var(--a-sh-1);
	transition: transform .45s var(--a-ease), box-shadow .45s var(--a-ease), border-color .45s var(--a-ease);
}
.a-channel:hover {
	transform: translateY(-5px);
	border-color: rgba(21, 122, 61, .24);
	box-shadow: var(--a-sh-2);
	color: var(--a-ink);
}
.a-channel__ic {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	border-radius: 16px;
	background: linear-gradient(150deg, var(--a-tint), #dfeee4);
	color: var(--a-green-dark);
	box-shadow: inset 0 0 0 1px rgba(21, 122, 61, .12);
}
.a-channel__ic .a-icon { width: 23px; height: 23px; }
.a-channel__body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.a-channel__body small { color: var(--a-muted); font-size: .82rem; font-weight: 600; }
.a-channel__body strong {
	font-size: 1.04rem;
	font-weight: 800;
	color: var(--a-green-deep);
	overflow-wrap: anywhere;
}
.a-channel__body em { font-style: normal; font-size: .82rem; color: var(--a-muted); }
.a-channel__go {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--a-cream);
	color: var(--a-green-dark);
	transition: transform .4s var(--a-ease), background-color .4s var(--a-ease);
}
.a-channel__go .a-icon { width: 16px; height: 16px; }
html[dir="ltr"] .a-channel__go .a-icon { transform: scaleX(-1); }
.a-channel:hover .a-channel__go { background: var(--a-tint); transform: translateX(-3px); }

@media (max-width: 900px) { .a-channels { grid-template-columns: 1fr; } }

/* Inquiry picker */
.a-pick__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-block: 26px 26px;
}
.a-pick__btn {
	padding: 11px 20px;
	border: 1px solid var(--a-line-2);
	border-radius: var(--a-r-pill);
	background: var(--a-white);
	color: var(--a-ink);
	font-size: .97rem;
	font-weight: 700;
	transition: all .3s var(--a-ease);
}
.a-pick__btn:hover { border-color: rgba(21, 122, 61, .4); color: var(--a-green-dark); }
.a-pick__btn.is-on {
	border-color: transparent;
	background: linear-gradient(140deg, #1c8f49, var(--a-green-dark));
	color: #fff;
	box-shadow: 0 12px 26px -14px rgba(13, 81, 40, .8);
}
.a-pick__hint {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin-block-start: 22px;
	color: var(--a-muted);
	font-size: .92rem;
	line-height: 1.7;
}
.a-pick__hint .a-icon { width: 19px; height: 19px; margin-block-start: .25em; color: var(--a-gold); }

.a-info-panel { border-radius: var(--a-r-md); }
.a-info-panel h3 {
	margin-bottom: 20px;
	padding-block-end: 14px;
	border-block-end: 1px solid var(--a-line);
	font-size: 1.1rem;
}
.a-info-panel__list { display: grid; gap: 18px; }
.a-info-panel__list li { display: grid; grid-template-columns: auto 1fr; gap: 13px; align-items: start; }
.a-info-panel__list .a-icon { width: 20px; height: 20px; margin-block-start: .35em; color: var(--a-green); }
.a-info-panel__list small { display: block; color: var(--a-muted); font-size: .8rem; font-weight: 600; }
.a-info-panel__list a,
.a-info-panel__list strong {
	font-size: 1rem;
	font-weight: 700;
	color: var(--a-green-deep);
	overflow-wrap: anywhere;
}
.a-info-panel__list a:hover { color: var(--a-green); }

/* -------------------------------------------------------------------------
   Blog
   ---------------------------------------------------------------------- */

.a-posts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2.2vw, 30px);
}
.a-post > a {
	display: block;
	height: 100%;
	border: 1px solid var(--a-line);
	border-radius: var(--a-r-md);
	background: var(--a-white);
	overflow: hidden;
	color: var(--a-ink);
	box-shadow: var(--a-sh-1);
	transition: transform .45s var(--a-ease), box-shadow .45s var(--a-ease), border-color .45s var(--a-ease);
}
.a-post > a:hover {
	transform: translateY(-6px);
	border-color: rgba(21, 122, 61, .22);
	box-shadow: var(--a-sh-2);
}
.a-post__media { border-radius: 0; box-shadow: none; }
.a-post__media::after { box-shadow: none; }
.a-post__body { padding: clamp(20px, 2.2vw, 28px); }
.a-post__body time { display: block; margin-block-end: 10px; color: var(--a-muted); font-size: .85rem; font-weight: 600; }
.a-post__title { margin-bottom: .4em; font-size: 1.2rem; font-weight: 800; }
.a-post__body p { color: var(--a-muted); font-size: .95rem; line-height: 1.72; }

@media (max-width: 980px) { .a-posts { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 620px) { .a-posts { grid-template-columns: 1fr; } }

.a-empty { max-width: 60ch; }
.a-empty__ic {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin-block-end: 22px;
	border-radius: 18px;
	background: linear-gradient(150deg, var(--a-tint), #dfeee4);
	color: var(--a-green-dark);
	box-shadow: inset 0 0 0 1px rgba(21, 122, 61, .12);
}
.a-empty__ic .a-icon { width: 26px; height: 26px; }

/* Pagination */
.pagination,
.a-pagination { margin-block-start: clamp(30px, 3.4vw, 48px); }
.pagination .nav-links,
.a-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}
.pagination .page-numbers,
.a-pagination .page-numbers {
	display: grid;
	place-items: center;
	min-width: 44px;
	height: 44px;
	padding-inline: 12px;
	border: 1px solid var(--a-line-2);
	border-radius: var(--a-r-sm);
	color: var(--a-ink);
	font-weight: 700;
	transition: all .3s var(--a-ease);
}
.pagination .page-numbers:hover,
.a-pagination .page-numbers:hover { border-color: var(--a-green); color: var(--a-green-dark); }
.pagination .page-numbers.current,
.a-pagination .page-numbers.current {
	background: var(--a-green-dark);
	border-color: var(--a-green-dark);
	color: #fff;
}

/* -------------------------------------------------------------------------
   Single post prose
   ---------------------------------------------------------------------- */

.a-single__hero { text-align: start; }
.a-single__meta { color: var(--a-muted); font-size: .9rem; font-weight: 600; }
.a-single__thumb { margin-block-start: calc(-1 * clamp(24px, 3vw, 44px)); position: relative; z-index: 2; }

.a-prose { font-size: 1.06rem; line-height: 1.95; }
.a-prose > * + * { margin-block-start: 1.15em; }
.a-prose h2 { margin-block-start: 1.6em; font-size: clamp(1.4rem, 1.2rem + .9vw, 1.9rem); }
.a-prose h3 { margin-block-start: 1.4em; }
.a-prose ul,
.a-prose ol { padding-inline-start: 1.3em; }
.a-prose ul li { list-style: disc; margin-block-end: .5em; }
.a-prose ol li { list-style: decimal; margin-block-end: .5em; }
.a-prose img { border-radius: var(--a-r-md); box-shadow: var(--a-sh-1); }
.a-prose blockquote {
	margin: 1.6em 0;
	padding: 22px 26px;
	border-inline-start: 3px solid var(--a-gold);
	border-radius: var(--a-r-sm);
	background: var(--a-cream);
	font-weight: 600;
}
.a-prose a { text-decoration: underline; text-underline-offset: 3px; }

/* -------------------------------------------------------------------------
   404
   ---------------------------------------------------------------------- */

.a-404 { text-align: start; }
.a-404__code {
	margin: 0 0 6px;
	font-size: clamp(3.4rem, 2.4rem + 4vw, 5.6rem);
	font-weight: 800;
	line-height: 1;
	color: rgba(21, 122, 61, .16);
}

/* -------------------------------------------------------------------------
   Under construction
   ---------------------------------------------------------------------- */

.a-uc-body { background: var(--a-green-deep); padding-block-end: 0; }
.a-uc {
	position: relative;
	overflow: hidden;
	display: grid;
	place-items: center;
	min-height: 100vh;
	min-height: 100svh;
	padding: 48px var(--a-gutter);
	background:
		radial-gradient(60% 60% at 84% 8%, rgba(46, 204, 113, .22), transparent 62%),
		radial-gradient(50% 50% at 8% 92%, rgba(201, 162, 39, .16), transparent 60%),
		linear-gradient(165deg, #0e4d28, var(--a-green-deep) 58%, #062617);
	color: #e9f3ec;
	text-align: center;
}
.a-uc__inner {
	position: relative;
	z-index: 1;
	max-width: 620px;
	display: grid;
	justify-items: center;
}
.a-uc__logo {
	width: 72px;
	height: 72px;
	margin-block-end: 26px;
	border-radius: 22px;
	box-shadow: 0 22px 44px -20px rgba(0, 0, 0, .8);
}
.a-uc h1 {
	margin: 20px 0 14px;
	color: #fff;
	font-size: clamp(2.1rem, 1.5rem + 2.6vw, 3.2rem);
}
.a-uc__lead {
	max-width: 52ch;
	color: rgba(233, 243, 236, .8);
	font-size: var(--a-fs-lead);
	line-height: 1.8;
}
.a-uc__actions { justify-content: center; margin-block-start: 30px; }
.a-uc__meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 26px;
	margin-block-start: 38px;
	padding-block-start: 26px;
	border-block-start: 1px solid rgba(255, 255, 255, .14);
	font-size: .9rem;
	color: rgba(233, 243, 236, .72);
}
.a-uc__meta li { display: flex; align-items: center; gap: 8px; }
.a-uc__meta .a-icon { width: 17px; height: 17px; color: var(--a-green-bright); }
.a-uc__meta a { color: rgba(233, 243, 236, .82); }
.a-uc__meta a:hover { color: #fff; }

/* -------------------------------------------------------------------------
   Elementor safety — keep builder pages inside the theme rhythm
   ---------------------------------------------------------------------- */

.a-builder .elementor-section.elementor-section-boxed > .elementor-container { max-width: var(--a-max); }
