/*
Theme Name: Treasure Trove
Theme URI: https://digitaltreasuretroveblog.com
Author: Digital Treasure Trove
Description: Custom brand theme for Digital Treasure Trove Blog. Parchment canvas, chest-navy ink, teal and gold accents, and the signature pixel-treasure sparkle.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: treasuretrove
*/

/* ─────────────────────────────────────────────
   TOKENS
───────────────────────────────────────────── */
:root {
  --parchment: #FAF6EF;
  --parchment-deep: #F3ECDF;
  --ink: #0D2534;
  --ink-mid: #33475A;
  --ink-soft: #64748B;
  --teal: #2F8A82;
  --teal-deep: #226B65;
  --teal-tint: #E4F0EE;
  --gold: #C0913F;
  --gold-deep: #A87A2C;
  --gold-tint: #F6ECDA;
  --white: #FFFFFF;
  --line: #E9E0CF;
  --card-shadow: 0 2px 6px rgba(13, 37, 52, 0.05), 0 12px 32px rgba(13, 37, 52, 0.07);
  --radius: 14px;
  --font-display: 'Archivo', 'Helvetica Neue', Arial, sans-serif;
  --font-body: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --font-script: 'Caveat', cursive;
  --wrap: 1180px;
  --prose: 760px;
}

/* ─────────────────────────────────────────────
   BASE
───────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--parchment);
  color: var(--ink-mid);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.75;
}
html, body { overflow-x: hidden; overflow-x: clip; }
img { max-width: 100%; height: auto; }
a { color: var(--teal); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--teal-deep); }
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  color: var(--ink);
  line-height: 1.2;
  margin: 1.8em 0 0.55em;
  font-weight: 800;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(30px, 4.6vw, 46px); font-weight: 900; }
h2 { font-size: clamp(24px, 3.2vw, 32px); }
h3 { font-size: clamp(19px, 2.4vw, 23px); }
p { margin: 0 0 1.4em; }
::selection { background: var(--gold-tint); color: var(--ink); }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 3px; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: #fff; padding: 10px 18px; z-index: 999;
}
.skip-link:focus { left: 12px; top: 12px; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

/* ─────────────────────────────────────────────
   SIGNATURE — pixel-treasure sparkle
   Squares escaping the chest, in teal & gold.
───────────────────────────────────────────── */
.sparkle { position: relative; overflow: hidden; }
.sparkle::before, .sparkle::after {
  content: '';
  position: absolute;
  width: 12px; height: 12px;
  pointer-events: none;
}
.sparkle::before {
  right: 6%; top: 18%;
  background: #3B9A90;
  box-shadow:
    26px -14px 0 -2px #C0913F,
    54px 6px 0 0 #2F8A82,
    14px 30px 0 -4px #C0913F,
    72px -26px 0 -3px #2F8A82,
    44px 42px 0 -5px #C0913F,
    92px 18px 0 -5px #C0913F,
    -18px 10px 0 -5px #2F8A82;
  opacity: .55;
}
.sparkle::after {
  left: 5%; bottom: 16%;
  background: #C0913F;
  box-shadow:
    -24px 16px 0 -3px #2F8A82,
    -50px -6px 0 -1px #C0913F,
    -12px -28px 0 -5px #2F8A82,
    -70px 24px 0 -4px #C0913F,
    -40px -40px 0 -6px #2F8A82,
    20px -18px 0 -6px #C0913F;
  opacity: .45;
}

/* Gold-ruled eyebrow — the "— BLOG —" device */
.eyebrow {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  font-family: var(--font-display);
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
}
.eyebrow::before, .eyebrow::after {
  content: ''; height: 2px; width: 44px; background: var(--gold); opacity: .8; flex: none;
}

