:root {
  color-scheme: dark;
  --bg: #060809;
  --bg-2: #0b0f11;
  --surface: rgba(14, 19, 22, 0.9);
  --surface-2: rgba(22, 29, 33, 0.9);
  --surface-3: #11181b;
  --ink: #f4f7f8;
  --muted: #a4b1b8;
  --subtle: #6e7e86;
  --line: rgba(180, 218, 225, 0.18);
  --line-strong: rgba(142, 239, 255, 0.35);
  --cyan: #67ecff;
  --cyan-strong: #1fd0ee;
  --amber: #f0b95a;
  --ember: #ff795c;
  --chrome: #dbe7ea;
  --black-glass: rgba(5, 8, 10, 0.72);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.52);
  --signal-shadow: 0 0 34px rgba(103, 236, 255, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    linear-gradient(180deg, rgba(12, 18, 20, 0.96), rgba(6, 8, 9, 1) 34%),
    repeating-linear-gradient(90deg, rgba(103, 236, 255, 0.05) 0 1px, transparent 1px 104px),
    repeating-linear-gradient(0deg, rgba(103, 236, 255, 0.035) 0 1px, transparent 1px 104px);
  color: var(--ink);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

picture {
  display: block;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

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

h1 {
  margin-bottom: 18px;
  font-size: 3.55rem;
  font-weight: 820;
  line-height: 1.04;
}

h2 {
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 780;
  line-height: 1.1;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  font-weight: 780;
  line-height: 1.2;
}

p {
  color: var(--muted);
  line-height: 1.68;
}

.prototype-bar {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(120px, 1fr);
  gap: 18px;
  align-items: center;
  min-height: 74px;
  padding: 12px 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 8, 10, 0.86);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.28);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(103, 236, 255, 0.45);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(103, 236, 255, 0.22), rgba(240, 185, 90, 0.12)),
    #081013;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: var(--signal-shadow);
}

.brand-mark strong {
  color: var(--chrome);
  font-size: 0.98rem;
}

.brand-mark.compact {
  margin-bottom: 28px;
}

.prototype-switcher,
.filter-row {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(14, 19, 22, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.prototype-switcher button,
.filter-row button {
  min-height: 36px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  padding: 0 13px;
  white-space: nowrap;
}

.prototype-switcher button:hover,
.filter-row button:hover {
  color: var(--ink);
}

.prototype-switcher button.is-active,
.filter-row button.is-active {
  background: linear-gradient(180deg, rgba(103, 236, 255, 0.2), rgba(103, 236, 255, 0.08));
  color: var(--cyan);
  box-shadow: inset 0 0 0 1px rgba(103, 236, 255, 0.48), 0 0 18px rgba(103, 236, 255, 0.16);
}

.profile-link {
  justify-self: end;
  width: max-content;
  border-bottom: 1px solid var(--amber);
  color: var(--chrome);
  font-weight: 760;
  text-decoration: none;
}

.profile-link:hover {
  color: var(--cyan);
}

.prototype {
  display: none;
}

.prototype.is-active {
  display: block;
}

.eyebrow,
article span,
.rail-stat span,
.fact-stack span {
  display: block;
  margin: 0 0 10px;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.signal-hero,
.notes-hero {
  position: relative;
  display: grid;
  overflow: hidden;
  color: var(--ink);
}

.signal-hero {
  min-height: calc(100vh - 74px);
  align-items: center;
  padding: 72px clamp(22px, 5vw, 76px);
}

.signal-hero > img,
.notes-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.signal-hero::before,
.notes-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(3, 5, 7, 0.94), rgba(3, 5, 7, 0.74) 42%, rgba(3, 5, 7, 0.22) 76%),
    linear-gradient(0deg, rgba(3, 5, 7, 0.48), rgba(3, 5, 7, 0.06));
}

.signal-hero::after,
.notes-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    repeating-linear-gradient(90deg, rgba(103, 236, 255, 0.05) 0 1px, transparent 1px 88px),
    repeating-linear-gradient(0deg, rgba(103, 236, 255, 0.04) 0 1px, transparent 1px 88px);
  mask-image: linear-gradient(90deg, #000, transparent 76%);
  pointer-events: none;
}

.hero-copy,
.avatar-panel,
.notes-hero > div {
  position: relative;
  z-index: 1;
}

.hero-copy {
  width: min(760px, 100%);
}

.hero-copy .eyebrow,
.notes-hero .eyebrow {
  color: var(--cyan);
  text-shadow: 0 0 22px rgba(103, 236, 255, 0.34);
}

.hero-copy h1,
.notes-hero h1 {
  max-width: 830px;
  color: var(--ink);
}

.hero-copy p,
.notes-hero p {
  color: rgba(244, 247, 248, 0.78);
}

.hero-text {
  width: min(620px, 100%);
  margin-bottom: 28px;
  font-size: 1.08rem;
}

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

.hero-actions a,
.artifact-grid a,
.artifact-table a,
.contact-strip a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: var(--ink);
  font-weight: 820;
  padding: 0 15px;
  text-decoration: none;
}

