@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/geist-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/geist-latin-ext.woff2") format("woff2");
}

:root {
  --paper: #f7f2ea;
  --paper-light: #fcfaf6;
  --surface: #fffdf9;
  --ink: #141d2c;
  --ink-soft: #5d6470;
  --brand: #b90140;
  --brand-dark: #8f0032;
  --brand-soft: #f7e3e9;
  --sand: #e8ddd0;
  --line: rgba(20, 29, 44, 0.12);
  --signal: #dce66f;
  --shadow: 0 24px 70px rgba(49, 31, 35, 0.09);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Geist", Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-rendering: optimizeLegibility;
}

body.admin-bar .human-header {
  top: 32px;
}

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

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

::selection {
  color: #fff;
  background: var(--brand);
}

.human-site {
  position: relative;
  overflow: clip;
}

.story-thread {
  position: absolute;
  z-index: 0;
  top: 660px;
  bottom: 470px;
  left: clamp(20px, 3.5vw, 62px);
  width: clamp(50px, 5vw, 90px);
  pointer-events: none;
}

.story-thread svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.story-thread path {
  fill: none;
  stroke: var(--brand);
  stroke-width: 2;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter: drop-shadow(0 0 8px rgba(185, 1, 64, 0.08));
}

.human-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  min-height: 86px;
  padding: 0 clamp(24px, 5vw, 82px);
  border-bottom: 1px solid rgba(20, 29, 44, 0.08);
  background: rgba(247, 242, 234, 0.92);
  backdrop-filter: blur(18px);
}

.human-logo {
  color: var(--brand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -0.1em;
}

.human-header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(17px, 2.2vw, 38px);
  font-size: 14px;
  font-weight: 680;
}

.human-header nav a {
  position: relative;
  padding: 12px 0;
}

.human-header nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 2px;
  background: var(--brand);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.human-header nav a:hover::after,
.human-header nav a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-contact {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  min-height: 44px;
  padding: 0 18px;
  color: #fff;
  background: var(--brand);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
  transition: transform 180ms ease, background 180ms ease;
}

.header-contact:hover {
  background: var(--brand-dark);
  transform: translateY(-2px);
}

.header-contact span {
  color: var(--signal);
}

.human-hero {
  position: relative;
  z-index: 1;
  min-height: 800px;
  padding: clamp(88px, 9vw, 145px) clamp(28px, 8vw, 140px) 220px;
  background:
    radial-gradient(circle at 77% 29%, rgba(185, 1, 64, 0.07), transparent 22%),
    radial-gradient(circle at 85% 36%, rgba(220, 230, 111, 0.11), transparent 15%),
    linear-gradient(180deg, var(--paper-light), var(--paper));
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(780px, 69%);
}

.eyebrow,
.section-index {
  margin: 0;
  color: var(--brand);
  font-size: 13px;
  font-weight: 820;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.human-hero h1 {
  max-width: 920px;
  margin: 26px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(78px, 9.2vw, 142px);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.07em;
}

.human-hero h1 span {
  display: block;
  color: var(--brand);
}

.hero-role {
  max-width: 670px;
  margin: 35px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.5vw, 53px);
  line-height: 1.06;
}

.signature {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 28px 0 0;
  color: var(--brand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.1vw, 31px);
  font-style: italic;
}

.signature i {
  color: var(--signal);
  font-style: normal;
}

