/*
Theme Name: Best Hypnos Mattress
Theme URI: https://besthypnosmattress.co.uk
Author: Claude
Author URI: https://claude.ai
Description: A fast, SEO-optimised theme for Hypnos mattress reviews. Zero jQuery, zero Elementor, minimal CSS. Built for Core Web Vitals and E-E-A-T.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: best-hypnos
Tags: blog, one-column, custom-logo, editor-style, featured-images, full-width-template, threaded-comments
*/

/* ========================================
   CSS Reset & Base
   ======================================== */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #1a1a2e;
  background: #fafbfc;
  -webkit-font-smoothing: antialiased;
}


img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: #2C5F8A;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: color 0.15s ease;
}

a:hover {
  color: #1a3d5c;
}

/* ========================================
   Layout
   ======================================== */

.site-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.content-area {
  max-width: 740px;
  margin: 0 auto;
  padding: 2rem 0 4rem;
}

/* ========================================
   Header
   ======================================== */

.site-header {
  border-bottom: 1px solid #e8e8e8;
  padding: 1rem 0;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
}

.site-header .site-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.site-branding__text {
  text-decoration: none;
  color: #1a1a2e;
  display: flex;
  flex-direction: column;
}

.site-title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.site-tagline {
  font-size: 0.6875rem;
  color: #999;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.custom-logo {
  max-height: 36px;
  width: auto;
}

/* Navigation */

.main-navigation ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.main-navigation a {
  text-decoration: none;
  color: #555;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: color 0.15s ease;
}

.main-navigation a:hover,
.main-navigation .current-menu-item a {
  color: #2C5F8A;
}

/* Mobile nav toggle */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  line-height: 1;
}

.menu-toggle svg {
  width: 24px;
  height: 24px;
  stroke: #1a1a2e;
}

@media (max-width: 768px) {
  .menu-toggle {
    display: block;
  }

  .main-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 1rem 1.25rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  }

  .main-navigation.is-open {
    display: block;
  }

  .main-navigation ul {
    flex-direction: column;
    gap: 0.75rem;
  }
}

/* ========================================
   Typography
   ======================================== */

