@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../assets/fonts/outfit-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Instrument Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/instrument-serif-400.woff2") format("woff2");
}

@font-face {
  font-family: "Instrument Serif";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/instrument-serif-400-italic.woff2") format("woff2");
}

:root {
  --ink: #0f172a;
  --muted: #64748b;
  --paper: #f8fafc;
  --accent: #2563eb;
  --accent-soft: #3b82f6;
  --wash: #eef2f7;
  --surface: #ffffff;
  --surface-deep: #e2e8f0;
  --line: rgba(15, 23, 42, 0.08);
  --header-h: 4rem;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 0.5rem);
}

body {
  font-family: "Outfit", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ——— Header ——— */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: var(--header-h);
  padding: 0 clamp(1.25rem, 4vw, 3rem);
  background: color-mix(in srgb, var(--paper) 78%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.site-header.is-scrolled {
  border-bottom-color: var(--line);
  background: color-mix(in srgb, var(--surface) 88%, transparent);
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  font-family: "Instrument Serif", serif;
  font-size: 1.45rem;
  letter-spacing: -0.02em;
  line-height: 1;
}

.site-header__brand span {
  display: inline-flex;
  align-items: center;
  gap: 0.12em;
  font-style: italic;
  color: var(--accent);
}

.site-header__nav {
  display: flex;
  align-items: center;
  gap: clamp(0.85rem, 2vw, 1.5rem);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--muted);
}

.site-header__nav a:hover {
  color: var(--ink);
}

.site-header__cta {
  color: var(--accent) !important;
  font-weight: 600;
}

@media (max-width: 720px) {
  .site-header__nav a:not(.site-header__cta) {
    display: none;
  }
}

/* ——— Hero ——— */

.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding:
    calc(var(--header-h) + clamp(1.5rem, 4vh, 3rem))
    clamp(1.25rem, 5vw, 3.5rem)
    clamp(2.5rem, 8vh, 5rem);
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 8% 12%, rgba(37, 99, 235, 0.1), transparent 55%),
    radial-gradient(ellipse 70% 50% at 92% 88%, rgba(148, 163, 184, 0.22), transparent 50%),
    linear-gradient(165deg, #ffffff 0%, var(--paper) 48%, var(--wash) 100%);
}

.hero__wash {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.hero__wash img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.hero__wash::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  opacity: 0.8;
}

.hero__inner {
  position: relative;
  z-index: 1;
  max-width: 40rem;
}