.hero-intro {
  max-width: 710px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: clamp(20px, 1.6vw, 25px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.human-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 54px;
  padding: 0 22px;
  border: 1px solid var(--brand);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 760;
  overflow: hidden;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.human-button.primary {
  color: #fff;
  background: var(--brand);
}

.human-button.secondary {
  color: var(--brand);
  background: transparent;
}

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

.human-button.primary:hover {
  background: var(--brand-dark);
}

.human-button.secondary:hover {
  color: #fff;
  background: var(--brand);
}

.hero-monogram {
  position: absolute;
  z-index: 1;
  top: 105px;
  right: clamp(30px, 7vw, 120px);
  display: grid;
  place-items: center;
  width: clamp(310px, 38vw, 610px);
  aspect-ratio: 1;
  color: rgba(185, 1, 64, 0.84);
  border: 1px solid rgba(185, 1, 64, 0.18);
  border-radius: 50%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(130px, 20vw, 330px);
  letter-spacing: -0.14em;
  text-shadow: 16px 18px 0 rgba(20, 29, 44, 0.04);
}

.hero-monogram::before,
.hero-monogram::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(185, 1, 64, 0.1);
  border-radius: 50%;
}

.hero-monogram::before {
  inset: 9%;
}

.hero-monogram::after {
  inset: 20%;
}

.transition-ribbon {
  position: absolute;
  z-index: 4;
  right: clamp(28px, 6vw, 105px);
  bottom: 38px;
  left: clamp(28px, 6vw, 105px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid rgba(185, 1, 64, 0.16);
  border-radius: 28px;
  background: rgba(255, 253, 249, 0.9);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.transition-ribbon > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  min-height: 140px;
  padding: 24px 16px 20px;
  text-align: center;
}

.transition-ribbon > div:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 48px;
  right: -8px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  color: var(--brand);
  background: var(--surface);
}

.transition-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: var(--brand);
  border: 1px solid rgba(185, 1, 64, 0.18);
  border-radius: 50%;
  background: var(--paper-light);
}

.transition-icon svg {
  width: 28px;
  height: 28px;
}

.transition-ribbon strong {
  font-size: 14px;
}

.human-section {
  position: relative;
  z-index: 1;
  padding: clamp(105px, 10vw, 165px) clamp(35px, 9vw, 155px);
  scroll-margin-top: 84px;
}

.section-intro {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.section-intro h2,
.training-origin h2,
.human-contact h2 {
  margin: 22px auto 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.2vw, 78px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.045em;
}

.section-intro > p:last-child,
.training-origin > p:last-child {
  max-width: 760px;
  margin: 27px auto 0;
  color: var(--ink-soft);
  font-size: 20px;
  line-height: 1.65;
}

.profile-section {
  background: var(--surface);
}

.profile-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(30px, 5vw, 78px);
  max-width: 1260px;
  margin: 78px auto 0;
}

.origin-story {
  position: relative;
  min-height: 610px;
  padding: 48px;
  color: #fff;
  border-radius: 34px;
  background:
    radial-gradient(circle at 83% 15%, rgba(220, 230, 111, 0.17), transparent 20%),
    var(--brand);
  box-shadow: 0 28px 70px rgba(185, 1, 64, 0.2);
  overflow: hidden;
}

.origin-story::after {
  content: "RS";
  position: absolute;
  right: -20px;
  bottom: -42px;
  color: rgba(255, 255, 255, 0.08);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 210px;
  letter-spacing: -0.12em;
}

.origin-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  color: var(--brand);
  border-radius: 50%;
  background: var(--signal);
}

.origin-icon svg {
  width: 39px;
  height: 39px;
}

.origin-story > p {
  margin: 35px 0 0;
  color: #ffd8e5;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.origin-story h3 {
  max-width: 540px;
  margin: 18px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(39px, 3.6vw, 56px);
  font-weight: 400;
  line-height: 1.02;
}

.origin-story > strong {
  display: block;
  margin-top: 18px;
  color: #fff0f5;
  font-size: 16px;
}

.origin-story blockquote {
  max-width: 520px;
  margin: 38px 0 0;
  padding: 27px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 20px;
  font-weight: 620;
  line-height: 1.52;
}

.origin-story ul,
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.origin-story li {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 720;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.values-grid article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 290px;
  padding: 35px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--paper-light);
  text-align: center;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.values-grid article:hover {
  border-color: rgba(185, 1, 64, 0.25);
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.values-grid article > span {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin: 0 auto;
  color: var(--brand);
  border-radius: 50%;
  background: var(--brand-soft);
}

.values-grid svg {
  width: 31px;
  height: 31px;
}

.values-grid h3 {
  margin: 22px 0 0;
  color: var(--brand);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
}

.values-grid p {
  margin: 15px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.55;
}

.journey-section {
  background: var(--paper);
}

.journey-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  max-width: 1380px;
  margin: 88px auto 0;
}

