:root {
  --bg: #f5efe4;
  --bg-deep: #efe2cd;
  --surface: rgba(255, 250, 242, 0.72);
  --surface-strong: rgba(255, 251, 245, 0.92);
  --text: #16110f;
  --muted: #6c6258;
  --line: rgba(65, 40, 18, 0.12);
  --line-strong: rgba(65, 40, 18, 0.2);
  --primary: #d7652f;
  --primary-deep: #8c3515;
  --secondary: #0f5f58;
  --secondary-deep: #083c38;
  --cream: #fff6ea;
  --gold: #f2b76b;
  --shadow-soft: 0 24px 70px rgba(76, 43, 19, 0.12);
  --shadow-strong: 0 28px 90px rgba(48, 24, 9, 0.18);
  --radius-xl: 36px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --max-width: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 0% 0%, rgba(215, 101, 47, 0.22), transparent 24%),
    radial-gradient(circle at 100% 5%, rgba(15, 95, 88, 0.2), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(242, 183, 107, 0.22), transparent 28%),
    linear-gradient(180deg, #fbf6ee 0%, var(--bg) 52%, #f8f1e6 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
  line-height: 1.72;
}

h1,
h2,
h3,
strong {
  margin: 0;
}

.page-shell {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 18px auto 32px;
}

.hero,
.section,
.footer {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-soft);
}

.hero {
  padding: 22px;
  background:
    linear-gradient(140deg, rgba(255, 248, 236, 0.97), rgba(248, 238, 225, 0.92)),
    #fff;
  isolation: isolate;
}

.hero__backdrop,
.hero__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__backdrop {
  background:
    radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 35%), rgba(255, 255, 255, 0.5), transparent 18%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 50%);
  z-index: 0;
}

.hero__mesh {
  filter: blur(14px);
  opacity: 0.78;
}

.hero__mesh--one {
  inset: auto auto 8% -12%;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 101, 47, 0.24), transparent 70%);
}

.hero__mesh--two {
  inset: 6% -10% auto auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(15, 95, 88, 0.22), transparent 70%);
}

.topbar,
.hero__content,
.metrics,
.section,
.footer {
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 8px;
  margin-bottom: 32px;
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.7);
  border: 1px solid rgba(65, 40, 18, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  padding-inline: 14px;
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.topbar__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.topbar__chips span,
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.74rem;
  font-weight: 800;
}

.topbar__chips span {
  padding: 11px 16px;
  border-radius: 999px;
  color: #2a211b;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(65, 40, 18, 0.08);
}

.hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
  gap: 24px;
  align-items: stretch;
}

.hero__copy,
.hero__panel,
.metric-card,
.info-card,
.timeline__item,
.destination-card,
.stack-card,
.app-showcase__screen,
.app-showcase__note,
.cta-banner,
.footer {
  background: var(--surface);
  backdrop-filter: blur(20px);
}

.hero__copy,
.hero__panel {
  position: relative;
  border: 1px solid rgba(65, 40, 18, 0.08);
  border-radius: var(--radius-xl);
  padding: 36px;
}

.hero__copy {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.45), transparent 32%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.68), rgba(255, 245, 233, 0.74));
}

.hero__pillbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero__pillbar span {
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #3c3028;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(65, 40, 18, 0.08);
}

.hero__copy h1 {
  margin-top: 18px;
  max-width: 9ch;
  font-family: "Sora", sans-serif;
  font-size: clamp(3.1rem, 5.9vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.075em;
}

.hero__text {
  margin-top: 22px;
  max-width: 58ch;
  font-size: 1.08rem;
  color: var(--muted);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: #fff9f2;
  background: linear-gradient(135deg, var(--primary), var(--primary-deep));
  box-shadow: 0 20px 34px rgba(140, 53, 21, 0.26);
}

.button--ghost {
  border: 1px solid rgba(65, 40, 18, 0.12);
  background: rgba(255, 255, 255, 0.72);
}

.hero__panel {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background:
    linear-gradient(180deg, rgba(15, 95, 88, 0.1), rgba(255, 255, 255, 0.7)),
    linear-gradient(140deg, rgba(255, 248, 236, 0.86), rgba(245, 255, 253, 0.76));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.hero__panel-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
}

.panel__eyebrow {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--secondary);
}

