:root {
  --ink: #0a0b0e;
  --midnight: #101722;
  --ivory: #f1eadf;
  --paper: #f7f1e8;
  --gold: #bb9657;
  --gold-bright: #d0ad6a;
  --wine: #421921;
  --mist: #c5c1b8;
  --line-dark: rgba(12, 13, 16, 0.18);
  --line-light: rgba(255, 255, 255, 0.22);
  --serif: "Bodoni 72", Didot, "Baskerville Display PT", Baskerville, Georgia, serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: #d6d1c8;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 10pt;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration-thickness: 0.07em;
  text-underline-offset: 0.18em;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

.skip-link {
  position: fixed;
  z-index: 100;
  left: 16px;
  top: 16px;
  padding: 10px 14px;
  background: white;
  color: black;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.profile-document {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 28px 0;
}

.profile-page {
  position: relative;
  width: 210mm;
  height: 297mm;
  overflow: hidden;
  padding: 15mm 17mm 13mm;
  box-shadow: 0 16px 55px rgba(8, 9, 12, 0.23);
  isolation: isolate;
}

.page-dark {
  background: var(--ink);
  color: var(--ivory);
}

.page-midnight {
  background: var(--midnight);
  color: var(--ivory);
}

.page-ivory {
  background: var(--paper);
  color: var(--ink);
}

.page-wine {
  background: var(--wine);
  color: var(--ivory);
}

.page-header,
.page-footer {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 6.6pt;
}

.page-header {
  min-height: 8mm;
  padding-bottom: 4mm;
  border-bottom: 0.25mm solid var(--line-dark);
}

.page-header p,
.page-footer p {
  margin: 0;
}

.page-header a {
  text-decoration: none;
}

.light-header {
  border-bottom-color: var(--line-light);
}

.page-footer {
  position: absolute;
  left: 17mm;
  right: 17mm;
  bottom: 9mm;
  padding-top: 3mm;
  border-top: 0.25mm solid var(--line-dark);
}

.light-footer {
  border-top-color: var(--line-light);
}

.section-label {
  display: flex;
  gap: 3mm;
  align-items: center;
  margin-bottom: 7mm;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 6.5pt;
  font-weight: 600;
}

.section-label span {
  display: grid;
  width: 7mm;
  height: 7mm;
  place-items: center;
  border: 0.25mm solid rgba(12, 13, 16, 0.35);
  border-radius: 50%;
  color: var(--wine);
  letter-spacing: 0;
}

.light-label span {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--gold-bright);
}

.mini-label {
  margin-bottom: 2.2mm;
  color: var(--gold);
  font-size: 6.3pt;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-weight: 400;
}

h1,
h2 {
  font-family: var(--serif);
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 0;
  font-size: 24pt;
  line-height: 0.98;
}

h1 em,
h2 em,
h3 em {
  color: var(--gold-bright);
  font-weight: 400;
}

.lead {
  font-family: var(--serif);
  font-size: 14.5pt;
  line-height: 1.35;
}

/* Page 1 — cover */
.cover-page {
  padding: 0;
}

.cover-portrait,
.cover-shade {
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
}

.cover-portrait {
  object-fit: cover;
  object-position: 57% 40%;
  filter: saturate(0.78) contrast(1.04) brightness(0.92);
}

.cover-shade {
  background:
    radial-gradient(ellipse 48% 34% at 56% 31%, rgba(4, 5, 7, 0) 0%, rgba(4, 5, 7, 0) 58%, rgba(4, 5, 7, 0.12) 74%, rgba(4, 5, 7, 0.42) 100%),
    linear-gradient(180deg, rgba(4, 5, 7, 0.62) 0%, rgba(4, 5, 7, 0.08) 20%, rgba(4, 5, 7, 0) 47%, rgba(4, 5, 7, 0.78) 100%),
    linear-gradient(90deg, rgba(4, 5, 7, 0.38) 0%, rgba(4, 5, 7, 0) 26%, rgba(4, 5, 7, 0) 72%, rgba(4, 5, 7, 0.48) 100%);
}

.page-frame {
  position: absolute;
  z-index: 2;
  inset: 9mm;
  border: 0.25mm solid rgba(208, 173, 106, 0.45);
}

.cover-header,
.cover-footer,
.cover-copy {
  position: absolute;
  z-index: 3;
  left: 17mm;
  right: 17mm;
}

.cover-header {
  top: 17mm;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cover-header p,
.cover-footer p {
  margin: 0;
  font-size: 6.5pt;
  text-transform: uppercase;
  letter-spacing: 0.17em;
}

.cover-header p span {
  margin-left: 5mm;
  color: var(--gold-bright);
}

.monogram {
  display: grid;
  width: 13mm;
  height: 13mm;
  place-items: center;
  border: 0.25mm solid var(--gold-bright);
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 10pt;
  text-decoration: none;
}

.cover-copy {
  top: 147mm;
  width: 112mm;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 3mm;
  margin-bottom: 8mm;
  color: var(--ivory);
  text-transform: uppercase;
  letter-spacing: 0.17em;
  font-size: 6.7pt;
}

.eyebrow span {
  width: 13mm;
  height: 0.25mm;
  background: var(--gold-bright);
}

.cover-copy h1 {
  margin-bottom: 11mm;
  font-size: 66pt;
  line-height: 0.7;
  text-transform: uppercase;
}

.cover-copy h1 em {
  display: inline-block;
  margin-left: 12mm;
  color: var(--ivory);
  font-size: 62pt;
  text-transform: none;
}

.cover-thesis {
  margin-left: 2mm;
  font-family: var(--serif);
  font-size: 17pt;
  line-height: 1.25;
  color: var(--gold-bright);
}

.cover-footer {
  bottom: 17mm;
  display: flex;
  justify-content: space-between;
  padding-top: 4mm;
  border-top: 0.25mm solid rgba(255, 255, 255, 0.25);
}

/* Page 2 — point of view */
.thesis-page::before {
  position: absolute;
  top: -36mm;
  right: -35mm;
  width: 120mm;
  height: 120mm;
  border: 0.25mm solid rgba(187, 150, 87, 0.22);
  border-radius: 50%;
  content: "";
}

.thesis-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  column-gap: 12mm;
  padding-top: 14mm;
}

.thesis-layout .section-label,
.thesis-layout h2 {
  grid-column: 1;
}

.thesis-layout h2 {
  font-size: 31pt;
}

.thesis-intro {
  grid-column: 2;
  grid-row: 1 / span 2;
  padding-top: 14mm;
  border-top: 0.25mm solid var(--gold);
}

.thesis-intro .lead {
  margin-bottom: 6mm;
}

.thesis-intro p:last-child {
  margin-bottom: 0;
  color: #494640;
}

.principle-quote {
  position: relative;
  margin: 18mm 0 13mm;
  padding: 9mm 10mm;
  background: var(--ink);
  color: var(--ivory);
}

.principle-quote::after {
  position: absolute;
  top: 50%;
  right: 8mm;
  width: 18mm;
  height: 18mm;
  transform: translateY(-50%);
  border: 0.25mm solid rgba(208, 173, 106, 0.45);
  border-radius: 50%;
  content: "";
}

.principle-quote p {
  width: 80%;
  margin: 0;
  font-family: var(--serif);
  font-size: 20pt;
  line-height: 1.2;
}

.practice-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 0.25mm solid var(--line-dark);
  border-bottom: 0.25mm solid var(--line-dark);
}