.journey-flow::before {
  content: "";
  position: absolute;
  top: 48px;
  right: 4%;
  left: 4%;
  height: 2px;
  background: linear-gradient(90deg, var(--brand), var(--brand), var(--signal));
}

.journey-flow article {
  position: relative;
  min-width: 0;
  padding: 0 8px;
  text-align: center;
}

.journey-icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  margin: 10px auto 0;
  color: var(--brand);
  border: 2px solid var(--brand);
  border-radius: 50%;
  background: var(--paper);
  box-shadow: 0 0 0 9px var(--paper);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.journey-flow article:hover .journey-icon {
  color: #fff;
  background: var(--brand);
  transform: translateY(-5px) scale(1.03);
}

.journey-icon svg {
  width: 36px;
  height: 36px;
}

.journey-period {
  margin: 32px 0 0;
  color: var(--brand);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.journey-flow h3 {
  margin: 12px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2vw, 31px);
  font-weight: 400;
  line-height: 1.08;
}

.journey-flow strong {
  display: block;
  min-height: 45px;
  margin-top: 13px;
  color: var(--brand);
  font-size: 14px;
  line-height: 1.45;
}

.journey-flow article > p:last-child {
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.6;
}

.experience-heading {
  display: grid;
  grid-template-columns: 0.6fr 1.4fr;
  align-items: end;
  gap: 45px;
  max-width: 1260px;
  margin: 140px auto 0;
  padding-top: 74px;
  border-top: 1px solid var(--line);
}

.experience-heading h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4vw, 62px);
  font-weight: 400;
}

.experience-list {
  display: grid;
  gap: 18px;
  max-width: 1260px;
  margin: 62px auto 0;
}

.experience-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, 0.38fr) minmax(0, 1.62fr);
  gap: clamp(30px, 5vw, 72px);
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--surface);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.experience-card:hover {
  border-color: rgba(185, 1, 64, 0.22);
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.experience-card.is-current {
  background:
    radial-gradient(circle at 95% 10%, rgba(220, 230, 111, 0.12), transparent 18%),
    var(--ink);
  color: #fff;
}

.experience-card.is-current::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 0;
  width: 4px;
  background: var(--brand);
}

.experience-meta p {
  margin: 0;
  color: var(--brand);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.experience-card.is-current .experience-meta p {
  color: #ff8eb4;
}

.experience-meta strong {
  display: block;
  margin-top: 13px;
  color: var(--ink-soft);
  font-size: 16px;
}

.experience-card.is-current .experience-meta strong {
  color: #d8dde5;
}

.experience-content h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.2vw, 50px);
  font-weight: 400;
}

.experience-copy {
  max-width: 900px;
  margin: 20px 0 0;
  font-size: 20px;
  font-weight: 620;
  line-height: 1.5;
}

.mission-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 30px;
  margin: 28px 0 0;
  padding: 26px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.experience-card.is-current .mission-list {
  border-color: rgba(255, 255, 255, 0.15);
}

.mission-list li {
  position: relative;
  padding-left: 18px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.58;
}

.experience-card.is-current .mission-list li {
  color: #cbd1da;
}

.mission-list li::before {
  content: "";
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
}

.tag-list li {
  padding: 7px 10px;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  font-size: 12px;
  font-weight: 720;
}

.experience-card.is-current .tag-list li {
  color: #e7eaf0;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.05);
}

.achievements-section {
  background: var(--surface);
}

.achievement-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  max-width: 1260px;
  margin: 76px auto 0;
}

.achievement-grid article {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--paper-light);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.achievement-grid article:nth-child(4) {
  grid-column: 2 / span 2;
}

.achievement-grid article:hover {
  border-color: rgba(185, 1, 64, 0.24);
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}

.achievement-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.achievement-icon {
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  color: var(--brand);
  border-radius: 20px;
  background: var(--brand-soft);
}

.achievement-icon svg {
  width: 34px;
  height: 34px;
}

.achievement-number {
  color: var(--brand);
  font-size: 39px;
  font-weight: 780;
  letter-spacing: -0.05em;
}

.achievement-grid h3 {
  margin: 31px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(29px, 2.5vw, 39px);
  font-weight: 400;
  line-height: 1.04;
}