.hero__brand {
  font-family: "Instrument Serif", serif;
  font-size: clamp(2.85rem, 8vw, 4.75rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 0.92;
  margin-bottom: 1.15rem;
}

.hero__brand-line {
  display: flex;
  align-items: center;
  gap: 0.12em;
  font-style: italic;
  color: var(--accent);
}

.brand-key {
  flex-shrink: 0;
  display: inline-block;
  /* Key SVG is pre-oriented; size so bow ≈ letter “h” (~0.7em) */
  width: 1.3em;
  height: 1.3em;
  background-color: currentColor;
  /* Data URI so the mark paints with text (external mask URLs load late) */
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cg%20transform%3D%22translate%28256%20256%29%20scale%281%20-1%29%20rotate%28-90%29%20translate%28-256%20-256%29%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M256.001%2C0c-76.388%2C0-138.316%2C61.922-138.316%2C138.316c0%2C62.193%2C41.052%2C114.792%2C97.528%2C132.192v216.898c0%2C3.876%2C1.855%2C7.512%2C5.001%2C9.782l17.354%2C12.527c5.31%2C3.839%2C12.724%2C2.731%2C16.684-2.504l42.342-56.008c3.258-4.306%2C3.258-10.25%2C0-14.557l-16.442-21.699v-0.022l16.427-21.684c3.273-4.306%2C3.265-10.265%2C0-14.571l-10.846-14.308c-3.288-4.344-3.258-10.355%2C0.075-14.67l27.952-36.112c1.644-2.112%2C2.534-4.706%2C2.534-7.383V262.83c46.181-22.4%2C78.023-69.735%2C78.023-124.514C394.316%2C61.922%2C332.395%2C0%2C256.001%2C0z%20M256.001%2C468.143h-14.541V275.87c4.781%2C0.498%2C9.631%2C0.762%2C14.541%2C0.762V468.143z%20M256.906%2C97.634c-15.975%2C0-28.932-12.95-28.932-28.924c0-15.982%2C12.957-28.932%2C28.932-28.932c15.974%2C0%2C28.931%2C12.949%2C28.931%2C28.932C285.837%2C84.683%2C272.879%2C97.634%2C256.906%2C97.634z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cg%20transform%3D%22translate%28256%20256%29%20scale%281%20-1%29%20rotate%28-90%29%20translate%28-256%20-256%29%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M256.001%2C0c-76.388%2C0-138.316%2C61.922-138.316%2C138.316c0%2C62.193%2C41.052%2C114.792%2C97.528%2C132.192v216.898c0%2C3.876%2C1.855%2C7.512%2C5.001%2C9.782l17.354%2C12.527c5.31%2C3.839%2C12.724%2C2.731%2C16.684-2.504l42.342-56.008c3.258-4.306%2C3.258-10.25%2C0-14.557l-16.442-21.699v-0.022l16.427-21.684c3.273-4.306%2C3.265-10.265%2C0-14.571l-10.846-14.308c-3.288-4.344-3.258-10.355%2C0.075-14.67l27.952-36.112c1.644-2.112%2C2.534-4.706%2C2.534-7.383V262.83c46.181-22.4%2C78.023-69.735%2C78.023-124.514C394.316%2C61.922%2C332.395%2C0%2C256.001%2C0z%20M256.001%2C468.143h-14.541V275.87c4.781%2C0.498%2C9.631%2C0.762%2C14.541%2C0.762V468.143z%20M256.906%2C97.634c-15.975%2C0-28.932-12.95-28.932-28.924c0-15.982%2C12.957-28.932%2C28.932-28.932c15.974%2C0%2C28.931%2C12.949%2C28.931%2C28.932C285.837%2C84.683%2C272.879%2C97.634%2C256.906%2C97.634z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") center / contain no-repeat;
}

.hero__headline {
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 1.75rem);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin-bottom: 0.85rem;
  max-width: 24ch;
  color: var(--ink);
}

.hero__support {
  font-size: clamp(1rem, 2vw, 1.15rem);
  color: var(--muted);
  max-width: 38rem;
  margin-bottom: 1.6rem;
  font-weight: 400;
}

.cta-with-phone {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: flex-start;
}

.cta-call {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.7rem;
}

.cta-phone {
  width: 0;
  min-width: 100%;
  margin: 0;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
  white-space: nowrap;
}

.cta-phone a {
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.cta-phone a:hover {
  color: var(--ink);
  border-bottom-color: currentColor;
}

@media (max-width: 720px) {
  .hero {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding:
      calc(var(--header-h) + 2rem)
      1.35rem
      2.5rem;
  }

  .hero__inner {
    max-width: none;
    width: 100%;
  }

  .hero__brand {
    font-size: clamp(3.75rem, 16vw, 5rem);
    margin-bottom: 1.5rem;
  }

  .hero__brand-line {
    justify-content: center;
  }

  .hero__headline {
    font-size: clamp(1.55rem, 5.5vw, 1.85rem);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }

  .hero__support {
    font-size: clamp(1.08rem, 3.8vw, 1.2rem);
    max-width: 22rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.85rem;
    line-height: 1.5;
  }

  .hero .cta-with-phone {
    margin-inline: auto;
    justify-content: center;
  }
}

/* ——— Buttons / CTAs ——— */

.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
}

.cta-group--compact {
  margin-top: 1.75rem;
}

.cta-pair {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem 1rem;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.65rem 1.4rem;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 8px;
  border: 1.5px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn--primary {
  background: var(--ink);
  color: #f8fafc;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.btn--primary:hover {
  background: #1e293b;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.65);
  color: var(--ink);
  border-color: var(--line);
  backdrop-filter: blur(6px);
}

.btn--ghost:hover {
  border-color: rgba(37, 99, 235, 0.35);
  color: var(--accent);
  background: #fff;
}

/* ——— Sections ——— */

.section {
  position: relative;
  padding: clamp(4.5rem, 12vh, 7.5rem) clamp(1.25rem, 5vw, 3.5rem);
}

.section__inner {
  max-width: 68rem;
  margin: 0 auto;
}

.section__inner--narrow {
  max-width: 36rem;
  text-align: center;
}

.section__inner--narrow .cta-group,
.section__inner--narrow .cta-with-phone {
  justify-content: center;
}

.section__inner--split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 6vw, 4.5rem);
  align-items: center;
}

