:root {
  --ink: #141411;
  --paper: #f1efe8;
  --paper-deep: #e5e1d7;
  --line: rgba(20, 20, 17, 0.18);
  --mist: #cbc7bc;
  --violet: #a99ef1;
  --acid: #c8f04a;
  --clay: #b68c73;
  --forest: #18231d;
  --display: "Geist", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: var(--display); margin: 0; overflow-x: hidden; }
body[data-page="home"] { --page-accent: var(--violet); }
body[data-page="work"] { --page-accent: var(--acid); }
body[data-page="story"] { --page-accent: var(--clay); }
body[data-page="profile"] { --page-accent: var(--violet); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; }
.site-shell { max-width: 100%; overflow-x: hidden; width: 100%; }

.nav {
  align-items: center;
  backdrop-filter: blur(16px);
  background: rgba(241, 239, 232, 0.92);
  border: 1px solid var(--line);
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  left: 50%;
  max-width: 1240px;
  padding: 16px 22px;
  position: fixed;
  top: 18px;
  transform: translateX(-50%);
  width: calc(100% - 36px);
  z-index: 50;
  box-shadow: 0 10px 30px rgba(20, 20, 17, 0.07);
}
.wordmark { font-size: 14px; font-weight: 750; letter-spacing: -0.035em; }
.nav-pages { display: flex; gap: 30px; }
.nav-pages a {
  color: #74716a;
  font-size: 12px;
  font-weight: 650;
  padding: 2px 0 5px;
  position: relative;
  transition: color 0.25s ease;
}
.nav-pages a:hover { color: var(--ink); }
.nav-pages a.active { color: var(--ink); }
.nav-pages a.active:after {
  background: var(--ink);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.nav-action {
  align-items: center;
  border-bottom: 1px solid var(--ink);
  color: var(--ink);
  display: inline-flex;
  font-size: 12px;
  font-weight: 650;
  gap: 0.34em;
  justify-self: end;
  padding: 2px 0 5px;
}
.nav-action:after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 0.95em;
  -webkit-mask: url("assets/icons/arrow-up-right.svg") center / contain no-repeat;
  mask: url("assets/icons/arrow-up-right.svg") center / contain no-repeat;
  width: 0.95em;
}

.icon {
  background-color: currentColor;
  display: inline-block;
  flex: 0 0 auto;
  height: 0.95em;
  vertical-align: -0.1em;
  width: 0.95em;
}
.icon-arrow-up-right {
  -webkit-mask: url("assets/icons/arrow-up-right.svg") center / contain no-repeat;
  mask: url("assets/icons/arrow-up-right.svg") center / contain no-repeat;
}
.icon-arrow-down {
  -webkit-mask: url("assets/icons/arrow-down.svg") center / contain no-repeat;
  mask: url("assets/icons/arrow-down.svg") center / contain no-repeat;
}

