.about {
  padding: var(--section-pad) var(--page-gutter);
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.about-inner {
  max-width: var(--container-max);
  margin: 0 auto;
}

/* ============================================================
   about-profile — live spec card (editor chrome + principle)
   ============================================================ */
.about-profile {
  position: relative;
  min-width: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 248, 255, 0.82)),
    var(--surface);
  box-shadow: var(--shadow-md);
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}


/* faint code watermark */
.about-profile::before {
  content: "{ }";
  position: absolute;
  inset-inline-end: clamp(18px, 3vw, 34px);
  top: clamp(12px, 2vw, 24px);
  color: var(--accent-tint-strong);
  font-family: var(--font-mono);
  font-size: clamp(1.6rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.about-profile > * {
  position: relative;
  z-index: 1;
}

/* --- editor chrome bar -------------------------------------- */
.about-profile-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 8px 16px;
  border-bottom: 1px solid var(--border);
  background: color-mix(in srgb, var(--surface-alt) 72%, transparent);
}

.about-profile-bar-dots {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: none;
}

.about-profile-bar-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f38ba8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.about-profile-bar-dots span:nth-child(2) {
  background: #fab387;
}

.about-profile-bar-dots span:nth-child(3) {
  background: #a6e3a1;
}

.about-profile-bar-file {
  flex: 1;
  min-width: 0;
  color: var(--text-faint);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: ltr;
  text-align: start;
}

.about-profile-bar-state {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: none;
  padding: 3px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface) 80%, transparent);
  color: var(--text-faint);
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.about-profile-state-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 6px 1px var(--success-shadow);
  animation: about-profile-pulse 2.4s ease-in-out infinite;
}

/* --- body: kicker + principle ------------------------------- */
.about-profile-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(8px, 1vw, 12px);
  flex: 1;
  padding: clamp(10px, 1.4vw, 16px) clamp(20px, 2.8vw, 32px);
}

.about-profile-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--accent-strong);
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.about-profile-kicker::before {
  content: "";
  width: 24px;
  height: 1px;
  background: var(--accent);
  opacity: 0.5;
}

.about-profile-title {
  color: var(--text);
  font-size: clamp(1.3rem, 2.3vw, 1.7rem);
  font-weight: 700;
  line-height: 1.4;
}

.about-profile-title span {
  position: relative;
  display: inline-block;
  background: var(--gradient-hero);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.about-profile-title span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.04em;
  left: 0;
  height: 4px;
  border-radius: 3px;
  background: var(--gradient);
  box-shadow: 0 0 4px 1px rgba(59, 91, 253, 0.07), 0 2px 8px rgba(59, 91, 253, 0.25);
}

/* --- spec code block ---------------------------------------- */
.about-profile-spec {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-sm);
  background: #1e1e1e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), var(--shadow-sm);
  padding: 8px 16px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  line-height: 1.5;
}

.about-profile-spec-line {
  white-space: pre;
}

.about-profile-spec-line--indent {
  padding-left: 1.6em;
}

