body.tag2026-child-theme .tag2026-special-page,
.tag2026-special-page {
--tag-cream: #f8f4ec;
--tag-paper: #fffdf8;
--tag-white: #ffffff;
--tag-ink: #241d19;
--tag-brown: #4b3a31;
--tag-muted: #786b61;
--tag-red: #8b1f1f;
--tag-red-dark: #621616;
--tag-gold: #c39b55;
--tag-line: rgba(75, 58, 49, 0.16);
--tag-shadow: 0 24px 70px rgba(36, 29, 25, 0.13);
--tag-radius-xl: 34px;
--tag-radius-lg: 24px;
background:
radial-gradient(circle at 8% 0%, rgba(195, 155, 85, 0.18), transparent 32%),
linear-gradient(180deg, #fffaf2 0%, #f8f4ec 45%, #fffdf8 100%);
color: var(--tag-brown);
font-family: inherit;
overflow: hidden;
}
.tag2026-special-page *,
.tag2026-special-page *::before,
.tag2026-special-page *::after {
box-sizing: border-box;
}
.tag2026-special-container {
width: min(1160px, calc(100% - 40px));
margin-inline: auto;
}
.tag2026-special-hero {
padding: clamp(56px, 8vw, 96px) 0 clamp(38px, 5vw, 64px);
}
.tag2026-special-hero__grid {
display: grid;
grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
gap: clamp(26px, 5vw, 56px);
align-items: center;
}
.tag2026-special-eyebrow {
display: inline-flex;
align-items: center;
width: fit-content;
padding: 8px 14px;
border-radius: 999px;
background: rgba(139, 31, 31, 0.09);
color: var(--tag-red);
font-size: 12px;
line-height: 1;
font-weight: 800;
letter-spacing: 0.09em;
text-transform: uppercase;
margin-bottom: 18px;
}
.tag2026-special-hero h1 {
color: var(--tag-ink);
font-size: clamp(40px, 6vw, 78px);
line-height: 0.98;
letter-spacing: -0.055em;
margin: 0 0 20px;
font-weight: 900;
}
.tag2026-special-lead {
max-width: 700px;
color: var(--tag-muted);
font-size: clamp(18px, 2vw, 21px);
line-height: 1.72;
margin: 0;
}
.tag2026-special-meta-row {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 28px;
}
.tag2026-special-meta-row span {
display: inline-flex;
align-items: center;
min-height: 38px;
padding: 9px 13px;
border-radius: 999px;
background: var(--tag-white);
border: 1px solid var(--tag-line);
color: var(--tag-brown);
font-size: 13px;
font-weight: 800;
box-shadow: 0 12px 32px rgba(36, 29, 25, 0.06);
}
.tag2026-special-hero__image-wrap {
position: relative;
border-radius: var(--tag-radius-xl);
overflow: hidden;
box-shadow: var(--tag-shadow);
border: 1px solid var(--tag-line);
background: var(--tag-white);
aspect-ratio: 998 / 513;
}
.tag2026-special-hero__image-wrap::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, transparent 50%, rgba(36, 29, 25, 0.22));
pointer-events: none;
}
.tag2026-special-hero__image {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.tag2026-special-section {
padding: clamp(48px, 7vw, 78px) 0;
}
.tag2026-arabic-card-wrap {
display: flex;
justify-content: center;
}
.tag2026-arabic-card {
width: min(760px, 100%);
text-align: center;
background: var(--tag-white);
border: 1px solid var(--tag-line);
border-radius: var(--tag-radius-xl);
padding: clamp(28px, 5vw, 54px);
box-shadow: var(--tag-shadow);
}
.tag2026-arabic-card__mark {
display: inline-flex;
margin-bottom: 18px;
padding: 12px 18px;
border-radius: 999px;
color: var(--tag-red);
background: rgba(139, 31, 31, 0.09);
font-size: 20px;
font-weight: 900;
}
.tag2026-arabic-card h2,
.tag2026-authors-toolbar h2 {
color: var(--tag-ink);
font-size: clamp(28px, 4vw, 44px);
line-height: 1.06;
margin: 0 0 14px;
font-weight: 900;
letter-spacing: -0.035em;
}
.tag2026-arabic-card p {
color: var(--tag-muted);
font-size: 18px;
line-height: 1.68;
max-width: 560px;
margin: 0 auto 26px;
}
.tag2026-special-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 52px;
padding: 15px 24px;
border-radius: 999px;
background: var(--tag-red);
color: #fff !important;
text-decoration: none !important;
font-weight: 900;
box-shadow: 0 14px 32px rgba(139, 31, 31, 0.26);
transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.tag2026-special-button:hover,
.tag2026-special-button:focus {
background: var(--tag-red-dark);
transform: translateY(-2px);
box-shadow: 0 18px 38px rgba(139, 31, 31, 0.34);
}
.tag2026-arabic-image-link {
display: block;
width: fit-content;
margin: 30px auto 0;
padding: 14px;
background: #fffaf2;
border: 1px solid var(--tag-line);
border-radius: 24px;
transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.tag2026-arabic-image-link:hover,
.tag2026-arabic-image-link:focus {
transform: translateY(-2px);
box-shadow: 0 16px 34px rgba(36, 29, 25, 0.10);
}
.tag2026-arabic-image-link img {
display: block;
width: 244px;
height: auto;
max-width: 100%;
}
.tag2026-authors-toolbar {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
gap: 24px;
align-items: end;
margin-bottom: 24px;
}
.tag2026-authors-search input {
width: 100%;
min-height: 52px;
border: 1px solid var(--tag-line);
border-radius: 999px;
padding: 14px 18px;
background: var(--tag-white);
color: var(--tag-brown);
font: inherit;
box-shadow: 0 12px 32px rgba(36, 29, 25, 0.06);
outline: none;
}
.tag2026-authors-search input:focus {
border-color: rgba(139, 31, 31, 0.44);
box-shadow: 0 0 0 4px rgba(139, 31, 31, 0.10);
}
.tag2026-author-letters {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 0 0 28px;
}
.tag2026-author-letters a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
border-radius: 999px;
background: var(--tag-white);
border: 1px solid var(--tag-line);
color: var(--tag-red);
text-decoration: none !important;
font-weight: 900;
transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.tag2026-author-letters a:hover,
.tag2026-author-letters a:focus {
transform: translateY(-2px);
background: var(--tag-red);
color: #fff;
}
.tag2026-author-directory {
display: grid;
gap: 22px;
}
.tag2026-author-group {
scroll-margin-top: 110px;
background: var(--tag-white);
border: 1px solid var(--tag-line);
border-radius: var(--tag-radius-lg);
padding: 24px;
box-shadow: 0 16px 42px rgba(36, 29, 25, 0.07);
}
.tag2026-author-group.is-hidden {
display: none;
}
.tag2026-author-group h3 {
display: flex;
align-items: center;
gap: 14px;
color: var(--tag-ink);
font-size: 28px;
margin: 0 0 16px;
font-weight: 900;
}
.tag2026-author-group h3::after {
content: "";
height: 1px;
flex: 1;
background: var(--tag-line);
}
.tag2026-author-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 12px;
}
.tag2026-author-card {
min-height: 48px;
display: flex;
align-items: center;
border: 1px solid rgba(75, 58, 49, 0.10);
background: #fffaf2;
border-radius: 16px;
padding: 12px 14px;
transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.tag2026-author-card.is-hidden {
display: none;
}
.tag2026-author-card:hover {
transform: translateY(-2px);
box-shadow: 0 12px 26px rgba(36, 29, 25, 0.08);
border-color: rgba(139, 31, 31, 0.20);
}
.tag2026-author-card a,
.tag2026-author-card span {
color: var(--tag-brown);
text-decoration: none !important;
font-weight: 800;
line-height: 1.3;
}
.tag2026-author-card a:hover,
.tag2026-author-card a:focus {
color: var(--tag-red);
}
.tag2026-author-empty {
background: var(--tag-white);
border: 1px solid var(--tag-line);
border-radius: var(--tag-radius-lg);
padding: 24px;
color: var(--tag-muted);
display: none;
}
.tag2026-author-empty.is-visible {
display: block;
}
@media (max-width: 980px) {
.tag2026-special-hero__grid,
.tag2026-authors-toolbar {
grid-template-columns: 1fr;
}
.tag2026-author-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 620px) {
.tag2026-special-container {
width: min(100% - 24px, 1160px);
}
.tag2026-special-hero__image-wrap,
.tag2026-arabic-card,
.tag2026-author-group {
border-radius: 22px;
}
.tag2026-author-grid {
grid-template-columns: 1fr;
}
}