.section { padding: clamp(120px, 15vw, 230px) max(5vw, 32px); }
.kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.button {
  border: 1px solid currentColor;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 750;
  justify-content: center;
  padding: 14px 20px;
  transition: transform 0.25s ease, background 0.25s ease;
}
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-light { background: var(--paper); color: var(--ink); }
.button-ghost { color: var(--ink); }
.button-ghost:hover { background: #dedbd3; }
.button-ghost-dark { color: var(--paper); }
.button-ghost-dark:hover { background: rgba(255, 255, 255, 0.1); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.text-link { border-bottom: 1px solid currentColor; display: inline-block; font-size: 13px; font-weight: 750; padding-bottom: 7px; }
.image-scale { overflow: hidden; }
.image-scale img { height: 100%; object-fit: cover; transform: scale(1.03); width: 100%; }

.home-hero {
  align-items: center;
  background: var(--ink);
  color: var(--paper);
  display: grid;
  gap: 7vw;
  grid-template-columns: 1.15fr 0.85fr;
  min-height: 100svh;
  overflow: hidden;
  padding: 140px max(5vw, 32px) 60px;
  position: relative;
}
.ambient { border-radius: 50%; filter: blur(90px); opacity: 0.17; pointer-events: none; position: absolute; }
.ambient-one { background: var(--violet); height: 50vw; left: -20vw; top: -20vw; width: 50vw; }
.home-hero-copy { position: relative; z-index: 2; }
.home-hero h1 {
  font-size: clamp(2.9rem, 5.5vw, 6rem);
  letter-spacing: -0.08em;
  line-height: 0.91;
  margin: 0;
  max-width: 76rem;
}
.home-hero h1 span { display: block; white-space: nowrap; }
.hero-summary { color: #c8c5bd; font-size: clamp(1.1rem, 1.7vw, 1.4rem); line-height: 1.46; margin: 38px 0 0; max-width: 620px; }
.hero-collage { align-self: stretch; margin: 0; min-height: 590px; position: relative; }
.hero-collage img { filter: grayscale(1) contrast(1.15); object-position: 30% center; }
.hero-collage:after { background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.72)); content: ""; inset: 0; position: absolute; }
.hero-collage figcaption {
  bottom: 22px;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  left: 22px;
  letter-spacing: 0.08em;
  position: absolute;
  right: 22px;
  text-transform: uppercase;
  z-index: 2;
}

.section-heading h2, .bio-copy h2, .link-hub h2, .page-hero h1, .origin-sticky h2, .teaching-copy h2, .story-shift h2, .travel-heading h2, .life-copy h2, .future-section h2, .toolkit-copy h2, .work-philosophy h2, .profile-intro h1, .experience-heading h2, .credentials-copy h2, .profile-action h2 {
  font-size: clamp(2.8rem, 5.5vw, 6rem);
  letter-spacing: -0.075em;
  line-height: 0.94;
  margin: 0;
}
.compact-heading { max-width: 930px; }
.compact-heading > p:last-child { font-size: 18px; line-height: 1.5; margin: 30px 0 0; max-width: 560px; }
.split-heading { align-items: end; display: grid; gap: 7vw; grid-template-columns: 1.2fr 0.8fr; margin-bottom: 72px; }
.split-heading > p { font-size: 18px; line-height: 1.5; margin: 0; max-width: 430px; }

.path-section { background: var(--paper); }
.path-grid {
  display: grid;
  gap: 2px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(12, 1fr);
  margin-top: 70px;
}
.path-card {
  display: flex;
  flex-direction: column;
  grid-column: span 6;
  min-height: 390px;
  padding: clamp(28px, 4vw, 54px);
  transition: transform 0.35s ease;
}
.path-card:hover { transform: translateY(-8px); }
.path-card > span, .signal-content > p, .stack-card > span, .accordion-panel .panel-label, .bio-option-head > span, .lens-grid article > span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.path-card h3 { font-size: clamp(2rem, 3.5vw, 4.1rem); letter-spacing: -0.065em; line-height: 0.96; margin: auto 0 20px; max-width: 720px; }
.path-card p { font-size: 15px; line-height: 1.45; margin: 0 0 28px; max-width: 470px; }
.path-card strong { font-size: 12px; }
.path-work { background: var(--ink); color: var(--paper); grid-column: span 8; }
.path-story { background: var(--violet); color: var(--ink); grid-column: span 4; }
.path-profile { background: var(--acid); grid-column: span 4; }
.path-links { background: var(--clay); grid-column: span 8; }

.signal-section { background: var(--paper-deep); }
.signal-grid { display: grid; gap: 2px; grid-auto-flow: dense; grid-template-columns: repeat(12, 1fr); }
.signal-card { min-height: 350px; overflow: hidden; position: relative; }
.signal-card:hover .signal-image img { transform: scale(1.08); }
.signal-content { bottom: 0; display: flex; flex-direction: column; inset-inline: 0; min-height: 100%; padding: 30px; position: absolute; z-index: 3; }
.signal-content h3 { font-size: clamp(1.9rem, 3.3vw, 3.8rem); letter-spacing: -0.065em; line-height: 0.96; margin: auto 0 22px; max-width: 660px; }
.signal-content span, .signal-profile > span { font-size: 11px; font-weight: 700; }
.signal-image { inset: 0; position: absolute; }
.signal-image:after { background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.78)); content: ""; inset: 0; position: absolute; }
.signal-image img { filter: grayscale(1) contrast(1.2); height: 100%; object-fit: cover; transition: transform 0.7s ease; width: 100%; }
.signal-brandtales { color: white; grid-column: span 8; min-height: 570px; }
.signal-dtg { background: var(--ink); color: var(--paper); grid-column: span 4; min-height: 570px; }
.signal-spatial { background: var(--acid); grid-column: span 4; }
.signal-human { background: var(--clay); grid-column: span 4; }
.signal-profile { background: #d8d3c8; display: flex; flex-direction: column; grid-column: span 4; justify-content: space-between; padding: 30px; }
.signal-profile > p { font-size: 10px; font-weight: 800; letter-spacing: 0.13em; margin: 0; text-transform: uppercase; }
.signal-profile blockquote { font-size: clamp(1.9rem, 3vw, 3.4rem); letter-spacing: -0.06em; line-height: 0.98; margin: auto 0 22px; }
.system-rings { height: 300px; position: absolute; right: -90px; top: -80px; width: 300px; }
.system-rings i { border: 1px solid rgba(255, 255, 255, 0.17); border-radius: 50%; inset: 0; position: absolute; }
.system-rings i:nth-child(2) { inset: 45px; }
.system-rings i:nth-child(3) { background: var(--acid); border: 0; height: 12px; inset: 92px auto auto 44px; width: 12px; }

.home-bio { align-items: center; display: grid; gap: 9vw; grid-template-columns: 0.8fr 1.2fr; }
.bio-portrait { height: 520px; }
.bio-portrait img { filter: grayscale(1) contrast(1.2); object-position: center top; transform: none; }
.bio-copy h2 { font-size: clamp(2.7rem, 4.7vw, 5.4rem); }
.bio-copy > p { font-size: 18px; line-height: 1.55; max-width: 650px; }
.bio-actions { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 35px; }

.link-hub { background: var(--violet); display: grid; gap: 8vw; grid-template-columns: 0.7fr 1.3fr; }
.link-hub-heading { position: sticky; top: 130px; align-self: start; }
.link-list { border-top: 1px solid rgba(20, 20, 17, 0.25); }
.link-list a { align-items: center; border-bottom: 1px solid rgba(20, 20, 17, 0.25); display: grid; gap: 20px; grid-template-columns: 0.7fr 1fr auto; padding: 27px 0; transition: padding 0.25s ease; }
.link-list a:hover { padding-left: 12px; }
.link-list span { font-size: clamp(1.3rem, 2vw, 2rem); font-weight: 700; letter-spacing: -0.04em; }
.link-list small { line-height: 1.4; }
.link-list b { font-size: 20px; }

.page-hero { min-height: 100svh; overflow: hidden; padding: 170px max(5vw, 32px) 75px; position: relative; }
.page-hero h1 { font-size: clamp(3.5rem, 7.5vw, 8rem); max-width: 1100px; }
.page-hero-lede { font-size: clamp(1.1rem, 1.7vw, 1.4rem); line-height: 1.48; margin: 34px 0 0; max-width: 680px; }
.page-hero-art { height: 42vh; margin-top: 70px; min-height: 330px; }
.page-hero-art img { filter: grayscale(1) contrast(1.15); }
.work-hero { background: var(--paper); }

.practice-section { background: var(--forest); color: var(--paper); }
.accordion-row { display: flex; height: 650px; margin-top: 80px; overflow: hidden; }
.accordion-panel { flex: 1; min-width: 0; overflow: hidden; padding: 28px; position: relative; transition: flex 0.6s cubic-bezier(0.2, 0.7, 0.2, 1); }
.accordion-panel:hover { flex: 2.4; }
.panel-story { background: var(--clay); color: var(--ink); }
.panel-systems { background: #262824; }
.panel-spatial { background: var(--acid); color: var(--ink); }
.panel-label { display: flex; justify-content: space-between; }
.panel-body { bottom: 28px; left: 28px; max-width: 580px; position: absolute; right: 28px; }
.panel-body h3 { font-size: clamp(2.1rem, 4vw, 4.5rem); letter-spacing: -0.07em; line-height: 0.94; margin: 0 0 24px; }
.panel-body p { font-size: 15px; line-height: 1.5; max-width: 490px; }
.panel-body a { border-bottom: 1px solid currentColor; display: inline-block; font-size: 12px; font-weight: 750; margin-top: 18px; padding-bottom: 6px; }

.impact-section { background: var(--paper-deep); }
.impact-stack { margin: 70px auto 0; max-width: 1040px; position: relative; }
.stack-card { border: 1px solid var(--line); min-height: 360px; padding: clamp(30px, 5vw, 65px); position: sticky; top: 110px; }
.stack-card:nth-child(1) { background: var(--paper); }
.stack-card:nth-child(2) { background: var(--violet); top: 130px; }
.stack-card:nth-child(3) { background: var(--acid); top: 150px; }
.stack-card:nth-child(4) { background: var(--clay); top: 170px; }
.stack-card h3 { font-size: clamp(2.2rem, 4vw, 4.5rem); letter-spacing: -0.065em; line-height: 0.97; margin: 90px 0 20px; max-width: 830px; }
.stack-card p { line-height: 1.5; max-width: 620px; }

.spatial-toolkit { background: var(--ink); color: var(--paper); display: grid; gap: 8vw; grid-template-columns: 1fr 1fr; }
.toolkit-copy p:last-child { color: #b8b5ad; font-size: 18px; line-height: 1.52; max-width: 600px; }
.tool-grid { align-content: center; display: grid; grid-template-columns: 1fr 1fr; }
.tool-grid span { border-bottom: 1px solid rgba(255, 255, 255, 0.18); font-size: 14px; font-weight: 700; padding: 25px 10px; }
.work-philosophy { background: var(--violet); }
.work-philosophy h2 { font-size: clamp(3.3rem, 7vw, 7.4rem); max-width: 1180px; }

.story-hero { background: var(--ink); color: var(--paper); padding-bottom: 0; }
.story-hero h1 { max-width: 1040px; }
.story-hero-visual { height: 48vh; margin-top: 70px; min-height: 360px; }
.story-hero-visual img { filter: grayscale(1) contrast(1.25); }
.origin-section { align-items: start; display: grid; gap: 9vw; grid-template-columns: 0.9fr 1.1fr; }
.origin-sticky { position: sticky; top: 120px; }
.origin-sticky h2 { font-size: clamp(2.7rem, 4.6vw, 5.2rem); }
.origin-image { height: 430px; margin-top: 50px; }
.origin-image img { filter: grayscale(1) contrast(1.2); }
.origin-chapters { border-top: 1px solid var(--line); }
.origin-chapters article { border-bottom: 1px solid var(--line); padding: 70px 0; }
.origin-chapters span { font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.origin-chapters h3 { font-size: clamp(2rem, 3.4vw, 3.8rem); letter-spacing: -0.06em; line-height: 1; margin: 26px 0 18px; }
.origin-chapters p { font-size: 17px; line-height: 1.55; max-width: 600px; }

.teaching-section { align-items: center; background: var(--violet); display: grid; gap: 9vw; grid-template-columns: 0.8fr 1.2fr; }
.teaching-image { height: 500px; }
.teaching-image img { filter: grayscale(1) contrast(1.2); }
.teaching-copy h2 { font-size: clamp(2.8rem, 5vw, 5.6rem); }
.teaching-copy p { font-size: 18px; line-height: 1.55; max-width: 640px; }

.story-shift { background: var(--forest); color: var(--paper); }
.story-shift > h2 { font-size: clamp(3rem, 6.5vw, 7rem); max-width: 1180px; }
.shift-images { display: grid; gap: 18px; grid-template-columns: 1.15fr 0.85fr 0.7fr; margin-top: 100px; }
.shift-images figure { margin: 0; }
.shift-images figure:nth-child(1) { height: 520px; }
.shift-images figure:nth-child(2) { height: 430px; margin-top: 120px; }
.shift-images figure:nth-child(3) { height: 350px; margin-top: 40px; }
.shift-images img { filter: grayscale(1) contrast(1.2); }
.shift-images figcaption { color: #b8b5ad; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; margin-top: 12px; text-transform: uppercase; }
.shift-copy { font-size: clamp(1.5rem, 2.4vw, 2.5rem); letter-spacing: -0.04em; line-height: 1.35; margin: 130px 0 0 auto; max-width: 800px; }

.travel-section { background: var(--paper-deep); display: grid; gap: 8vw; grid-template-columns: 0.8fr 1.2fr; }
.travel-heading p:last-child { font-size: 17px; line-height: 1.55; max-width: 530px; }
.travel-map { align-content: start; display: grid; grid-template-columns: 1fr 1fr; }
.travel-map span { border-bottom: 1px solid var(--line); font-size: clamp(1.3rem, 2.2vw, 2.3rem); font-weight: 650; letter-spacing: -0.04em; padding: 25px 8px; }

.life-section { align-items: center; display: grid; gap: 9vw; grid-template-columns: 1.1fr 0.9fr; }
.life-copy h2 { font-size: clamp(3rem, 5.5vw, 6.2rem); }
.life-copy p { font-size: 18px; line-height: 1.55; max-width: 620px; }
.life-image { height: 720px; }
.life-image img { filter: grayscale(1) contrast(1.15); }
.bio-portrait.image-color img, .page-hero-art.image-color img, .shift-images .image-color img, .life-image.image-color img { filter: saturate(0.78) contrast(1.08); }
.future-section { background: var(--acid); }
.future-section h2 { font-size: clamp(3.2rem, 7vw, 7.2rem); max-width: 1180px; }
.future-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 60px; }

.profile-hero { align-items: start; column-gap: 8vw; display: grid; grid-template-columns: 1.2fr 0.8fr; min-height: 0; padding: 180px max(5vw, 32px) 100px; row-gap: 55px; }
.profile-intro h1 { font-size: clamp(4rem, 8.5vw, 9rem); }
.profile-role { font-size: 13px; font-weight: 750; letter-spacing: 0.06em; line-height: 1.6; margin: 32px 0; text-transform: uppercase; }
.profile-summary { font-size: clamp(1.2rem, 2vw, 1.65rem); line-height: 1.45; max-width: 760px; }
.profile-card { background: var(--ink); color: var(--paper); min-height: 520px; padding: clamp(30px, 4vw, 55px); }
.profile-card > p { font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.profile-card dl { margin-top: 70px; }
.profile-card dl div { border-bottom: 1px solid rgba(255, 255, 255, 0.18); display: flex; justify-content: space-between; padding: 18px 0; }
.profile-card dt { color: #96938c; font-size: 12px; }
.profile-card dd { font-size: 13px; font-weight: 700; margin: 0; text-align: right; }
.profile-socials { display: flex; gap: 20px; margin-top: 50px; }
.profile-socials a { font-size: 12px; font-weight: 750; }
.profile-hero-image { aspect-ratio: 1920 / 772; grid-column: 1 / -1; height: auto; margin: 0; }
.profile-hero-image img { filter: saturate(0.72) contrast(1.08); object-position: left bottom; transform: none; }

.bio-options { background: var(--violet); }
.bio-option-grid { display: grid; gap: 2px; grid-template-columns: 0.7fr 1.3fr; margin-top: 70px; }
.bio-option-grid article { background: rgba(241, 239, 232, 0.5); min-height: 430px; padding: clamp(28px, 4vw, 55px); }
.bio-option-head { align-items: center; display: flex; justify-content: space-between; }
.bio-option-head button { background: transparent; border: 1px solid var(--ink); border-radius: 999px; cursor: pointer; font-size: 11px; font-weight: 750; padding: 8px 12px; }
.bio-option-grid article > p { font-size: clamp(1.25rem, 2vw, 2rem); letter-spacing: -0.03em; line-height: 1.43; margin: 90px 0 0; }

.profile-lenses { background: var(--paper-deep); }
.lens-grid { display: grid; gap: 2px; grid-auto-flow: dense; grid-template-columns: repeat(12, 1fr); }
.lens-grid article { background: var(--paper); grid-column: span 6; min-height: 360px; padding: clamp(28px, 4vw, 50px); }
.lens-grid article:nth-child(2) { background: var(--clay); }
.lens-grid article:nth-child(3) { background: var(--acid); }
.lens-grid article:nth-child(4) { background: var(--ink); color: var(--paper); }
.lens-grid h3 { font-size: clamp(2rem, 3.3vw, 3.7rem); letter-spacing: -0.06em; line-height: 0.98; margin: 90px 0 22px; max-width: 650px; }
.lens-grid p { line-height: 1.5; max-width: 530px; }

.experience-section { display: grid; gap: 8vw; grid-template-columns: 0.75fr 1.25fr; }
.experience-heading { position: sticky; top: 130px; align-self: start; }
.experience-heading h2 { font-size: clamp(2.7rem, 4.7vw, 5.2rem); }
.experience-list { border-top: 1px solid var(--line); }
.experience-list article { border-bottom: 1px solid var(--line); padding: 45px 0; }
.experience-list article > div { display: flex; justify-content: space-between; }
.experience-list strong { font-size: 13px; }
.experience-list span { color: #77736b; font-size: 11px; }
.experience-list h3 { font-size: clamp(1.8rem, 2.8vw, 3rem); letter-spacing: -0.05em; margin: 28px 0 15px; }
.experience-list p { line-height: 1.5; max-width: 650px; }

.credentials-section { background: var(--forest); color: var(--paper); display: grid; gap: 8vw; grid-template-columns: 0.8fr 1.2fr; }
.credentials-copy h2 { font-size: clamp(2.8rem, 4.8vw, 5.5rem); }
.credential-columns { display: grid; gap: 45px; grid-template-columns: 1fr 1fr; }
.credential-columns > div:first-child { grid-column: 1 / -1; }
.credential-columns h3 { border-bottom: 1px solid rgba(255, 255, 255, 0.2); font-size: 11px; letter-spacing: 0.12em; padding-bottom: 15px; text-transform: uppercase; }
.credential-columns p, .credential-columns li { color: #c3c1ba; font-size: 14px; line-height: 1.6; }
.credential-columns ul { list-style: none; margin: 0; padding: 0; }
.profile-action { align-items: center; background: var(--paper-deep); display: grid; gap: 8vw; grid-template-columns: 1fr 0.65fr; }
.profile-action p { font-size: 17px; line-height: 1.5; }
.resume-card { background: var(--acid); display: flex; flex-direction: column; min-height: 420px; padding: 35px; transition: transform 0.3s ease; }
.resume-card:hover { transform: rotate(-1deg) translateY(-8px); }
.resume-card.is-disabled { cursor: default; }
.resume-card.is-disabled:hover { transform: none; }
.resume-card span { font-size: 11px; font-weight: 800; letter-spacing: 0.1em; }
.resume-card h3 { font-size: clamp(2rem, 3vw, 3.4rem); letter-spacing: -0.06em; line-height: 1; margin: auto 0; }
.resume-card b { font-size: 12px; opacity: 0.68; }

.footer { background: var(--ink); color: var(--paper); padding: clamp(110px, 14vw, 210px) max(5vw, 32px) 35px; }
.footer-call h2 { font-size: clamp(3rem, 6.8vw, 7.2rem); letter-spacing: -0.08em; line-height: 0.91; margin: 0; max-width: 1100px; }
.footer-call > a { border-bottom: 1px solid #77746d; display: inline-block; font-size: clamp(1.5rem, 3vw, 3.2rem); font-weight: 700; letter-spacing: -0.05em; margin-top: 70px; padding-bottom: 8px; }
.footer-base { border-top: 1px solid rgba(255, 255, 255, 0.15); color: #7e7b74; display: flex; font-size: 10px; justify-content: space-between; letter-spacing: 0.08em; margin-top: 120px; padding-top: 22px; text-transform: uppercase; }
.footer-base div { display: flex; gap: 20px; }

@media (max-width: 900px) {
  .nav { grid-template-columns: 1fr auto; }
  .nav-pages { display: none; }
  .home-hero, .home-bio, .link-hub, .spatial-toolkit, .origin-section, .teaching-section, .travel-section, .life-section, .profile-hero, .experience-section, .credentials-section, .profile-action { grid-template-columns: 1fr; }
  .home-hero { min-height: auto; padding-top: 145px; }
  .hero-collage { min-height: 480px; }
  .section { padding-bottom: 120px; padding-top: 120px; }
  .split-heading { align-items: start; grid-template-columns: 1fr; }
  .path-work, .path-story, .path-profile, .path-links { grid-column: span 12; }
  .path-card { min-height: 340px; }
  .signal-brandtales, .signal-dtg, .signal-spatial, .signal-human, .signal-profile { grid-column: span 12; min-height: 390px; }
  .signal-brandtales, .signal-dtg { min-height: 480px; }
  .link-hub-heading, .origin-sticky, .experience-heading { position: static; }
  .link-list a { grid-template-columns: 1fr auto; }
  .link-list small { display: none; }
  .page-hero { min-height: auto; padding-top: 150px; }
  .accordion-row { display: grid; height: auto; }
  .accordion-panel, .accordion-panel:hover { flex: auto; min-height: 430px; }
  .spatial-toolkit, .teaching-section, .travel-section, .life-section, .credentials-section { gap: 70px; }
  .origin-sticky { display: grid; gap: 40px; grid-template-columns: 1fr 1fr; }
  .origin-sticky .kicker { grid-column: 1 / -1; }
  .origin-image { margin: 0; }
  .shift-images { grid-template-columns: 1fr; }
  .shift-images figure:nth-child(1), .shift-images figure:nth-child(2), .shift-images figure:nth-child(3) { height: 420px; margin-top: 0; }
  .profile-card { min-height: auto; }
  .profile-hero-image { aspect-ratio: auto; height: 260px; }
  .bio-option-grid { grid-template-columns: 1fr; }
  .lens-grid article { grid-column: span 12; }
  .credential-columns { grid-template-columns: 1fr; }
  .credential-columns > div:first-child { grid-column: auto; }
}

@media (max-width: 560px) {
  .nav { top: 10px; width: calc(100% - 20px); }
  .nav-action { padding: 2px 0 5px; }
  .home-hero h1 { font-size: clamp(2.25rem, 10.5vw, 3.4rem); }
  .home-hero { gap: 60px; }
  .hero-collage { min-height: 390px; }
  .hero-collage figcaption span:last-child { display: none; }
  .section { padding-inline: 22px; }
  .page-hero, .profile-hero { padding-inline: 22px; }
  .page-hero h1 { font-size: clamp(3.3rem, 15vw, 5.5rem); }
  .path-card { padding: 26px; }
  .path-card h3 { font-size: 2.4rem; }
  .signal-content { padding: 24px; }
  .bio-portrait, .teaching-image, .life-image { height: 470px; }
  .origin-sticky { display: block; }
  .origin-image { margin-top: 35px; }
  .tool-grid, .travel-map { grid-template-columns: 1fr; }
  .stack-card { min-height: 430px; padding: 28px; }
  .stack-card h3 { margin-top: 70px; }
  .profile-intro h1 { font-size: clamp(3.8rem, 18vw, 5.8rem); }
  .profile-card { padding: 28px; }
  .profile-card dl div { align-items: start; gap: 20px; }
  .profile-card dd { max-width: 60%; }
  .bio-option-grid article > p { margin-top: 65px; }
  .experience-list article > div { gap: 20px; }
  .footer-base { align-items: start; flex-direction: column; gap: 20px; }
}

@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; }
}