.panel__label {
  margin-top: 10px;
  font-family: "Sora", sans-serif;
  font-size: 1.26rem;
  font-weight: 700;
  line-height: 1.25;
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  color: var(--secondary-deep);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 95, 88, 0.12);
}

.status-dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2cb67d;
  box-shadow: 0 0 0 6px rgba(44, 182, 125, 0.12);
}

.control-board {
  padding: 18px;
  border-radius: 28px;
  background: rgba(15, 27, 29, 0.9);
  color: #f4f9f8;
  box-shadow: var(--shadow-strong);
}

.control-board__main {
  padding: 18px;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(242, 183, 107, 0.28), transparent 30%),
    linear-gradient(135deg, rgba(15, 95, 88, 0.98), rgba(8, 60, 56, 0.96));
}

.control-board__label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(244, 249, 248, 0.72);
}

.control-board__main strong {
  display: block;
  margin-top: 12px;
  max-width: 20ch;
  font-size: 1.45rem;
  line-height: 1.15;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.04em;
}

.signal-bars {
  display: flex;
  align-items: end;
  gap: 10px;
  height: 60px;
  margin-top: 22px;
}

.signal-bars span {
  flex: 1;
  border-radius: 999px 999px 10px 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(242, 183, 107, 0.7));
}

.signal-bars span:nth-child(1) { height: 28%; }
.signal-bars span:nth-child(2) { height: 48%; }
.signal-bars span:nth-child(3) { height: 72%; }
.signal-bars span:nth-child(4) { height: 100%; }

.control-board__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.control-board__stats article {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.control-board__stats span,
.app-showcase__eyebrow {
  display: block;
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(244, 249, 248, 0.68);
}

.control-board__stats strong {
  display: block;
  margin-top: 10px;
  font-size: 0.98rem;
  line-height: 1.3;
}

.feature-ticks {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-ticks li {
  position: relative;
  padding: 16px 16px 16px 52px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 95, 88, 0.1);
}

.feature-ticks li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.92) 0 25%, transparent 26%),
    linear-gradient(135deg, var(--primary), var(--secondary));
  box-shadow: 0 0 0 6px rgba(215, 101, 47, 0.1);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 22px;
}

.metric-card,
.info-card,
.timeline__item,
.destination-card,
.stack-card {
  position: relative;
  padding: 26px;
  border-radius: 26px;
  border: 1px solid rgba(65, 40, 18, 0.08);
  box-shadow: 0 18px 40px rgba(48, 24, 9, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.metric-card::after,
.info-card::after,
.timeline__item::after,
.destination-card::after,
.stack-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.28);
  pointer-events: none;
}

.metric-card:hover,
.info-card:hover,
.timeline__item:hover,
.destination-card:hover,
.stack-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(48, 24, 9, 0.12);
  border-color: rgba(65, 40, 18, 0.14);
}

.metric-card {
  background:
    radial-gradient(circle at top right, rgba(242, 183, 107, 0.24), transparent 34%),
    linear-gradient(155deg, rgba(255, 255, 255, 0.86), rgba(255, 246, 235, 0.78));
}

.metric-card__number,
.info-card__icon,
.timeline__step,
.destination-card__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.metric-card__number,
.timeline__step {
  color: var(--primary-deep);
  background: rgba(215, 101, 47, 0.12);
}