.section__title {
  font-family: "Instrument Serif", serif;
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin-bottom: 1rem;
  max-width: 18ch;
}

.section__inner--narrow .section__title {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.section__lede {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: var(--muted);
  max-width: 40rem;
  margin-bottom: 2.75rem;
}

.section__inner--narrow .section__lede {
  margin-left: auto;
  margin-right: auto;
}

.section--offer {
  background: var(--surface);
}

.section--for {
  background:
    radial-gradient(ellipse 55% 45% at 100% 0%, rgba(37, 99, 235, 0.06), transparent 60%),
    var(--paper);
}

.section--for .section__title {
  max-width: none;
}

.section--orion {
  background: var(--surface);
}

.section--examples {
  background:
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(37, 99, 235, 0.05), transparent 55%),
    var(--paper);
}

.section--close {
  background:
    radial-gradient(ellipse 70% 55% at 50% 100%, rgba(37, 99, 235, 0.08), transparent 65%),
    linear-gradient(180deg, var(--wash) 0%, #ffffff 100%);
}

.section--close .section__inner--narrow {
  max-width: 48rem;
}

/* ——— Steps ——— */

.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 2.5rem);
  counter-reset: none;
}

.steps__item {
  position: relative;
  padding-top: 0.25rem;
}

.steps__num {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.85rem;
}