.about-profile-spec .tok-keyword { color: #569cd6; }
.about-profile-spec .tok-name { color: #4ec9b0; }
.about-profile-spec .tok-punctuation { color: #d4d4d4; }
.about-profile-spec .tok-property { color: #9cdcfe; }
.about-profile-spec .tok-string { color: #ce9178; }

@keyframes about-profile-pulse {
  0%, 100% { box-shadow: 0 0 6px 1px var(--success-shadow); }
  50% { box-shadow: 0 0 12px 2px var(--success-shadow-faint); }
}

.about-workflow {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 12% 0%, rgba(59, 91, 253, 0.14), transparent 42%),
    linear-gradient(180deg, #161a24 0%, #0e1118 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), var(--shadow-lg);
}

.about-workflow-heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.about-workflow-kicker,
.about-workflow-code {
  font-family: var(--font-mono);
}

.about-workflow-kicker {
  color: #9aa4b8;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.about-workflow-title {
  position: relative;
  padding-inline-start: 12px;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.5;
}

.about-workflow-title::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 14px;
  border-radius: 2px;
  background: linear-gradient(180deg, #3b5bfd, #8b5cf6);
}

.about-workflow-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 2px 16px 8px;
}

/* Vertical timeline connecting the steps. */
.about-workflow-list::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  inset-inline-start: 29px;
  width: 1px;
  background: linear-gradient(180deg, rgba(139, 155, 214, 0.55), rgba(212, 175, 55, 0.35));
  pointer-events: none;
}

.about-workflow-step {
  position: relative;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  min-width: 0;
  padding: 11px 8px;
  border-radius: var(--radius-md);
  transition: background-color 0.25s var(--ease);
}

.about-workflow-step + .about-workflow-step {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.about-workflow-step:hover,
.about-workflow-step:focus-within {
  background: rgba(255, 255, 255, 0.045);
}

.about-workflow-index {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border: 1px solid rgba(139, 155, 214, 0.45);
  border-radius: 50%;
  background: #141926;
  color: #8b9ad6;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 700;
  transition: color 0.25s var(--ease), border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.about-workflow-step:hover .about-workflow-index,
.about-workflow-step:focus-within .about-workflow-index {
  color: #c6d0ff;
  border-color: #8b9ad6;
  box-shadow: 0 0 12px rgba(59, 91, 253, 0.35);
}

.about-workflow-copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.about-workflow-main,
.about-workflow-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
}

.about-workflow-label {
  min-width: 0;
  color: #eef1f8;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.7;
}

.about-workflow-code {
  flex: none;
  color: #8b9ad6;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.about-workflow-description {
  max-width: 42ch;
  color: #9aa4b8;
  font-size: 0.76rem;
  line-height: 1.7;
}

.about-workflow-status,
.about-workflow-category {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
}

.about-workflow-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8bd5a2;
}

.about-workflow-status-dot {
  width: 5px;
  height: 5px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #8bd5a2;
  box-shadow: 0 0 6px 1px rgba(139, 213, 162, 0.1);
}

.about-workflow-category {
  color: #8791a6;
  letter-spacing: 0.03em;
}

.about-feature {
  display: grid;
  width: min(100%, 720px);
  max-width: 100%;
  min-width: 0;
  grid-template-columns: minmax(0, 1fr);
  justify-items: stretch;
  margin: 0 auto clamp(32px, 4vw, 52px);
  direction: ltr;
  transform: translateX(calc(var(--feature-offset, 0px)));
  transition: transform 0.3s var(--ease);
}

.about-quote {
  margin: 0 auto clamp(56px, 6vw, 80px);
  max-width: 30ch;
  text-align: center;
  color: var(--text);
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  font-weight: 700;
  line-height: 1.75;
}


.about-quote::before {
  content: "«";
  display: block;
  font-size: 2.6em;
  line-height: 0.4;
  margin-bottom: 18px;
  color: var(--accent);
  opacity: 0.15;
}

.about-quote::after {
  content: "»";
  display: block;
  font-size: 2em;
  line-height: 0.4;
  margin-top: 18px;
  color: var(--accent);
  opacity: 0.12;
}

.about-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  list-style: none;
  margin: 0 0 clamp(48px, 5vw, 64px);
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: var(--surface-alt);
  box-shadow: var(--shadow-sm);
}

.about-process::before {
  content: "workflow";
  position: absolute;
  inset-inline-start: clamp(18px, 2vw, 26px);
  top: -0.6em;
  padding-inline: 8px;
  background: var(--surface);
  color: var(--accent-strong);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.05em;
}

.about-process-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  min-height: 210px;
  padding: clamp(18px, 2.2vw, 28px);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--surface);
  box-shadow: 0 1px 2px rgba(23, 26, 36, 0.03);
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease), transform 0.25s var(--ease);
}

.about-process-step::after {
  content: "";
  position: absolute;
  inset-inline-end: 18px;
  bottom: 18px;
  width: 24px;
  height: 2px;
  background: var(--border-strong);
  transition: width 0.25s var(--ease), background-color 0.25s var(--ease);
}

.about-process-step:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.about-process-step:hover::after {
  width: 46px;
  background: var(--accent);
}

.about-process-copy {
  min-width: 0;
  margin-top: 24px;
}

.about-process-index {
  color: var(--accent-strong);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.about-process-title {
  margin-bottom: 10px;
  color: var(--text);
  font-size: clamp(1.15rem, 1.9vw, 1.4rem);
  font-weight: 700;
  line-height: 1.5;
  transition: color 0.25s var(--ease);
}

.about-process-text {
  max-width: 52ch;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 2;
}

.about-process-tag {
  position: absolute;
  inset-inline-end: 18px;
  top: 19px;
  color: var(--text-faint);
  font-family: var(--font-mono);
  font-size: 0.65rem;
  transition: color 0.25s var(--ease);
}

.about-process-step:hover .about-process-title,
.about-process-step:hover .about-process-tag {
  color: var(--accent-strong);
}

.about-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(14px, 2vw, 24px);
  width: 100%;
  margin-bottom: clamp(32px, 4vw, 52px);
}