/* ─────────────────────────────────────────────
   HEADER
───────────────────────────────────────────── */
.site-header {
  background: var(--parchment);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 90;
}
.site-header .wrap {
  display: flex; align-items: center; gap: 28px;
  min-height: 78px;
}
.site-brand { display: flex; align-items: center; gap: 14px; text-decoration: none; margin-right: auto; }
.site-brand img { width: 52px; height: 52px; border-radius: 50%; display: block; }
.site-brand .brand-text { line-height: 1.1; }
.site-brand .brand-name {
  display: block; font-family: var(--font-display); font-weight: 900;
  font-size: 19px; letter-spacing: 0.01em; color: var(--ink);
}
.site-brand .brand-name .accent { color: var(--teal); }
.site-brand .brand-sub {
  display: block; font-family: var(--font-display); font-weight: 700;
  font-size: 10px; letter-spacing: 0.34em; color: var(--gold); text-transform: uppercase;
}
.main-nav ul { list-style: none; display: flex; gap: 6px; margin: 0; padding: 0; }
.main-nav a {
  display: block; padding: 10px 14px;
  font-family: var(--font-display); font-weight: 600; font-size: 15px;
  color: var(--ink); text-decoration: none; border-radius: 8px;
}
.main-nav a:hover { background: var(--parchment-deep); color: var(--teal-deep); }
.main-nav .current-menu-item > a,
.main-nav .current_page_item > a { color: var(--teal); }
.header-cta {
  display: inline-block;
  background: var(--gold); color: #fff !important;
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  text-decoration: none; padding: 11px 22px; border-radius: 999px;
  transition: background .18s ease, transform .12s ease;
  white-space: nowrap;
}
.header-cta:hover { background: var(--gold-deep); transform: translateY(-1px); }

.nav-toggle {
  display: none;
  background: none; border: 2px solid var(--ink); border-radius: 8px;
  width: 44px; height: 40px; cursor: pointer; padding: 0;
  color: var(--ink); font-size: 20px; line-height: 1;
}

@media (max-width: 900px) {
  .nav-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .main-nav {
    display: none;
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--parchment); border-bottom: 1px solid var(--line);
    padding: 10px 24px 18px;
  }
  .site-header.nav-open .main-nav { display: block; }
  .main-nav ul { flex-direction: column; gap: 0; }
  .main-nav a { padding: 12px 6px; font-size: 17px; }
  .header-cta { display: none; }
  .site-header.nav-open .header-cta.mobile { display: inline-block; margin-top: 10px; }
}

/* ─────────────────────────────────────────────
   PAGE HERO BAND
───────────────────────────────────────────── */
.page-hero {
  background: var(--parchment);
  text-align: center;
  padding: 64px 24px 52px;
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { margin: 0 auto; max-width: 900px; }
.page-hero .hero-sub {
  margin: 14px auto 0; max-width: 620px;
  color: var(--ink-soft); font-size: 17px;
}

/* ─────────────────────────────────────────────
   POST CARDS
───────────────────────────────────────────── */
.post-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
  padding: 56px 0 24px;
}
@media (max-width: 980px) { .post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .post-grid { grid-template-columns: 1fr; } }

