:root {
  --bg: #f6f0e4;
  --surface: rgba(255, 250, 242, 0.78);
  --surface-strong: rgba(255, 252, 247, 0.92);
  --ink: #213146;
  --muted: #5d6e82;
  --line: rgba(33, 49, 70, 0.12);
  --gold: #d4a13a;
  --gold-soft: #f1c96f;
  --teal: #2f6775;
  --night: #173446;
  --shadow: 0 24px 64px rgba(38, 58, 88, 0.12);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  background:
    radial-gradient(circle at top left, rgba(119, 186, 196, 0.32), transparent 28%),
    radial-gradient(circle at top right, rgba(243, 190, 87, 0.24), transparent 24%),
    linear-gradient(180deg, #f9f4ea 0%, #f0e6d3 100%);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  padding: 28px;
}

img {
  display: block;
  width: 100%;
}

.page-glow {
  position: fixed;
  border-radius: 999px;
  filter: blur(60px);
  opacity: 0.45;
  pointer-events: none;
}

.page-glow-a {
  width: 240px;
  height: 240px;
  background: rgba(103, 184, 201, 0.35);
  top: -40px;
  left: -60px;
}

.page-glow-b {
  width: 260px;
  height: 260px;
  background: rgba(243, 182, 78, 0.26);
  right: -70px;
  top: 120px;
}

.shell {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  gap: 22px;
  position: relative;
  z-index: 1;
}

.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  padding: 24px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.9fr);
  gap: 24px;
  align-items: stretch;
  background:
    radial-gradient(circle at top right, rgba(41, 102, 118, 0.16), transparent 30%),
    radial-gradient(circle at bottom left, rgba(241, 201, 111, 0.18), transparent 26%),
    var(--surface-strong);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
}

h1,
h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  line-height: 0.98;
}

h1 {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  max-width: 10ch;
}

h1 span {
  color: var(--teal);
}

h2 {
  font-size: clamp(1.7rem, 2vw, 2.4rem);
}

.hero-body,
.timeline-item p,
.roadmap-list li span,
.tracker-row span,
.idea-list li,
.check-list li,
.next-actions p,
.qr-placeholder p {
  color: var(--muted);
  line-height: 1.65;
}

.hero-body {
  max-width: 58ch;
  font-size: 1.05rem;
}

.hero-stats {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.hero-stats article,
.stack-card,
.timeline-item,
.gallery-card,
.tracker-row,
.mini-gallery figure,
.qr-placeholder,
.next-actions div {
  border: 1px solid rgba(33, 49, 70, 0.08);
  border-radius: 22px;
}

.hero-stats article {
  background: rgba(255, 255, 255, 0.66);
  padding: 14px 16px;
}

.hero-stats strong {
  display: block;
  font-size: 1.8rem;
  color: var(--night);
}

.hero-stats span {
  color: var(--muted);
  font-size: 0.9rem;
}

.hero-panel {
  display: grid;
  gap: 16px;
  align-content: start;
}

.status-badge {
  justify-self: start;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #214863, #347c8c);
  color: white;
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-stack {
  display: grid;
  gap: 14px;
}

.stack-card {
  padding: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.stack-card span {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stack-card strong {
  display: block;
  margin-top: 8px;
  font-size: 1.28rem;
}

.stack-card p {
  margin: 8px 0 0;
  color: var(--muted);
}

.accent-night {
  background: linear-gradient(180deg, rgba(23, 52, 70, 0.94), rgba(36, 78, 101, 0.9));
  color: white;
}

.accent-night span,
.accent-night p {
  color: rgba(255, 255, 255, 0.82);
}

.accent-gold {
  background: linear-gradient(180deg, rgba(245, 221, 166, 0.7), rgba(255, 245, 219, 0.84));
}

.grid-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.canva-sprint {
  padding: 4px 0;
}

.sprint-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.sprint-item {
  min-height: 210px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(33, 49, 70, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
}

.sprint-item span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--night);
  color: white;
  font-weight: 800;
}

.sprint-item strong {
  font-size: 1.05rem;
}

.sprint-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.sprint-item.is-now {
  background: linear-gradient(180deg, rgba(255, 244, 216, 0.86), rgba(255, 255, 255, 0.62));
  border-color: rgba(212, 161, 58, 0.28);
}

.sprint-item.is-now span {
  background: linear-gradient(135deg, var(--gold), var(--teal));
}

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

.section-head h2 {
  max-width: 16ch;
}

.timeline {
  display: grid;
  gap: 12px;
}

.timeline-item {
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.6);
}

.timeline-item strong {
  display: block;
  margin-bottom: 6px;
}

.timeline-item.is-done {
  background: linear-gradient(135deg, rgba(228, 247, 236, 0.94), rgba(255, 255, 255, 0.7));
}

.timeline-item.is-active {
  background: linear-gradient(135deg, rgba(254, 239, 202, 0.94), rgba(255, 255, 255, 0.72));
}

.roadmap-list,
.idea-list,
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.roadmap-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(33, 49, 70, 0.08);
}

.roadmap-list li strong {
  text-align: right;
  max-width: 18ch;
}

.tracker-table {
  display: grid;
  gap: 10px;
}

.tracker-row {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr 0.8fr 0.7fr;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.62);
}

