@font-face { font-family: "Fallback Sans"; src: local("Arial"); size-adjust: 102%; }

:root {
  --sun: oklch(79% 0.16 78);
  --sun-soft: oklch(92% 0.07 82);
  --navy: oklch(25% 0.07 264);
  --navy-deep: oklch(18% 0.055 264);
  --paper: oklch(97% 0.018 82);
  --ink: oklch(23% 0.045 264);
  --muted: oklch(49% 0.03 264);
  --line: oklch(77% 0.035 82);
  --display: "Anybody", "Fallback Sans", sans-serif;
  --body: "Geologica", "Fallback Sans", sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { color-scheme: light; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); line-height: 1.55; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 10; top: 1rem; left: 1rem; padding: .7rem 1rem; color: var(--paper); background: var(--navy-deep); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.site-header { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 1.25rem clamp(1.25rem, 4vw, 4.5rem); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: .75rem; width: max-content; font-weight: 650; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 2.1rem; height: 2.1rem; color: var(--navy-deep); background: var(--sun); font-family: var(--display); font-size: .78rem; font-weight: 800; letter-spacing: -.04em; border-radius: .25rem; transform: rotate(-3deg); }
nav { display: flex; gap: clamp(1rem, 3vw, 2.5rem); }
nav a { padding-block: .35rem; color: var(--muted); font-size: .82rem; font-weight: 650; text-decoration: none; }
nav a:hover, nav a:focus-visible, nav a[aria-current="page"] { color: var(--ink); box-shadow: inset 0 -2px var(--sun); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(18rem, .65fr); min-height: 38rem; overflow: hidden; background: var(--sun); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(oklch(30% .05 78 / .16) 1px, transparent 1px), linear-gradient(90deg, oklch(30% .05 78 / .16) 1px, transparent 1px); background-size: 5rem 5rem; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-copy { position: relative; z-index: 1; align-self: end; padding: clamp(5rem, 10vw, 8rem) clamp(1.25rem, 6vw, 7rem); }
.eyebrow, .section-intro > p, .private-index { margin: 0 0 1.5rem; font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 12ch; margin: 0; font-family: var(--display); font-size: clamp(3.8rem, 7vw, 7.8rem); font-stretch: 88%; font-weight: 780; letter-spacing: -.025em; line-height: .9; }
h1 span { color: var(--navy); }
.intro { max-width: 39rem; margin: 2rem 0 0; font-size: clamp(1.05rem, 1.7vw, 1.4rem); }
.pulse { position: relative; z-index: 1; align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(2rem, 4vw, 4rem); color: var(--paper); background: var(--navy); }
.pulse-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1rem; border-bottom: 1px solid oklch(95% .02 264 / .18); }
.pulse-head p { margin: 0; font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.status-dot { width: .72rem; height: .72rem; background: var(--sun); border-radius: 50%; box-shadow: 0 0 0 .35rem oklch(79% .16 78 / .13); }
.pulse.is-error .status-dot { background: oklch(67% .18 29); }
.pulse > strong { margin: 1.8rem 0 2.5rem; font-family: var(--display); font-size: clamp(2.3rem, 4vw, 4.7rem); font-stretch: 92%; line-height: .95; }
.pulse dl { margin: 0; border-top: 1px solid oklch(95% .02 264 / .18); }
.pulse dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid oklch(95% .02 264 / .18); }
.pulse dt { color: oklch(92% .02 264 / .66); font-size: .78rem; }
.pulse dd { margin: 0; font-size: .8rem; font-weight: 700; }
.pulse a { margin-top: 1.5rem; font-size: .84rem; font-weight: 700; text-underline-offset: .3rem; }

.destinations { padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 8rem); }
.section-intro { display: grid; grid-template-columns: .42fr 1fr; gap: 2rem; margin-bottom: clamp(3rem, 7vw, 6rem); }
.section-intro > p { color: var(--muted); }
.section-intro h2, .private-zone h2 { max-width: 13ch; margin: 0; font-family: var(--display); font-size: clamp(2.6rem, 5vw, 5.8rem); font-stretch: 90%; letter-spacing: -.022em; line-height: 1; }
.destination-list { border-top: 1px solid var(--line); }
.destination { display: grid; grid-template-columns: 4rem 1fr auto; gap: clamp(1rem, 4vw, 4rem); align-items: center; min-height: 11rem; padding: 2rem 0; text-decoration: none; border-bottom: 1px solid var(--line); transition: padding .3s var(--ease), background-color .3s ease; }
.destination:hover, .destination:focus-visible { padding-inline: 1.4rem; outline: 0; }
.destination.profile:hover, .destination.profile:focus-visible { background: oklch(90% .055 264); }
.destination.status:hover, .destination.status:focus-visible { background: oklch(91% .055 152); }
.destination.lab:hover, .destination.lab:focus-visible { background: oklch(91% .06 30); }
.number { align-self: start; padding-top: .4rem; font-size: .75rem; font-weight: 750; }
.destination h3 { margin: 0; font-family: var(--display); font-size: clamp(2rem, 4vw, 4.5rem); font-stretch: 91%; letter-spacing: -.02em; line-height: 1; }
.destination p { max-width: 42rem; margin: .6rem 0 0; color: var(--muted); }
.destination-meta { font-size: .75rem; font-weight: 700; }

.private-zone { display: grid; grid-template-columns: .35fr 1fr .65fr; gap: clamp(2rem, 6vw, 7rem); padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 8rem); color: var(--paper); background: var(--navy-deep); }
.private-index { color: var(--sun); }
.private-zone > div > p { max-width: 42rem; color: oklch(94% .02 264 / .72); }
.private-zone ul { align-self: end; margin: 0; padding: 0; list-style: none; border-top: 1px solid oklch(95% .02 264 / .18); }
.private-zone li { display: flex; justify-content: space-between; gap: 1rem; padding: .9rem 0; border-bottom: 1px solid oklch(95% .02 264 / .18); }
.private-zone li span { font-weight: 650; }
.private-zone small { color: var(--sun); }
footer { display: flex; justify-content: space-between; gap: 2rem; padding: 1.25rem clamp(1.25rem, 4vw, 4.5rem); color: oklch(90% .02 264 / .65); background: var(--navy-deep); border-top: 1px solid oklch(95% .02 264 / .14); }
footer p { margin: 0; font-size: .72rem; }
a:focus-visible { outline: 3px solid var(--navy); outline-offset: 4px; }

@media (max-width: 820px) {
  .hero, .section-intro, .private-zone { grid-template-columns: 1fr; }
  .hero-copy { min-height: 35rem; }
  .destination { grid-template-columns: 2.5rem 1fr; }
  .destination-meta { grid-column: 2; }
}
@media (max-width: 560px) {
  .brand > span:last-child { display: none; }
  nav { gap: .8rem; }
  h1 { font-size: clamp(3.5rem, 16vw, 5.2rem); }
  footer { flex-direction: column; gap: .4rem; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition-duration: .01ms !important; } }
