/* Ko Hawaiʻi Pae ʻĀina — pono landing */
body.pono-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    url("../images/pono/islands-map.svg") center 58% / min(105vw, 920px) no-repeat;
  opacity: 0.16;
  filter: saturate(1.1) hue-rotate(-8deg);
}

body.pono-page .vapor-scene,
body.pono-page .scanlines,
body.pono-page .glow {
  z-index: 0;
}

body.pono-page #page-root,
body.pono-page .site-topbar,
body.pono-page .radio-bar {
  position: relative;
  z-index: 2;
}

.pono-bg-credit {
  position: fixed;
  right: 1rem;
  bottom: 3.75rem;
  z-index: 3;
  font-family: "Orbitron", sans-serif;
  font-size: 0.48rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(139, 168, 212, 0.45);
  pointer-events: none;
}

.pono-hero {
  max-width: 820px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 1.5rem;
  text-align: center;
}

.pono-hero h1 {
  font-family: "Caveat", cursive;
  font-size: clamp(2.4rem, 7vw, 3.6rem);
  font-weight: 600;
  color: var(--green-wave);
  text-shadow: 0 0 24px rgba(29, 233, 182, 0.45);
  margin-bottom: 0.35rem;
}

.pono-hero .pono-sub {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(0.62rem, 2vw, 0.78rem);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1.5rem;
}

.pono-article {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 1.5rem 4rem;
}

.pono-article h2 {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(0.95rem, 2.5vw, 1.1rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--teal);
  margin: 2.25rem 0 0.75rem;
}

.pono-article p,
.pono-article li {
  color: var(--text);
  font-size: 1.02rem;
  margin-bottom: 1rem;
}

.pono-figure {
  margin: 1.75rem 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(12, 18, 42, 0.6);
}

.pono-figure--hero {
  margin: 0 0 2rem;
  border: 2px solid rgba(0, 245, 212, 0.35);
  border-radius: 12px;
  box-shadow: 0 0 40px rgba(0, 245, 212, 0.12), 0 12px 48px rgba(0, 0, 0, 0.45);
}

.pono-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.pono-figure--hero img {
  max-height: min(62vh, 520px);
  object-fit: cover;
  object-position: center;
}

.pono-flags {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin: 1.25rem 0 1.75rem;
}

.pono-flags .pono-figure {
  margin: 0;
}

.pono-figure figcaption {
  padding: 0.65rem 0.85rem;
  font-size: 0.78rem;
  color: var(--muted);
  border-top: 1px solid rgba(0, 245, 212, 0.12);
  line-height: 1.45;
}

.pono-links {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 1.25rem 0;
}

.pono-links a {
  color: var(--teal);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 245, 212, 0.35);
  padding-bottom: 0.1rem;
  transition: color 0.2s, border-color 0.2s;
}

.pono-links a:hover {
  color: var(--gold-soft);
  border-color: var(--gold-soft);
}

.pono-note {
  margin-top: 2.5rem;
  padding: 1rem 1.1rem;
  border-left: 3px solid var(--purple);
  background: rgba(157, 78, 221, 0.08);
  font-size: 0.9rem;
  color: var(--muted);
}

.pono-back {
  display: inline-block;
  margin: 2rem 0 1rem;
  font-family: "Orbitron", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--magenta);
  text-decoration: none;
}

.pono-back:hover {
  color: var(--teal);
}

@media (max-width: 720px) {
  body.pono-page::before {
    background-size: 140vw;
    opacity: 0.12;
  }

  .pono-bg-credit {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.pono-page::before {
    opacity: 0.1;
  }
}