.tracker-head {
  background: rgba(33, 49, 70, 0.92);
}

.tracker-head span {
  color: white;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pill {
  justify-self: start;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.pill.done {
  background: rgba(92, 168, 108, 0.18);
  color: #2f6c3e;
}

.pill.active {
  background: rgba(243, 182, 78, 0.22);
  color: #8d5b11;
}

.pill.queued {
  background: rgba(55, 124, 140, 0.18);
  color: #245e6a;
}

.gallery {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 14px;
}

.gallery-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
}

.gallery-card img,
.mini-gallery img {
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
}

.gallery-card figcaption,
.mini-gallery figcaption {
  padding: 14px;
}

.gallery-card strong,
.mini-gallery figcaption {
  display: block;
}

.gallery-card span {
  color: var(--muted);
  font-size: 0.92rem;
}

.featured {
  grid-row: span 2;
}

.mini-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mini-gallery figure {
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
}

.mini-gallery img {
  aspect-ratio: 3 / 4.4;
}

.mini-gallery figcaption {
  color: var(--ink);
  font-weight: 700;
  line-height: 1.45;
}

.qr-card {
  background:
    radial-gradient(circle at bottom right, rgba(84, 146, 161, 0.14), transparent 28%),
    var(--surface);
}

.idea-list li,
.check-list li {
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.56);
  border: 1px solid rgba(33, 49, 70, 0.08);
  border-radius: 18px;
}

.qr-placeholder {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 16px;
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.qr-grid {
  width: 120px;
  height: 120px;
  border-radius: 16px;
  background:
    linear-gradient(90deg, #183345 12%, transparent 12%, transparent 24%, #183345 24%, #183345 36%, transparent 36%, transparent 48%, #183345 48%, #183345 60%, transparent 60%),
    linear-gradient(#183345 12%, transparent 12%, transparent 24%, #183345 24%, #183345 36%, transparent 36%, transparent 48%, #183345 48%, #183345 60%, transparent 60%),
    #fff7e8;
  border: 10px solid white;
  box-shadow: inset 0 0 0 1px rgba(24, 51, 69, 0.08);
}

.qr-placeholder strong {
  display: block;
  margin-bottom: 6px;
}

.next-actions {
  display: grid;
  gap: 12px;
}

.next-actions div {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.62);
}

.next-actions strong {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--night), #3a7486);
  color: white;
  font-size: 1.2rem;
}

.next-actions p {
  margin: 0;
}

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

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sprint-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  body {
    padding: 16px;
  }

  .hero-stats,
  .tracker-row,
  .mini-gallery,
  .gallery {
    grid-template-columns: 1fr;
  }

  .sprint-board {
    grid-template-columns: 1fr;
  }

  .tracker-row {
    gap: 8px;
  }

  .tracker-head {
    display: none;
  }

  .roadmap-list li,
  .qr-placeholder,
  .next-actions div {
    grid-template-columns: 1fr;
  }
}
