.about-me-page {
  background: var(--bg);
}

.seo-profile {
  overflow: hidden;
}

.seo-hero {
  position: relative;
  min-height: auto;
  display: flex;
  align-items: center;
  padding: clamp(118px, 12vw, 160px) 0 clamp(70px, 8vw, 104px);
  background:
    radial-gradient(circle at 18% 20%, rgba(230,48,34,.18), transparent 28rem),
    radial-gradient(circle at 82% 22%, rgba(37,99,235,.16), transparent 30rem),
    linear-gradient(180deg, var(--bg), var(--bg-2));
  border-bottom: 1px solid var(--border);
}

.seo-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000, transparent 86%);
}

.seo-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: clamp(42px, 7vw, 96px);
  align-items: center;
}

.about-me-kicker {
  margin-bottom: 18px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.about-me-title {
  max-width: 980px;
  font-family: var(--ff-display);
  font-size: clamp(3.2rem, 7vw, 6.6rem);
  line-height: .94;
  font-weight: 900;
  color: var(--text);
  text-wrap: balance;
}

.about-me-title span,
.about-me-title em {
  display: block;
}

.about-me-title span {
  white-space: nowrap;
}

.about-me-title em {
  max-width: 820px;
  margin-top: 14px;
  color: var(--text);
  font-style: normal;
  font-size: clamp(2.25rem, 4.6vw, 4.8rem);
  line-height: 1;
}

.about-me-lead {
  max-width: 680px;
  margin: 28px 0 36px;
  color: var(--text-2);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.85;
}

.about-me-hero__actions,
.about-me-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.about-me-hero__actions {
  align-items: center;
  transition: gap .24s var(--ease);
}

.about-hero-brief-btn {
  overflow: hidden;
  max-width: 220px;
  transition: max-width .24s var(--ease), padding .24s var(--ease), opacity .18s var(--ease), transform .24s var(--ease), box-shadow var(--t), background var(--t);
}

.about-hero-read-btn {
  transition: transform .24s var(--ease), border-color var(--t), color var(--t);
}

.about-me-hero__actions.is-scrolled {
  gap: 0;
}

.about-me-hero__actions.is-scrolled .about-hero-brief-btn {
  max-width: 0;
  padding-right: 0;
  padding-left: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-14px);
  border-width: 0;
}

.about-me-hero__actions.is-scrolled .about-hero-read-btn {
  transform: translateX(0);
}

.seo-visual {
  margin: 0;
  border-radius: 8px;
  overflow: visible;
  border: 1px solid var(--border);
  background: var(--bg-3);
  box-shadow: 0 30px 90px rgba(0,0,0,.34);
}

.seo-visual--hero {
  justify-self: end;
  width: 100%;
  max-width: 520px;
}

.seo-visual img,
.seo-image-band img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.seo-toc-section {
  padding: clamp(46px, 6vw, 72px) 0;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
}

.seo-toc {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
}

.seo-toc__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  counter-reset: toc;
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-toc__list li {
  counter-increment: toc;
}

.seo-toc__list a {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 14px;
  min-height: 64px;
  align-items: center;
  padding: 14px 18px;
  color: var(--text-2);
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--bg-card);
  transition: var(--t);
}

.seo-toc__list a::before {
  content: counter(toc, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  border: 1px solid rgba(230,48,34,.22);
  border-radius: 999px;
  background: rgba(230,48,34,.06);
}

.seo-toc__list span {
  min-width: 0;
}

.seo-toc__list a:hover {
  color: var(--text);
  border-color: var(--border-hover);
  transform: translateY(-2px);
}

.seo-section {
  padding: clamp(76px, 9vw, 120px) 0;
  background: var(--bg);
}

.seo-section--alt {
  background:
    radial-gradient(circle at 82% 16%, rgba(212,168,67,.10), transparent 26rem),
    var(--bg-2);
  border-block: 1px solid var(--border);
}

.seo-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(32px, 6vw, 88px);
  align-items: start;
}

.seo-content--single {
  display: block;
  max-width: 880px;
}

.seo-content h2,
.seo-faq h2,
.about-me-cta h2 {
  margin-bottom: 24px;
  color: var(--text);
  font-family: var(--ff-display);
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 1.08;
  font-weight: 900;
}

.seo-content h3 {
  color: var(--text);
}

.seo-content p,
.seo-faq p {
  color: var(--text-3);
  font-size: 1.02rem;
  line-height: 1.88;
}

.seo-content p + p {
  margin-top: 18px;
}