.steps__label {
  font-family: "Instrument Serif", serif;
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.steps__copy {
  font-size: 1rem;
  color: var(--muted);
  max-width: 22rem;
}

@media (max-width: 800px) {
  .steps {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

/* ——— Trades ——— */

.trades {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.75rem;
  font-family: "Instrument Serif", serif;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  line-height: 1.35;
  color: var(--ink);
  border-top: 1px solid var(--line);
  padding-top: 1.75rem;
}

.trades li {
  position: relative;
}

.trades li:not(:last-child)::after {
  content: "·";
  position: absolute;
  right: -1.05rem;
  color: var(--accent-soft);
  font-style: normal;
}

/* ——— Orion / portrait ——— */

.portrait {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background:
    linear-gradient(160deg, #e8eef8 0%, var(--surface-deep) 100%);
  border-radius: 1rem;
}

.portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.portrait img.is-missing {
  display: none;
}

.portrait__fallback {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: "Instrument Serif", serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-style: italic;
  color: var(--accent);
  letter-spacing: -0.02em;
}

.portrait:has(img.is-missing) .portrait__fallback,
.portrait:not(:has(img[src])) .portrait__fallback {
  display: flex;
}

.orion-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  margin-bottom: 1rem;
  max-width: 36rem;
}

.orion-copy .section__title {
  max-width: 28ch;
}

@media (max-width: 800px) {
  .section__inner--split {
    grid-template-columns: 1fr;
  }

  .portrait {
    max-width: 22rem;
    margin-inline: auto;
  }

  .cta-group--orion {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-group--orion .cta-pair {
    width: 100%;
  }

  .cta-group--orion .cta-pair .btn {
    flex: 1;
  }
}

/* ——— Examples ——— */

.examples {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
}

.examples__card {
  display: block;
  color: inherit;
}

.examples__card--live {
  text-decoration: none;
}

.examples__card--live:hover .examples__preview,
.examples__card--live:focus-visible .examples__preview {
  transform: translateY(-3px);
}

.examples__preview {
  aspect-ratio: 16 / 10;
  border-radius: 0.85rem;
  border: 1px solid var(--line);
  background:
    linear-gradient(165deg, #e8eef8 0%, var(--surface-deep) 100%);
  margin-bottom: 0.9rem;
  overflow: hidden;
  transition: transform 0.35s ease;
  position: relative;
}

.examples__preview::after {
  content: attr(data-trade);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Instrument Serif", serif;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-style: italic;
  color: color-mix(in srgb, var(--accent) 55%, var(--muted));
  text-transform: capitalize;
  letter-spacing: -0.02em;
}

.examples__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.examples__preview:has(img)::after {
  display: none;
}

.examples__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}

.examples__name {
  font-family: "Instrument Serif", serif;
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.examples__status {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

@media (max-width: 800px) {
  .examples {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

/* ——— Footer ——— */

.site-footer {
  padding: 2.5rem clamp(1.25rem, 5vw, 3.5rem) 3rem;
  border-top: 1px solid var(--line);
  background: var(--surface);
}

.site-footer__inner {
  max-width: 68rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  align-items: baseline;
  justify-content: space-between;
}

.site-footer__brand {
  font-family: "Instrument Serif", serif;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.site-footer__brand a {
  display: inline-flex;
  align-items: center;
}

.site-footer__brand span {
  display: inline-flex;
  align-items: center;
  gap: 0.12em;
  font-style: italic;
  color: var(--accent);
}

.site-footer__links {
  font-size: 0.95rem;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.65rem;
  align-items: center;
}

.site-footer__links a:hover {
  color: var(--accent);
}

.site-footer__copy {
  font-size: 0.85rem;
  color: var(--muted);
  width: 100%;
  margin-top: 0.5rem;
}

/* ——— About page ——— */

.about-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding:
    calc(var(--header-h) + clamp(2.5rem, 7vh, 4.5rem))
    clamp(1.25rem, 5vw, 3.5rem)
    clamp(3rem, 8vh, 5rem);
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 8% 12%, rgba(37, 99, 235, 0.1), transparent 55%),
    radial-gradient(ellipse 70% 50% at 92% 88%, rgba(148, 163, 184, 0.22), transparent 50%),
    linear-gradient(165deg, #ffffff 0%, var(--paper) 48%, var(--wash) 100%);
}

.about-hero__wash {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.about-hero__wash img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.about-hero__wash::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
  opacity: 0.8;
}

.about-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 68rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 6vw, 4.5rem);
  align-items: center;
}

.portrait--about {
  width: 100%;
}

.about-kicker {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.85rem;
}

.about-hero__title {
  font-family: "Instrument Serif", serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 1.15rem;
}

.about-hero__lede {
  font-size: clamp(1.05rem, 2.1vw, 1.25rem);
  color: var(--muted);
  max-width: 34rem;
}

.section__inner--prose {
  max-width: 42rem;
}

.section__inner--prose .section__title {
  max-width: none;
}

.prose p {
  font-size: 1.08rem;
  color: var(--muted);
  margin-bottom: 1.15rem;
}

.prose p:last-child {
  margin-bottom: 0;
}

.about-points {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
  margin-top: 2.75rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.about-points h3 {
  font-family: "Instrument Serif", serif;
  font-size: 1.45rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
}

.about-points p {
  font-size: 0.98rem;
  color: var(--muted);
}

.about-back {
  margin-top: 2rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--muted);
}

.about-back a:hover {
  color: var(--accent);
}

.site-header__nav a[aria-current="page"] {
  color: var(--ink);
}

@media (max-width: 800px) {
  .about-hero__inner {
    grid-template-columns: 1fr;
  }

  .portrait--about {
    margin-inline: auto;
  }

  .about-points {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* ——— Reveal motion ——— */

.reveal {
  opacity: 0;
  transform: translateY(1.15rem);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.about-hero .reveal:nth-child(1) { transition-delay: 0.05s; }
.about-hero .reveal:nth-child(2) { transition-delay: 0.12s; }
.about-hero .reveal:nth-child(3) { transition-delay: 0.2s; }

.hero .reveal:nth-child(1) { transition-delay: 0.05s; }
.hero .reveal:nth-child(2) { transition-delay: 0.14s; }
.hero .reveal:nth-child(3) { transition-delay: 0.23s; }
.hero .reveal:nth-child(4) { transition-delay: 0.32s; }

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .btn--primary:hover {
    transform: none;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
  }
}
