:root {
  --blue: #1687ff;
  --ice: #84c9ff;
  --deep: #031321;
  --muted: #aac1d2;
  --line: #234357;
  --heading: "Barlow Condensed", Impact, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--deep);
  color: #f4faff;
  font:
    400 15px/1.6 Inter,
    Arial,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  color: inherit;
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
a:focus-visible,
button:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #a9dbff;
  outline-offset: 5px;
}
button:disabled {
  opacity: 0.5;
  cursor: wait;
}
.page {
  overflow: clip;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: var(--heading);
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}
.nav {
  max-width: 1440px;
  margin: auto;
  padding: 22px 4%;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  background: #031321;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.3;
}
.brand strong {
  font-size: 16px;
}
.brand small,
.footer-brand small {
  display: block;
  color: var(--ice);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-top: 5px;
}
.brand-mark {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #5382a1;
}
.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.social-nav,
.footer-socials {
  display: flex;
  align-items: center;
  gap: 8px;
}
.social-nav a,
.footer-socials a {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
}
.social-logo-img {
  height: 22px;
  width: 22px;
  object-fit: contain;
}
.pin-logo-img {
  background: #bd081c;
  border-radius: 50%;
  padding: 3px;
}
.buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px 24px;
  border: 1px solid #329aff;
  background: var(--blue);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.025em;
  white-space: nowrap;
  box-shadow: 0 6px 24px #1687ff24;
}
.buy-btn span {
  transition: transform 0.2s;
}
.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 44px 8%;
  padding: 32px 6% 46px;
  max-width: 1600px;
  margin: auto;
}
.hero-photo,
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-photo {
  background: url("assets/cat-pool-clean.png") 75% 52% / cover no-repeat;
}
.hero-overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, #031321ed 0%, #03132199 45%, #03132142 100%),
    linear-gradient(0deg, #031321 0%, transparent 32%, #03132177 100%);
}
.current-goal {
  grid-column: 1/-1;
  width: 100%;
  position: relative;
  padding: 18px 54px 16px 22px;
  border: 1px solid #4f8bab66;
  background: #031321bc;
  backdrop-filter: blur(12px);
  border-radius: 12px;
}
.current-goal.is-hidden {
  display: none;
}
.current-goal-close {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 6px;
  background: #163448;
  font-size: 24px;
}
.current-goal-top,
.current-goal-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.current-goal-top > div {
  display: grid;
  gap: 3px;
}
.current-goal-kicker {
  font-size: 10px;
  color: var(--ice);
  font-weight: 800;
  letter-spacing: 0.15em;
}
#currentGoalTitle {
  font-size: 14px;
}
#currentGoalPercent {
  color: var(--ice);
}
.current-goal-bar,
.milestone-bar {
  height: 7px;
  background: #234152;
  border-radius: 10px;
  overflow: hidden;
  margin: 12px 0 8px;
}
.current-goal-bar span,
.milestone-fill {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #1687ff, #8bd8ff);
  border-radius: 10px;
  transition: width 0.6s;
}
.current-goal-bottom {
  font-size: 10px;
  color: var(--muted);
}
.hero-copy {
  padding: 12px 0;
}
.hero h1 {
  font-size: clamp(76px, 8.8vw, 136px);
  line-height: 0.88;
  margin: 0 0 24px;
  letter-spacing: -0.025em;
}
.hand {
  font-size: 11px;
  letter-spacing: 0.16em;
  font-weight: 800;
  color: var(--ice);
  margin-bottom: 20px;
}
.mission-line {
  font-size: 20px;
  line-height: 1.5;
  max-width: 430px;
  margin-bottom: 16px;
}
.hero-disclaimer {
  font-size: 11px;
  color: #c0d5e2;
  max-width: 375px;
  margin-bottom: 24px;
}
.progress-wrap {
  align-self: center;
  text-align: center;
  justify-self: center;
  width: 100%;
  max-width: 370px;
}
.progress-ring {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
  background: #041827ab;
  border-radius: 50%;
  backdrop-filter: blur(5px);
}
.ring-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.ring-track,
.ring-progress {
  fill: none;
  stroke-width: 10;
}
.ring-track {
  stroke: #42749966;
}
.ring-progress {
  stroke: #319cff;
  stroke-linecap: round;
  stroke-dasharray: 816.814;
  stroke-dashoffset: 816.814;
  transition: stroke-dashoffset 0.8s;
}
.meter-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
}
.meter-text .meter-kicker {
  font-size: 10px;
  letter-spacing: 0.13em;
  color: #c6e2f5;
}
.meter-text strong {
  font-family: var(--heading);
  font-size: 64px;
  line-height: 1.25;
  font-weight: 800;
}
.meter-text span {
  font-size: 11px;
  font-weight: 800;
  color: var(--ice);
}
.meter-text small {
  color: #b1cddd;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.4;
}
.meter-text em {
  font-style: normal;
  font-size: 9px;
  letter-spacing: 0.18em;
}
.meter-note {
  font-size: 10px;
  margin: 16px 0 4px;
  color: #bdd8eb;
}
.text-button {
  background: none;
  border: 0;
  font-size: 11px;
  color: var(--ice);
  padding: 8px 12px;
  border-radius: 6px;
}
.contract-card {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 16px;
  margin-top: 8px;
}
.contract,
.stats {
  border: 1px solid #355567;
  border-radius: 10px;
  background: #061c2ce3;
  padding: 18px;
}
.contract label,
.stats span {
  display: block;
  color: var(--ice);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 9px;
  margin-bottom: 8px;
}
.contract-row {
  display: flex;
  gap: 8px;
  align-items: center;
  min-width: 0;
}
.contract code {
  overflow-wrap: anywhere;
  min-width: 0;
  font-size: 11px;
  flex: 1;
}
.contract button {
  background: #15394f;
  border: 1px solid #406c85;
  border-radius: 6px;
  padding: 7px 12px;
}
.stats {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.stats strong {
  font-size: 12px;
}
.launch-stat small {
  display: block;
  font-size: 9px;
  color: var(--ice);
}
.info-section {
  max-width: 1320px;
  margin: auto;
  padding: 90px 6%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
}
.info-section h2,
.gallery-section h2 {
  font-size: 40px;
  margin-bottom: 24px;
  color: var(--ice);
}
.mission h3 {
  font-size: 38px;
  line-height: 1.1;
  margin-bottom: 24px;
}
.mission p {
  color: var(--muted);
}
.mission p strong {
  color: #fff;
}
.mission-math {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  border-block: 1px solid var(--line);
  padding: 24px 0;
  margin: 28px 0 20px;
}
.mission-math strong {
  display: block;
  font-family: var(--heading);
  font-size: 54px;
  line-height: 1;
  color: var(--ice);
}
.mission-math span {
  display: block;
  font-size: 9px;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
.math-note {
  font-size: 12px;
}
.mission .disclaimer {
  font-size: 12px;
  line-height: 1.7;
  border-left: 3px solid #1687ff;
  padding: 14px 18px;
  background: #0a2537;
  color: #c7dce9;
  margin-top: 28px;
  scroll-margin-top: 24px;
}
.milestones {
  display: grid;
  gap: 12px;
}
.milestone {
  padding: 16px 18px;
  border: 1px solid #234357;
  background: #071e2e;
  border-radius: 10px;
}
.milestone.active {
  border-color: #329aff;
  background: #09293f;
}
.milestone.unlocked {
  border-color: #429c9f;
}
.milestone.locked {
  background: #061a28;
}
.milestone-top,
.milestone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.milestone-title {
  display: flex;
  gap: 12px;
  align-items: center;
}
.milestone-title > div {
  display: grid;
}
.milestone-title b {
  font-size: 18px;
  color: var(--ice);
}
.milestone-title span:not(.milestone-dot) {
  font-size: 11px;
  color: #c4d8e7;
}
.milestone-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #59768b;
}
.active .milestone-dot,
.unlocked .milestone-dot {
  background: #5dc5ff;
  box-shadow: 0 0 12px #1687ff88;
}
.milestone-percent {
  font-size: 11px;
  color: var(--ice);
}
.milestone-status {
  font-size: 9px;
  color: #abc4d4;
}
.roadmap-note {
  font-size: 11px;
  color: var(--muted);
  margin: 18px 0 0;
}
.gallery-section {
  max-width: 1320px;
  margin: auto;
  padding: 0 6% 80px;
}
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.section-heading h2 {
  margin-bottom: 8px;
}
.section-heading p {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}
.section-heading > a {
  font-weight: 800;
  font-size: 11px;
  color: var(--ice);
  padding: 12px;
  border-radius: 6px;
  white-space: nowrap;
}
.gallery {
  display: flex;
  align-items: center;
  gap: 18px;
}
.gallery-track {
  display: flex;
  gap: 18px;
  overflow: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  flex: 1;
  min-width: 0;
  border-radius: 12px;
}
.gallery-track::-webkit-scrollbar {
  display: none;
}
.gallery-card {
  flex: 0 0 calc((100% - 36px) / 3);
  scroll-snap-align: center;
  border: 2px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1;
  background: #08273b;
}
.gallery-card.active {
  border-color: #71c3ff;
}
.gallery-card a {
  display: block;
  height: 100%;
}
.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.gallery-arrow {
  flex: 0 0 42px;
  width: 42px;
  height: 48px;
  background: #102f44;
  border: 1px solid #3c627a;
  border-radius: 8px;
  font-size: 30px;
}
.dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2px;
  margin: 16px 0;
}
.dot {
  width: 25px;
  height: 28px;
  background: transparent;
  border: 0;
  position: relative;
}
.dot:after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 12px;
  height: 4px;
  background: #45677d;
  border-radius: 4px;
}
.dot.active:after {
  background: var(--blue);
}
.download-btn {
  display: block;
  margin: 0 auto;
  padding: 12px 24px;
  background: #10354e;
  border: 1px solid #378cc4;
  border-radius: 8px;
  color: #b2e0ff;
  font-size: 11px;
  font-weight: 800;
}
.gallery-note {
  text-align: center;
  font-size: 11px;
  color: var(--muted);
  margin: 18px 0 0;
}
footer {
  border-top: 1px solid var(--line);
  padding: 36px 6% 22px;
  background: #02101c;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  max-width: 1160px;
  margin: auto;
}
.footer-brand {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0 12px;
  align-items: center;
}
.footer-brand strong {
  font-size: 13px;
}
.footer-brand p {
  grid-column: 1/-1;
  font-size: 11px;
  color: var(--muted);
  margin: 16px 0 0;
}
.footer-note {
  font-size: 10px;
  font-weight: 800;
  color: var(--ice);
}
.footer-bottom {
  max-width: 1160px;
  margin: 28px auto 0;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 10px;
}
.toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 15px);
  opacity: 0;
  pointer-events: none;
  padding: 12px 20px;
  background: #0d4d79;
  border: 1px solid #7dccff;
  border-radius: 10px;
  z-index: 30;
  font-size: 12px;
  transition: 0.2s;
}
.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 10px;
  background: white;
  color: #031321;
  padding: 10px;
  z-index: 100;
}
.skip-link:focus {
  top: 10px;
}
@media (hover: hover) {
  .buy-btn:hover {
    background: #389aff;
    box-shadow: 0 8px 28px #1687ff66;
    transform: translateY(-3px);
  }
  .buy-btn:hover span:not(.edge-light) {
    transform: translateX(4px);
  }
  button:hover,
  .social-nav a:hover,
  .footer-socials a:hover,
  .section-heading > a:hover {
    background: #214b68;
    color: white;
  }
  .gallery-card a:hover img {
    transform: scale(1.035);
  }
  .brand:hover,
  .footer-note:hover,
  .footer-bottom a:hover,
  .launch-stat a:hover {
    color: var(--ice);
  }
}
button:active,
.buy-btn:active {
  transform: translateY(1px);
}
@media (min-width: 1600px) {
  .hero {
    border-radius: 20px;
  }
}
@media (max-width: 1000px) {
  .nav {
    flex-wrap: wrap;
    gap: 16px;
  }
  .social-nav {
    order: 3;
    width: 100%;
    justify-content: center;
    border-top: 1px solid var(--line);
    padding-top: 10px;
  }
  .hero {
    gap: 32px 5%;
    padding-inline: 5%;
  }
  .hero h1 {
    font-size: 100px;
  }
  .contract-card {
    grid-template-columns: 1fr;
  }
  .progress-wrap {
    max-width: 310px;
  }
  .info-section {
    gap: 6%;
    padding-inline: 5%;
  }
  .footer-main {
    flex-wrap: wrap;
  }
  .footer-note {
    margin-left: auto;
  }
  .gallery-section {
    padding-inline: 5%;
  }
}
@media (max-width: 650px) {
  .nav {
    padding: 16px 5%;
    gap: 14px 8px;
  }
  .brand strong {
    font-size: 12px;
  }
  .brand small {
    font-size: 8px;
  }
  .brand-mark {
    width: 38px;
    height: 38px;
  }
  .nav .buy-btn {
    font-size: 9px;
    padding: 11px 12px;
    gap: 6px;
  }
  .social-nav a {
    font-size: 10px;
    padding: 6px 8px;
  }
  .social-logo-img {
    width: 18px;
    height: 18px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 10px;
  }
  .hero-photo {
    background-position: 62% center;
  }
  .hero-overlay {
    background: linear-gradient(180deg, #031321a8, #0313217a 45%, #031321 96%);
  }
  .current-goal {
    padding: 14px 44px 12px 14px;
  }
  #currentGoalTitle {
    font-size: 11px;
  }
  #currentGoalPercent {
    font-size: 12px;
  }
  .current-goal-bottom {
    font-size: 8px;
  }
  .hero h1 {
    font-size: clamp(78px, 18vw, 112px);
  }
  .hero-copy {
    padding: 8px 0;
  }
  .hand {
    font-size: 9px;
  }
  .mission-line {
    font-size: 18px;
  }
  .progress-wrap {
    max-width: 300px;
  }
  .contract-card {
    margin: 0;
  }
  .contract,
  .stats {
    padding: 14px;
  }
  .contract code {
    font-size: 10px;
  }
  .stats {
    gap: 8px;
  }
  .stats strong {
    font-size: 11px;
  }
  .info-section {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-block: 55px;
  }
  .info-section h2,
  .gallery-section h2 {
    font-size: 34px;
  }
  .mission h3 {
    font-size: 35px;
  }
  .section-heading {
    align-items: start;
    gap: 10px;
  }
  .section-heading > a {
    padding: 6px 0;
    font-size: 9px;
  }
  .gallery {
    gap: 8px;
  }
  .gallery-arrow {
    flex-basis: 30px;
    width: 30px;
    height: 44px;
  }
  .gallery-card {
    flex-basis: 100%;
  }
  .gallery-section {
    padding-bottom: 50px;
  }
  .footer-main {
    display: grid;
    grid-template-columns: 1fr;
  }
  .footer-socials {
    flex-wrap: wrap;
  }
  .footer-socials a {
    padding: 8px 8px 8px 0;
    font-size: 11px;
  }
  .footer-note {
    margin: 0;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .meter-text strong {
    font-size: 56px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
}
/* Pool light and pointer ripples stay behind the content. */
.water-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  opacity: 0.5;
  mix-blend-mode: screen;
  mask-image: linear-gradient(90deg, transparent, #0008 40%, #000 100%);
}
.motion-toggle {
  position: absolute;
  right: 6%;
  bottom: 12px;
  padding: 3px 8px;
  font-size: 9px;
  color: #a9cfe6;
  border: 0;
  background: #062335b0;
  border-radius: 5px;
}
.border-glow {
  isolation: isolate;
  --edge-proximity: 0;
  --cursor-angle: 45deg;
  --edge-sensitivity: 30;
  --glow-intensity: 1;
  --cone-spread: 25%;
}
.border-glow-static {
  position: relative;
}
.border-glow > .edge-light {
  display: block;
  position: absolute;
  inset: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 3;
  font-style: normal;
  opacity: clamp(
    0,
    calc(
      (var(--edge-proximity) - var(--edge-sensitivity)) /
        (100 - var(--edge-sensitivity)) * var(--glow-intensity)
    ),
    1
  );
  mask-image: conic-gradient(
    from var(--cursor-angle),
    #000 var(--cone-spread),
    transparent 40%,
    transparent 60%,
    #000 75%
  );
  transition: opacity 0.2s ease-out;
}
.border-glow > .edge-light:before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid #b6eaff;
  border-radius: inherit;
  box-shadow:
    inset 0 0 1px #bcf1ff,
    inset 0 0 4px #67d4ffb3,
    inset 0 0 12px #1687ff66,
    inset 0 0 24px #1687ff33,
    0 0 3px #83d9ffb3,
    0 0 12px #1687ff66,
    0 0 28px #1687ff33;
}
.edge-mesh {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0.35;
  background:
    radial-gradient(at 80% 55%, #67d4ff, transparent 50%),
    radial-gradient(at 8% 6%, #1687ff, transparent 50%),
    radial-gradient(at 86% 85%, #9baaff, transparent 50%);
  mask-image: radial-gradient(ellipse at center, transparent 55%, #000 100%);
  pointer-events: none;
}
.border-glow-divider > .edge-light {
  border-radius: 0;
}
.border-glow-divider > .edge-light:before {
  border-width: 0;
  border-top-width: 1px;
  box-shadow:
    inset 0 2px 8px #1687ff55,
    0 -2px 12px #1687ff33;
}
.mission-math > .edge-light:before {
  border-bottom-width: 1px;
}
.disclaimer > .edge-light:before {
  border-top-width: 0;
  border-left-width: 3px;
  box-shadow: inset 8px 0 16px #1687ff44;
}
.social-nav > .edge-light {
  display: none;
}
.progress-ring > .edge-light {
  inset: 5%;
  border-radius: 50%;
  --glow-intensity: 0.7;
}
.border-glow:not(:hover) > .edge-light {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.border-glow:focus-visible > .edge-light {
  opacity: 0.7;
  mask-image: none;
}
@media (max-width: 1000px) {
  .social-nav > .edge-light {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  .border-glow:hover > .edge-light {
    opacity: 0.45;
    mask-image: none;
  }
}
.gallery-card a {
  position: relative;
}
.gallery-card a:after {
  content: "VIEW ON PINTEREST ↗";
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  padding: 10px 8px;
  border: 1px solid #78c9ff66;
  border-radius: 6px;
  background: #031321d9;
  color: #dff4ff;
  font-size: 9px;
  font-weight: 800;
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  transition: 0.2s;
  pointer-events: none;
}
@media (hover: hover) {
  .gallery-card:hover {
    border-color: #94e6ff;
    box-shadow: 0 0 20px #1687ff33;
  }
  .gallery-card a:hover img {
    transform: scale(1.065);
    filter: brightness(1.12);
  }
  .gallery-card a:hover:after {
    opacity: 1;
    transform: none;
  }
  .social-nav a:hover,
  .footer-socials a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 16px #1687ff22;
  }
  .social-nav a:hover img,
  .footer-socials a:hover img {
    filter: drop-shadow(0 0 5px #6bbfff);
  }
  .brand:hover .brand-mark {
    box-shadow: 0 0 20px #1687ff77;
  }
  .launch-stat a:hover,
  .footer-bottom a:hover,
  .footer-note:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
  }
}
.gallery-card a:focus-visible:after {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .water-layer {
    display: none;
  }
  .gallery-card a:hover img,
  .gallery-card a:after {
    transform: none !important;
  }
  .border-glow > .edge-light {
    mask-image: none;
  }
}
/* Decorative electric perimeter is separate from the factual progress arc. */
.electric-border {
  box-shadow:
    0 0 18px #39c6ff33,
    inset 0 0 18px #39c6ff11;
}
.electric-canvas {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 4;
}
.electric-border > .edge-light {
  display: none;
}
.electric-toggle {
  display: block;
  margin: 0 auto;
  font-size: 9px;
}
#ringGoal {
  font-size: 22px;
  color: #d8efff;
}
#ringGoalLabel {
  font-size: 8px;
  letter-spacing: 0.1em;
}

.activity-section {
  padding: 60px 0 20px;
}
.activity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.activity-card {
  border: 1px solid #315969;
  border-radius: 18px;
  padding: 26px;
  background: #0a2231;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.activity-kicker {
  color: #8bdcff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.activity-card h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 29px;
  margin: 0;
  font-weight: 800;
}
.activity-number {
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 800;
  line-height: 1.1;
  overflow-wrap: anywhere;
}
.activity-card p {
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
  color: #bbccd6;
}
.activity-card dl {
  margin: 0;
  padding: 16px 0;
  border-top: 1px solid #315969;
  border-bottom: 1px solid #315969;
}
.activity-card dt {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a1c9dd;
}
.activity-card dd {
  margin: 6px 0 0;
  font-size: 22px;
  font-weight: 800;
}
.activity-card small {
  margin-top: auto;
  font-size: 10px;
  line-height: 1.7;
  color: #8eafc2;
}
.activity-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 11px;
  color: #a0bccb;
  margin-top: 18px;
}
.activity-note {
  font-size: 11px;
  line-height: 1.8;
  color: #9bb5c5;
  max-width: 920px;
}
.activity-status button {
  border: 1px solid #315969;
  border-radius: 8px;
  padding: 10px;
  white-space: nowrap;
}
@media (max-width: 760px) {
  .activity-grid {
    grid-template-columns: 1fr;
  }
  .activity-section {
    padding: 35px 0 10px;
  }
  .activity-number {
    font-size: 42px;
  }
  .activity-status {
    align-items: flex-start;
    flex-direction: column;
  }
}
.activity-section {
  max-width: 1320px;
  margin: auto;
  padding: 0 6% 70px;
}
.activity-section h2 {
  font-size: 40px;
  color: var(--ice);
}
@media (max-width: 760px) {
  .activity-section {
    padding: 0 5% 50px;
  }
  .activity-section h2 {
    font-size: 34px;
  }
}

.section-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px 24px;
  padding: 12px 5%;
  border-block: 1px solid var(--line);
  background: #061c2a;
}
.section-nav a {
  font-size: 11px;
  font-weight: 700;
  color: #bdd8e7;
  padding: 6px 4px;
}
.section-nav a:hover {
  color: #fff;
}
.faq-section {
  max-width: 1320px;
  margin: auto;
  padding: 0 6% 80px;
}
.faq-section h2 {
  font-size: 40px;
  color: var(--ice);
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: start;
}
.faq-card {
  border: 1px solid #315969;
  background: #081f2e;
  border-radius: 12px;
  padding: 18px 22px;
}
.faq-card summary {
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  line-height: 1.6;
}
.faq-card summary:focus-visible {
  outline: 3px solid var(--ice);
  outline-offset: 5px;
}
.faq-card p {
  font-size: 13px;
  color: #b9ceda;
  line-height: 1.8;
  margin: 14px 0 0;
}
section[id],
h2[id] {
  scroll-margin-top: 24px;
}
@media (max-width: 650px) {
  .section-nav {
    gap: 4px 16px;
  }
  .section-nav a {
    font-size: 10px;
  }
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .faq-section {
    padding: 0 5% 50px;
  }
  .faq-section h2 {
    font-size: 34px;
  }
}
.not-found {
  max-width: 800px;
  margin: 12vh auto;
  padding: 40px 6%;
}
.not-found h1 {
  font-size: clamp(60px, 10vw, 100px);
  margin: 28px 0;
}
.not-found p {
  color: var(--muted);
}

.click-spark {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100;
  user-select: none;
}
.warp-headline {
  position: relative;
}
.warp-canvas {
  position: absolute;
  left: -16px;
  top: -16px;
  width: calc(100% + 32px);
  height: calc(100% + 32px);
  pointer-events: none;
  display: none;
}
.warp-ready > .warp-canvas {
  display: block;
}
.warp-ready > span {
  opacity: 0;
}
.warp-toggle {
  display: block;
  margin: -14px 0 16px;
  padding-left: 0;
}
@media (prefers-reduced-motion: reduce) {
  .click-spark,
  .warp-canvas,
  .warp-toggle {
    display: none !important;
  }
  .warp-ready > span {
    opacity: 1;
  }
}