.hero-actions a:first-child,
.contact-strip a {
  border: 1px solid rgba(103, 236, 255, 0.54);
  background:
    linear-gradient(180deg, rgba(8, 19, 23, 0.92), rgba(4, 10, 13, 0.86)),
    rgba(103, 236, 255, 0.08);
  color: #e9fbff;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.72);
  box-shadow: 0 0 28px rgba(103, 236, 255, 0.13);
}

.hero-actions a:nth-child(2),
.artifact-grid article a,
.artifact-table a {
  border: 1px solid rgba(219, 231, 234, 0.18);
  background: rgba(244, 247, 248, 0.08);
  color: var(--chrome);
}

.hero-actions a:nth-child(2) {
  border-color: rgba(219, 231, 234, 0.36);
  background: rgba(4, 10, 13, 0.46);
  box-shadow: inset 0 0 0 1px rgba(103, 236, 255, 0.08);
}

.avatar-panel {
  position: absolute;
  right: clamp(20px, 5vw, 76px);
  bottom: 30px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  width: min(430px, calc(100vw - 40px));
  border: 1px solid rgba(103, 236, 255, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(103, 236, 255, 0.12), rgba(240, 185, 90, 0.07)),
    rgba(4, 9, 11, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow), var(--signal-shadow);
  padding: 18px;
}

.avatar-panel img {
  width: 112px;
  height: 112px;
  border: 1px solid rgba(103, 236, 255, 0.42);
  border-radius: 8px;
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 0 26px rgba(103, 236, 255, 0.18);
}

.identity-line {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 8px;
}

.avatar-panel .identity-name {
  display: block;
  color: var(--cyan);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.avatar-panel .india-flag-image {
  display: inline-block;
  width: 24px;
  height: 16px;
  flex: 0 0 auto;
  border: 1px solid rgba(244, 247, 248, 0.45);
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 0 12px rgba(103, 236, 255, 0.14);
}

.avatar-panel strong {
  display: block;
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1.2;
}

.avatar-panel small {
  display: block;
  margin-top: 6px;
  color: rgba(244, 247, 248, 0.72);
  line-height: 1.4;
}

.content-band,
.artifact-band,
.journal-band,
.notes-layout {
  width: min(1180px, calc(100vw - 36px));
  margin: 0 auto;
  padding: 76px 0;
}

.section-heading {
  display: grid;
  gap: 8px;
  align-items: start;
  margin-bottom: 24px;
}

.panel-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.section-heading .eyebrow {
  margin-bottom: 0;
}

.section-heading h2 {
  margin-bottom: 0;
  width: min(780px, 100%);
}

.intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
  gap: 14px;
  margin-bottom: 14px;
}

.intro-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    var(--surface);
  box-shadow: var(--shadow);
  padding: 24px;
}

.intro-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--cyan), transparent 58%, var(--amber));
  opacity: 0.7;
}

.intro-card h3 {
  color: var(--ink);
  font-size: 1.4rem;
}

.profile-grid,
.artifact-grid,
.journal-grid,
.method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.profile-grid article,
.artifact-grid article,
.journal-grid article,
.method-grid article,
.story-block,
.fact-stack div,
.lab-panel,
.contact-strip {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    var(--surface);
  box-shadow: var(--shadow);
}

.profile-grid article::before,
.journal-grid article::before,
.method-grid article::before,
.artifact-grid article::before,
.story-block::before,
.fact-stack div::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--cyan), transparent 58%, var(--amber));
  opacity: 0.7;
}

.profile-grid article,
.journal-grid article,
.method-grid article {
  min-height: 220px;
  padding: 22px;
}

.credential-grid article:nth-child(3)::before {
  background: linear-gradient(90deg, var(--amber), rgba(103, 236, 255, 0.45), transparent);
}

.profile-grid h3,
.journal-grid h3,
.method-grid h3,
.artifact-grid h3,
.story-block h2,
.fact-stack strong,
.artifact-table strong {
  color: var(--ink);
}

