Front Page - Source Excerpt 04
Summary
This source excerpt preserves a bounded section of Anti-Christ.org/wp-content/themes/antichrist-engine/front-page.php so readers can inspect the evidence without opening the full source file.
**Source path:** Anti-Christ.org/wp-content/themes/antichrist-engine/front-page.php
<h2><?php esc_html_e('Clear boundaries for a serious public institution', 'antichrist-engine'); ?></h2>
</header>
<div class="foundation-assurance-grid">
<?php foreach ($assurances as $assurance) : ?>
<article class="card foundation-panel foundation-assurance-card">
<h3><?php echo esc_html($assurance['title']); ?></h3>
<p><?php echo esc_html($assurance['summary']); ?></p>
</article>
<?php endforeach; ?>
</div>
</div>
</section>
<section class="section section--cards">
<div class="container">
<header class="section-heading">
<p class="eyebrow"><?php esc_html_e('Official Record', 'antichrist-engine'); ?></p>
<h2><?php esc_html_e('Core governing files, research directives, and public orientation records', 'antichrist-engine'); ?></h2>
</header>
<div class="foundation-record-grid">
<?php foreach ($records as $record) : ?>
<article class="card foundation-panel foundation-record-card">
<p class="eyebrow"><?php echo esc_html($record['eyebrow']); ?></p>
<h3><?php echo esc_html($record['title']); ?></h3>
<p><?php echo esc_html($record['summary']); ?></p>
<a class="text-link" href="<?php echo esc_url(antichrist_engine_foundation_get_page_url($record['page'])); ?>"><?php echo esc_html($record['cta']); ?></a>
</article>
<?php endforeach; ?>
</div>
</div>
</section>
<?php if ($review_notice_preview) : ?>
<section class="section section--compact">
<div class="container">
<header class="section-heading section-heading--compact">
<p class="eyebrow"><?php esc_html_e('Review Log', 'antichrist-engine'); ?></p>
<h2><?php echo esc_html($home_surface['review_log']['section_title']); ?></h2>
<p><?php echo esc_html($home_surface['review_log']['summary']); ?></p>
</header>
<div class="statement-grid">
<?php foreach ($review_notice_preview as $notice) : ?>
<article class="statement-card review-notice-card review-notice-card--<?php echo esc_attr($notice['status'] ?? ''); ?>">
<div class="review-notice-card__header">
<p class="research-record-pill"><?php echo esc_html($notice['record_id']); ?></p>
<span class="tag-pill review-notice-card__status review-notice-card__status--<?php echo esc_attr($notice['status'] ?? ''); ?>">
<?php echo esc_html($notice['status_label']); ?>
</span>
</div>
<p class="eyebrow"><?php echo esc_html($notice['phase'] ?? ''); ?></p>
<h3><?php echo esc_html($notice['title'] ?? ''); ?></h3>
<p><?php echo esc_html($notice['summary'] ?? ''); ?></p>
<p class="foundation-panel__subline"><?php echo esc_html($notice['current_state'] ?? ''); ?></p>
<div class="review-notice-card__actions">
<a class="text-link" href="<?php echo esc_url($notice['record_url'] ?? $review_notice_url); ?>"><?php esc_html_e('Open notice', 'antichrist-engine'); ?></a>
<a class="text-link" href="<?php echo esc_url($review_notice_url); ?>"><?php echo esc_html($home_surface['review_log']['cta']); ?></a>
</div>
</article>
<?php endforeach; ?>
</div>
</div>
</section>
<?php endif; ?>
<section class="section section--compact">
<div class="container">
<header class="section-heading section-heading--compact">
<p class="eyebrow"><?php esc_html_e('Interpretive Labs', 'antichrist-engine'); ?></p>
<h2><?php echo esc_html($interpretive_surface['section_title']); ?></h2>
<p><?php echo esc_html($interpretive_surface['summary']); ?></p>
</header>
<div class="interpretive-labs-grid">
<article class="card foundation-panel foundation-panel--official interpretive-labs-panel">
<div class="interpretive-labs-panel__intro">
<p><?php esc_html_e('Texts and Symbols now answer concrete launch-time questions instead of behaving like generic supporting pages, which makes the site feel more like a governed record and less like a stack of adjacent essays and aesthetics.', 'antichrist-engine'); ?></p>
</div>
<div class="research-home-metrics">
<article class="research-home-metric">
<span><?php esc_html_e('Text routes', 'antichrist-engine'); ?></span>
<strong><?php echo esc_html(number_format_i18n(count($text_reading_routes))); ?></strong>
</article>
<article class="research-home-metric">
<span><?php esc_html_e('Case files', 'antichrist-engine'); ?></span>
<strong><?php echo esc_html(number_format_i18n(count($text_case_files))); ?></strong>
</article>
<article class="research-home-metric">
<span><?php esc_html_e('Symbol entries', 'antichrist-engine'); ?></span>
<strong><?php echo esc_html(number_format_i18n(count($symbol_lexicon))); ?></strong>
</article>
</div>
<div class="research-home-actions">
<a class="button" href="<?php echo esc_url($texts_url); ?>"><?php echo esc_html($interpretive_surface['primary_cta']); ?></a>
<a class="button button--ghost" href="<?php echo esc_url($symbols_url); ?>"><?php echo esc_html($interpretive_surface['secondary_cta']); ?></a>
<a class="button button--ghost" href="<?php echo esc_url($research_url); ?>"><?php esc_html_e('Cross into the research atlas', 'antichrist-engine'); ?></a>
</div>
</article>
<div class="interpretive-labs-stack">
<article class="card foundation-panel interpretive-lab-card">
<p class="eyebrow"><?php esc_html_e('Texts Lab', 'antichrist-engine'); ?></p>
<h3><?php esc_html_e('Answer live panic claims with close reading', 'antichrist-engine'); ?></h3>
<p><?php esc_html_e('The texts lab now starts from the recurring launch questions readers actually arrive with, then moves them into Johannine reading, Nero / 666, temple rhetoric, Roman power, and the supporting evidence shelf.', 'antichrist-engine'); ?></p>
<ul class="foundation-list foundation-list--tight">
<?php foreach ($text_route_preview as $route) : ?>
<li><?php echo esc_html($route['title'] ?? ''); ?></li>
<?php endforeach; ?>
</ul>
<a class="text-link" href="<?php echo esc_url(antichrist_engine_foundation_build_target_url('texts', array(), 'textual-reading-routes')); ?>"><?php esc_html_e('Open the texts lab', 'antichrist-engine'); ?></a>
</article>
<article class="card foundation-panel interpretive-lab-card">
<p class="eyebrow"><?php esc_html_e('Symbols Lab', 'antichrist-engine'); ?></p>
<h3><?php esc_html_e('Named marks with jobs instead of aesthetic fog', 'antichrist-engine'); ?></h3>
<p><?php esc_html_e('Working marks from the live theme now have roles, meanings, usage notes, and material studies so the visual system behaves like part of the public argument rather than launch-week decoration.', 'antichrist-engine'); ?></p>
<div class="tag-list">
<?php foreach ($symbol_preview as $symbol) : ?>
<a class="tag-pill tag-pill--link" href="<?php echo esc_url(antichrist_engine_foundation_build_target_url('symbols', array(), (string) ($symbol['anchor'] ?? 'symbol-lexicon'))); ?>">
<?php echo esc_html($symbol['title'] ?? ''); ?>
</a>
<?php endforeach; ?>
</div>
<a class="text-link" href="<?php echo esc_url(antichrist_engine_foundation_build_target_url('symbols', array(), 'symbol-lexicon')); ?>"><?php esc_html_e('Open the symbols lab', 'antichrist-engine'); ?></a>
</article>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<header class="section-heading">