.seo-content mark {
  color: var(--text);
  background: rgba(230,48,34,.12);
  border: 1px solid rgba(230,48,34,.22);
  border-radius: 6px;
  padding: 2px 6px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.seo-content a {
  color: var(--red);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.seo-content blockquote {
  margin: 34px 0;
  padding: 24px 28px;
  color: var(--text);
  font-family: var(--ff-display);
  font-size: clamp(1.35rem, 2.5vw, 2.1rem);
  line-height: 1.35;
  font-weight: 900;
  border-left: 4px solid var(--red);
  border-radius: 0 8px 8px 0;
  background: var(--bg-card);
}

.seo-profile-card {
  position: sticky;
  top: 100px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--bg-card);
}

.seo-profile-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 16px;
}

.seo-profile-card strong,
.seo-profile-card span {
  display: block;
}

.seo-profile-card strong {
  color: var(--text);
  font-size: 1.05rem;
}

.seo-profile-card span {
  margin-top: 4px;
  color: var(--red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seo-image-band {
  width: min(1120px, calc(100vw - 40px));
  margin: 0 auto;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: visible;
  background: var(--bg-3);
  box-shadow: var(--shadow);
}

.seo-image-band--square {
  width: min(780px, calc(100vw - 40px));
}

.seo-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.seo-inline-links a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  color: var(--text);
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--bg-card);
  transition: var(--t);
}

.seo-inline-links a::before {
  content: '';
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--red);
}

.seo-inline-links a:hover {
  border-color: var(--border-hover);
  transform: translateY(-2px);
}

.seo-bullet-list {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.seo-bullet-list li {
  position: relative;
  padding-left: 24px;
  color: var(--text-3);
  line-height: 1.75;
}

.seo-bullet-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 0 0 5px rgba(230,48,34,.1);
}

.seo-deep-copy {
  margin-top: 54px;
}

.seo-deep-copy h3 {
  margin-top: 34px;
  margin-bottom: 12px;
  color: var(--text);
  font-size: 1.25rem;
}

.seo-skill-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.seo-skill {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--bg-card);
  transition: transform var(--t), border-color var(--t), box-shadow var(--t);
}

.seo-skill:hover,
.seo-faq details:hover {
  transform: translateY(-4px);
  border-color: var(--border-hover);
  box-shadow: var(--shadow-red);
}

.seo-skill h3 {
  margin-bottom: 12px;
  color: var(--text);
  font-size: 1rem;
}

.seo-skill p {
  color: var(--text-3);
  font-size: .92rem;
  line-height: 1.75;
}

.seo-faq-section {
  padding: clamp(76px, 9vw, 120px) 0;
  background: var(--bg);
}

.seo-faq {
  max-width: 920px;
}

.seo-faq__list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.seo-faq details {
  padding: 20px 24px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--bg-card);
  transition: transform var(--t), border-color var(--t), box-shadow var(--t);
}

.seo-faq summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 800;
}

.seo-faq p {
  margin-top: 12px;
}

.about-me-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, rgba(230,48,34,.10), rgba(37,99,235,.08));
  border-top: 1px solid var(--border);
}

.about-me-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: center;
}

.about-me-cta__actions {
  justify-content: flex-end;
}

.about-sticky-cta {
  appearance: none;
  position: fixed;
  left: 50%;
  bottom: 22px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  min-height: 52px;
  padding: 14px 28px;
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  font-family: inherit;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 18px 42px rgba(230,48,34,.32), 0 0 0 8px rgba(230,48,34,.08);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 22px) scale(.96);
  transition: opacity .28s var(--ease), transform .28s var(--ease), box-shadow .28s var(--ease), background .28s var(--ease);
}

.about-sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
}

.about-sticky-cta:hover {
  color: #fff;
  background: #ff3a2d;
  box-shadow: 0 22px 56px rgba(230,48,34,.44), 0 0 0 10px rgba(230,48,34,.10);
  transform: translate(-50%, -3px) scale(1.02);
}

@media (max-width: 1080px) {
  .seo-hero__inner,
  .seo-content,
  .seo-toc {
    grid-template-columns: 1fr;
  }

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

  .seo-profile-card {
    position: static;
    max-width: 360px;
  }

  .seo-visual--hero {
    justify-self: start;
    max-width: 680px;
  }
}

@media (max-width: 768px) {
  .seo-hero {
    min-height: auto;
    padding: 120px 0 64px;
  }

  .about-me-title {
    font-size: 3.05rem;
  }

  .about-me-title span {
    white-space: normal;
  }

  .about-me-title em {
    font-size: 2.15rem;
  }

  .seo-toc__list,
  .seo-skill-grid {
    grid-template-columns: 1fr;
  }

  .about-me-cta__inner {
    grid-template-columns: 1fr;
  }

  .about-me-cta__actions {
    justify-content: flex-start;
  }

  .about-sticky-cta {
    bottom: 14px;
    min-width: 164px;
    min-height: 48px;
    padding: 13px 22px;
    font-size: .76rem;
  }
}
