/*
Theme Name: Moban 8-2-8
Description: Chủ đề WordPress tùy chỉnh cho cổng thông tin game Bầu Cua Tôm Cá (Hoo Hey How) – phong cách Tết đèn lồng với ánh sáng ấm đỏ vàng, tối ưu SEO.
Version: 1.0
Author: Moban82
Text Domain: moban82
*/

/* Google Fonts (Lora + Source Sans 3) are enqueued in functions.php — no @import here. */

/* ============================================================
   1. Design tokens — đêm đèn lồng
   ============================================================ */
:root {
  --night: #230c08;
  --ember: #3a1710;
  --ember-deep: #2c100a;
  --lantern-red: #d64545;
  --amber: #ffb54d;
  --amber-soft: #ffd9a0;
  --amber-deep: #c77b23;
  --cream: #ffe9c9;
  --line: rgba(255, 181, 77, 0.26);
  --radius: 24px;
  --radius-sm: 14px;
  --glow: 0 14px 42px rgba(255, 150, 60, 0.28);
  --glow-strong: 0 18px 60px rgba(255, 150, 60, 0.45);
  --font-display: 'Lora', Georgia, serif;
  --font-body: 'Source Sans 3', 'Segoe UI', sans-serif;
  --wrap: 1180px;
}

/* ============================================================
   2. Reset & base
   ============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--cream);
  background-color: var(--night);
  background-image:
    radial-gradient(ellipse 46% 34% at 18% -4%, rgba(255, 150, 60, 0.2), transparent 62%),
    radial-gradient(ellipse 42% 30% at 84% -2%, rgba(214, 69, 69, 0.24), transparent 60%),
    radial-gradient(ellipse 70% 40% at 50% 118%, rgba(255, 181, 77, 0.12), transparent 65%);
  background-attachment: fixed;
  overflow-x: hidden;
}

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

a {
  color: var(--amber);
  text-decoration: none;
  transition: color 0.25s ease;
}

a:hover {
  color: var(--amber-soft);
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.25;
  color: var(--amber);
  margin: 0 0 0.6em;
}

h1 { font-size: clamp(1.8rem, 4.6vw, 2.9rem); }
h2 { font-size: clamp(1.4rem, 3.4vw, 2.05rem); }
h3 { font-size: clamp(1.08rem, 2.4vw, 1.3rem); }

p {
  margin: 0 0 1.2em;
}

.wrap {
  width: min(var(--wrap), 92%);
  margin-inline: auto;
}

.section {
  padding: 3.4rem 0;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--amber-soft);
  margin-bottom: 0.8rem;
}

.section-kicker::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--amber);
  box-shadow: 0 0 12px var(--amber);
}

.section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 0.6rem;
}

.section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 90px;
  height: 3px;
  border-radius: 3px;
  background: radial-gradient(circle, var(--amber) 0 40%, transparent 75%);
}

.section > .wrap,
.section-head {
  text-align: center;
}

.section > .wrap > p {
  max-width: 68ch;
  margin-inline: auto;
  color: rgba(255, 233, 201, 0.82);
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* ============================================================
   3. Header — dải đèn giăng ngang
   ============================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(35, 12, 8, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.site-header__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 0 0.55rem;
  position: relative;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.site-brand__logo {
  width: 50px;
  height: 50px;
  border-radius: 50% 50% 46% 46%;
  border: 2px solid var(--amber);
  box-shadow: 0 0 22px rgba(255, 181, 77, 0.55);
}

.site-brand__name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--amber);
  line-height: 1.1;
  text-align: left;
  text-shadow: 0 0 18px rgba(255, 181, 77, 0.4);
}

.site-brand__tag {
  display: block;
  font-family: var(--font-body);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 233, 201, 0.7);
}

.site-nav {
  display: none;
  width: 100%;
}

.site-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0.35rem 0 0.4rem;
  list-style: none;
}

.site-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 1rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--cream);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-nav__link::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lantern-red);
  box-shadow: 0 0 8px rgba(214, 69, 69, 0.8);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.site-nav__link:hover,
.site-nav__link:focus {
  color: var(--night);
  background: var(--amber);
  border-color: var(--amber);
  box-shadow: var(--glow);
}

.site-nav__link:hover::before,
.site-nav__link:focus::before {
  background: var(--night);
  box-shadow: none;
}

.nav-toggle {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 46px;
  height: 46px;
  padding: 12px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0.7rem;
}

.nav-toggle__bar {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: var(--amber);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.site-nav.is-open {
  display: block;
  width: 100%;
}

.site-nav.is-open .site-nav__list {
  flex-direction: column;
  align-items: stretch;
}

.site-nav.is-open .site-nav__link {
  justify-content: flex-start;
  border-radius: var(--radius-sm);
  padding: 0.75rem 1rem;
}

@media (min-width: 960px) {
  .site-nav {
    display: block;
  }

  .nav-toggle {
    display: none;
  }
}

/* ============================================================
   4. Front page — đèn lớn giữa trang
   ============================================================ */