.practice-grid article {
  min-height: 44mm;
  padding: 5mm 4mm 4mm;
  border-right: 0.25mm solid var(--line-dark);
}

.practice-grid article:first-child {
  padding-left: 0;
}

.practice-grid article:last-child {
  border-right: 0;
}

.practice-grid span {
  display: block;
  margin-bottom: 8mm;
  color: var(--gold);
  font-size: 7pt;
}

.practice-grid h3 {
  margin-bottom: 2mm;
  font-family: var(--serif);
  font-size: 15pt;
}

.practice-grid p {
  margin: 0;
  color: #555149;
  font-size: 7.6pt;
  line-height: 1.45;
}

/* Page 3 — selected work */
.works-page::before {
  position: absolute;
  z-index: -1;
  right: -18mm;
  bottom: 12mm;
  width: 100mm;
  height: 100mm;
  background: radial-gradient(circle, rgba(187, 150, 87, 0.13), transparent 67%);
  content: "";
}

.works-page .section-label {
  margin-top: 10mm;
  margin-bottom: 4mm;
}

.works-title-row {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  align-items: end;
  gap: 12mm;
  margin-bottom: 8mm;
}

.works-title-row h2 {
  font-size: 29pt;
}

.works-title-row > p {
  margin: 0 0 1mm;
  padding-left: 6mm;
  border-left: 0.25mm solid var(--gold);
  color: #babcc0;
  font-size: 8pt;
}