.achievement-grid article > p {
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.62;
}

.achievement-grid .tag-list {
  margin-top: auto;
  padding-top: 26px;
}

.skills-section {
  color: #fff;
  background:
    radial-gradient(circle at 15% 15%, rgba(185, 1, 64, 0.18), transparent 24%),
    var(--ink);
}

.skills-section .section-index {
  color: #ff8eb4;
}

.skills-section .section-intro > p:last-child {
  color: #c9cfd8;
}

.skills-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  max-width: 1260px;
  margin: 76px auto 0;
}

.skills-grid article {
  min-height: 430px;
  padding: 34px 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.045);
  text-align: center;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.skills-grid article:hover {
  border-color: rgba(220, 230, 111, 0.35);
  background: rgba(255, 255, 255, 0.075);
  transform: translateY(-6px);
}

.skill-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto;
  color: var(--ink);
  border-radius: 50%;
  background: var(--signal);
}

.skill-icon svg {
  width: 36px;
  height: 36px;
}

.skills-grid h3 {
  margin: 25px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  font-weight: 400;
}

.skills-grid article > p {
  min-height: 105px;
  margin: 17px 0 0;
  color: #c9cfd8;
  font-size: 15px;
  line-height: 1.55;
}

.skills-grid ul {
  display: grid;
  gap: 8px;
  margin: 21px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  list-style: none;
}

.skills-grid li {
  color: #e0e4e9;
  font-size: 13px;
}

.training-section {
  display: grid;
  grid-template-columns: minmax(330px, 0.75fr) minmax(0, 1.25fr);
  align-items: start;
  gap: clamp(50px, 8vw, 125px);
  background: var(--paper);
}

.training-origin {
  position: sticky;
  top: 125px;
}

.training-origin > span {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  color: var(--brand);
  border-radius: 50%;
  background: var(--brand-soft);
}

.training-origin svg {
  width: 42px;
  height: 42px;
}

.training-origin h2 {
  margin-left: 0;
}

.training-origin > p:last-child {
  margin-left: 0;
}

.training-list {
  position: relative;
  display: grid;
  gap: 14px;
  padding-left: 34px;
}

.training-list::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 8px;
  width: 2px;
  background: linear-gradient(var(--brand), var(--signal));
}

.training-list article {
  position: relative;
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 25px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--surface);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.training-list article::before {
  content: "";
  position: absolute;
  top: 35px;
  left: -33px;
  width: 14px;
  height: 14px;
  border: 3px solid var(--brand);
  border-radius: 50%;
  background: var(--paper);
}

.training-list article:hover {
  transform: translateX(5px);
  box-shadow: var(--shadow);
}

.training-list article.is-featured {
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
}

.training-list article > p {
  margin: 0;
  color: var(--brand);
  font-size: 13px;
  font-weight: 840;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.training-list article.is-featured > p {
  color: var(--signal);
}

.training-list h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.training-list strong {
  display: block;
  margin-top: 9px;
  color: var(--ink-soft);
  font-size: 14px;
}

.training-list article.is-featured strong {
  color: #ffd9e6;
}

.human-contact {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 700px;
  padding: 100px 35px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 15%, rgba(185, 1, 64, 0.38), transparent 30%),
    var(--ink);
  text-align: center;
  overflow: hidden;
}

.contact-monogram {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, 0.035);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(260px, 40vw, 620px);
  letter-spacing: -0.14em;
  transform: translate(-54%, -52%);
}

.human-contact > div:last-child {
  position: relative;
  z-index: 2;
  max-width: 980px;
}

.human-contact .section-index {
  color: #ff8eb4;
}

.human-contact h2 {
  max-width: 930px;
}

.human-contact p:not(.section-index) {
  max-width: 690px;
  margin: 28px auto 0;
  color: #cbd1da;
  font-size: 20px;
  line-height: 1.6;
}

.contact-button {
  margin-top: 38px;
  color: var(--ink);
  border-color: var(--signal);
  background: var(--signal);
}

.contact-button svg {
  width: 23px;
  height: 23px;
}

.contact-button:hover {
  color: #fff;
  border-color: var(--brand);
  background: var(--brand);
}