.artifact-band {
  width: 100%;
  max-width: none;
  background:
    linear-gradient(180deg, rgba(6, 8, 9, 0.1), rgba(14, 19, 22, 0.92)),
    repeating-linear-gradient(90deg, rgba(240, 185, 90, 0.055) 0 1px, transparent 1px 118px);
  color: var(--ink);
  padding-inline: max(18px, calc((100vw - 1180px) / 2));
}

.artifact-band .section-heading {
  width: min(1180px, 100%);
  margin-inline: auto;
}

.artifact-band p {
  color: rgba(244, 247, 248, 0.7);
}

.artifact-band .eyebrow,
.artifact-band article span {
  color: var(--cyan);
}

.artifact-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.artifact-grid article {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 282px;
  align-content: start;
  background:
    linear-gradient(135deg, rgba(103, 236, 255, 0.08), rgba(240, 185, 90, 0.035)),
    rgba(12, 17, 20, 0.94);
  padding: 24px;
}

.artifact-grid article a {
  align-self: end;
  width: max-content;
  margin-top: auto;
}

.lab-shell {
  display: grid;
  grid-template-columns: 245px minmax(0, 1fr);
  min-height: calc(100vh - 74px);
  background:
    linear-gradient(135deg, #070a0b, #11171a 62%, #090b0d),
    repeating-linear-gradient(90deg, rgba(103, 236, 255, 0.04) 0 1px, transparent 1px 112px);
}

.lab-rail {
  position: sticky;
  top: 74px;
  height: calc(100vh - 74px);
  border-right: 1px solid var(--line);
  background: rgba(5, 8, 10, 0.78);
  backdrop-filter: blur(18px);
  padding: 24px;
}

.lab-rail nav {
  display: grid;
  gap: 8px;
}

.lab-rail nav a {
  display: flex;
  min-height: 42px;
  align-items: center;
  border-radius: 8px;
  color: var(--muted);
  font-weight: 760;
  text-decoration: none;
}

.lab-rail nav a:hover {
  color: var(--cyan);
}

.rail-stat {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.rail-stat strong {
  display: block;
  color: var(--ink);
  font-size: 1.2rem;
}

.lab-main {
  min-width: 0;
  padding: 28px;
}

.lab-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 18px;
  align-items: stretch;
  margin-bottom: 18px;
}

.lab-hero > div {
  display: grid;
  align-content: center;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(103, 236, 255, 0.13), rgba(240, 185, 90, 0.06)),
    rgba(7, 11, 13, 0.94);
  box-shadow: var(--shadow);
  padding: clamp(28px, 4vw, 56px);
}

.lab-hero p {
  color: rgba(244, 247, 248, 0.72);
}

.lab-hero .eyebrow {
  color: var(--cyan);
}

.lab-hero img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 8px;
  object-fit: cover;
  object-position: center top;
  box-shadow: var(--shadow);
}

.lab-panel {
  margin-bottom: 18px;
  padding: 22px;
}

.panel-heading {
  margin-bottom: 16px;
}

.artifact-table {
  display: grid;
  gap: 8px;
}

.artifact-table article {
  display: grid;
  grid-template-columns: 52px minmax(180px, 0.45fr) minmax(220px, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 86px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(103, 236, 255, 0.075), rgba(255, 255, 255, 0.02)),
    rgba(8, 12, 14, 0.74);
  padding: 14px;
}

.artifact-table article[hidden] {
  display: none;
}

.artifact-table span {
  margin: 0;
  color: var(--amber);
  font-size: 0.9rem;
}

.artifact-table p {
  margin-bottom: 0;
}

.artifact-table a {
  min-width: 78px;
}

.method-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 18px;
}

.contact-strip {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 20px;
}

.contact-strip p {
  margin-bottom: 0;
}

.notes-hero {
  min-height: min(760px, calc(100vh - 74px));
  align-items: end;
  padding: 72px clamp(22px, 5vw, 76px);
}

.notes-hero > img {
  object-position: center center;
}

.notes-hero > div {
  width: min(700px, 100%);
}

.notes-hero p {
  width: min(620px, 100%);
}

.notes-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.94fr);
  gap: 18px;
  align-items: stretch;
}

.story-block {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 0;
  padding: 34px;
}

.story-block h2 {
  width: min(730px, 100%);
}

.story-block p {
  width: min(760px, 100%);
}

.training-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 4px;
}

.training-principles div {
  min-height: 168px;
  border: 1px solid rgba(180, 218, 225, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(103, 236, 255, 0.08), rgba(240, 185, 90, 0.035)),
    rgba(5, 9, 11, 0.52);
  padding: 16px;
}