.works-feature {
  display: grid;
  grid-template-columns: 0.68fr 1.32fr;
  height: 53mm;
  overflow: hidden;
  margin-bottom: 9mm;
  border: 0.25mm solid var(--line-light);
}

.works-feature img {
  min-width: 0;
  min-height: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  filter: saturate(0.6) contrast(1.08);
}

.works-feature > div {
  padding: 7mm 8mm;
  background: rgba(255, 255, 255, 0.035);
}

.works-feature h3 {
  margin-bottom: 2mm;
  font-family: var(--serif);
  font-size: 23pt;
  line-height: 0.92;
}

.works-feature > div > p:not(.mini-label) {
  margin-bottom: 4mm;
  color: #c7c8ca;
  font-size: 8pt;
}

.text-link {
  font-size: 7pt;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.light-link {
  color: var(--gold-bright);
}

.works-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12mm;
}

.works-columns article {
  min-width: 0;
}

.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 0.25mm solid var(--line-light);
}

.link-list a {
  display: block;
  padding: 3.2mm 0;
  border-bottom: 0.25mm solid var(--line-light);
  text-decoration: none;
}

.link-list span,
.link-list b {
  display: block;
}

.link-list span {
  font-family: var(--serif);
  font-size: 12.5pt;
}

.link-list b {
  margin-top: 0.5mm;
  color: #9ea2a8;
  font-size: 6.1pt;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.credit-cloud {
  margin: 0;
  font-family: var(--serif);
  font-size: 14pt;
  line-height: 1.45;
  color: #d4d5d6;
}

.credit-cloud.compact {
  font-size: 11.5pt;
}

.voices-label {
  margin-top: 7mm;
}

.streaming-bar {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  margin-top: 8mm;
  background: var(--gold);
  color: var(--ink);
}

.streaming-bar a {
  display: flex;
  min-height: 17mm;
  align-items: center;
  justify-content: space-between;
  gap: 6mm;
  padding: 3.5mm 5mm;
  border-right: 0.25mm solid rgba(8, 9, 12, 0.28);
  font-family: var(--serif);
  font-size: 11pt;
  text-decoration: none;
}

.streaming-bar a:last-child {
  border-right: 0;
}

.streaming-bar span {
  font-family: var(--sans);
  font-size: 5.8pt;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

/* Page 4 — ventures */
.ventures-page .section-label {
  margin-top: 12mm;
  margin-bottom: 4mm;
}

.ventures-heading {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: end;
  gap: 10mm;
  margin-bottom: 9mm;
}

.ventures-heading h2 {
  font-size: 29pt;
}

.ventures-heading > p {
  margin: 0 0 1mm;
  color: #5a554d;
  font-size: 8pt;
}

.venture-stack {
  border-top: 0.25mm solid var(--line-dark);
}

.venture-card {
  display: grid;
  grid-template-columns: 13mm 46mm 1fr 29mm;
  min-height: 49mm;
  align-items: center;
  gap: 7mm;
  padding: 6mm;
  border-bottom: 0.25mm solid var(--line-dark);
}

.venture-key {
  display: grid;
  width: 10mm;
  height: 10mm;
  place-items: center;
  border: 0.25mm solid currentColor;
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 11pt;
}

.venture-name h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 18pt;
  line-height: 1.05;
}

.venture-card > p {
  margin: 0;
  font-size: 7.7pt;
  line-height: 1.55;
}

.venture-card > a {
  justify-self: end;
  font-size: 6.3pt;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.venture-dark {
  margin: 0 -6mm;
  padding-right: 12mm;
  padding-left: 12mm;
  background: var(--midnight);
  color: var(--ivory);
}

.venture-dark > p {
  color: #c5c7cb;
}

.venture-gold {
  margin: 0 -6mm;
  padding-right: 12mm;
  padding-left: 12mm;
  background: #b38c4d;
}

.venture-gold .mini-label,
.venture-gold .venture-key {
  color: var(--wine);
}

.venture-note {
  margin-top: 8mm;
  padding: 5mm 7mm;
  border-left: 1mm solid var(--wine);
  background: rgba(187, 150, 87, 0.11);
}

.venture-note p {
  display: grid;
  grid-template-columns: 33mm 1fr;
  gap: 6mm;
  margin: 0;
  color: #4f4a43;
  font-family: var(--serif);
  font-size: 11pt;
  line-height: 1.4;
}

.venture-note span {
  color: var(--wine);
  font-family: var(--sans);
  font-size: 6.2pt;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* Page 5 — capabilities */
.capabilities-page::before {
  position: absolute;
  z-index: -1;
  top: -23mm;
  left: 50%;
  width: 138mm;
  height: 138mm;
  transform: translateX(-50%);
  border: 0.25mm solid rgba(208, 173, 106, 0.13);
  border-radius: 50%;
  content: "";
}

.capabilities-page .section-label {
  margin-top: 12mm;
  margin-bottom: 4mm;
}

.capabilities-heading {
  display: grid;
  grid-template-columns: 1.23fr 0.77fr;
  align-items: end;
  gap: 12mm;
  margin-bottom: 12mm;
}

.capabilities-heading h2 {
  font-size: 31pt;
}

.capabilities-heading > p {
  margin: 0 0 1mm;
  color: #d0bac0;
  font-size: 8.2pt;
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 0.25mm solid var(--line-light);
  border-left: 0.25mm solid var(--line-light);
}

.capability-list article {
  min-height: 52mm;
  padding: 6mm 5mm;
  border-right: 0.25mm solid var(--line-light);
  border-bottom: 0.25mm solid var(--line-light);
}

.capability-list span {
  color: var(--gold-bright);
  font-size: 6.5pt;
}

.capability-list h3 {
  margin: 9mm 0 3mm;
  font-family: var(--serif);
  font-size: 16pt;
}

.capability-list p {
  margin: 0;
  color: #dbcbd0;
  font-size: 7.4pt;
}

.brand-field {
  margin-top: 10mm;
  padding-top: 6mm;
  border-top: 0.25mm solid var(--line-light);
}

.brand-field > div {
  color: #eee2e3;
  font-family: var(--serif);
  font-size: 13.5pt;
  line-height: 1.55;
}

.brand-field > div span {
  color: var(--gold-bright);
}

/* Page 6 — journey */
.journey-page {
  padding-left: 97mm;
}

.journey-image,
.journey-overlay {
  position: absolute;
  z-index: -2;
  inset: 0 auto 0 0;
  width: 102mm;
  height: 100%;
}

.journey-image {
  object-fit: cover;
  object-position: 50% 50%;
  filter: grayscale(0.15) saturate(0.7) contrast(1.13) brightness(0.69);
}

.journey-overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 9, 12, 0.08), rgba(8, 9, 12, 0.97));
}