.about-showcase > * {
  min-width: 0;
}

.about-feature {
  display: grid;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  margin: 0;
  direction: ltr;
  text-align: left;
  transform: none;
  transition: transform 0.3s var(--ease);
}

.about-feature:hover {
  transform: translateY(-3px);
}

/* The newsroom-ticker about-canvas design lives in css/about-canvas.css. */

.about-craft-window {
  overflow: hidden;
}

.about-craft-body {
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 30px 34px 34px;
}

.craft-meta,
.craft-footer {
  min-width: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.craft-footer {
  padding-bottom: 0;
  padding-top: 18px;
  border-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.craft-row {
  gap: 18px;
}

.craft-label {
  width: 90px;
  font-size: 0.78rem;
}

.craft-state {
  font-size: 0.64rem;
  padding: 5px 9px;
}

.craft-motion-track {
  height: 7px;
}

.craft-viewport {
  height: 22px;
}

.craft-card {
  padding: 18px 18px;
}

.craft-card-lines {
  gap: 7px;
}

.craft-card-copy {
  gap: 4px;
}

.craft-card-label {
  font-size: 0.82rem;
}

.craft-card-meta {
  font-size: 0.66rem;
}

.craft-line {
  width: 110px;
  height: 6px;
}

.craft-line--sm {
  width: 74px;
}

.craft-fingerprint {
  width: 82px;
  height: 82px;
}

@media (max-width: 900px) {
  .about-craft-body {
    gap: 26px;
    padding: 34px 30px 38px;
  }

  .craft-row {
    gap: 16px;
  }

  .craft-label {
    width: 84px;
    font-size: 0.72rem;
  }

  .craft-meta {
    padding-bottom: 20px;
  }

  .craft-footer {
    padding-top: 20px;
  }

  .craft-card {
    padding: 20px 20px;
  }
}

.craft-meta,
.craft-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.craft-meta-kicker,
.craft-meta-status,
.craft-motion-code,
.craft-stack,
.craft-footer-code,
.craft-card-meta {
  font-family: var(--font-mono);
}

.craft-meta-kicker,
.craft-stack {
  color: #9aa4b8;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.craft-meta-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #8bd5a2;
  font-size: 0.62rem;
  font-weight: 700;
}

.craft-status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #8bd5a2;
  box-shadow: 0 0 6px 1px rgba(139, 213, 162, 0.09);
}

.craft-row {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.craft-label {
  width: 64px;
  flex: none;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: #78829a;
}

.craft-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 18px;
  border-radius: var(--radius-pill);
  background: var(--gradient);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.craft-state-list,
.craft-viewport-list,
.craft-motion {
  display: flex;
  align-items: center;
  min-width: 0;
}

.craft-state-list {
  flex-wrap: wrap;
  gap: 6px;
}

.craft-state {
  padding: 3px 7px;
  border: 1px solid rgba(154, 164, 184, 0.28);
  border-radius: 4px;
  color: #8791a6;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  line-height: 1.3;
}

.craft-state--active {
  border-color: rgba(59, 91, 253, 0.7);
  background: rgba(59, 91, 253, 0.18);
  color: #b8c5ff;
}

.craft-motion {
  flex: 1;
  gap: 10px;
}

.craft-motion-track {
  flex: 1;
  height: 5px;
  overflow: hidden;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.12);
}

.craft-motion-fill {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.craft-motion-code,
.craft-footer-code {
  color: #8b9ad6;
  font-size: 0.62rem;
  font-weight: 700;
  white-space: nowrap;
}

.craft-viewport-list {
  gap: 6px;
  margin-inline-start: auto;
}

.craft-viewport {
  display: block;
  height: 18px;
  border: 1px solid #6e7890;
  border-radius: 3px 3px 1px 1px;
  background: rgba(255, 255, 255, 0.06);
}

.craft-viewport--wide {
  width: 42px;
}

.craft-viewport--mid {
  width: 32px;
}

.craft-viewport--small {
  width: 24px;
}

.craft-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  background: var(--surface);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.craft-card-avatar {
  flex: none;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--gradient);
}

.craft-card-lines {
  display: flex;
  flex-direction: column;
  flex: none;
  gap: 5px;
}

.craft-card-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 2px;
}

