:root {
  --bg: #f3f2ee;
  --surface: #fffdfa;
  --ink: #16212a;
  --muted: #4d5c67;
  --line: #d6d7d0;
  --primary: #1e6773;
  --primary-strong: #154a53;
  --accent: #c2602f;
  --tag-bg: #eef5f7;
  --shadow: 0 24px 60px rgba(10, 28, 40, 0.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Sora", sans-serif;
  color: var(--ink);
  background: linear-gradient(160deg, #f3f2ee 0%, #ebf3f5 52%, #f8eee8 100%);
  min-height: 100vh;
}

.bg-grid {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(22, 33, 42, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 33, 42, 0.03) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, black 38%, transparent 100%);
  pointer-events: none;
}

.page-shell {
  width: min(1020px, calc(100% - 28px));
  margin: 20px auto 30px;
}

.topbar {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(22, 33, 42, 0.12);
  border-radius: 20px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  backdrop-filter: blur(8px);
}

.identity {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  background: linear-gradient(145deg, #1e6773, #28889a);
  box-shadow: 0 10px 24px rgba(30, 103, 115, 0.35);
}

.eyebrow,
.kicker,
.panel-label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.7rem;
  font-weight: 700;
}

.eyebrow {
  color: var(--primary);
}

.kicker {
  color: var(--accent);
}

.panel-label {
  color: #6f7f89;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(1.05rem, 1.4vw + 0.8rem, 1.45rem);
}

h2,
h3 {
  font-family: "Fraunces", serif;
}

h2 {
  font-size: clamp(1.55rem, 2.4vw + 1rem, 2.45rem);
  line-height: 1.16;
}

h3 {
  font-size: clamp(1.18rem, 1.1vw + 1rem, 1.45rem);
}

p {
  margin: 0;
  color: var(--muted);
}

.btn {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 0.86rem;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #c2602f, #a94a20);
  transition: transform 180ms ease, box-shadow 180ms ease;
  box-shadow: 0 8px 20px rgba(194, 96, 47, 0.3);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 11px 24px rgba(194, 96, 47, 0.36);
}

main {
  margin-top: 14px;
  display: grid;
  gap: 14px;
}

.hero {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  gap: 14px;
}

.hero-copy,
.hero-panel,
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: clamp(20px, 3vw, 34px);
}

.hero-copy .kicker {
  margin-bottom: 10px;
}

.hero-copy p {
  margin-top: 12px;
  max-width: 60ch;
}

.tag-row {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-row span {
  background: var(--tag-bg);
  border: 1px solid #d4e3e7;
  color: #1a5b68;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
}

.hero-panel {
  padding: 20px;
  background: linear-gradient(155deg, #fffdfa, #eff7f8);
}

.metric {
  border-top: 1px solid rgba(22, 33, 42, 0.12);
  padding: 13px 0;
}

.metric:first-of-type {
  margin-top: 6px;
}

.metric strong {
  display: block;
  color: var(--primary-strong);
  font-family: "Fraunces", serif;
  font-size: 1.35rem;
}

.metric span {
  color: var(--muted);
  font-size: 0.86rem;
}

.card {
  padding: clamp(18px, 2.3vw, 28px);
}

.section-head {
  margin-bottom: 12px;
}

.section-head .kicker {
  margin-bottom: 8px;
}

.link-grid {
  
}

.link-grid a {
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  background: linear-gradient(140deg, #ffffff, #f3f7f8);
  transition: transform 180ms ease, border-color 180ms ease;
}

.link-grid a:hover,
.link-grid a:focus-visible {
  transform: translateY(-2px);
  border-color: #97b7bf;
}

.proof-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  background: linear-gradient(140deg, #ffffff, #f3f7f8);
}

.platform {
  color: var(--ink);
  font-weight: 700;
}

.url {
  margin-top: 6px;
  color: #2e6774;
  font-size: 0.86rem;
  word-break: break-word;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.details-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.details-list li {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  background: linear-gradient(145deg, #fff, #f9fbfb);
}

.details-list span {
  color: #5d6a73;
  font-size: 0.9rem;
}

.details-list strong {
  color: #1a3a45;
  font-size: 0.92rem;
  text-align: right;
}

footer {
  margin-top: 14px;
}

.footer-inner {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px 18px;
  text-align: center;
  background: linear-gradient(135deg, #fffdfa, #f1f6f7);
  box-shadow: var(--shadow);
}

.footer-brand {
  font-family: "Fraunces", serif;
  color: #1b3f48;
  font-size: 1.05rem;
}

.footer-note {
  margin-top: 4px;
  font-size: 0.86rem;
  color: #546670;
}

.footer-meta {
  margin-top: 8px;
  font-size: 0.76rem;
  color: #6b7b84;
  letter-spacing: 0.02em;
}

.reveal-1,
.reveal-2,
.reveal-3,
.reveal-4 {
  opacity: 0;
  transform: translateY(14px);
  animation: fade-up 680ms ease forwards;
}

.reveal-2 {
  animation-delay: 100ms;
}

.reveal-3 {
  animation-delay: 200ms;
}

.reveal-4 {
  animation-delay: 300ms;
}

@keyframes fade-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 920px) {
  .hero,
  .two-col {
    grid-template-columns: 1fr;
  }

  .link-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .page-shell {
    width: min(1020px, calc(100% - 18px));
    margin: 10px auto 20px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .details-list li {
    flex-direction: column;
  }

  .details-list strong {
    text-align: left;
  }
}