.metric-card h2,
.info-card h3,
.timeline__item h3,
.destination-card h3,
.stack-card h3,
.footer h2,
.cta-banner h2 {
  margin-top: 18px;
  font-family: "Sora", sans-serif;
  font-size: 1.34rem;
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.metric-card p,
.info-card p,
.timeline__item p,
.destination-card p,
.stack-card p,
.section-heading p:not(.eyebrow),
.cta-banner p:not(.eyebrow) {
  margin-top: 12px;
  color: var(--muted);
}

.section {
  margin-top: 22px;
  padding: 36px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 248, 239, 0.9)),
    #fff;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(65, 40, 18, 0.2), transparent);
}

.section--contrast {
  background:
    radial-gradient(circle at right top, rgba(15, 95, 88, 0.12), transparent 22%),
    linear-gradient(160deg, rgba(226, 245, 240, 0.72), rgba(255, 250, 242, 0.92));
}

.section--accent {
  background:
    radial-gradient(circle at left bottom, rgba(215, 101, 47, 0.14), transparent 26%),
    linear-gradient(145deg, rgba(255, 244, 230, 0.96), rgba(255, 251, 245, 0.92));
}

.section--cta {
  background:
    radial-gradient(circle at right center, rgba(15, 95, 88, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 246, 233, 0.98), rgba(246, 255, 253, 0.92));
}

.section-heading {
  max-width: 760px;
}

.section-heading h2 {
  margin-top: 14px;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.2rem, 4.1vw, 3.7rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.feature-ribbon,
.process-band {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.feature-ribbon span,
.process-band span {
  padding: 12px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(65, 40, 18, 0.08);
}

.grid {
  display: grid;
  gap: 18px;
}

.cards-grid,
.destination-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 28px;
}

.info-card {
  background:
    radial-gradient(circle at top right, rgba(15, 95, 88, 0.12), transparent 35%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.86), rgba(247, 255, 253, 0.82));
}

.info-card__icon {
  color: var(--secondary);
  background: rgba(15, 95, 88, 0.12);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.timeline__item {
  min-height: 240px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 246, 235, 0.84));
}

.timeline__item::before {
  content: "";
  position: absolute;
  top: 36px;
  left: 100%;
  width: 18px;
  height: 2px;
  background: linear-gradient(90deg, rgba(215, 101, 47, 0.5), transparent);
}

.timeline__item:last-child::before {
  display: none;
}

.destination-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fffaf2;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-strong);
}

.destination-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 9, 12, 0.05) 0%, rgba(6, 9, 12, 0.82) 100%);
  z-index: 0;
}

.destination-card > * {
  position: relative;
  z-index: 1;
}

.destination-card--himachal {
  background:
    linear-gradient(160deg, rgba(40, 68, 90, 0.3), rgba(9, 19, 30, 0.78)),
    url("https://images.unsplash.com/photo-1506744038136-46273834b3fb?auto=format&fit=crop&w=1200&q=80") center/cover;
}

.destination-card--kashmir {
  background:
    linear-gradient(160deg, rgba(45, 78, 79, 0.3), rgba(8, 17, 18, 0.78)),
    url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1200&q=80") center/cover;
}

.destination-card--leh {
  background:
    linear-gradient(160deg, rgba(101, 64, 30, 0.28), rgba(20, 13, 7, 0.82)),
    url("https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?auto=format&fit=crop&w=1200&q=80") center/cover;
}

.destination-card--uttarakhand {
  background:
    linear-gradient(160deg, rgba(52, 77, 47, 0.3), rgba(11, 17, 10, 0.82)),
    url("https://images.unsplash.com/photo-1441974231531-c6227db76b6e?auto=format&fit=crop&w=1200&q=80") center/cover;
}

.destination-card__label {
  color: #fff7ef;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}

.destination-card p {
  color: rgba(255, 248, 242, 0.84);
}

.destination-card__meta {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fffaf2;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.app-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.55fr);
  gap: 18px;
  margin-top: 28px;
}