.craft-card-label {
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
}

.craft-card-meta {
  color: var(--text-faint);
  font-size: 0.6rem;
  line-height: 1.4;
  white-space: nowrap;
}

.craft-line {
  width: 110px;
  height: 6px;
  border-radius: 3px;
  background: #c8cfdc;
  opacity: 0.5;
}

.craft-line--sm {
  width: 74px;
  opacity: 0.28;
}

.craft-footer {
  padding-top: 12px;
  padding-bottom: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 0;
}

.craft-row--fingerprint {
  position: relative;
  min-height: 68px;
}

.craft-fingerprint {
  position: absolute;
  top: 50%;
  right: 0;
  width: 68px;
  height: 68px;
  object-fit: contain;
  opacity: 0.85;
  transform: translateY(-50%);
  filter: grayscale(1) brightness(0) invert(1) drop-shadow(0 0 10px rgba(255, 255, 255, 0.28));
}

@media (min-width: 901px) {
  .about-essay {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(14px, 2vw, 24px);
  }
}

@media (max-width: 900px) {
  .about-essay {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .about-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 44px;
  }

  .about-process-step {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .about-process-tag {
    display: none;
  }

  .about-profile-body {
    padding: 22px 20px;
  }

  .about-workflow-step {
    padding-block: 11px;
  }
}

/* Below 790px each pair stacks — one item per row, never side by side. */
@media (max-width: 790px) {
  .about-essay {
    grid-template-columns: 1fr;
  }

  .about-showcase {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .about-profile {
    border-radius: var(--radius-md);
  }

  .about-profile-body {
    padding: 18px 16px;
  }

  .about-workflow-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .about-workflow-step {
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 10px;
    padding-block: 12px;
  }

  .about-workflow-copy {
    gap: 6px;
  }

  .about-workflow-main,
  .about-workflow-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .about-workflow-label {
    font-size: 0.84rem;
  }

  .about-workflow-code,
  .about-workflow-status,
  .about-workflow-category {
    font-size: 0.62rem;
  }

  .about-workflow-description {
    font-size: 0.75rem;
    line-height: 1.8;
  }

  .about-craft-body {
    gap: 12px;
    padding: 16px 16px 18px;
  }

  .craft-row {
    gap: 10px;
  }

  .craft-label {
    width: 70px;
    font-size: 0.62rem;
  }

  .craft-state-list {
    gap: 4px;
  }

  .craft-state {
    padding-inline: 5px;
    font-size: 0.52rem;
  }

  .craft-card-meta {
    font-size: 0.55rem;
  }

  .about-profile::before {
    inset-inline-end: 14px;
    top: 14px;
    font-size: 2.25rem;
  }

  .about-profile-kicker {
    font-size: 0.62rem;
  }

  .about-profile-title {
    font-size: clamp(1.3rem, 7vw, 1.75rem);
    line-height: 1.4;
  }

  .about-profile-spec {
    padding: 12px 14px;
    font-size: 0.7rem;
    line-height: 1.6;
  }

  .about-quote {
    margin-bottom: 44px;
    font-size: 1.45rem;
  }

  .about-quote::before {
    margin-bottom: 12px;
  }

  .about-quote::after {
    margin-top: 12px;
  }

  .about-process {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 44px;
    padding: 16px;
  }

  .about-process-step {
    min-height: 0;
    padding: 20px;
  }

  .about-process-step:hover {
    transform: none;
  }

  .about-process-copy {
    margin-top: 18px;
  }

  .about-process-text {
    font-size: 0.88rem;
  }
}

/* Motion is intentionally always on, even when the device has animations
   turned off (prefers-reduced-motion) — see base.css note. */

/* ============================================================
   about-essay — equal heights
   The profile card and the workflow card MUST share the same
   height: both stretch to fill their grid row (the taller one
   sets the row height, the shorter one grows to match).
   Overrides the `align-items: start` from base.css.
   ============================================================ */
.about-essay {
  align-items: stretch;
}

/* Keep the stacked essay cards full-bleed only when each card occupies its own row. */
@media (max-width: 790px) {
  .about-essay.reveal {
    width: calc(100% + (2 * var(--page-gutter)));
    max-width: none;
    margin-inline: calc(var(--page-gutter) * -1);
    padding-inline: 0;
  }

  .about-essay.reveal > .about-profile,
  .about-essay.reveal > .about-workflow {
    border-radius: 0;
  }
}