.lantern-hero {
  display: grid;
  gap: 2rem;
  align-items: center;
  padding: 3rem 0 3.4rem;
  position: relative;
}

@media (min-width: 980px) {
  .lantern-hero {
    grid-template-columns: 1fr minmax(300px, 380px) 1fr;
  }
}

.lantern-hero__side {
  color: rgba(255, 233, 201, 0.85);
}

.lantern-hero__side h1 {
  margin-bottom: 0.45em;
}

@media (max-width: 979px) {
  .lantern-hero__side {
    text-align: center;
  }

  .lantern-hero__side--cta {
    order: 3;
  }
}

.lantern-hero__note {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.92rem;
  margin-bottom: 1rem;
}

.lantern-hero__note::before {
  content: '❋';
  color: var(--amber);
}

@media (max-width: 979px) {
  .lantern-hero__note {
    justify-content: center;
  }
}

/* Central lantern medallion */
.lantern-hero__lamp {
  position: relative;
  margin: 0 auto;
  width: min(100%, 360px);
}

.lantern-hero__lamp::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -46px;
  transform: translateX(-50%);
  width: 3px;
  height: 46px;
  background: linear-gradient(180deg, transparent, var(--amber-deep));
}

.lantern-hero__lamp::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -52px;
  transform: translateX(-50%);
  width: 46px;
  height: 12px;
  border-radius: 6px;
  background: var(--amber-deep);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.lantern-hero__lamp img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 46% 46% 44% 44%;
  border: 3px solid var(--amber);
  box-shadow: 0 0 60px rgba(255, 170, 70, 0.5), 0 0 140px rgba(255, 120, 40, 0.25), inset 0 0 40px rgba(0, 0, 0, 0.25);
  animation: lamp-breathe 4.5s ease-in-out infinite;
}

@keyframes lamp-breathe {
  0%, 100% { box-shadow: 0 0 60px rgba(255, 170, 70, 0.45), 0 0 120px rgba(255, 120, 40, 0.2); }
  50% { box-shadow: 0 0 80px rgba(255, 170, 70, 0.65), 0 0 160px rgba(255, 120, 40, 0.32); }
}

/* Hanging symbol lanterns */
.lantern-string {
  position: relative;
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(2, 1fr);
  margin: 2.2rem 0 0;
  padding: 0;
  list-style: none;
}

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

@media (min-width: 1024px) {
  .lantern-string {
    grid-template-columns: repeat(6, 1fr);
  }
}

.lantern-string::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--amber-deep) 12%, var(--amber-deep) 88%, transparent);
}

.lantern-tile {
  text-align: center;
  padding-top: 2rem;
  position: relative;
  animation: tile-sway 5.5s ease-in-out infinite;
  transform-origin: top center;
}

.lantern-tile:nth-child(2n) {
  animation-delay: 1.1s;
}

.lantern-tile:nth-child(3n) {
  animation-delay: 2s;
}

@keyframes tile-sway {
  0%, 100% { transform: rotate(-1.4deg); }
  50% { transform: rotate(1.4deg); }
}

.lantern-tile::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  width: 2px;
  height: 1.3rem;
  background: var(--amber-deep);
}

.lantern-tile img {
  width: 92px;
  height: 92px;
  margin: 0 auto 0.7rem;
  border-radius: 48% 48% 45% 45%;
  border: 2px solid var(--amber);
  box-shadow: 0 0 26px rgba(255, 170, 70, 0.45);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lantern-tile:hover img {
  transform: scale(1.08);
  box-shadow: 0 0 40px rgba(255, 170, 70, 0.7);
}

.lantern-tile__name {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--amber-soft);
}

/* Blessing tags */
.blessing-row {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
  padding: 0;
  list-style: none;
}

