.hero {
  display: grid;
  grid-template-columns: minmax(360px, 0.5fr) minmax(560px, 0.8fr);
  gap: clamp(12px, 2.4vw, 34px);
  align-items: center;
  min-height: 100vh;
  padding-top: 148px;
  padding-bottom: 72px;
  overflow: visible;
}

.hero.section {
  width: min(1880px, calc(100vw - var(--rail) - 48px));
  margin-left: calc(var(--rail) + 24px);
}

.hero::after,
.section-head::before,
.build-console::before,
.contact-console::before {
  position: absolute;
  width: 42px;
  height: 42px;
  border-top: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
  content: "";
}

.hero::after {
  right: 0;
  bottom: 42px;
}

.hero-kicker,
.eyebrow,
.console-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.status-dot {
  width: 8px;
  height: 8px;
  background: var(--orange);
  border: 1px solid var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(200, 75, 27, 0.14);
}

.hero-copy {
  position: relative;
  z-index: 4;
  min-width: 0;
}

.hero-wordmark {
  max-width: 780px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(72px, 13vw, 178px);
  font-weight: 700;
  line-height: 0.88;
  overflow-wrap: normal;
  word-break: keep-all;
}

.hero-wordmark span {
  display: block;
  white-space: nowrap;
}

.hero-slogan {
  max-width: 760px;
  margin: 32px 0 0;
  font-family: var(--cn-serif);
  font-size: clamp(25px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.18;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.hero-portrait {
  position: relative;
  z-index: 2;
  align-self: center;
  display: grid;
  align-content: center;
  justify-items: start;
  min-width: 0;
  min-height: clamp(460px, 38vw, 580px);
  margin-top: 4px;
  pointer-events: none;
}

.portrait-bleed {
  position: relative;
  width: min(46vw, 740px);
  height: clamp(460px, 36vw, 560px);
  margin-left: clamp(4px, 1.4vw, 24px);
  overflow: visible;
  pointer-events: auto;
}

.avatar-particle-canvas,
.avatar-base-image {
  position: absolute;
  top: 0;
  height: 100%;
}

.avatar-particle-canvas {
  z-index: 3;
  pointer-events: none;
}

.avatar-base-image {
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1300ms cubic-bezier(0.22, 1, 0.36, 1);
}

.portrait-bleed.is-assembled .avatar-base-image {
  opacity: 0.74;
}

.portrait-bleed.is-static .avatar-base-image {
  opacity: 0.96;
}

.avatar-base-image {
  object-fit: cover;
  object-position: top center;
  mix-blend-mode: multiply;
  filter: saturate(0.98) contrast(1.05) brightness(0.96);
}

.portrait-cross {
  position: absolute;
  z-index: 5;
  width: 48px;
  height: 48px;
  opacity: 0.3;
  pointer-events: none;
}

.portrait-cross::before,
.portrait-cross::after {
  position: absolute;
  background: var(--orange);
  content: "";
}

.portrait-cross::before {
  top: 0;
  width: 100%;
  height: 1px;
}

.portrait-cross::after {
  left: 0;
  width: 1px;
  height: 100%;
}

.portrait-cross--tl {
  top: 1%;
  left: 4%;
}

.portrait-cross--br {
  right: 4%;
  bottom: 8%;
  transform: rotate(180deg);
}

.hero-status,
.signal-panel,
.loop-panel,
.bio-panel,
.build-console,
.project-block,
.contact-console {
  border: 1px solid var(--line-strong);
  background: rgba(255, 248, 234, 0.34);
}

.hero-status {
  display: grid;
  grid-column: 1 / 2;
  grid-template-columns: repeat(3, 1fr);
  width: min(100%, 620px);
  margin-top: clamp(-72px, -4vw, -34px);
  background: rgba(239, 228, 207, 0.1);
  backdrop-filter: blur(2px);
}

.status-row {
  min-width: 0;
  padding: 13px 14px;
  border-right: 1px solid var(--line);
}

.status-row:last-child {
  border-right: 0;
}

.status-row span,
.status-row em {
  display: block;
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.status-row strong {
  display: block;
  margin: 7px 0;
  font-family: var(--serif);
  font-size: 24px;
  overflow-wrap: anywhere;
}

.section-head {
  position: relative;
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 42px;
  align-items: end;
  margin-bottom: 42px;
}

.section-head::before {
  top: -22px;
  left: 0;
}

.section-head h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(46px, 8vw, 96px);
  line-height: 0.94;
  overflow-wrap: anywhere;
}

.section-intro {
  max-width: 620px;
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--cn-serif);
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 600;
  line-height: 1.58;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.92fr 0.78fr;
  gap: 24px;
}

.bio-panel {
  padding: 34px;
}

.bio-lede {
  color: var(--orange-dark);
  font-family: var(--cn-serif);
  font-size: 24px;
  font-weight: 700;
}

.bio-panel p {
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.8;
}

.loop-panel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column: 1 / -1;
}