.app-showcase__screen,
.app-showcase__note {
  position: relative;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(65, 40, 18, 0.08);
}

.app-showcase__screen {
  background:
    radial-gradient(circle at top right, rgba(242, 183, 107, 0.18), transparent 28%),
    linear-gradient(145deg, rgba(18, 31, 39, 0.96), rgba(10, 63, 58, 0.94));
  color: #f6faf9;
  box-shadow: var(--shadow-strong);
}

.app-showcase__rows {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.app-showcase__rows span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.84rem;
  font-weight: 700;
}

.app-showcase__chart {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 12px;
  height: 180px;
  margin-top: 24px;
}

.app-showcase__chart span {
  border-radius: 20px 20px 10px 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 183, 107, 0.66));
}

.app-showcase__chart span:nth-child(1) { height: 28%; }
.app-showcase__chart span:nth-child(2) { height: 46%; }
.app-showcase__chart span:nth-child(3) { height: 72%; }
.app-showcase__chart span:nth-child(4) { height: 54%; }
.app-showcase__chart span:nth-child(5) { height: 88%; }
.app-showcase__chart span:nth-child(6) { height: 100%; }

.app-showcase__note {
  display: flex;
  align-items: end;
  justify-content: start;
  background:
    radial-gradient(circle at top left, rgba(15, 95, 88, 0.18), transparent 26%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.88), rgba(243, 255, 252, 0.82));
}

.app-showcase__note p {
  max-width: 14ch;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.3rem, 3vw, 2.2rem);
  line-height: 1.05;
  letter-spacing: -0.05em;
  color: var(--text);
}

.app-stack {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.stack-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 249, 241, 0.82));
}

.stack-card--wide {
  grid-column: span 4;
  background:
    radial-gradient(circle at right center, rgba(15, 95, 88, 0.14), transparent 24%),
    linear-gradient(135deg, rgba(255, 248, 237, 0.94), rgba(246, 255, 253, 0.88));
}

.cta-banner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(65, 40, 18, 0.08);
  background:
    radial-gradient(circle at right center, rgba(15, 95, 88, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(255, 248, 236, 0.96), rgba(255, 255, 255, 0.88));
}

.cta-banner h2 {
  max-width: 14ch;
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: -0.06em;
}

.cta-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  padding: 30px 34px;
  background:
    radial-gradient(circle at right center, rgba(242, 183, 107, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(17, 15, 14, 0.98), rgba(10, 66, 61, 0.96));
  color: #fff8f1;
}

.footer .eyebrow,
.footer p {
  color: rgba(255, 248, 241, 0.72);
}

.reveal {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (max-width: 1120px) {
  .hero__content,
  .cards-grid,
  .destination-grid,
  .app-stack,
  .metrics,
  .timeline,
  .app-showcase {
    grid-template-columns: repeat(2, 1fr);
  }

  .control-board__stats,
  .hero__content {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .stack-card--wide {
    grid-column: span 2;
  }

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

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

  .hero,
  .section,
  .footer {
    border-radius: 24px;
  }

  .hero,
  .section {
    padding: 18px;
  }

  .topbar,
  .footer,
  .hero__panel-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar {
    border-radius: 24px;
  }

  .hero__copy,
  .hero__panel,
  .metric-card,
  .info-card,
  .timeline__item,
  .destination-card,
  .stack-card,
  .app-showcase__screen,
  .app-showcase__note,
  .cta-banner {
    padding: 22px;
  }

  .hero__copy h1,
  .section-heading h2,
  .cta-banner h2 {
    max-width: none;
  }

  .metrics,
  .cards-grid,
  .destination-grid,
  .timeline,
  .app-showcase,
  .app-stack,
  .control-board__stats {
    grid-template-columns: 1fr;
  }

  .timeline__item::before {
    display: none;
  }

  .stack-card--wide {
    grid-column: span 1;
  }

  .app-showcase__note p {
    max-width: none;
  }
}