@media (min-width: 900px) {
  .blessing-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

.blessing-tag {
  position: relative;
  background: linear-gradient(170deg, var(--lantern-red), #a52f28);
  border: 1px solid rgba(255, 217, 160, 0.5);
  border-radius: 12px 12px 18px 18px;
  padding: 1.5rem 1rem 1.3rem;
  text-align: center;
  box-shadow: var(--glow);
}

.blessing-tag::before {
  content: '';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 14px;
  background: var(--amber-deep);
}

.blessing-tag__word {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--amber-soft);
  margin-bottom: 0.4rem;
}

.blessing-tag__text {
  font-size: 0.86rem;
  color: rgba(255, 233, 201, 0.9);
  margin: 0;
}

/* Feature lantern cards */
.lantern-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
  margin-top: 2.2rem;
}

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

@media (min-width: 1024px) {
  .lantern-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.lantern-card {
  background: linear-gradient(175deg, var(--ember), var(--ember-deep));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--glow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lantern-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--glow-strong);
}

.lantern-card__media img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.lantern-card__body {
  padding: 1.1rem 1.2rem 1.4rem;
}

.lantern-card__title {
  margin-bottom: 0.35rem;
  color: var(--amber-soft);
}

.lantern-card__text {
  font-size: 0.92rem;
  color: rgba(255, 233, 201, 0.8);
  margin: 0;
}

/* Rules panel */
.rules-panel {
  margin: 1.8rem auto 0;
  max-width: 860px;
  background: rgba(58, 23, 16, 0.8);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--glow);
  overflow: hidden;
}

.rules-panel table {
  width: 100%;
  border-collapse: collapse;
}

.rules-panel th,
.rules-panel td {
  padding: 0.9rem 1.1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 181, 77, 0.14);
  font-size: 0.95rem;
}

.rules-panel th {
  background: rgba(214, 69, 69, 0.25);
  color: var(--amber-soft);
  font-family: var(--font-display);
  font-weight: 600;
}

.rules-panel tbody tr:hover {
  background: rgba(255, 181, 77, 0.07);
}

.table-scroll {
  overflow-x: auto;
}

/* Reviews */
.glow-review-grid {
  display: grid;
  gap: 1.4rem;
  grid-template-columns: 1fr;
  margin-top: 2.2rem;
}

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

.glow-review {
  margin: 0;
  background: linear-gradient(175deg, var(--ember), var(--ember-deep));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem 1.4rem;
  box-shadow: var(--glow);
}

.glow-review__stars {
  color: var(--amber);
  letter-spacing: 0.18em;
  text-shadow: 0 0 10px rgba(255, 181, 77, 0.6);
  margin-bottom: 0.6rem;
}

.glow-review__text {
  font-style: italic;
  font-size: 0.95rem;
  color: rgba(255, 233, 201, 0.92);
}

.glow-review__author {
  margin: 0.9rem 0 0;
  font-weight: 700;
  font-size: 0.86rem;
  color: var(--amber-soft);
}

/* ============================================================
   5. CTA button
   ============================================================ */
.cta-btn {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.06rem;
  letter-spacing: 0.03em;
  color: var(--night);
  background: linear-gradient(160deg, var(--amber-soft), var(--amber) 55%, var(--amber-deep));
  border-radius: 999px;
  padding: 0.95rem 2.5rem;
  box-shadow: var(--glow);
  animation: cta-glow 2.8s ease-in-out infinite;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cta-btn:hover,
.cta-btn:focus {
  color: var(--night);
  transform: translateY(-3px) scale(1.03);
  box-shadow: var(--glow-strong);
}

.cta-btn--block {
  display: block;
  width: max-content;
  margin-inline: auto;
}

@keyframes cta-glow {
  0%, 100% { box-shadow: 0 14px 40px rgba(255, 150, 60, 0.3); }
  50% { box-shadow: 0 14px 58px rgba(255, 150, 60, 0.55); }
}

.cta-strip {
  text-align: center;
  padding: 2.6rem 1rem;
  margin: 2rem 0 3rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: radial-gradient(ellipse at center, rgba(255, 170, 70, 0.14), transparent 72%);
  box-shadow: inset 0 0 60px rgba(255, 150, 60, 0.08);
}

/* ============================================================
   6. Breadcrumbs
   ============================================================ */
.breadcrumbs {
  padding: 1rem 0 0;
  font-size: 0.85rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 233, 201, 0.65);
}