.training-principles span {
  color: var(--amber);
}

.training-principles strong {
  display: block;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.25;
}

.training-principles p {
  margin: 8px 0 0;
  color: rgba(244, 247, 248, 0.68);
  font-size: 0.94rem;
  line-height: 1.55;
}

.fact-stack {
  display: grid;
  gap: 10px;
}

.fitness-side {
  display: grid;
  min-width: 0;
}

.fitness-side .fact-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  height: 100%;
}

.training-photo-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(8, 12, 14, 0.94);
  box-shadow: var(--shadow);
}

.training-photo-card::before {
  position: absolute;
  z-index: 1;
  inset: 0 0 auto;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--ember), rgba(103, 236, 255, 0.5), transparent);
  opacity: 0.8;
}

.training-photo-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.training-photo-card figcaption {
  display: grid;
  gap: 4px;
  padding: 16px 18px 18px;
  background:
    linear-gradient(180deg, rgba(4, 7, 8, 0.18), rgba(4, 7, 8, 0.78)),
    rgba(8, 12, 14, 0.92);
}

.training-photo-card span {
  display: block;
  margin: 0;
  color: var(--amber);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.training-photo-card strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.35;
}

.fact-stack div {
  display: grid;
  align-content: center;
  min-height: 0;
  padding: 22px;
}

.fact-stack strong {
  display: block;
  font-size: 1.12rem;
  line-height: 1.25;
}

.journal-band {
  padding-top: 16px;
}

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

.notes-artifacts {
  padding-top: 64px;
}

@media (max-width: 1080px) {
  h1 {
    font-size: 2.55rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  .prototype-bar {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .profile-link {
    justify-self: start;
  }

  .intro-layout,
  .profile-grid,
  .artifact-grid,
  .journal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lab-shell,
  .lab-hero,
  .notes-layout {
    grid-template-columns: 1fr;
  }

  .fitness-side {
    grid-template-columns: 1fr;
  }

  .fitness-side .fact-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lab-rail {
    position: static;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .lab-rail nav {
    grid-template-columns: repeat(3, auto);
    justify-content: start;
  }

  .rail-stat {
    position: static;
    margin-top: 20px;
  }

  .artifact-table article {
    grid-template-columns: 42px minmax(0, 1fr) auto;
  }

  .artifact-table p {
    grid-column: 2 / -1;
  }

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

@media (max-width: 680px) {
  .prototype-bar {
    padding: 12px;
  }

  .prototype-switcher,
  .filter-row,
  .hero-actions,
  .contact-strip,
  .panel-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .prototype-switcher,
  .filter-row {
    width: 100%;
  }

  .prototype-switcher button,
  .filter-row button {
    width: 100%;
  }

  h1 {
    font-size: 2rem;
    line-height: 1.05;
  }

  h2 {
    font-size: 1.45rem;
  }

  .signal-hero {
    min-height: 710px;
    padding: 48px 18px 170px;
  }

  .signal-hero::before,
  .notes-hero::before {
    background: rgba(3, 5, 7, 0.74);
  }

  .signal-hero::after,
  .notes-hero::after {
    mask-image: none;
  }

  .avatar-panel {
    right: 18px;
    bottom: 18px;
    left: 18px;
    width: auto;
  }

  .avatar-panel {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  .avatar-panel img {
    width: 86px;
    height: 86px;
  }

  .content-band,
  .artifact-band,
  .journal-band,
  .notes-layout {
    width: min(100vw - 28px, 1180px);
    padding: 50px 0;
  }

  .artifact-band {
    width: 100%;
    padding-inline: 14px;
  }

  .intro-layout,
  .profile-grid,
  .artifact-grid,
  .journal-grid {
    grid-template-columns: 1fr;
  }

  .lab-main {
    padding: 14px;
  }

  .lab-hero > div,
  .lab-hero img {
    min-height: 340px;
  }

  .artifact-table article {
    grid-template-columns: 1fr;
  }

  .artifact-table p {
    grid-column: auto;
  }

  .artifact-table a,
  .contact-strip a {
    width: 100%;
  }

  .notes-hero {
    min-height: 640px;
    padding: 48px 18px;
  }

  .notes-hero > img {
    object-position: 66% center;
  }

  .fitness-side {
    grid-template-columns: 1fr;
  }

  .fitness-side .fact-stack,
  .training-principles {
    grid-template-columns: 1fr;
  }

  .story-block {
    min-height: auto;
    padding: 24px;
  }
}