.journey-footer {
  left: 97mm;
}

.journey-copy {
  padding-top: 12mm;
}

.journey-copy .section-label {
  margin-bottom: 5mm;
}

.journey-copy h2 {
  margin-bottom: 10mm;
  font-size: 26pt;
}

.timeline {
  border-top: 0.25mm solid var(--line-light);
}

.timeline article {
  display: grid;
  grid-template-columns: 21mm 1fr;
  gap: 5mm;
  min-height: 26mm;
  align-items: center;
  padding: 3.5mm 0;
  border-bottom: 0.25mm solid var(--line-light);
}

.timeline time {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 11pt;
}

.timeline h3 {
  margin: 0 0 0.7mm;
  font-family: var(--serif);
  font-size: 12pt;
  line-height: 1.15;
}

.timeline p {
  margin: 0;
  color: #b9bbc0;
  font-size: 6.7pt;
  line-height: 1.35;
}

/* Page 7 — training and craft */
.craft-layout {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: 12mm;
  padding-top: 13mm;
}

.craft-portrait {
  position: relative;
  height: 174mm;
}

.craft-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.73) contrast(1.06);
}

.craft-portrait::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 9, 12, 0.92), transparent 45%);
  content: "";
}

.craft-portrait > p {
  position: absolute;
  z-index: 2;
  left: 6mm;
  right: 6mm;
  bottom: 5mm;
  margin: 0;
  color: var(--ivory);
  font-size: 6.2pt;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.craft-portrait > p span {
  display: block;
  margin-bottom: 1mm;
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 17pt;
  letter-spacing: 0;
  text-transform: none;
}

.craft-copy .section-label {
  margin-bottom: 5mm;
}

.craft-copy h2 {
  margin-bottom: 7mm;
  font-size: 28pt;
}

.craft-copy .lead {
  margin-bottom: 9mm;
  color: #3f3c37;
  font-size: 12.5pt;
}

.credential-list {
  border-top: 0.25mm solid var(--line-dark);
}

.credential-list article {
  padding: 5mm 0;
  border-bottom: 0.25mm solid var(--line-dark);
}

.credential-list span {
  color: var(--wine);
  font-size: 6pt;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.credential-list h3 {
  margin: 2mm 0 1mm;
  font-family: var(--serif);
  font-size: 14pt;
}

.credential-list p {
  margin: 0;
  color: #625e56;
  font-size: 7.3pt;
}

.craft-disciplines {
  margin-top: 12mm;
  padding: 6mm 0;
  border-top: 0.25mm solid var(--line-dark);
  border-bottom: 0.25mm solid var(--line-dark);
}

.craft-disciplines > div {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2mm;
}

.craft-disciplines > div span {
  padding: 1.6mm 3mm;
  border: 0.25mm solid rgba(12, 13, 16, 0.28);
  border-radius: 99px;
  color: #4c4842;
  font-size: 6.6pt;
}

/* Page 8 — contact */
.contact-page {
  background:
    radial-gradient(circle at 75% 27%, rgba(187, 150, 87, 0.16), transparent 27%),
    linear-gradient(135deg, #08090c, #111722 64%, #32151d);
}

.contact-orbit {
  position: absolute;
  z-index: -1;
  border: 0.25mm solid rgba(208, 173, 106, 0.24);
  border-radius: 50%;
}

.orbit-one {
  top: 45mm;
  right: -35mm;
  width: 132mm;
  height: 132mm;
}

.orbit-two {
  top: 70mm;
  right: -8mm;
  width: 80mm;
  height: 80mm;
}

.contact-main {
  padding-top: 31mm;
}

.contact-main .eyebrow {
  margin-bottom: 10mm;
}

.contact-main h2 {
  max-width: 155mm;
  margin-bottom: 8mm;
  font-size: 38pt;
}

.contact-main > p:not(.eyebrow) {
  color: #bbbcc0;
  font-size: 8pt;
  letter-spacing: 0.05em;
}

.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 7mm;
  margin-top: 4mm;
  padding-bottom: 2mm;
  border-bottom: 0.25mm solid var(--gold-bright);
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 16pt;
  text-decoration: none;
}

.contact-email span {
  font-family: var(--sans);
  font-size: 9pt;
}

.contact-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 25mm;
  border-top: 0.25mm solid var(--line-light);
  border-left: 0.25mm solid var(--line-light);
}

.contact-links a {
  display: flex;
  min-height: 21mm;
  flex-direction: column;
  justify-content: center;
  padding: 3mm 4mm;
  border-right: 0.25mm solid var(--line-light);
  border-bottom: 0.25mm solid var(--line-light);
  font-family: var(--serif);
  font-size: 10pt;
  text-decoration: none;
}

.contact-links span,
.ecosystem-links span {
  margin-bottom: 1mm;
  color: var(--gold-bright);
  font-family: var(--sans);
  font-size: 5.8pt;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ecosystem-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5mm;
  margin-top: 9mm;
}

.ecosystem-links a {
  display: flex;
  min-height: 23mm;
  flex-direction: column;
  justify-content: center;
  padding: 4mm 5mm;
  border-left: 0.8mm solid var(--gold);
  background: rgba(255, 255, 255, 0.05);
  font-family: var(--serif);
  font-size: 12pt;
  text-decoration: none;
}

.contact-footer {
  position: absolute;
  left: 17mm;
  right: 17mm;
  bottom: 10mm;
  display: grid;
  grid-template-columns: 35mm 1fr 7mm;
  align-items: end;
  gap: 8mm;
  padding-top: 5mm;
  border-top: 0.25mm solid var(--line-light);
}

.closing-mark {
  color: var(--ivory);
  font-family: var(--serif);
  font-size: 14pt;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.closing-mark span {
  display: inline-block;
  width: 5mm;
  height: 0.25mm;
  margin: 0 1.5mm 1.4mm;
  background: var(--gold-bright);
}

.contact-footer p {
  margin: 0;
  color: #999ca2;
  font-size: 5.7pt;
}

.contact-footer p:last-child {
  text-align: right;
}

@media screen and (max-width: 900px) {
  html {
    background: var(--ink);
  }

  body {
    font-size: 15px;
  }

  .profile-document {
    gap: 8px;
    padding: 0;
  }

  .profile-page {
    width: 100%;
    height: auto;
    min-height: 100svh;
    padding: 30px 24px 72px;
    box-shadow: none;
  }

  .cover-page {
    min-height: 100svh;
    padding: 0;
  }

  .cover-copy {
    left: 24px;
    right: 24px;
    top: 33%;
    width: auto;
  }

  .cover-copy h1 {
    font-size: clamp(62px, 22vw, 100px);
  }

  .cover-copy h1 em {
    margin-left: 25px;
    font-size: 0.82em;
  }

  .cover-header,
  .cover-footer {
    left: 24px;
    right: 24px;
  }

  .cover-thesis {
    font-size: 23px;
  }

  .page-header {
    min-height: 34px;
  }

  .page-footer,
  .contact-footer {
    left: 24px;
    right: 24px;
    bottom: 22px;
  }

  .thesis-layout,
  .works-title-row,
  .ventures-heading,
  .capabilities-heading,
  .craft-layout {
    grid-template-columns: 1fr;
  }

  .thesis-layout .thesis-intro {
    grid-column: 1;
    grid-row: auto;
    margin-top: 28px;
    padding-top: 24px;
  }

  .principle-quote {
    margin: 36px 0 28px;
  }

  .practice-grid,
  .capability-list,
  .contact-links {
    grid-template-columns: 1fr 1fr;
  }

  .practice-grid article,
  .capability-list article {
    min-height: 180px;
  }

  .works-feature {
    grid-template-columns: 1fr;
    height: auto;
  }

  .works-feature img {
    height: 310px;
  }

  .works-columns,
  .streaming-bar,
  .ecosystem-links {
    grid-template-columns: 1fr;
  }

  .streaming-bar a {
    min-height: 62px;
    border-right: 0;
    border-bottom: 1px solid rgba(8, 9, 12, 0.28);
  }

  .venture-card {
    grid-template-columns: 42px 1fr;
    gap: 20px;
    padding: 28px 10px;
  }

  .venture-card > p,
  .venture-card > a {
    grid-column: 2;
    justify-self: start;
  }

  .venture-dark,
  .venture-gold {
    margin: 0 -10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .journey-page {
    padding-left: 38%;
  }

  .journey-image,
  .journey-overlay {
    width: 43%;
  }

  .journey-footer {
    left: 38%;
  }

  .craft-portrait {
    height: 520px;
  }
}

@media screen and (max-width: 560px) {
  h2,
  .thesis-layout h2,
  .works-title-row h2,
  .ventures-heading h2,
  .capabilities-heading h2,
  .journey-copy h2,
  .craft-copy h2,
  .contact-main h2 {
    font-size: 38px;
  }

  .page-header a {
    display: none;
  }

  .practice-grid,
  .capability-list,
  .contact-links {
    grid-template-columns: 1fr;
  }

  .practice-grid article,
  .capability-list article {
    min-height: 150px;
  }

  .journey-page {
    padding-left: 24px;
    background: rgba(8, 9, 12, 0.88);
  }

  .journey-image,
  .journey-overlay {
    width: 100%;
  }

  .journey-overlay {
    background: rgba(8, 9, 12, 0.84);
  }

  .journey-footer {
    left: 24px;
  }

  .timeline article {
    grid-template-columns: 72px 1fr;
  }

  .contact-main {
    padding-top: 70px;
  }

  .contact-email {
    font-size: 17px;
  }

  .contact-footer {
    grid-template-columns: 1fr auto;
  }

  .contact-footer p:nth-child(2) {
    display: none;
  }
}

@media print {
  @page {
    size: A4 portrait;
    margin: 0;
  }

  html,
  body {
    width: 210mm;
    margin: 0;
    background: white;
  }

  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .skip-link {
    display: none;
  }

  .profile-document {
    display: block;
    padding: 0;
  }

  .profile-page {
    width: 210mm;
    height: 297mm;
    margin: 0;
    break-after: page;
    box-shadow: none;
    page-break-after: always;
  }

  .profile-page:last-child {
    break-after: auto;
    page-break-after: auto;
  }
}