h1, h2, h3, h4, h5, h6 {
  color: #1a1a2e;
  line-height: 1.25;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.entry-title,
.page-title {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  margin-bottom: 0.75rem;
}

h2 {
  font-size: clamp(1.375rem, 3vw, 1.625rem);
  margin: 2.5rem 0 0.75rem;
  padding-top: 1rem;
}

h3 {
  font-size: clamp(1.125rem, 2.5vw, 1.3125rem);
  margin: 2rem 0 0.625rem;
}

p {
  margin-bottom: 1.25rem;
}

strong {
  font-weight: 600;
}

/* ========================================
   Post Meta
   ======================================== */

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.entry-meta a {
  color: #666;
}

.entry-meta a:hover {
  color: #2C5F8A;
}

.reading-time {
  color: #888;
}

/* ========================================
   Featured Image
   ======================================== */

.post-thumbnail {
  margin-bottom: 2rem;
  border-radius: 8px;
  overflow: hidden;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* ========================================
   Entry Content — Blog Post Styles
   ======================================== */

.entry-content {
  font-size: 1.0625rem;
  line-height: 1.75;
}

.entry-content > *:first-child {
  margin-top: 0;
}

/* Lists */
.entry-content ul,
.entry-content ol {
  margin: 0 0 1.25rem 1.5rem;
}

.entry-content li {
  margin-bottom: 0.375rem;
}

.entry-content li::marker {
  color: #2C5F8A;
}

/* Key Takeaways / Blockquote */
.entry-content blockquote,
.entry-content .wp-block-quote {
  background: #f7f9fc;
  border-left: 4px solid #2C5F8A;
  padding: 1.25rem 1.5rem;
  margin: 1.75rem 0;
  border-radius: 0 8px 8px 0;
  font-style: normal;
}

.entry-content blockquote p:last-child {
  margin-bottom: 0;
}

.entry-content blockquote ul {
  margin-top: 0.5rem;
}

/* Recommendation Box (inline styled in posts, but also support class-based) */
.recommendation-box {
  background: #f0f7ff;
  border-left: 4px solid #2C5F8A;
  padding: 1.2rem 1.5rem;
  margin: 2rem 0;
  border-radius: 0 8px 8px 0;
}

/* Citation Capsules */
.entry-content blockquote[style*="border-left:3px solid #ccc"] {
  background: #fafafa;
  font-size: 0.9375rem;
}

/* ========================================
   Tables (Comparison Tables)
   ======================================== */

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.75rem 0;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.entry-content thead {
  background: #2C5F8A;
  color: #fff;
}

.entry-content th {
  padding: 0.75rem 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}

.entry-content td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

.entry-content tbody tr:hover {
  background: #f7f9fc;
}

/* Responsive tables */
@media (max-width: 640px) {
  .entry-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .entry-content th,
  .entry-content td {
    white-space: nowrap;
    padding: 0.625rem 0.75rem;
  }
}

/* ========================================
   Images & Figures
   ======================================== */

.entry-content figure,
.entry-content .wp-block-image {
  margin: 2rem 0;
}

.entry-content figcaption {
  font-size: 0.8125rem;
  color: #888;
  margin-top: 0.5rem;
  text-align: center;
  font-style: italic;
}

/* SVG charts */
.entry-content figure svg,
.entry-content .wp-block-image svg {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ========================================
   CTA Buttons
   ======================================== */

.wp-block-button__link,
.entry-content .wp-block-button__link {
  display: inline-block;
  background: #2C5F8A;
  color: #fff !important;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9375rem;
  transition: background 0.15s ease, transform 0.1s ease;
  border: none;
  cursor: pointer;
}

.wp-block-button__link:hover {
  background: #1a3d5c;
  transform: translateY(-1px);
}

.wp-block-buttons {
  margin: 1rem 0;
}

/* ========================================
   FAQ Section
   ======================================== */

.entry-content h3 + p {
  margin-top: 0.25rem;
}

/* ========================================
   Single Post — Category Badge
   ======================================== */

.entry-category-badge {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #2C5F8A;
  background: #eef4fb;
  padding: 0.25rem 0.625rem;
  border-radius: 3px;
  margin-bottom: 0.75rem;
  text-decoration: none;
}

.entry-category-badge:hover {
  background: #dce8f5;
  color: #1a3d5c;
}

.entry-updated {
  color: #2C5F8A;
  font-weight: 500;
}

/* ========================================
   Author Box (after post)
   ======================================== */

.author-box {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  background: #f7f9fc;
  border-radius: 10px;
  padding: 1.5rem;
  margin: 3rem 0 2rem;
  border: 1px solid #e8edf3;
}

.author-box .author-avatar img {
  border-radius: 50%;
  width: 64px;
  height: 64px;
}

.author-box .author-label {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
  margin: 0 0 0.125rem;
  font-weight: 600;
}

.author-box .author-name {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.375rem;
}

.author-box .author-bio {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.6;
}

/* ========================================
   Related Posts (end of article)
   ======================================== */

.related-posts {
  margin: 3rem 0 0;
  padding-top: 2.5rem;
  border-top: 1px solid #e8e8e8;
}

.related-posts__title {
  font-size: 1.25rem;
  margin: 0 0 1.25rem;
  padding-top: 0;
}

.related-posts__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.review-card--compact .review-card__image {
  aspect-ratio: 16 / 10;
}

.review-card--compact .review-card__body {
  padding: 0.75rem 0.875rem 1rem;
}

.review-card--compact .review-card__title {
  font-size: 0.875rem;
}

@media (min-width: 769px) {
  .related-posts__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ========================================
   Post Navigation
   ======================================== */

.post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin: 3rem 0;
  padding-top: 2rem;
  border-top: 1px solid #e8e8e8;
}

.post-navigation a {
  text-decoration: none;
  color: #1a1a2e;
  font-size: 0.9375rem;
  font-weight: 500;
}

.post-navigation .nav-label {
  display: block;
  font-size: 0.75rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.post-navigation a:hover {
  color: #2C5F8A;
}

.nav-next {
  text-align: right;
}

@media (max-width: 640px) {
  .post-navigation {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   Archive / Blog Listing
   ======================================== */

.archive-header {
  margin-bottom: 2rem;
}

.archive-description {
  font-size: 0.9375rem;
  color: #666;
  margin-top: 0.25rem;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin: 2.5rem 0;
}

.pagination a,
.pagination .current {
  padding: 0.5rem 0.875rem;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
}

.pagination a {
  color: #2C5F8A;
  border: 1px solid #ddd;
}

.pagination a:hover {
  background: #f0f5fa;
  border-color: #2C5F8A;
}

.pagination .current {
  background: #2C5F8A;
  color: #fff;
  border: 1px solid #2C5F8A;
}

/* ========================================
   Footer
   ======================================== */

.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 2.5rem 0 2rem;
  margin-top: 3rem;
  font-size: 0.8125rem;
  color: #888;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #f0f0f0;
}

.footer-site-name {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  display: block;
  margin-bottom: 0.25rem;
}

.footer-tagline {
  font-size: 0.8125rem;
  color: #999;
  margin: 0;
  max-width: 320px;
  line-height: 1.5;
}

.footer-nav ul {
  list-style: none;
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.footer-nav a {
  color: #666;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: 500;
}

.footer-nav a:hover {
  color: #2C5F8A;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.footer-disclosure {
  font-size: 0.75rem;
  color: #aaa;
  line-height: 1.6;
  max-width: 600px;
}

.footer-disclosure a {
  color: #999;
}

.footer-copyright {
  font-size: 0.75rem;
  color: #bbb;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .footer-top {
    flex-direction: column;
    gap: 1.25rem;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

/* ========================================
   Homepage — Hero
   ======================================== */

.content-area--wide {
  max-width: 960px;
  padding-top: 0;
}

.hero {
  padding: 3rem 0 2rem;
  border-bottom: 1px solid #eee;
}

.hero__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.hero__title {
  font-size: clamp(1.75rem, 4vw, 2.375rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #1a1a2e;
  margin-bottom: 1.25rem;
}

.hero__lead {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 0.75rem;
}

.hero__actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.btn {
  display: inline-block;
  padding: 0.7rem 1.35rem;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: all 0.15s ease;
  cursor: pointer;
  border: none;
  line-height: 1.4;
}

.btn--sm {
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
}

.btn--primary {
  background: #2C5F8A;
  color: #fff;
}

.btn--primary:hover {
  background: #1a3d5c;
  color: #fff;
  transform: translateY(-1px);
}

.btn--ghost {
  background: transparent;
  color: #2C5F8A;
  border: 1.5px solid #c8d8e8;
}

.btn--ghost:hover {
  background: #f0f5fa;
  color: #1a3d5c;
  border-color: #2C5F8A;
}

.hero__visual {
  display: flex;
  justify-content: center;
}

.hero-diagram {
  width: 100%;
  max-width: 380px;
  height: auto;
}

@media (min-width: 769px) {
  .hero__inner {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
  }

  .hero__text {
    flex: 1;
    min-width: 0;
  }

  .hero__visual {
    flex: 0 0 380px;
  }
}

/* ========================================
   Homepage — Stat Bar
   ======================================== */

.stat-bar {
  padding: 1.75rem 0;
  border-bottom: 1px solid #eee;
  background: #f7f9fc;
}

.stat-bar__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 0.75rem;
  text-align: center;
}

.stat-item__number {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  color: #2C5F8A;
  letter-spacing: -0.02em;
}

.stat-item__label {
  display: block;
  font-size: 0.75rem;
  color: #888;
  margin-top: 0.125rem;
}

@media (min-width: 769px) {
  .stat-bar__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}

/* ========================================
   Homepage — Data Section (charts)
   ======================================== */

.data-section {
  padding: 3rem 0 2.5rem;
  border-bottom: 1px solid #eee;
}

.data-section__header {
  max-width: 640px;
  margin-bottom: 2rem;
}

.data-section__header h2 {
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
  padding-top: 0;
}

.data-section__header p {
  font-size: 0.9375rem;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

.chart-container {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 0.75rem;
  overflow-x: auto;
}

.model-chart {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.chart-note {
  font-size: 0.75rem;
  color: #aaa;
  line-height: 1.5;
  margin: 0;
  font-style: italic;
}

/* ========================================
   Homepage — Reviews Section
   ======================================== */

.reviews-section {
  padding: 3rem 0;
  border-bottom: 1px solid #eee;
}

.section-header {
  margin-bottom: 1.75rem;
}

.section-title {
  font-size: 1.5rem;
  margin: 0 0 0.25rem;
  letter-spacing: -0.02em;
  padding-top: 0;
}

.section-title--centered {
  text-align: center;
}

.section-subtitle {
  font-size: 0.9375rem;
  color: #888;
  margin: 0;
  line-height: 1.5;
}

.section-subtitle--centered {
  text-align: center;
}

.section-badge {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #2C5F8A;
  background: #eef4fb;
  padding: 0.25rem 0.625rem;
  border-radius: 3px;
  margin-bottom: 0.5rem;
}

/* Featured review card */

.featured-review__card {
  background: #f7f9fc;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e8edf3;
  margin-bottom: 2rem;
}

.featured-review__image {
  overflow: hidden;
}

.featured-review__image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.featured-review__card:hover .featured-review__image img {
  transform: scale(1.02);
}

.featured-review__content {
  padding: 1.25rem;
}

.featured-review__title {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}

.featured-review__title a {
  color: #1a1a2e;
  text-decoration: none;
}

.featured-review__title a:hover {
  color: #2C5F8A;
}

.featured-review__meta {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.8125rem;
  color: #888;
  margin-bottom: 0.75rem;
}

.featured-review__meta .sep { color: #ccc; }

.featured-review__excerpt {
  font-size: 0.9375rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

@media (min-width: 769px) {
  .featured-review__card {
    display: flex;
    flex-direction: row;
  }

  .featured-review__image {
    flex: 0 0 45%;
  }

  .featured-review__image img {
    height: 100%;
    aspect-ratio: auto;
  }

  .featured-review__content {
    flex: 1;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

/* Review card grid */

.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.review-card {
  border-radius: 10px;
  border: 1px solid #e8edf3;
  overflow: hidden;
  background: #fff;
  transition: box-shadow 0.2s ease, transform 0.15s ease;
}

.review-card:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transform: translateY(-2px);
}

.review-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #f1f5f9;
}

.review-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.review-card:hover .review-card__image img {
  transform: scale(1.03);
}

.review-card__image--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-card__body {
  padding: 0.875rem 1rem 1.125rem;
}

.review-card__category {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #2C5F8A;
  margin-bottom: 0.25rem;
}

.review-card__title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 0.375rem;
  letter-spacing: -0.01em;
}

.review-card__title a {
  color: #1a1a2e;
  text-decoration: none;
}

.review-card__title a:hover {
  color: #2C5F8A;
}

.review-card__meta {
  font-size: 0.75rem;
  color: #999;
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.review-card__meta .sep { color: #ccc; }

@media (min-width: 580px) {
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 960px) {
  .reviews-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ========================================
   Homepage — Methodology Cards (diagram + text)
   ======================================== */

.methodology-section {
  padding: 3rem 0 2rem;
  border-bottom: 1px solid #eee;
}

.methodology-section .section-title {
  margin-bottom: 0.25rem;
}

.methodology-section .section-subtitle {
  margin-bottom: 2.5rem;
}

.methodology-cards {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.method-card {
  background: #f7f9fc;
  border: 1px solid #e8edf3;
  border-radius: 12px;
  padding: 1.5rem;
}

.method-card__diagram {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.method-svg {
  width: 100%;
  max-width: 280px;
  height: auto;
}

.method-card__text h3 {
  font-size: 1.125rem;
  margin: 0 0 0.5rem;
}

.method-card__text p {
  font-size: 0.9375rem;
  color: #555;
  line-height: 1.65;
  margin: 0;
}

@media (min-width: 769px) {
  .method-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
    padding: 2rem;
  }

  .method-card__diagram {
    flex: 0 0 300px;
    margin-bottom: 0;
  }

  .method-card__text {
    flex: 1;
    min-width: 0;
  }

  .method-card--reverse {
    flex-direction: row-reverse;
  }
}

/* ========================================
   Homepage — Latest Posts Section
   ======================================== */

.posts-section {
  padding: 3rem 0;
}

.posts-section .section-title {
  margin-bottom: 2rem;
}

/* ========================================
   404 Page
   ======================================== */

.error-404 {
  text-align: center;
  padding: 4rem 0;
}

.error-404 h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.error-404 p {
  font-size: 1.125rem;
  color: #555;
}

/* ========================================
   Accessibility
   ======================================== */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  word-wrap: normal;
}

:focus-visible {
  outline: 2px solid #2C5F8A;
  outline-offset: 2px;
}

/* ========================================
   Print
   ======================================== */

@media print {
  .site-header,
  .site-footer,
  .post-navigation,
  .menu-toggle,
  .wp-block-buttons {
    display: none;
  }

  body {
    font-size: 12pt;
    color: #000;
  }
}