.human-footer {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 30px;
  min-height: 125px;
  padding: 30px clamp(25px, 6vw, 100px);
  color: #d6dbe2;
  background: #0d1420;
  font-size: 13px;
}

.human-footer > strong {
  color: #ff8eb4;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  letter-spacing: -0.1em;
}

.human-footer p {
  margin: 0;
}

.human-footer a {
  color: var(--signal);
  font-weight: 750;
}

.reveal-item {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 680ms cubic-bezier(0.22, 1, 0.36, 1) var(--delay, 0ms),
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1) var(--delay, 0ms);
}

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

@media (max-width: 1120px) {
  .human-header nav {
    display: none;
  }

  .human-header {
    grid-template-columns: auto 1fr auto;
  }

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

  .hero-monogram {
    right: -90px;
    opacity: 0.5;
  }

  .journey-flow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 55px 24px;
  }

  .journey-flow::before {
    display: none;
  }

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

  .achievement-grid article {
    grid-column: span 3;
  }

  .achievement-grid article:nth-child(4) {
    grid-column: span 3;
  }
}

@media (max-width: 800px) {
  body.admin-bar .human-header {
    top: 46px;
  }

  .story-thread {
    display: none;
  }

  .human-header {
    min-height: 74px;
    padding: 0 18px;
  }

  .header-contact {
    min-height: 40px;
    padding: 0 14px;
    font-size: 13px;
  }

  .human-hero {
    min-height: auto;
    padding: 82px 24px 540px;
  }

  .hero-copy {
    width: 100%;
    text-align: center;
  }

  .human-hero h1 {
    font-size: clamp(65px, 19vw, 96px);
  }

  .signature,
  .hero-actions {
    justify-content: center;
  }

  .hero-intro {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-monogram {
    top: auto;
    right: 50%;
    bottom: 170px;
    width: 290px;
    opacity: 0.4;
    transform: translateX(50%);
  }

  .transition-ribbon {
    right: 18px;
    bottom: 22px;
    left: 18px;
    grid-template-columns: repeat(5, 150px);
    overflow-x: auto;
  }

  .transition-ribbon > div {
    min-height: 135px;
  }

  .human-section {
    padding: 95px 24px;
  }

  .profile-layout,
  .training-section {
    grid-template-columns: 1fr;
  }

  .origin-story {
    min-height: 0;
    padding: 38px 30px;
  }

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

  .values-grid article {
    min-height: 250px;
  }

  .journey-flow {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .journey-flow article {
    max-width: 520px;
    margin: 0 auto;
  }

  .experience-heading,
  .experience-card {
    grid-template-columns: 1fr;
  }

  .experience-heading {
    gap: 18px;
  }

  .experience-card {
    padding: 32px 25px;
  }

  .mission-list {
    grid-template-columns: 1fr;
  }

  .achievement-grid,
  .skills-grid {
    grid-template-columns: 1fr;
  }

  .achievement-grid article,
  .achievement-grid article:nth-child(4) {
    grid-column: auto;
  }

  .training-origin {
    position: static;
    text-align: center;
  }

  .training-origin > span {
    margin-right: auto;
    margin-left: auto;
  }

  .training-origin h2,
  .training-origin > p:last-child {
    margin-right: auto;
    margin-left: auto;
  }

  .training-list article {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .human-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .human-logo {
    font-size: 29px;
  }

  .header-contact span {
    display: none;
  }

  .human-hero {
    padding-bottom: 500px;
  }

  .human-hero h1 {
    font-size: 59px;
  }

  .hero-role {
    font-size: 31px;
  }

  .signature {
    flex-wrap: wrap;
    gap: 6px 10px;
    font-size: 20px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .human-button {
    justify-content: center;
  }

  .transition-ribbon {
    grid-template-columns: repeat(5, 135px);
  }

  .section-intro h2,
  .training-origin h2,
  .human-contact h2 {
    font-size: 43px;
  }

  .section-intro > p:last-child,
  .training-origin > p:last-child,
  .human-contact p:not(.section-index) {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-item {
    opacity: 1 !important;
    transform: none !important;
  }
}