.loop-item {
  display: block;
  min-height: 180px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.loop-item--link {
  transition: background 180ms ease, color 180ms ease;
}

.loop-item--link:hover,
.loop-item--link:focus-visible {
  background: rgba(200, 75, 27, 0.07);
  outline: 0;
}

.loop-item--link:focus-visible {
  box-shadow: inset 0 0 0 1px var(--orange);
}

.loop-item:last-child {
  border-right: 0;
}

.loop-item span,
.row-index {
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.loop-item h3 {
  margin: 18px 0 12px;
  font-family: var(--cn-serif);
  font-size: 42px;
}

.loop-item p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.signal-panel {
  display: grid;
}

.signal-row {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 72px;
  padding: 0 20px;
  border-bottom: 1px solid var(--line);
}

.signal-row:last-child {
  border-bottom: 0;
}

.signal-row span,
.signal-row em,
.writing-row small,
.writing-row em {
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.signal-row strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.writing-list {
  border-top: 1px solid var(--line-strong);
}

.writing-row {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) 180px 92px;
  gap: 24px;
  align-items: center;
  min-height: 132px;
  border-bottom: 1px solid var(--line);
  transition: background 180ms ease, padding 180ms ease;
}

.writing-row:hover {
  padding-left: 14px;
  background: rgba(200, 75, 27, 0.07);
}

.writing-row h3 {
  margin: 0 0 10px;
  font-family: var(--cn-serif);
  font-size: clamp(24px, 3vw, 42px);
}

.writing-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.shoot-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--line-strong);
  background: var(--line-strong);
}

.shoot-item {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
}

.shoot-item img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  filter: sepia(0.45) saturate(0.8) contrast(1.05);
  opacity: 0.86;
}

.shoot-item figcaption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--ink);
  color: var(--ink);
}

.shoot-item h3 {
  margin: 0 0 10px;
  font-family: var(--cn-serif);
  font-size: 52px;
}

.shoot-item p {
  max-width: 320px;
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.7;
}

.build-layout {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 24px;
}

.build-console,
.contact-console {
  position: relative;
  padding: 34px;
}

.build-console::before,
.contact-console::before {
  top: 14px;
  right: 14px;
  border-top-color: var(--orange);
  border-left: 0;
  border-right: 1px solid var(--orange);
}

.build-console h3,
.contact-console h3 {
  margin: 0 0 18px;
  font-family: var(--cn-serif);
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.2;
}

.build-console p,
.contact-console p {
  color: var(--ink-soft);
  line-height: 1.8;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0;
}

.tag-row span {
  padding: 7px 10px;
  border: 1px solid var(--line-strong);
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-stack {
  display: grid;
  gap: 18px;
}

.project-block {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 22px;
  padding: 18px;
  transition: transform 180ms ease, background 180ms ease;
}

.project-block:hover {
  transform: translateY(-3px);
  background: rgba(255, 248, 234, 0.58);
}

.project-block img {
  height: 190px;
  border: 1px solid var(--line);
  object-fit: cover;
}

.project-block h3 {
  margin: 8px 0 12px;
  font-family: var(--cn-serif);
  font-size: 34px;
}

.project-block p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.contact {
  padding-bottom: 142px;
}

.contact-console {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 34px;
  align-items: end;
}

.contact-console ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.contact-console li::before {
  color: var(--orange);
  content: "+ ";
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.copy-status {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--orange-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