.breadcrumbs li + li::before {
  content: '✦';
  margin-right: 0.4rem;
  color: var(--amber);
  font-size: 0.7rem;
}

.breadcrumbs a {
  color: rgba(255, 233, 201, 0.65);
}

.breadcrumbs a:hover {
  color: var(--amber);
}

.breadcrumbs [aria-current="page"] {
  color: var(--amber);
}

/* ============================================================
   7. Archive — thẻ đèn tròn
   ============================================================ */
.page-head {
  padding: 2.2rem 0 0.6rem;
  text-align: center;
}

.page-head .section-kicker {
  justify-content: center;
}

.post-grid {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1fr;
  padding: 1.6rem 0 3rem;
}

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

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

.post-card {
  background: linear-gradient(175deg, var(--ember), var(--ember-deep));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--glow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--glow-strong);
}

.post-card__media {
  display: block;
  padding: 10px 10px 0;
}

.post-card__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 18px;
}

.post-card__body {
  padding: 1.1rem 1.2rem 1.4rem;
}

.post-card__title {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.08rem;
  margin-bottom: 0.4rem;
}

.post-card__title a {
  color: var(--cream);
}

.post-card__title a:hover {
  color: var(--amber);
}

.post-card__excerpt {
  font-size: 0.9rem;
  color: rgba(255, 233, 201, 0.72);
  margin-bottom: 0.8rem;
}

.post-card__meta {
  font-size: 0.8rem;
  color: var(--amber-deep);
}

.empty-state {
  text-align: center;
  padding: 4rem 1rem;
  color: rgba(255, 233, 201, 0.7);
}

/* Pagination */
.pagination,
.nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding: 0.5rem 0 3rem;
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 0.7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--cream);
  font-weight: 600;
  background: var(--ember);
}

.page-numbers.current {
  background: var(--amber);
  color: var(--night);
  border-color: var(--amber);
  box-shadow: var(--glow);
}

.page-numbers:hover {
  border-color: var(--amber);
  color: var(--amber);
}

.page-numbers.current:hover {
  color: var(--night);
}

/* ============================================================
   8. Single post
   ============================================================ */
.single-head {
  padding: 2rem 0 1rem;
  max-width: 820px;
  margin-inline: auto;
  text-align: center;
}

.single-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 1.4rem;
  font-size: 0.85rem;
  color: rgba(255, 233, 201, 0.7);
  margin-bottom: 1.4rem;
}

.single-head img {
  border-radius: var(--radius);
  box-shadow: var(--glow);
}

.entry-content {
  max-width: 760px;
}

.entry-content img {
  border-radius: var(--radius);
  box-shadow: var(--glow);
}

.entry-content h2,
.entry-content h3 {
  margin-top: 1.8em;
}

.entry-content blockquote {
  margin: 1.6em 0;
  padding: 1.1rem 1.5rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: linear-gradient(170deg, var(--ember), var(--ember-deep));
  box-shadow: var(--glow);
  font-family: var(--font-display);
  font-style: italic;
  color: var(--amber-soft);
}

.related-block {
  padding: 2.5rem 0 3rem;
}

/* ============================================================
   9. Footer
   ============================================================ */
.site-footer {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, var(--ember-deep), #170704);
  padding: 2.8rem 0 1.6rem;
  text-align: center;
  position: relative;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--amber) 20%, var(--lantern-red) 50%, var(--amber) 80%, transparent);
  opacity: 0.7;
}

.site-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem 1.6rem;
  margin: 0 0 1.6rem;
  padding: 0;
  list-style: none;
}

.site-footer__nav a {
  color: rgba(255, 233, 201, 0.72);
  font-size: 0.92rem;
  font-weight: 600;
}

.site-footer__nav a:hover {
  color: var(--amber);
}

.site-footer__badge {
  margin: 1.4rem 0;
}

.site-footer__disclaimer {
  max-width: 720px;
  margin: 1.2rem auto 0;
  font-size: 0.82rem;
  line-height: 1.8;
  color: rgba(255, 233, 201, 0.6);
}

.site-footer__disclaimer p {
  margin: 0.3em 0;
}

.site-footer__copy {
  margin-top: 1.4rem;
  font-size: 0.78rem;
  color: rgba(255, 233, 201, 0.4);
}

/* ============================================================
   10. Motion & a11y
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }
}

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