.post-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--card-shadow);
  display: flex; flex-direction: column;
  transition: transform .16s ease, box-shadow .16s ease;
}
.post-card:hover { transform: translateY(-3px); box-shadow: 0 4px 10px rgba(13,37,52,.07), 0 18px 44px rgba(13,37,52,.11); }
.post-card .card-media { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--parchment-deep); }
.post-card .card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.post-card .card-body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.card-cat {
  align-self: flex-start;
  font-family: var(--font-display); font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--teal-deep); background: var(--teal-tint);
  padding: 5px 10px; border-radius: 999px; margin-bottom: 12px;
  text-decoration: none;
}
a.card-cat:hover { background: var(--teal); color: #fff; }
.post-card h2, .post-card h3 {
  margin: 0 0 10px; font-size: 20px; line-height: 1.3;
}
.post-card h2 a, .post-card h3 a { color: var(--ink); text-decoration: none; }
.post-card h2 a:hover, .post-card h3 a:hover { color: var(--teal-deep); }
.post-card .card-excerpt { font-size: 15px; color: var(--ink-soft); margin: 0 0 16px; }
.card-more {
  margin-top: auto;
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  color: var(--gold-deep); text-decoration: none; letter-spacing: .02em;
}
.card-more:hover { color: var(--gold); }

/* Pagination */
.pagination-wrap { padding: 8px 0 72px; }
.nav-links { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; }
.nav-links .page-numbers {
  display: inline-block; min-width: 42px; text-align: center;
  padding: 9px 13px; border-radius: 10px;
  background: var(--white); border: 1px solid var(--line);
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  color: var(--ink); text-decoration: none;
}
.nav-links .page-numbers.current { background: var(--ink); color: #fff; border-color: var(--ink); }
.nav-links .page-numbers:hover:not(.current) { border-color: var(--teal); color: var(--teal-deep); }

/* ─────────────────────────────────────────────
   SINGLE POST / PAGE
───────────────────────────────────────────── */
.article-hero { padding: 60px 24px 34px; text-align: center; border-bottom: 0; }
.article-hero h1 { max-width: 860px; margin: 0 auto; }
.article-meta {
  margin-top: 18px;
  font-family: var(--font-display); font-size: 14px; font-weight: 600;
  color: var(--ink-soft);
}
.article-meta a { color: var(--teal-deep); text-decoration: none; }
.article-meta .sep { margin: 0 10px; color: var(--line); }

.featured-wrap { max-width: 940px; margin: 0 auto; padding: 0 24px; }
.featured-wrap img {
  width: 100%; border-radius: var(--radius);
  box-shadow: var(--card-shadow); display: block;
}

.entry-content {
  max-width: var(--prose);
  margin: 0 auto;
  padding: 44px 24px 72px;
}
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { margin-top: 1.7em; }
.entry-content ul, .entry-content ol { padding-left: 1.3em; margin: 0 0 1.5em; }
.entry-content li { margin-bottom: .55em; }
.entry-content li::marker { color: var(--gold); }
.entry-content img { border-radius: 10px; }
.entry-content figure { margin: 2em 0; }
.entry-content figcaption { font-size: 13px; color: var(--ink-soft); text-align: center; margin-top: 8px; }

.entry-content blockquote,
.wp-block-quote {
  margin: 2.2em 0;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--teal);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 22px 28px;
  font-size: 18px;
  color: var(--ink);
}
.wp-block-quote p:last-child { margin-bottom: 0; }
.wp-block-quote cite { font-size: 14px; color: var(--ink-soft); font-style: normal; }

.wp-block-separator {
  border: none; height: 2px; width: 90px;
  background: var(--gold); opacity: .7; margin: 3em auto;
}

.wp-block-button__link, .wp-element-button {
  background: var(--gold) !important; color: #fff !important;
  font-family: var(--font-display) !important; font-weight: 700 !important;
  border-radius: 999px !important; padding: 15px 34px !important;
  text-decoration: none !important; border: none;
  transition: background .18s ease, transform .12s ease;
}
.wp-block-button__link:hover, .wp-element-button:hover {
  background: var(--gold-deep) !important; transform: translateY(-1px);
}
.wp-block-buttons { margin: 2em 0; }

.entry-content table { width: 100%; border-collapse: collapse; margin: 2em 0; background: var(--white); }
.entry-content th, .entry-content td { border: 1px solid var(--line); padding: 12px 14px; text-align: left; font-size: 15px; }
.entry-content th { background: var(--parchment-deep); font-family: var(--font-display); color: var(--ink); }

.entry-content .alignwide {
  position: relative; left: 50%; transform: translateX(-50%);
  width: min(1000px, calc(100vw - 48px)); max-width: none;
}
.entry-content .alignfull {
  position: relative; left: 50%; right: 50%;
  width: 100vw; max-width: 100vw;
  margin-left: -50vw; margin-right: -50vw;
  transform: none;
}

/* Center the inner content of full-bleed sections (Spectra root
   containers, core groups/covers): the section background spans the
   viewport, the content inside stays centered on a readable measure. */
.entry-content .alignfull > .uagb-container-inner-blocks-wrap,
.entry-content .alignfull > .wp-block-group__inner-container,
.entry-content .alignfull > .wp-block-cover__inner-container {
  width: 100%;
  max-width: var(--wrap);
  margin-left: auto; margin-right: auto;
  padding-left: 24px; padding-right: 24px;
  box-sizing: border-box;
}

/* Full-bleed page template (front page & Spectra layouts) */
.content-canvas { padding: 0; }
.content-canvas .entry-content { max-width: none; padding: 0; }
.content-canvas .entry-content > *:not(.alignfull):not(.alignwide) {
  width: min(var(--wrap), calc(100% - 48px));
  margin-left: auto; margin-right: auto;
}
.content-canvas .entry-content .alignfull,
.content-canvas .entry-content .alignwide {
  left: auto; right: auto; transform: none;
  margin-left: 0; margin-right: 0;
  width: 100%; max-width: 100%;
}

/* ─────────────────────────────────────────────
   RELATED POSTS
───────────────────────────────────────────── */
.related-band { background: var(--parchment-deep); border-top: 1px solid var(--line); padding: 56px 0 64px; }
.related-band .eyebrow { justify-content: flex-start; }
.related-band .eyebrow::after { display: none; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 20px; }
@media (max-width: 900px) { .related-grid { grid-template-columns: 1fr; } }

/* ─────────────────────────────────────────────
   COMMENTS
───────────────────────────────────────────── */
.comments-area { max-width: var(--prose); margin: 0 auto; padding: 0 24px 72px; }
.comment-list { list-style: none; padding: 0; }
.comment-body { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 24px; margin-bottom: 18px; }
.comment-author { font-family: var(--font-display); font-weight: 700; color: var(--ink); }
.comment-metadata { font-size: 13px; }
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"], .comment-form textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px;
  font-family: var(--font-body); font-size: 15px; background: var(--white);
}
.comment-form .submit {
  background: var(--ink); color: #fff; border: none; border-radius: 999px;
  font-family: var(--font-display); font-weight: 700; padding: 13px 30px; cursor: pointer;
}
.comment-form .submit:hover { background: var(--teal-deep); }

/* ─────────────────────────────────────────────
   FOOTER
───────────────────────────────────────────── */
.site-footer { background: var(--ink); color: #B9C6D2; }
.footer-motto {
  text-align: center; padding: 58px 24px 8px; position: relative;
}
.footer-motto .motto-line {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(19px, 3vw, 27px); letter-spacing: .05em;
  color: #fff; text-transform: uppercase; margin: 0;
}
.footer-motto .motto-line .gold { color: var(--gold); }
.footer-motto .journey {
  font-family: var(--font-script); font-size: clamp(22px, 3vw, 29px);
  color: var(--gold); margin: 8px 0 0;
}
.footer-motto .journey::after { content: ' \2726'; font-size: .7em; }

.footer-social { display: flex; justify-content: center; gap: 14px; padding: 30px 24px 8px; }
.footer-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(255,255,255,.08); color: #fff;
  transition: background .18s ease, transform .12s ease;
}
.footer-social a:hover { background: var(--teal); transform: translateY(-2px); }
.footer-social svg { width: 20px; height: 20px; fill: currentColor; }

.footer-legal {
  text-align: center; padding: 18px 24px 40px; font-size: 14px;
}
.footer-legal li { display: inline; list-style: none; }
.footer-legal a { color: #B9C6D2; text-decoration: none; margin: 0 10px; }
.footer-legal a:hover { color: var(--gold); }
.footer-legal .copyright { display: block; margin-top: 14px; color: #7A8CA0; font-size: 13px; }

/* Footer sparkle inherits .sparkle on dark bg */
.site-footer .sparkle::before { opacity: .5; }
.site-footer .sparkle::after { opacity: .4; }

/* ─────────────────────────────────────────────
   404 & SEARCH
───────────────────────────────────────────── */
.big-404 {
  font-family: var(--font-display); font-weight: 900;
  font-size: clamp(70px, 14vw, 140px); color: var(--gold-tint);
  -webkit-text-stroke: 3px var(--gold); margin: 0; line-height: 1;
}
.search-form-inline { display: flex; gap: 10px; max-width: 460px; margin: 26px auto 0; }
.search-form-inline input[type="search"] {
  flex: 1; border: 1px solid var(--line); border-radius: 999px;
  padding: 13px 20px; font-size: 16px; background: var(--white); font-family: var(--font-body);
}
.search-form-inline button {
  background: var(--teal); color: #fff; border: none; border-radius: 999px;
  padding: 13px 26px; font-family: var(--font-display); font-weight: 700; cursor: pointer;
}
.search-form-inline button:hover { background: var(--teal-deep); }

/* ─────────────────────────────────────────────
   MOTION DISCIPLINE
───────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* ─────────────────────────────────────────────
   COVER HERO — front page, mirroring the brand cover
───────────────────────────────────────────── */
.cover-hero {
  position: relative;
  overflow: hidden;
  background: var(--parchment);
  text-align: center;
  padding: 72px 24px 88px;
  border-bottom: 1px solid var(--line);
}

.cover-emblem {
  width: 148px; height: 148px;
  margin: 0 auto 26px;
  border-radius: 50%;
  background: var(--white);
  border: 3px solid var(--ink);
  box-shadow: inset 0 0 0 7px var(--white), inset 0 0 0 9px var(--gold);
  display: flex; align-items: center; justify-content: center;
}
.cover-emblem img { width: 96px; height: 96px; display: block; }

.cover-lockup { margin: 0; line-height: 1.04; }
.cover-lockup span { display: block; }
.cover-lockup .line-digital {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(26px, 4.4vw, 46px);
  letter-spacing: 0.30em;
  text-indent: 0.30em; /* balance tracking */
  text-transform: uppercase;
  color: var(--teal);
}
.cover-lockup .line-trove {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(38px, 7.4vw, 78px);
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: var(--ink);
  margin-top: 4px;
}
.cover-lockup .line-blog {
  display: flex; align-items: center; justify-content: center; gap: 18px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(16px, 2.2vw, 24px);
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  text-transform: uppercase;
  color: var(--gold);
  margin-top: 14px;
}
.cover-lockup .line-blog::before,
.cover-lockup .line-blog::after {
  content: ''; height: 2px; width: 74px; background: var(--gold); flex: none;
}
.cover-lockup .line-blog::after { text-indent: 0; }

/* Feature icon row */
.cover-features {
  list-style: none;
  display: flex; justify-content: center; align-items: stretch;
  gap: 0; margin: 44px auto 0; padding: 0;
  max-width: 980px;
}
.cover-features li {
  display: flex; align-items: center; gap: 12px;
  padding: 4px 26px;
  border-right: 1px solid var(--line);
  text-align: left;
}
.cover-features li:last-child { border-right: 0; }
.feat-icon {
  width: 46px; height: 46px; flex: none;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.feat-icon svg { width: 24px; height: 24px; }
.feat-icon.teal { border: 1.5px solid var(--teal); color: var(--teal); }
.feat-icon.gold { border: 1.5px solid var(--gold); color: var(--gold); }
.feat-label {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--ink);
}

/* Navy banner CTA */
.cover-banner {
  display: inline-block;
  margin-top: 46px;
  background: var(--ink);
  border-radius: 16px;
  padding: 22px 48px;
  text-decoration: none;
  transition: transform .14s ease, box-shadow .14s ease;
  box-shadow: 0 10px 30px rgba(13, 37, 52, .18);
}
.cover-banner:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(13, 37, 52, .26); }
.cover-banner .banner-motto {
  display: block;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(17px, 2.6vw, 24px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}
.cover-banner .banner-motto .gold { color: var(--gold); }
.cover-banner .banner-journey {
  display: block;
  font-family: var(--font-script);
  font-size: clamp(20px, 2.6vw, 27px);
  color: var(--gold);
  margin-top: 2px;
}
.cover-banner .banner-journey::after { content: ' \2726'; font-size: .68em; }

/* Pixel scatter clusters, denser than .sparkle, one per side */
.cover-sparkle {
  position: absolute; top: 22%;
  width: 14px; height: 14px;
  pointer-events: none;
}
.cover-sparkle.left {
  left: 11%;
  background: #C0913F;
  box-shadow:
    -34px 42px 0 -2px #2F8A82,
    22px 74px 0 -4px #C0913F,
    -58px 96px 0 0 #2F8A82,
    -12px 128px 0 -5px #C0913F,
    -76px 12px 0 -6px #2F8A82,
    36px 20px 0 -6px #2F8A82,
    -40px 168px 0 -4px #C0913F,
    18px 196px 0 -7px #2F8A82;
  opacity: .8;
}
.cover-sparkle.right {
  right: 11%;
  background: #2F8A82;
  box-shadow:
    38px 36px 0 -3px #C0913F,
    -20px 66px 0 -1px #C0913F,
    62px 92px 0 -5px #2F8A82,
    12px 118px 0 -4px #C0913F,
    78px 14px 0 -6px #C0913F,
    -34px 24px 0 -6px #2F8A82,
    44px 162px 0 -5px #2F8A82,
    -8px 190px 0 -7px #C0913F;
  opacity: .8;
}

@media (max-width: 860px) {
  .cover-features { flex-wrap: wrap; gap: 14px 0; }
  .cover-features li { border-right: 0; padding: 4px 16px; }
  .cover-sparkle.left { left: 3%; }
  .cover-sparkle.right { right: 3%; }
}
@media (max-width: 560px) {
  .cover-hero { padding: 52px 18px 64px; }
  .cover-features { flex-direction: column; align-items: center; gap: 14px; margin-top: 34px; }
  .cover-features li { padding: 0; }
  .cover-banner { padding: 18px 28px; }
  .cover-sparkle { display: none; }
}

/* The legacy Spectra hero on the front page (block edf9ad47) is superseded
   by the theme's cover hero. Content is preserved; it's simply not shown. */
.home .entry-content > .uagb-block-edf9ad47 { display: none; }
