@font-face {
  font-family: "Inter";
  src: url("assets/fonts/inter-Inter-opsz-wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-Montserrat-wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("assets/fonts/cormorantgaramond-CormorantGaramond-wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
}

@font-face {
  font-family: "Libre Baskerville";
  src: url("assets/fonts/librebaskerville-LibreBaskerville-wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

:root {
  --bg: #050506;
  --panel: #090a0d;
  --panel-soft: #101217;
  --ink: #f8f8f4;
  --muted: #aaa8aa;
  --line: rgba(248, 248, 244, 0.14);
  --blue: #198fe3;
  --orange: #e97335;
  --violet: #7457ff;
  --green: #9dff5a;
  --purple: #8e4cff;
  --radius: 8px;
  --max: 1220px;
  --frame: min(1128px, calc(100% - 48px));
}

.model-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: #050506;
}

.model-page::before {
  display: none;
}

.model-shell {
  position: relative;
  width: min(1126px, calc(100% - 48px));
  margin: 46px auto 80px;
  background: #050506;
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(248, 248, 244, 0.08), 0 28px 80px rgba(0, 0, 0, 0.45);
}

.model-slice {
  position: relative;
  line-height: 0;
}

.model-slice img {
  width: 100%;
  height: auto;
  display: block;
  max-width: none;
}

.model-slice-hero img {
  border-radius: 8px 8px 0 0;
}

.model-slice-lower img {
  border-radius: 0 0 8px 8px;
}

.model-hotspots {
  position: absolute;
  inset: 0;
}

.model-hotspot {
  position: absolute;
}

.model-hotspots a,
.model-hotspot {
  position: absolute;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: block;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  outline-offset: -2px;
  cursor: pointer;
  pointer-events: auto;
}

.model-editable .model-hotspot {
  background: transparent;
  box-shadow: none;
}

.model-editable .model-strip-hotspot,
.model-editable .model-gallery-tab-hotspot {
  background: transparent;
  box-shadow: none;
}

.model-editable .model-card-hotspot,
.model-editable .model-media-hotspot,
.model-editable .model-lower-panel-hotspot,
.model-editable .model-gallery-hotspot {
  background: transparent;
  box-shadow: none;
}

.model-editable .model-index-next,
.model-editable .model-gallery-next {
  background: transparent;
  box-shadow: none;
}

.model-hotspots a:focus-visible,
.model-hotspot:focus-visible {
  outline: 2px solid var(--purple);
}

.model-editable .model-hotspots a:hover,
.model-editable .model-hotspot:hover {
  background: rgba(142, 76, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(142, 76, 255, 0.38);
}

.model-editable .model-strip-hotspot:hover {
  background: rgba(142, 76, 255, 0.12);
  box-shadow: inset 0 -2px 0 rgba(142, 76, 255, 0.95);
}

.model-editable .model-gallery-hotspot:hover {
  background: rgba(142, 76, 255, 0.1);
  box-shadow: inset 0 0 0 2px rgba(142, 76, 255, 0.72);
}

.model-editable .model-gallery-tab-hotspot:hover,
.model-editable .model-lower-panel-hotspot:hover,
.model-editable .model-media-hotspot:hover,
.model-editable .model-card-hotspot:hover {
  background: rgba(142, 76, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(142, 76, 255, 0.45);
}

.model-editable .model-td-lab-hotspot {
  z-index: 5;
}

.model-editable .model-index-next,
.model-editable .model-index-next:hover,
.model-editable .model-index-next:focus-visible,
.model-editable .model-gallery-next,
.model-editable .model-gallery-next:hover,
.model-editable .model-gallery-next:focus-visible {
  border-radius: 50%;
}

.model-td-lab-card {
  position: absolute;
  left: 3.1%;
  top: 0;
  z-index: 3;
  width: 36.9%;
  height: 38.8%;
  overflow: hidden;
  padding: 1.75% 1.95% 1.45%;
  border: 1px solid rgba(248, 248, 244, 0.1);
  border-top: 0;
  background: rgba(5, 6, 8, 0.98);
  color: rgba(248, 248, 244, 0.82);
  line-height: 1;
  pointer-events: none;
}

.model-td-lab-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.model-td-lab-head h2 {
  margin: 0;
  color: #f8f8f4;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.model-td-lab-head span {
  color: #e97335;
  font-family: Montserrat, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 6px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.model-td-lab-body {
  display: grid;
  grid-template-columns: 56% minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-top: 4.6%;
}

.model-td-lab-body img {
  width: 100%;
  aspect-ratio: 244 / 177;
  object-fit: cover;
  border: 1px solid rgba(248, 248, 244, 0.11);
}

.model-td-lab-copy h3 {
  margin: 0;
  color: #f8f8f4;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.08;
}

.model-td-lab-copy p {
  margin: 8px 0 0;
  color: rgba(248, 248, 244, 0.72);
  font-family: Montserrat, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.45;
}

.model-td-lab-copy a {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 11px;
  color: rgba(248, 248, 244, 0.82);
  font-family: Montserrat, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  pointer-events: auto;
}

.model-td-lab-dots {
  display: flex;
  gap: 8px;
  margin-top: 5.8%;
}

.model-td-lab-dots span {
  width: 22px;
  height: 3px;
  background: rgba(233, 115, 53, 0.13);
}

.model-td-lab-dots .is-active {
  background: #e97335;
}

.model-editable .model-research-note-hotspot {
  z-index: 4;
  display: grid !important;
  grid-template-columns: 22% minmax(0, 1fr) 18px;
  align-items: center;
  gap: 14px;
  padding: 0 10px 0 0;
  background: linear-gradient(90deg, rgba(4, 5, 8, 0.98), rgba(4, 5, 8, 0.9));
  border-top: 1px solid rgba(248, 248, 244, 0.12);
  color: rgba(248, 248, 244, 0.82) !important;
  font-family: Montserrat, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 11px !important;
  font-weight: 800;
  line-height: 1.1 !important;
  letter-spacing: 0;
}

.model-editable .model-research-note-hotspot:nth-of-type(5) {
  border-bottom: 1px solid rgba(248, 248, 244, 0.12);
}

.model-editable .model-research-note-hotspot time {
  color: rgba(248, 248, 244, 0.62) !important;
  font-size: inherit;
  line-height: inherit;
}

.model-editable .model-research-note-hotspot span {
  overflow: hidden;
  color: rgba(248, 248, 244, 0.86) !important;
  font-size: inherit;
  line-height: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.model-editable .model-research-note-hotspot em {
  color: rgba(248, 248, 244, 0.78) !important;
  font-size: inherit;
  line-height: inherit;
  font-style: normal;
  text-align: right;
}

.model-editable .model-research-note-hotspot:hover,
.model-editable .model-research-note-hotspot:focus-visible {
  background: linear-gradient(90deg, rgba(7, 8, 13, 0.98), rgba(14, 9, 24, 0.94));
  box-shadow: inset 0 0 0 1px rgba(142, 76, 255, 0.5);
}

.model-gallery-thumbnails {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.model-gallery-thumbnails img {
  position: absolute;
  display: block;
  object-fit: cover;
  max-width: none;
  border: 1px solid rgba(248, 248, 244, 0.14);
  border-radius: 0;
}

.model-home-footer {
  position: absolute;
  left: 0;
  top: 71.3%;
  z-index: 4;
  display: grid;
  grid-template-columns: 10.8% 20.1% 18.2% 25.4% minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  column-gap: 2.2%;
  width: 100%;
  height: 28.7%;
  padding: 2.9% 3.1% 1.1%;
  color: rgba(248, 248, 244, 0.62);
  font-family: Montserrat, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
  pointer-events: none;
}

.model-home-footer a,
.model-home-footer button,
.model-home-footer input {
  pointer-events: auto;
}

.model-footer-monogram {
  align-self: start;
  color: rgba(248, 248, 244, 0.7);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 47px;
  font-weight: 300;
  line-height: 0.66;
  text-align: center;
  text-decoration: none;
}

.model-footer-monogram span {
  display: block;
}

.pv-mark {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 37px;
  color: rgba(248, 248, 244, 0.88);
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.pv-mark::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 1px;
  width: 1px;
  height: 35px;
  background: rgba(248, 248, 244, 0.58);
  transform: rotate(27deg);
  transform-origin: center;
}

.pv-mark span {
  position: absolute;
  display: block;
}

.pv-mark span:first-child {
  top: 0;
  left: 0;
}

.pv-mark span:last-child {
  right: 0;
  bottom: -2px;
}

.ev-logo.pv-mark {
  justify-self: start;
}

.model-footer-monogram.pv-mark {
  justify-self: center;
  width: 68px;
  height: 88px;
  color: rgba(248, 248, 244, 0.76);
  font-size: 56px;
  text-align: left;
}

.model-footer-monogram.pv-mark::before {
  left: 32px;
  top: 4px;
  height: 80px;
  background: rgba(248, 248, 244, 0.5);
}

.model-footer-monogram.pv-mark span:first-child {
  top: 0;
  left: 0;
}

.model-footer-monogram.pv-mark span:last-child {
  right: 0;
  bottom: -4px;
}

.model-footer-profile strong {
  display: block;
  margin-bottom: 7px;
  color: rgba(248, 248, 244, 0.72);
  font-size: 10px;
  line-height: 1;
}

.model-footer-profile p,
.model-footer-contact-list a,
.model-footer-newsletter p {
  margin: 0 0 8px;
  color: rgba(248, 248, 244, 0.58);
  font-size: 9px;
  line-height: 1.42;
}

.model-footer-profile p + p {
  margin-top: 16px;
}

.model-footer-contact-list h2,
.model-footer-newsletter h2 {
  margin: 0 0 10px;
  color: rgba(248, 248, 244, 0.66);
  font-family: Montserrat, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.model-footer-contact-list a {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-left: -6px;
  padding: 3px 6px;
  border: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
}

.model-footer-contact-list a:first-of-type {
  margin-bottom: 17px;
  text-transform: none;
}

.model-footer-contact-list a:not(:first-of-type) {
  margin-bottom: 4px;
}

.model-footer-contact-list a:hover,
.model-footer-contact-list a:focus-visible,
.model-footer-bottom a:hover,
.model-footer-bottom a:focus-visible {
  color: rgba(248, 248, 244, 0.88);
  background: rgba(142, 76, 255, 0.08);
  border-color: rgba(142, 76, 255, 0.35);
  outline: 0;
}

.model-footer-newsletter label {
  position: relative;
  display: block;
  width: 76%;
  margin-top: 15px;
}

.model-footer-newsletter input {
  width: 100%;
  height: 29px;
  padding: 0 35px 0 12px;
  color: rgba(248, 248, 244, 0.78);
  font: inherit;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(248, 248, 244, 0.16);
  outline: none;
}

.model-footer-newsletter input:hover,
.model-footer-newsletter input:focus {
  color: rgba(248, 248, 244, 0.9);
  background: rgba(142, 76, 255, 0.05);
  border-color: rgba(142, 76, 255, 0.55);
}

.model-footer-newsletter input::placeholder {
  color: rgba(248, 248, 244, 0.4);
}

.model-footer-newsletter button {
  position: absolute;
  right: 12px;
  bottom: 7px;
  border: 0;
  color: rgba(248, 248, 244, 0.66);
  background: transparent;
  font-family: Montserrat, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.model-footer-symbol {
  position: relative;
  min-height: 100px;
}

.model-footer-symbol span {
  position: absolute;
  width: 55px;
  height: 55px;
  border: 1px solid rgba(248, 248, 244, 0.12);
  border-radius: 50%;
}

.model-footer-symbol span:nth-child(1) {
  top: 10px;
  left: 12px;
}

.model-footer-symbol span:nth-child(2) {
  top: 10px;
  left: 62px;
}

.model-footer-symbol span:nth-child(3) {
  top: 49px;
  left: 37px;
}

.model-footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: end;
  gap: 22px;
  min-height: 40px;
  padding-top: 16px;
  color: rgba(248, 248, 244, 0.42);
  font-size: 9px;
  line-height: 1;
}

.model-footer-bottom span {
  margin-right: auto;
}

.model-footer-bottom a {
  color: rgba(248, 248, 244, 0.42);
  padding: 3px 6px;
  border: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
}

.model-page-footer {
  position: relative;
  left: auto;
  top: auto;
  z-index: 2;
  width: 100%;
  height: auto;
  min-height: 250px;
  margin-top: clamp(34px, 5vw, 72px);
  padding: 36px 42px 14px;
  background:
    linear-gradient(180deg, rgba(8, 8, 10, 0.96), rgba(5, 5, 7, 0.98)),
    #060607;
  border-top: 1px solid rgba(248, 248, 244, 0.08);
  pointer-events: auto;
}

.model-page-footer .model-footer-bottom {
  padding-top: 18px;
  border-top: 1px solid rgba(248, 248, 244, 0.08);
}

.model-page-footer.model-home-footer {
  grid-template-rows: auto auto;
}

@media (max-width: 980px) {
  .model-page-footer {
    grid-template-columns: 76px minmax(0, 1fr) minmax(140px, 0.85fr) minmax(200px, 1fr) 110px;
  }

  .model-page-footer .model-footer-symbol {
    display: block;
    min-height: 92px;
  }
}

@media (max-width: 760px) {
  .model-page-footer {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 22px;
    padding: 32px 24px 14px;
    font-size: 10px;
  }

  .model-page-footer .model-footer-contact-list,
  .model-page-footer .model-footer-newsletter,
  .model-page-footer .model-footer-symbol,
  .model-page-footer .model-footer-bottom {
    grid-column: 1 / -1;
  }

  .model-page-footer .model-footer-profile strong,
  .model-page-footer .model-footer-contact-list h2,
  .model-page-footer .model-footer-newsletter h2 {
    font-size: 10px;
  }

  .model-page-footer .model-footer-profile p,
  .model-page-footer .model-footer-contact-list a,
  .model-page-footer .model-footer-newsletter p,
  .model-page-footer .model-footer-bottom {
    font-size: 9px;
  }

  .model-page-footer .model-footer-newsletter input {
    height: 29px;
    padding: 0 35px 0 12px;
  }

  .model-page-footer .model-footer-newsletter button {
    right: 12px;
    bottom: 7px;
    font-size: 16px;
  }

  .model-page-footer .model-footer-symbol {
    display: block;
  }
}

.model-index-next::before,
.model-gallery-next::before {
  content: ">";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(248, 248, 244, 0.18);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.36);
  color: rgba(248, 248, 244, 0.76);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.model-anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.model-anchor-gallery {
  top: 43.15%;
  left: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 760px) {
  .model-shell {
    width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .model-slice-hero img,
  .model-slice-lower img {
    border-radius: 0;
  }

  .model-editable .model-research-note-hotspot {
    grid-template-columns: 22% minmax(0, 1fr) 10px;
    gap: 5px;
    padding-right: 4px;
    font-size: 6px;
  }

  .model-td-lab-card {
    padding: 2.4% 1.8% 1.5%;
  }

  .model-td-lab-head h2 {
    font-size: 9px;
  }

  .model-td-lab-head span {
    font-size: 3px;
  }

  .model-home-footer {
    font-size: 7px;
  }

  .model-footer-monogram.pv-mark {
    width: 36px;
    height: 48px;
    font-size: 30px;
  }

  .model-footer-monogram.pv-mark::before {
    left: 17px;
    top: 3px;
    height: 43px;
  }

  .model-footer-profile strong,
  .model-footer-contact-list h2,
  .model-footer-newsletter h2 {
    font-size: 6px;
  }

  .model-footer-profile p,
  .model-footer-contact-list a,
  .model-footer-newsletter p,
  .model-footer-bottom {
    font-size: 5px;
  }

  .model-footer-newsletter input {
    height: 16px;
    padding: 0 18px 0 6px;
  }

  .model-footer-newsletter button {
    right: 5px;
    bottom: 3px;
    font-size: 9px;
  }

  .model-td-lab-body {
    grid-template-columns: 45% minmax(0, 1fr);
    gap: 6px;
    margin-top: 7%;
  }

  .model-td-lab-copy h3 {
    font-size: clamp(5.7px, 1.55vw, 6.6px);
    white-space: nowrap;
  }

  .model-td-lab-copy p {
    margin-top: 4px;
    font-size: 4px;
    line-height: 1.25;
  }

  .model-td-lab-copy a {
    gap: 6px;
    margin-top: 5px;
    font-size: 3px;
  }

  .model-td-lab-dots {
    gap: 3px;
  }

  .model-td-lab-dots span {
    width: 8px;
    height: 1px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-y: auto;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: #050506;
}

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

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 30;
  display: grid;
  grid-template-columns: 58px 1fr auto;
  align-items: center;
  gap: 16px;
  width: var(--frame);
  margin: 46px auto 0;
  padding: 12px 28px;
  background: rgba(5, 5, 7, 0.88);
  border: 1px solid var(--line);
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  backdrop-filter: blur(16px);
}

.site-header.compact {
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand span:not(.brand-mark) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border: 0;
  border-radius: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  min-width: 0;
}

.site-nav a {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav a:hover,
.site-nav a:focus {
  color: var(--ink);
}

.site-nav a:first-child {
  color: var(--ink);
  border-bottom: 2px solid var(--purple);
  padding-bottom: 18px;
}

.menu-toggle {
  display: none;
}

.lang-switch {
  display: inline-flex;
  gap: 4px;
  border: 0;
  border-radius: 0;
  padding: 3px;
}

.lang-btn,
.filter,
.gallery-tab {
  border: 0;
  color: var(--muted);
  background: transparent;
  cursor: pointer;
}

.lang-btn {
  min-width: 34px;
  min-height: 28px;
  border-radius: 999px;
  font-size: 12px;
}

.lang-btn.active,
.filter.active,
.gallery-tab.active,
.tag-rail button.active {
  color: var(--purple);
  background: transparent;
}

.section {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 118px) 0;
}

.hero {
  position: relative;
  width: var(--frame);
  height: 615px;
  min-height: 615px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 305px;
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 0;
  padding: 62px 44px 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 0 0 8px 8px;
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.88) 0%, rgba(5, 5, 6, 0.18) 42%, rgba(5, 5, 6, 0.86) 100%),
    linear-gradient(180deg, rgba(5, 5, 6, 0.02) 0%, rgba(5, 5, 6, 0.9) 100%),
    url("assets/images/thumb-hero-particles-v4.png") center / cover no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(90deg, transparent, black 35%, black 100%);
}

.hero::after {
  content: none;
}

.hero-copy {
  position: relative;
  grid-column: 2;
  z-index: 2;
  transform: translateY(48px);
}

.hero .eyebrow {
  display: none;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 700px;
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(58px, 5vw, 78px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: keep-all;
}

h2 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
}

.hero-text {
  max-width: 560px;
  margin: 16px 0 0;
  color: rgba(248, 248, 244, 0.72);
  font-size: 20px;
}

.hero-actions,
.filter-bar,
.gallery-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.hero-actions {
  margin-top: 88px;
}

.hero-link {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-link::after {
  content: "";
  width: 56px;
  border-top: 1px solid currentColor;
  text-align: right;
  line-height: 0;
}

.hero-side-index {
  position: relative;
  z-index: 2;
  grid-column: 1;
  display: grid;
  gap: 26px;
  align-self: stretch;
  align-content: center;
  justify-items: center;
  color: rgba(248, 248, 244, 0.42);
  font-size: 12px;
  font-weight: 800;
}

.hero-side-index::before,
.hero-side-index::after {
  content: "";
  width: 1px;
  height: 96px;
  background: var(--line);
}

.hero-side-index span {
  position: relative;
}

.hero-side-index .active {
  color: var(--purple);
}

.hero-side-index .active::before {
  content: "";
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  width: 18px;
  border-top: 2px solid var(--purple);
}

.hero-signal {
  position: relative;
  z-index: 2;
  grid-column: 3;
  justify-self: end;
  width: 305px;
  display: grid;
  gap: 28px;
  color: var(--ink);
}

.hero-signal img {
  width: 100%;
  aspect-ratio: 1.9;
  object-fit: cover;
  opacity: 0.56;
  border: 1px solid rgba(248, 248, 244, 0.08);
  filter: saturate(0.85) contrast(1.1);
}

.hero-signal div {
  display: grid;
  gap: 8px;
  padding-left: 18px;
  border-left: 1px solid rgba(248, 248, 244, 0.28);
  font-size: 13px;
  font-weight: 700;
}

.scroll-cue {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  justify-self: center;
  align-self: end;
  display: grid;
  justify-items: center;
  gap: 6px;
  color: rgba(248, 248, 244, 0.72);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button,
.shop-row button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
}

.button.primary,
.shop-row button {
  border-color: var(--green);
  background: var(--green);
  color: var(--bg);
}

.button.ghost {
  color: var(--ink);
  background: transparent;
}

.hero-stage {
  position: relative;
  min-height: 560px;
  display: none;
}

.stage-poster,
.stage-grid {
  position: absolute;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.stage-poster {
  inset: 0 28% 14% 0;
}

.stage-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stage-grid {
  right: 0;
  bottom: 0;
  width: 62%;
  display: grid;
  gap: 1px;
  background: var(--line);
}

.stage-grid img {
  width: 100%;
  height: 166px;
  object-fit: cover;
}

.hero-meta {
  position: absolute;
  right: 7%;
  top: 25%;
  z-index: 2;
  display: none;
  gap: 8px;
}

.hero-meta span {
  color: rgba(248, 248, 244, 0.6);
  font-size: 12px;
  font-weight: 700;
}

.section-head {
  display: grid;
  gap: 16px;
  margin-bottom: 34px;
}

.section-head p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
}

.filter-bar {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.filter,
.gallery-tab {
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
}

.search-label {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
}

.search-label input {
  width: min(260px, 42vw);
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 14px;
  color: var(--ink);
  background: #08090a;
}

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

.project-card,
.module-catalog article,
.course-list article,
.press-list article,
.shop-row article,
.timeline article,
.audio-panel,
.video-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.project-card {
  display: grid;
  overflow: hidden;
  text-decoration: none;
}

.project-card img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
}

.project-card div {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.tagline {
  color: var(--green);
  font-size: 12px;
  text-transform: uppercase;
}

.project-card p,
.module-catalog p,
.course-list p,
.press-list p,
.shop-row p,
.timeline p,
.audio-panel p,
.video-panel p {
  margin: 0;
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 42px;
  border-top: 1px solid var(--line);
}

.split-copy p {
  max-width: 780px;
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 20px;
}

.stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  background: var(--line);
  border: 1px solid var(--line);
}

.stats div {
  padding: 22px;
  background: var(--bg);
}

.stats dt {
  color: var(--green);
  font-size: 30px;
}

.stats dd {
  margin: 0;
  color: var(--muted);
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 28px;
  align-items: end;
}

.feature-row figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  max-height: 620px;
}

.feature-row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-copy {
  display: grid;
  gap: 16px;
}

.feature-copy p {
  color: var(--muted);
}

.text-link {
  color: var(--green);
  text-decoration: none;
  font-weight: 700;
}

.network-strip,
.player-grid,
.module-catalog,
.course-list,
.press-list,
.shop-row,
.showcase-grid {
  display: grid;
  gap: 16px;
}

.showcase-section {
  width: var(--frame);
  padding-top: 0;
  border-top: 0;
}

.live-index-bar,
.tag-rail {
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 70px;
  padding: 0 28px;
  overflow-x: auto;
  border: 1px solid var(--line);
  background: rgba(5, 5, 7, 0.74);
}

.live-index-bar,
.tag-rail {
  scrollbar-width: none;
}

.live-index-bar::-webkit-scrollbar,
.tag-rail::-webkit-scrollbar {
  display: none;
}

.tag-rail {
  gap: 18px;
}

.live-index-bar {
  border-bottom: 0;
}

.live-index-bar > span,
.tag-rail > span {
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-index-bar button,
.tag-rail button,
.live-index-bar select {
  flex: 0 0 auto;
  min-height: 34px;
  border: 0;
  border-bottom: 2px solid transparent;
  color: var(--muted);
  background: transparent;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
}

.live-index-bar button.active,
.tag-rail button.active,
.tag-rail button:hover,
.live-index-bar button:hover {
  color: var(--ink);
  border-bottom-color: var(--purple);
}

.live-index-bar label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  color: var(--muted);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.showcase-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 190px;
  gap: 8px;
  margin-top: 0;
}

.showcase-main,
.showcase-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--panel);
  text-decoration: none;
}

.showcase-main {
  grid-column: span 1;
  grid-row: span 1;
  display: grid;
  align-content: end;
}

.showcase-main img,
.showcase-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.showcase-main::after,
.showcase-card::after {
  content: none;
}

.showcase-main div,
.showcase-card div {
  display: none;
}

.showcase-main span,
.showcase-card span {
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.showcase-main h3 {
  max-width: 18ch;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
  font-weight: 450;
}

.showcase-main p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
}

.network-strip {
  grid-template-columns: 1fr 1fr;
}

.network-strip img {
  width: 100%;
  aspect-ratio: 1.85;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.module-catalog {
  grid-template-columns: repeat(4, 1fr);
}

.module-catalog article {
  overflow: hidden;
}

.module-catalog img {
  width: 100%;
  aspect-ratio: 0.82;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.module-catalog h3,
.module-catalog p,
.course-list h3,
.course-list p,
.press-list h3,
.press-list p,
.shop-row h3,
.shop-row span,
.shop-row button {
  margin-left: 16px;
  margin-right: 16px;
}

.module-catalog h3,
.course-list h3,
.press-list h3,
.shop-row h3 {
  margin-top: 16px;
}

.module-catalog p,
.course-list p,
.press-list p,
.shop-row button {
  margin-bottom: 16px;
}

.vst-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(0, 1.35fr);
  gap: 18px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(25, 143, 227, 0.08), rgba(16, 18, 23, 0.96));
}

.vst-feature p:not(.eyebrow) {
  color: var(--muted);
}

.vst-images {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 10px;
}

.vst-images img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 2px);
}

.player-grid {
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr);
}

.video-panel,
.audio-panel {
  padding: 16px;
}

.video-panel video {
  width: 100%;
  border-radius: calc(var(--radius) - 2px);
}

.audio-panel {
  align-content: center;
  display: grid;
  gap: 18px;
}

.audio-panel audio {
  width: 100%;
}

.timeline,
.course-list,
.press-list,
.shop-row {
  grid-template-columns: repeat(3, 1fr);
}

.timeline {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.timeline article {
  padding: 20px;
  border: 0;
  border-radius: 0;
}

.timeline span,
.press-list span,
.shop-row span,
.code-inventory span {
  color: var(--green);
  font-size: 12px;
  text-transform: uppercase;
}

.research-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.research-feature img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
  border-radius: calc(var(--radius) - 2px);
}

.research-feature p:not(.eyebrow) {
  color: var(--muted);
}

.code-inventory {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.code-inventory > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 18px;
  background: var(--line);
  border: 1px solid var(--line);
}

.code-inventory article {
  padding: 16px;
  background: var(--panel-soft);
}

.code-inventory p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.course-list article,
.press-list article,
.shop-row article {
  padding-bottom: 16px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.gallery-grid button {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  cursor: zoom-in;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
  transition: transform 180ms ease;
}

.gallery-grid button:hover img {
  transform: scale(1.03);
}

.contact-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 40px;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  color: var(--ink);
  background: #08090a;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 32px clamp(18px, 4vw, 44px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer p {
  margin: 6px 0 0;
}

.footer-logos {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-logos img {
  max-height: 42px;
  width: auto;
  padding: 6px;
  background: var(--ink);
  border-radius: 4px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.88);
}

.lightbox[hidden] {
  display: none;
}

.lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
}

.lightbox img {
  max-height: 86vh;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.project-page {
  width: min(1080px, calc(100% - 36px));
  margin: 0 auto;
  padding: 72px 0;
}

.project-detail {
  display: grid;
  gap: 28px;
}

.project-detail img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.project-detail .meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.project-detail .meta-row span {
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto auto auto;
    width: min(100% - 28px, 1420px);
    margin-top: 14px;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: end;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink);
    background: transparent;
  }

  .site-nav {
    grid-column: 1 / -1;
    display: none;
    justify-content: start;
    flex-wrap: wrap;
    padding-top: 12px;
  }

  .site-header[data-open="true"] .site-nav {
    display: flex;
  }

  .hero {
    width: min(100% - 28px, 1420px);
    grid-template-columns: 52px 1fr;
    min-height: auto;
    padding: 64px 28px 34px;
  }

  .hero-copy {
    grid-column: 2;
  }

  .hero-signal {
    display: none;
  }

  .scroll-cue {
    grid-column: 1 / -1;
  }

  .project-grid,
  .module-catalog,
  .showcase-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .showcase-main {
    grid-column: span 2;
    grid-row: span 1;
  }

  .vst-feature,
  .vst-images {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 10px;
    top: 0;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    padding: 12px 16px;
  }

  .lang-switch {
    grid-column: 1 / -1;
    width: fit-content;
  }

  .section {
    width: min(100% - 28px, var(--max));
    padding: 58px 0;
  }

  h1 {
    font-size: clamp(48px, 14vw, 72px);
  }

  .hero {
    width: 100%;
    grid-template-columns: 1fr;
    min-height: calc(100vh - 82px);
    padding: 74px 18px 26px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
  }

  .hero-copy,
  .scroll-cue {
    grid-column: 1;
  }

  .hero-side-index {
    display: none;
  }

  .hero-actions {
    margin-top: 52px;
  }

  .hero-meta,
  .stats,
  .project-grid,
  .module-catalog,
  .timeline,
  .course-list,
  .press-list,
  .shop-row,
  .gallery-grid,
  .network-strip,
  .player-grid,
  .feature-row,
  .split-section,
  .contact-section,
  .showcase-grid,
  .research-feature,
  .code-inventory > div,
  .vst-feature,
  .vst-images {
    grid-template-columns: 1fr;
  }

  .showcase-grid {
    grid-auto-rows: 230px;
  }

  .showcase-main {
    grid-column: span 1;
  }

  .showcase-section {
    width: min(100% - 28px, 1420px);
  }

  .live-index-bar,
  .tag-rail {
    min-height: 58px;
    gap: 18px;
    padding: 0 16px;
  }

  .filter-bar {
    align-items: stretch;
  }

  .search-label {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }

  .search-label input {
    width: min(100%, 260px);
  }

  .site-footer {
    flex-direction: column;
  }
}

/* Editable model build --------------------------------------------------- */

.editable-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: #050506;
  color: #f8f8f4;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.editable-page::before {
  display: none;
}

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

.editable-page button {
  color: inherit;
}

.ev-shell {
  width: min(1126px, calc(100% - 48px));
  margin: 46px auto 80px;
  overflow: hidden;
  background: #050506;
  border: 1px solid rgba(248, 248, 244, 0.09);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
}

.ev-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 68px;
  align-items: center;
  min-height: 58px;
  padding: 0 30px;
  background: rgba(5, 5, 7, 0.93);
  border-bottom: 1px solid rgba(248, 248, 244, 0.12);
}

.ev-logo,
.ev-footer-mark {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 0.9;
  color: #f8f8f4;
  text-decoration: none;
}

.ev-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  min-width: 0;
  gap: 13px;
}

.ev-nav a,
.ev-lang,
.ev-toolbar,
.ev-section-head span,
.ev-project-card p,
.ev-now-playing p,
.ev-text-link,
.ev-gallery-tabs,
.ev-footer h2,
.ev-footer-bottom {
  font-family: Montserrat, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ev-header .ev-nav a,
.ev-header .ev-lang {
  font-size: 8.25px;
}

.ev-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  color: rgba(248, 248, 244, 0.76);
  text-decoration: none;
  white-space: nowrap;
}

.ev-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: #8e4cff;
  transition: transform 180ms ease;
}

.ev-nav a:hover,
.ev-nav a:focus-visible,
.ev-nav a.is-active {
  color: #fff;
}

.ev-nav a.is-active::after,
.ev-nav a:hover::after {
  transform: scaleX(1);
}

.ev-lang {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  color: rgba(248, 248, 244, 0.55);
}

.ev-lang button,
.ev-filter-group button,
.ev-toolbar-tags button,
.ev-sort,
.ev-grid-toggle,
.ev-gallery-tabs button,
.ev-gallery-strip button,
.ev-controls button,
.ev-play-ring {
  border: 0;
  background: transparent;
  cursor: pointer;
}

.ev-lang button {
  min-width: auto;
  min-height: auto;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  color: rgba(248, 248, 244, 0.62);
}

.ev-lang button.is-active {
  color: #8e4cff;
}

.model-home-header.ev-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 7;
  border-radius: 8px 8px 0 0;
}

.model-home-header .ev-nav {
  overflow-x: auto;
  scrollbar-width: none;
}

.model-home-header .ev-nav::-webkit-scrollbar {
  display: none;
}

.ev-hero {
  position: relative;
  min-height: 614px;
  overflow: hidden;
  border-bottom: 1px solid rgba(248, 248, 244, 0.12);
}

.ev-hero-image,
.ev-hero-scrim {
  position: absolute;
  inset: 0;
}

.ev-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ev-hero-scrim {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.7), rgba(5, 5, 6, 0.12) 48%, rgba(5, 5, 6, 0.74)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.08), rgba(5, 5, 6, 0.32));
}

.ev-hero-model .ev-hero-scrim {
  display: none;
}

.ev-hero-model .ev-hero-index,
.ev-hero-model .ev-hero-copy,
.ev-hero-model .ev-roles,
.ev-hero-model .ev-scroll-cue {
  opacity: 0;
}

.ev-hero-model .ev-hero-copy,
.ev-hero-model .ev-scroll-cue {
  pointer-events: auto;
}

.ev-hero-index {
  position: absolute;
  top: 118px;
  left: 31px;
  display: grid;
  gap: 22px;
  padding: 64px 0;
  border-left: 1px solid rgba(248, 248, 244, 0.22);
  color: rgba(248, 248, 244, 0.55);
  font-size: 11px;
  font-weight: 700;
}

.ev-hero-index::before,
.ev-hero-index::after {
  content: "";
  position: absolute;
  left: -1px;
  width: 1px;
  height: 64px;
  background: rgba(248, 248, 244, 0.2);
}

.ev-hero-index::before {
  top: 0;
}

.ev-hero-index::after {
  bottom: 0;
}

.ev-hero-index span {
  position: relative;
  padding-left: 16px;
}

.ev-hero-index span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  width: 10px;
  height: 1px;
  background: rgba(248, 248, 244, 0.22);
}

.ev-hero-index span.is-active {
  color: #f8f8f4;
}

.ev-hero-index span.is-active::before {
  height: 2px;
  background: #8e4cff;
}

.ev-hero-copy {
  position: absolute;
  top: 166px;
  left: 111px;
  width: min(680px, calc(100% - 180px));
}

.ev-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 72px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.02;
}

.ev-hero-copy p {
  margin: 12px 0 0;
  color: rgba(248, 248, 244, 0.76);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
}

.ev-text-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  margin-top: 95px;
  color: rgba(248, 248, 244, 0.86);
}

.ev-text-link span,
.ev-tag-arrow,
.ev-notes em {
  font-style: normal;
  color: rgba(248, 248, 244, 0.82);
}

.ev-roles {
  position: absolute;
  right: 225px;
  bottom: 168px;
  display: grid;
  gap: 8px;
  padding-bottom: 36px;
  color: rgba(248, 248, 244, 0.78);
  font-size: 12px;
  font-weight: 700;
}

.ev-roles::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 28px;
  background: rgba(248, 248, 244, 0.42);
}

.ev-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 29px;
  display: grid;
  justify-items: center;
  gap: 7px;
  transform: translateX(-50%);
  color: rgba(248, 248, 244, 0.78);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.ev-scroll-cue span {
  font-size: 16px;
  font-weight: 400;
}

.ev-index {
  padding: 0 42px 45px;
  border-bottom: 1px solid rgba(248, 248, 244, 0.09);
}

.ev-toolbar {
  display: flex;
  align-items: center;
  min-height: 70px;
  gap: 22px;
  color: rgba(248, 248, 244, 0.72);
  white-space: nowrap;
}

.ev-toolbar-main {
  border: 1px solid rgba(248, 248, 244, 0.12);
  border-top: 0;
  padding: 0 18px;
}

.ev-toolbar h2 {
  flex: 0 0 auto;
  margin: 0 38px 0 0;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.ev-filter-group,
.ev-toolbar-tags {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
}

.ev-filter-group {
  flex: 1 1 auto;
  overflow-x: auto;
  scrollbar-width: none;
}

.ev-filter-group::-webkit-scrollbar,
.ev-toolbar-tags::-webkit-scrollbar {
  display: none;
}

.ev-filter-group button,
.ev-toolbar-tags button,
.ev-gallery-tabs button {
  position: relative;
  padding: 0;
  color: rgba(248, 248, 244, 0.66);
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

.ev-filter-group button::after,
.ev-toolbar-tags button::after,
.ev-gallery-tabs button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left;
  background: #8e4cff;
}

.ev-filter-group button.is-active,
.ev-toolbar-tags button.is-active,
.ev-gallery-tabs button.is-active {
  color: #fff;
}

.ev-filter-group button.is-active::after,
.ev-toolbar-tags button.is-active::after,
.ev-gallery-tabs button.is-active::after {
  transform: scaleX(1);
}

.ev-sort {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(248, 248, 244, 0.68);
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  white-space: nowrap;
}

.ev-sort strong {
  color: #f8f8f4;
  font-weight: 800;
}

.ev-grid-toggle {
  color: rgba(248, 248, 244, 0.52);
  font-size: 18px;
  line-height: 1;
}

.ev-toolbar-tags {
  min-height: 57px;
  overflow-x: auto;
  border-bottom: 1px solid rgba(248, 248, 244, 0.08);
}

.ev-toolbar-tags > span:first-child {
  margin-right: 4px;
}

.ev-tag-arrow {
  margin-left: auto;
  padding-left: 12px;
}

.ev-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding-top: 32px;
}

.ev-card-grid.is-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ev-project-card {
  position: relative;
  min-height: 324px;
  overflow: hidden;
  border: 1px solid rgba(248, 248, 244, 0.13);
  background: #09090a;
}

.ev-project-card.is-hidden {
  display: none;
}

.ev-project-card img,
.ev-card-overlay {
  position: absolute;
  inset: 0;
}

.ev-project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
  transform: scale(1.012);
}

.ev-card-overlay {
  background:
    linear-gradient(180deg, rgba(4, 4, 5, 0.04), rgba(4, 4, 5, 0.28) 44%, rgba(4, 4, 5, 0.94) 72%),
    linear-gradient(90deg, rgba(4, 4, 5, 0.32), rgba(4, 4, 5, 0.08));
}

.ev-project-card p,
.ev-project-card h3,
.ev-project-card time,
.ev-project-card > span,
.ev-project-card > a,
.ev-play-ring {
  position: absolute;
  z-index: 2;
}

.ev-project-card p {
  left: 20px;
  bottom: 112px;
  margin: 0;
  color: #f8f8f4;
}

.ev-project-card h3 {
  left: 20px;
  right: 34px;
  bottom: 64px;
  margin: 0;
  color: #f8f8f4;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
}

.ev-project-card time {
  bottom: 22px;
  left: 20px;
  color: rgba(248, 248, 244, 0.7);
  font-size: 16px;
  font-weight: 700;
}

.ev-project-card > span {
  bottom: 42px;
  left: 20px;
  color: rgba(248, 248, 244, 0.64);
  font-size: 14px;
  font-weight: 700;
}

.ev-project-card > a {
  right: 20px;
  bottom: 25px;
  color: rgba(248, 248, 244, 0.8);
  font-size: 30px;
  line-height: 1;
}

.ev-play-ring {
  top: 42%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(248, 248, 244, 0.56);
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
}

.ev-wave-card .ev-card-overlay {
  background:
    linear-gradient(180deg, rgba(4, 4, 5, 0.04), rgba(4, 4, 5, 0.18) 42%, rgba(4, 4, 5, 0.94) 70%),
    linear-gradient(90deg, rgba(4, 4, 5, 0.2), rgba(4, 4, 5, 0.04));
}

.ev-paper-card .ev-card-overlay {
  background:
    linear-gradient(180deg, rgba(235, 235, 231, 0), rgba(4, 4, 5, 0.14) 42%, rgba(4, 4, 5, 0.78) 72%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.18));
}

.ev-audio {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.95fr) minmax(250px, 0.82fr);
  min-height: 382px;
  border-top: 1px solid rgba(248, 248, 244, 0.1);
  border-bottom: 1px solid rgba(248, 248, 244, 0.09);
}

.ev-media-panel,
.ev-now-playing,
.ev-playlist {
  padding: 28px 42px;
}

.ev-media-panel {
  border-right: 1px solid rgba(248, 248, 244, 0.09);
}

.ev-media-panel h2,
.ev-lab-card h2,
.ev-notes h2,
.ev-gallery h2,
.ev-footer h2 {
  margin: 0;
  color: #f8f8f4;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.12;
  text-transform: uppercase;
}

.ev-video-frame {
  margin-top: 18px;
  overflow: hidden;
  background: #09090a;
}

.ev-video-frame img {
  width: 100%;
  aspect-ratio: 512 / 240;
  object-fit: cover;
}

.ev-time-row {
  display: flex;
  gap: 4px;
  margin-top: 18px;
  color: rgba(248, 248, 244, 0.76);
  font-size: 12px;
  font-weight: 800;
}

.ev-progress,
.ev-volume {
  height: 5px;
  overflow: hidden;
  background: rgba(248, 248, 244, 0.2);
  border-radius: 99px;
}

.ev-progress {
  margin-top: 13px;
}

.ev-progress span,
.ev-volume span {
  display: block;
  height: 100%;
  background: #8e4cff;
}

.ev-now-playing {
  display: grid;
  align-content: center;
  border-right: 1px solid rgba(248, 248, 244, 0.09);
}

.ev-now-playing p {
  margin: 0 0 12px;
  color: #8e4cff;
}

.ev-now-playing h3 {
  margin: 0;
  color: #f8f8f4;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.15;
}

.ev-now-playing > span {
  margin-top: 8px;
  color: rgba(248, 248, 244, 0.62);
  font-size: 13px;
  font-weight: 700;
}

.ev-now-playing strong {
  margin-top: 20px;
  color: #8e4cff;
  font-size: 16px;
}

.ev-waveform {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 52px;
  margin-top: 12px;
}

.ev-waveform i {
  width: 3px;
  min-height: 8px;
  background: rgba(248, 248, 244, 0.36);
}

.ev-waveform i:nth-child(13) {
  background: #8e4cff;
}

.ev-controls {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
}

.ev-controls button {
  color: rgba(248, 248, 244, 0.76);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.ev-control-main {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(248, 248, 244, 0.26) !important;
  border-radius: 50%;
  color: #fff !important;
  font-size: 22px !important;
}

.ev-volume {
  width: 70px;
  height: 4px;
}

.ev-playlist {
  display: grid;
  align-content: stretch;
  gap: 0;
  margin: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.025);
}

.ev-playlist li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  color: rgba(248, 248, 244, 0.56);
  font-size: 14px;
  font-weight: 800;
}

.ev-playlist li.is-active {
  color: #f8f8f4;
}

.ev-playlist li.is-active span {
  color: #8e4cff;
}

.ev-playlist strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ev-playlist time {
  color: rgba(248, 248, 244, 0.56);
}

.ev-playlist-link {
  grid-template-columns: 1fr !important;
  min-height: 58px !important;
  margin-top: 8px;
  border-top: 1px solid rgba(248, 248, 244, 0.08);
}

.ev-playlist-link a {
  display: flex;
  justify-content: space-between;
  color: rgba(248, 248, 244, 0.8);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ev-research-zone {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  gap: 42px;
  padding: 0 42px 28px;
  border-bottom: 1px solid rgba(248, 248, 244, 0.08);
}

.ev-lab-card {
  min-height: 285px;
  padding: 39px 28px 24px;
  border: 1px solid rgba(248, 248, 244, 0.11);
  border-top: 0;
}

.ev-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.ev-section-head span {
  color: #e97335;
  white-space: nowrap;
}

.ev-lab-body {
  display: grid;
  grid-template-columns: 244px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  margin-top: 34px;
}

.ev-lab-body img {
  width: 100%;
  aspect-ratio: 244 / 177;
  object-fit: cover;
}

.ev-lab-body h3 {
  margin: 0;
  color: #f8f8f4;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.15;
}

.ev-lab-body p {
  margin: 22px 0 0;
  color: rgba(248, 248, 244, 0.72);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.ev-lab-body .ev-text-link {
  margin-top: 26px;
}

.ev-lab-dots {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.ev-lab-dots span {
  width: 32px;
  height: 3px;
  background: rgba(233, 115, 53, 0.15);
}

.ev-lab-dots .is-active {
  background: #e97335;
}

.ev-notes {
  padding-top: 39px;
}

.ev-notes h2 {
  margin-bottom: 18px;
}

.ev-notes a {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 24px;
  align-items: center;
  min-height: 50px;
  border-top: 1px solid rgba(248, 248, 244, 0.13);
  color: rgba(248, 248, 244, 0.76);
  font-size: 15px;
  font-weight: 800;
}

.ev-notes a:last-child {
  border-bottom: 1px solid rgba(248, 248, 244, 0.13);
}

.ev-notes time {
  color: rgba(248, 248, 244, 0.62);
}

.ev-notes span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ev-gallery {
  padding: 27px 42px 40px;
}

.ev-gallery-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
}

.ev-gallery-tabs {
  display: flex;
  gap: 32px;
}

.ev-gallery-head .ev-text-link {
  margin-top: 0;
}

.ev-gallery-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 4px;
  margin-top: 26px;
}

.ev-gallery-strip button {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(248, 248, 244, 0.11);
  background: #09090a;
}

.ev-gallery-strip button.is-hidden {
  display: none;
}

.ev-gallery-strip img {
  width: 100%;
  aspect-ratio: 207 / 173;
  object-fit: cover;
  transition: transform 220ms ease, opacity 220ms ease;
}

.ev-gallery-strip button:hover img {
  transform: scale(1.04);
  opacity: 0.86;
}

.ev-footer {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) minmax(130px, 0.8fr) minmax(210px, 1fr) 170px;
  gap: 28px;
  padding: 36px 42px 14px;
  color: rgba(248, 248, 244, 0.66);
  border-top: 1px solid rgba(248, 248, 244, 0.08);
}

.ev-footer-mark {
  font-size: 47px;
  line-height: 0.86;
}

.ev-footer strong {
  display: block;
  margin-bottom: 8px;
  color: rgba(248, 248, 244, 0.76);
  font-size: 13px;
}

.ev-footer p,
.ev-footer a {
  margin: 0 0 10px;
  color: rgba(248, 248, 244, 0.62);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.ev-footer a {
  display: block;
}

.ev-footer h2 {
  margin-bottom: 10px;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 11px;
}

.ev-newsletter {
  position: relative;
}

.ev-newsletter label {
  display: block;
  margin-top: 16px;
}

.ev-newsletter input {
  width: 100%;
  height: 38px;
  padding: 0 44px 0 16px;
  color: #f8f8f4;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(248, 248, 244, 0.13);
  outline: none;
}

.ev-newsletter input:focus {
  border-color: rgba(142, 76, 255, 0.75);
}

.ev-newsletter button {
  position: absolute;
  right: 12px;
  bottom: 10px;
  border: 0;
  color: rgba(248, 248, 244, 0.72);
  background: transparent;
  cursor: pointer;
  font-size: 20px;
}

.ev-footer-symbol {
  position: relative;
  min-height: 96px;
}

.ev-footer-symbol span {
  position: absolute;
  width: 55px;
  height: 55px;
  border: 1px solid rgba(248, 248, 244, 0.14);
  border-radius: 50%;
}

.ev-footer-symbol span:nth-child(1) {
  top: 16px;
  left: 16px;
}

.ev-footer-symbol span:nth-child(2) {
  top: 16px;
  left: 65px;
}

.ev-footer-symbol span:nth-child(3) {
  top: 54px;
  left: 40px;
}

.ev-footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  min-height: 38px;
  gap: 28px;
  color: rgba(248, 248, 244, 0.48);
  border-top: 1px solid rgba(248, 248, 244, 0.08);
}

.ev-footer-bottom span {
  margin-right: auto;
}

.ev-anchor {
  display: block;
  height: 0;
}

.bio-page {
  background:
    linear-gradient(180deg, rgba(5, 5, 6, 0.82), #050506 420px),
    #050506;
}

.bio-page .ev-shell {
  overflow: visible;
}

.bio-page .ev-hero {
  min-height: 612px;
}

.bio-page .ev-hero::after,
.bio-focus-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(248, 248, 244, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 248, 244, 0.025) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, transparent, black 28%, black 100%);
}

.bio-page .ev-hero-image {
  filter: saturate(1.08) contrast(1.08);
  object-position: 48% 50%;
}

.bio-page .ev-hero-scrim {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.82), rgba(5, 5, 6, 0.22) 48%, rgba(5, 5, 6, 0.88)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.04), rgba(5, 5, 6, 0.74) 86%, #050506);
}

.bio-page .ev-hero-copy {
  top: 158px;
}

.bio-page .ev-hero-copy h1 {
  max-width: none;
}

.bio-page .ev-hero-copy h1 {
  font-weight: 250;
}

.bio-page .ev-text-link {
  margin-top: 82px;
}

.bio-main {
  background: #050506;
}

.bio-text-section {
  padding: 56px 42px 68px;
  border-bottom: 1px solid rgba(248, 248, 244, 0.09);
}

.bio-text {
  max-width: 820px;
}

.bio-text h2 {
  margin: 16px 0 28px;
  color: #f8f8f4;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 400;
  line-height: 0.98;
}

.bio-text p {
  margin: 0 0 20px;
  color: rgba(248, 248, 244, 0.74);
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 560;
  line-height: 1.72;
}

.bio-intro,
.bio-focus,
.bio-timeline,
.bio-practice {
  padding: 42px;
  border-bottom: 1px solid rgba(248, 248, 244, 0.09);
}

.bio-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 42px;
}

.bio-kicker,
.bio-data-row span,
.bio-focus-list span,
.bio-timeline time {
  color: #8e4cff;
  font-family: Montserrat, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.bio-lead {
  max-width: 760px;
  margin: 16px 0 0;
  color: #f8f8f4;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 400;
  line-height: 0.98;
}

.bio-copy {
  display: grid;
  gap: 20px;
  align-content: end;
}

.bio-copy p,
.bio-practice-card p,
.bio-focus-list p,
.bio-timeline p,
.bio-data-row strong {
  margin: 0;
  color: rgba(248, 248, 244, 0.68);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.68;
}

.bio-data {
  display: grid;
  border: 1px solid rgba(248, 248, 244, 0.12);
  background: rgba(8, 8, 10, 0.68);
}

.bio-data-row {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-height: 72px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(248, 248, 244, 0.09);
}

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

.bio-data-row strong {
  color: rgba(248, 248, 244, 0.82);
}

.bio-practice h2,
.bio-focus h2,
.bio-timeline h2 {
  margin: 0;
  color: #f8f8f4;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: uppercase;
}

.bio-practice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  border: 1px solid rgba(248, 248, 244, 0.1);
  background: rgba(248, 248, 244, 0.1);
}

.bio-practice-card {
  min-height: 230px;
  padding: 22px;
  background: #08090c;
}

.bio-practice-card h3 {
  margin: 22px 0 14px;
  color: #f8f8f4;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.05;
}

.bio-practice-card a,
.bio-focus-list a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
  color: rgba(248, 248, 244, 0.84);
  font-family: Montserrat, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bio-focus {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: 0;
  padding: 0;
}

.bio-focus-visual {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  border-right: 1px solid rgba(248, 248, 244, 0.09);
  background: #07070a;
}

.bio-focus-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.08);
}

.bio-focus-copy {
  padding: 42px;
}

.bio-focus-list {
  display: grid;
  margin-top: 30px;
  border-top: 1px solid rgba(248, 248, 244, 0.12);
}

.bio-focus-list article {
  padding: 22px 0;
  border-bottom: 1px solid rgba(248, 248, 244, 0.12);
}

.bio-focus-list h3 {
  margin: 9px 0 10px;
  color: #f8f8f4;
  font-size: 18px;
  line-height: 1.2;
}

.bio-timeline-list {
  display: grid;
  margin-top: 26px;
  border-top: 1px solid rgba(248, 248, 244, 0.12);
}

.bio-timeline article {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr) 28px;
  gap: 18px;
  align-items: start;
  min-height: 72px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(248, 248, 244, 0.12);
}

.bio-timeline h3 {
  margin: 0 0 8px;
  color: #f8f8f4;
  font-size: 17px;
  line-height: 1.24;
}

.bio-timeline em {
  color: rgba(248, 248, 244, 0.74);
  font-style: normal;
  font-size: 22px;
  line-height: 1;
}

.va-page {
  background: #050506;
}

.va-page .ev-hero-image {
  filter: saturate(1.14) contrast(1.16) brightness(0.88);
  object-position: 52% 50%;
  transform: translateY(-5%) scale(1.20) rotate(-0.5deg);
  transform-origin: 52% 50%;
}

.va-page .ev-hero-scrim {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.76), rgba(5, 5, 6, 0.18) 48%, rgba(5, 5, 6, 0.8)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.08), rgba(5, 5, 6, 0.72) 88%, #050506);
}

.va-main {
  background: #050506;
}

.va-feature,
.va-modules,
.va-notes {
  padding: 42px;
  border-bottom: 1px solid rgba(248, 248, 244, 0.09);
}

.va-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: 0;
  padding: 0;
}

.va-feature-stacked {
  grid-template-columns: 1fr;
}

.va-video-panel {
  padding: 42px;
  border-right: 1px solid rgba(248, 248, 244, 0.09);
}

.va-feature-stacked .va-video-panel {
  border-right: 0;
}

.va-video-panel > .va-kicker {
  display: block;
  width: min(100%, 470px);
  margin: 0 auto 14px;
}

.va-video-copy {
  display: grid;
  gap: 18px;
  width: min(100%, 760px);
  margin: 0 auto 26px;
}

.va-video-frame {
  width: min(100%, 470px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(248, 248, 244, 0.12);
  background: #08090c;
}

.va-video-frame video {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  background: #000;
}

.va-screenshot-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin-top: 8px;
}

.va-screenshot-strip img {
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
  border: 1px solid rgba(248, 248, 244, 0.1);
}

.va-feature-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 42px;
}

.va-kicker,
.va-filter-row button,
.va-module-card span,
.va-feature-meta span,
.va-note-list span {
  color: #8e4cff;
  font-family: Montserrat, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.va-feature h2,
.va-modules h2,
.va-notes h2 {
  margin: 0;
  color: #f8f8f4;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.va-feature-copy p,
.va-video-copy p,
.va-module-card p,
.va-note-list p {
  margin: 0;
  color: rgba(248, 248, 244, 0.68);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.68;
}

.va-feature-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 10px;
  border: 1px solid rgba(248, 248, 244, 0.11);
  background: rgba(248, 248, 244, 0.1);
}

.va-feature-meta div {
  min-height: 82px;
  padding: 16px;
  background: #08090c;
}

.va-feature-meta strong {
  display: block;
  margin-top: 9px;
  color: rgba(248, 248, 244, 0.8);
  font-size: 13px;
  line-height: 1.35;
}

.va-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
}

.va-section-head p {
  max-width: 700px;
  margin: 14px 0 0;
  color: rgba(248, 248, 244, 0.68);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.65;
}

.va-filter-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}

.va-filter-row button {
  padding: 0 0 12px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: rgba(248, 248, 244, 0.62);
  cursor: pointer;
}

.va-filter-row button.is-active,
.va-filter-row button:hover {
  color: #f8f8f4;
  border-bottom-color: #8e4cff;
}

.va-module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 30px;
}

.va-module-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid rgba(248, 248, 244, 0.12);
  background: #08090c;
}

.va-module-card.is-hidden {
  display: none;
}

.va-module-card img {
  width: 100%;
  aspect-ratio: 1 / 0.92;
  object-fit: contain;
  padding: 18px;
  background: radial-gradient(circle at 50% 40%, rgba(142, 76, 255, 0.12), rgba(8, 9, 12, 0) 55%), #050506;
}

.va-module-missing {
  display: grid;
  place-items: center;
  min-height: 235px;
  padding: 22px;
  color: rgba(248, 248, 244, 0.48);
  background: #050506;
  border-bottom: 1px solid rgba(248, 248, 244, 0.08);
  font-family: Montserrat, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.va-module-card div {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  border-top: 1px solid rgba(248, 248, 244, 0.08);
}

.va-module-card h3 {
  margin: 0;
  color: #f8f8f4;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.02;
}

.va-note-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 26px;
  border: 1px solid rgba(248, 248, 244, 0.1);
  background: rgba(248, 248, 244, 0.1);
}

.va-note-list article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 190px;
  padding: 22px;
  background: #08090c;
}

.va-note-thumb {
  width: 100%;
  aspect-ratio: 1.55;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(248, 248, 244, 0.1);
  background: radial-gradient(circle at 50% 40%, rgba(142, 76, 255, 0.1), rgba(8, 9, 12, 0) 58%), #050506;
}

.va-note-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
}

.va-note-thumb-zoom img {
  padding: 0;
  transform: scale(1.15);
  transform-origin: center;
}

.va-note-list h3 {
  margin: 0 0 2px;
  color: #f8f8f4;
  font-size: 18px;
  line-height: 1.22;
}

.editable-page [data-field] {
  outline-offset: 3px;
}

.editable-page [data-field]:focus-visible,
.editable-page button:focus-visible,
.editable-page a:focus-visible,
.editable-page input:focus-visible {
  outline: 2px solid #8e4cff;
}

.research-page,
.td-page,
.teaching-page,
.max-page {
  background: #050506;
}

.research-main,
.td-main,
.teaching-main,
.max-main {
  background: #050506;
}

.research-page .ev-hero-image {
  filter: saturate(1.05) contrast(1.08) brightness(0.78);
  object-position: 50% 50%;
}

.research-page .ev-hero-scrim {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.84), rgba(5, 5, 6, 0.24) 48%, rgba(5, 5, 6, 0.9)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.08), rgba(5, 5, 6, 0.82) 88%, #050506);
}

.research-page .bio-practice,
.research-page .bio-timeline,
.research-inventory {
  padding: 42px;
  border-bottom: 1px solid rgba(248, 248, 244, 0.09);
}

.research-map .bio-practice-card {
  min-height: 270px;
}

.research-focus .bio-focus-visual img {
  object-position: center;
}

.research-note-list article {
  min-height: 230px;
}

.research-timeline article {
  scroll-margin-top: 96px;
}

.max-page .ev-hero-image {
  filter: saturate(1.06) contrast(1.1) brightness(0.72);
  object-position: 50% 50%;
}

.max-page .ev-hero-scrim {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.86), rgba(5, 5, 6, 0.22) 48%, rgba(5, 5, 6, 0.9)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.1), rgba(5, 5, 6, 0.82) 88%, #050506);
}

.max-page .bio-practice,
.max-page .bio-timeline,
.max-inventory {
  padding: 42px;
  border-bottom: 1px solid rgba(248, 248, 244, 0.09);
}

.max-map .bio-practice-card {
  min-height: 270px;
}

.max-focus .bio-focus-visual img {
  object-position: center;
}

.max-viral-section {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(310px, 0.88fr);
  gap: 0;
  padding: 42px;
  border-bottom: 1px solid rgba(248, 248, 244, 0.09);
  background:
    linear-gradient(135deg, rgba(142, 76, 255, 0.08), rgba(233, 115, 53, 0.035)),
    #050506;
}

.max-viral-embed {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  background: #070708;
  border: 1px solid rgba(248, 248, 244, 0.1);
}

.max-viral-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.max-viral-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
  padding: 34px;
  border: 1px solid rgba(248, 248, 244, 0.1);
  border-left: 0;
  background: rgba(8, 8, 10, 0.92);
}

.max-viral-card h2 {
  margin: 8px 0 16px;
  color: #f8f8f4;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 400;
  line-height: 0.96;
}

.max-viral-card p {
  margin: 0 0 14px;
  color: rgba(248, 248, 244, 0.66);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.65;
}

.max-viral-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin-top: 16px;
}

.max-viral-links a {
  color: rgba(248, 248, 244, 0.78);
  font-family: Montserrat, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.max-viral-links a:hover,
.max-viral-links a:focus-visible {
  color: #9d64ff;
  outline: 0;
}

.max-note-list article {
  min-height: 470px;
}

.max-note-list h3 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.04;
}

.max-note-thumb img {
  object-fit: cover;
  padding: 0;
  filter: saturate(1.04) contrast(1.06) brightness(0.84);
}

.books-page {
  background: #050506;
}

.books-main {
  background: #050506;
}

.books-page .ev-hero-image {
  filter: saturate(1.04) contrast(1.08) brightness(0.62);
  object-position: 50% 50%;
}

.books-page .ev-hero-scrim {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.88), rgba(5, 5, 6, 0.28) 48%, rgba(5, 5, 6, 0.92)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.12), rgba(5, 5, 6, 0.84) 88%, #050506);
}

.books-tabs,
.books-intro,
.books-list,
.books-notes {
  padding: 42px;
  border-bottom: 1px solid rgba(248, 248, 244, 0.09);
}

.books-tabs {
  display: flex;
  align-items: center;
  gap: 1px;
  padding-top: 24px;
  padding-bottom: 24px;
  overflow-x: auto;
  background: #050506;
}

.books-tab {
  position: relative;
  min-height: 48px;
  padding: 0 28px;
  border: 1px solid rgba(248, 248, 244, 0.1);
  background: #07080b;
  color: rgba(248, 248, 244, 0.72);
  cursor: pointer;
  font-family: Montserrat, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.books-tab::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: -1px;
  left: 22px;
  height: 2px;
  background: transparent;
}

.books-tab:hover,
.books-tab:focus-visible,
.books-tab.is-active {
  color: #f8f8f4;
  background: rgba(142, 76, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(142, 76, 255, 0.28);
}

.books-tab.is-active::after {
  background: #8e4cff;
}

.books-panel[hidden] {
  display: none;
}

.books-empty {
  min-height: 360px;
  padding: 42px;
  border-bottom: 1px solid rgba(248, 248, 244, 0.09);
  background: #050506;
}

.books-empty h2 {
  margin: 14px 0 18px;
  color: #f8f8f4;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.books-empty p {
  max-width: 680px;
  margin: 0;
  color: rgba(248, 248, 244, 0.66);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.68;
}

.books-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  gap: 36px;
  align-items: end;
}

.books-intro h2 {
  margin: 14px 0 0;
  color: #f8f8f4;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.books-intro p,
.book-copy p {
  margin: 0;
  color: rgba(248, 248, 244, 0.68);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.68;
}

.book-copy .book-isbn {
  color: rgba(248, 248, 244, 0.86);
  font-family: Montserrat, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.books-list {
  display: grid;
  gap: 10px;
}

.book-card {
  display: grid;
  grid-template-columns: minmax(230px, 0.42fr) minmax(0, 1fr);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(248, 248, 244, 0.11);
  background: #08090c;
}

.book-cover-frame {
  display: grid;
  place-items: center;
  margin: 0;
  padding: 26px;
  border-right: 1px solid rgba(248, 248, 244, 0.1);
  background:
    linear-gradient(135deg, rgba(142, 76, 255, 0.13), rgba(25, 143, 227, 0.05)),
    #06070a;
}

.book-cover-frame img {
  width: min(100%, 360px);
  max-height: 560px;
  object-fit: contain;
  border: 1px solid rgba(248, 248, 244, 0.14);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.45);
}

.book-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 40px;
}

.book-copy h2 {
  max-width: 760px;
  margin: 0;
  color: #f8f8f4;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 400;
  line-height: 1;
}

.book-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 8px;
  border: 1px solid rgba(248, 248, 244, 0.11);
  background: rgba(248, 248, 244, 0.1);
}

.book-meta-grid div {
  min-height: 82px;
  padding: 15px;
  background: #050506;
}

.book-meta-grid span {
  color: #8e4cff;
  font-family: Montserrat, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.book-meta-grid strong {
  display: block;
  margin-top: 10px;
  color: rgba(248, 248, 244, 0.82);
  font-size: 13px;
  line-height: 1.4;
}

.td-page .ev-hero-image {
  filter: saturate(1.02) contrast(1.12) brightness(0.68);
  object-position: 50% 50%;
}

.td-page .ev-hero-scrim {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.86), rgba(5, 5, 6, 0.3) 48%, rgba(5, 5, 6, 0.92)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.18), rgba(5, 5, 6, 0.84) 88%, #050506);
}

.td-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 0;
  border-bottom: 1px solid rgba(248, 248, 244, 0.09);
}

.td-feature-text-only {
  grid-template-columns: 1fr;
}

.td-feature-media {
  margin: 0;
  min-height: 470px;
  border-right: 1px solid rgba(248, 248, 244, 0.09);
  background: #07070a;
}

.td-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.06);
}

.td-feature-copy {
  display: grid;
  align-content: center;
  gap: 18px;
  padding: 42px;
}

.td-feature-text-only .td-feature-copy {
  min-height: 300px;
  max-width: 920px;
}

.td-feature-copy h2 {
  margin: 0;
  color: #f8f8f4;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.td-feature-copy p {
  margin: 0;
  color: rgba(248, 248, 244, 0.68);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.68;
}

.td-page .va-module-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.td-page .va-module-card {
  min-height: 470px;
}

.td-page .va-module-card img {
  aspect-ratio: 1.35;
  object-fit: cover;
  padding: 0;
  background: #050506;
}

.td-page .va-module-card img.fit-best {
  object-fit: contain;
}

.td-page .va-module-card h3 {
  font-size: 25px;
}

.td-notes .va-note-list article {
  min-height: 220px;
}

.teaching-page .ev-hero-image {
  filter: saturate(1.08) contrast(1.08) brightness(0.72);
  object-position: 50% 50%;
}

.teaching-page .ev-hero-scrim {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.86), rgba(5, 5, 6, 0.28) 48%, rgba(5, 5, 6, 0.9)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.12), rgba(5, 5, 6, 0.82) 88%, #050506);
}

.teaching-intro,
.teaching-map,
.latest-workshops,
.teaching-inventory {
  border-bottom: 1px solid rgba(248, 248, 244, 0.09);
}

.teaching-map .bio-practice-card {
  min-height: 255px;
}

.latest-workshops {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: 36px 42px;
  background: rgba(8, 8, 10, 0.72);
}

.latest-workshops-image {
  margin: 0;
  width: 100%;
  max-width: 220px;
}

.latest-workshops-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 1px solid rgba(248, 248, 244, 0.12);
  background: #050506;
  filter: saturate(1.05) contrast(1.08);
}

.latest-workshops-copy h2 {
  margin: 12px 0 16px;
  color: #f8f8f4;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.02;
  text-transform: uppercase;
}

.latest-workshops-copy p {
  max-width: 620px;
  margin: 0;
  color: rgba(248, 248, 244, 0.68);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.68;
}

.teaching-note-list article {
  min-height: 225px;
}

@media (max-width: 1180px) {
  .ev-shell {
    width: calc(100% - 24px);
    margin-top: 24px;
  }

  .ev-header {
    grid-template-columns: auto 1fr auto;
    column-gap: 18px;
    padding: 0 22px;
  }

  .ev-nav {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .ev-nav::-webkit-scrollbar {
    display: none;
  }

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

  .ev-audio {
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  }

  .ev-playlist {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 26px;
  }

  .ev-playlist-link {
    grid-column: 1 / -1;
  }

  .ev-research-zone,
  .ev-footer {
    grid-template-columns: 1fr 1fr;
  }

  .ev-footer-symbol {
    display: none;
  }
}

@media (max-width: 980px) {
  .ev-research-zone {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ev-section-head {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .ev-shell {
    width: 100%;
    margin: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .ev-header {
    grid-template-columns: 46px 1fr;
    gap: 12px;
    min-height: auto;
    padding: 14px 18px 0;
  }

  .model-home-header.ev-header {
    border-radius: 0;
  }

  .ev-logo {
    align-self: start;
  }

  .ev-nav {
    order: 3;
    grid-column: 1 / -1;
    gap: 12px;
    padding-bottom: 12px;
  }

  .ev-nav a {
    min-height: 36px;
    font-size: 8.25px;
  }

  .ev-lang {
    justify-self: end;
  }

  .ev-hero {
    min-height: 590px;
  }

  .ev-hero-image {
    object-position: 47% 50%;
  }

  .ev-hero-scrim {
    background:
      linear-gradient(90deg, rgba(5, 5, 6, 0.8), rgba(5, 5, 6, 0.32) 54%, rgba(5, 5, 6, 0.78)),
      linear-gradient(180deg, rgba(5, 5, 6, 0.2), rgba(5, 5, 6, 0.52));
  }

  .ev-hero-index {
    left: 21px;
    top: 92px;
  }

  .ev-hero-copy {
    top: 148px;
    left: 62px;
    width: calc(100% - 86px);
  }

  .ev-hero-copy h1 {
    font-size: 48px;
    line-height: 1.02;
  }

  .ev-hero-copy p {
    font-size: 17px;
  }

  .ev-text-link {
    margin-top: 70px;
  }

  .ev-roles {
    right: 36px;
    bottom: 112px;
  }

  .ev-index,
  .ev-gallery {
    padding-right: 18px;
    padding-left: 18px;
  }

  .ev-toolbar-main {
    align-items: flex-start;
    min-height: 120px;
    padding: 18px;
  }

  .ev-toolbar,
  .ev-toolbar-main,
  .ev-toolbar-tags {
    gap: 16px;
  }

  .ev-toolbar-main {
    flex-wrap: wrap;
  }

  .ev-toolbar h2 {
    width: 100%;
    margin-right: 0;
  }

  .ev-filter-group,
  .ev-toolbar-tags {
    overflow-x: auto;
  }

  .ev-card-grid,
  .ev-audio,
  .ev-research-zone,
  .ev-gallery-head,
  .ev-footer {
    grid-template-columns: 1fr;
  }

  .ev-project-card {
    min-height: 360px;
  }

  .ev-media-panel,
  .ev-now-playing,
  .ev-playlist {
    padding: 28px 18px;
  }

  .ev-media-panel,
  .ev-now-playing {
    border-right: 0;
    border-bottom: 1px solid rgba(248, 248, 244, 0.09);
  }

  .ev-playlist {
    grid-template-columns: 1fr;
  }

  .ev-research-zone {
    gap: 0;
    padding: 0 18px 28px;
  }

  .ev-lab-card {
    padding: 30px 18px 24px;
  }

  .ev-section-head,
  .ev-lab-body,
  .ev-gallery-head {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ev-lab-body {
    gap: 20px;
  }

  .ev-gallery-tabs,
  .ev-gallery-strip {
    overflow-x: auto;
  }

  .ev-gallery-tabs {
    gap: 24px;
  }

  .ev-gallery-strip {
    display: flex;
    padding-bottom: 8px;
  }

  .ev-gallery-strip button {
    flex: 0 0 210px;
  }

  .ev-notes a {
    grid-template-columns: 84px minmax(0, 1fr) 18px;
    gap: 8px;
    font-size: 13px;
  }

  .ev-footer {
    padding: 32px 24px 14px;
  }

  .ev-footer-bottom {
    flex-wrap: wrap;
  }
}

@media (max-width: 980px) {
  .bio-intro,
  .bio-focus,
  .max-viral-section,
  .va-feature,
  .va-section-head,
  .td-feature,
  .books-intro,
  .book-card {
    grid-template-columns: 1fr;
  }

  .latest-workshops {
    grid-template-columns: minmax(130px, 200px) minmax(0, 1fr);
    gap: 22px;
  }

  .bio-practice-grid,
  .va-module-grid,
  .va-note-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bio-focus-visual,
  .max-viral-embed,
  .va-video-panel,
  .td-feature-media,
  .book-cover-frame {
    border-right: 0;
    border-bottom: 1px solid rgba(248, 248, 244, 0.09);
  }

  .book-card {
    min-height: auto;
  }

  .book-copy {
    align-content: start;
  }

  .latest-workshops-image {
    max-width: 200px;
  }

  .max-viral-card {
    border-left: 1px solid rgba(248, 248, 244, 0.1);
    border-top: 0;
  }

  .va-filter-row {
    justify-content: flex-start;
  }

  .td-page .va-module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .bio-intro,
  .bio-text-section,
  .bio-practice,
  .bio-focus-copy,
  .max-viral-section,
  .latest-workshops,
  .bio-timeline,
  .va-feature-copy,
  .va-modules,
  .va-notes,
  .va-video-panel,
  .td-feature-copy,
  .books-tabs,
  .books-intro,
  .books-list,
  .books-notes,
  .books-empty,
  .book-copy {
    padding: 30px 18px;
  }

  .bio-lead {
    font-size: 42px;
  }

  .max-viral-section {
    padding: 28px 18px;
  }

  .max-viral-embed,
  .max-viral-card {
    min-height: 300px;
  }

  .max-viral-card {
    padding: 26px 18px;
  }

  .bio-data-row,
  .bio-timeline article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .bio-practice-grid,
  .va-module-grid,
  .va-note-list,
  .va-feature-meta,
  .book-meta-grid {
    grid-template-columns: 1fr;
  }

  .book-cover-frame {
    padding: 24px 18px;
  }

  .book-cover-frame img {
    width: min(100%, 300px);
  }

  .book-copy h2 {
    font-size: 34px;
  }

  .books-tabs {
    gap: 8px;
  }

.books-tab {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 18px;
  font-size: 9px;
  }

  .td-page .va-module-grid {
    grid-template-columns: 1fr;
  }

  .td-feature-media {
    min-height: 330px;
  }

  .bio-focus-visual {
    min-height: 330px;
  }

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

  .va-module-card {
    min-height: auto;
  }

  .va-module-card img {
    aspect-ratio: 1.15;
  }

  .va-module-missing {
    min-height: 220px;
  }
}

@media (max-width: 520px) {
  .latest-workshops {
    grid-template-columns: minmax(96px, 128px) minmax(0, 1fr);
    gap: 14px;
  }

  .latest-workshops-image {
    max-width: 128px;
  }

  .latest-workshops-copy h2 {
    font-size: 26px;
  }

  .latest-workshops-copy p {
    font-size: 13px;
    line-height: 1.52;
  }
}

.contact-page {
  background: #050506;
}

.contact-main {
  background: #050506;
}

.contact-page .ev-hero-image {
  filter: saturate(1.08) contrast(1.08) brightness(0.64);
  object-position: 50% 50%;
}

.contact-page .ev-hero-scrim {
  background:
    linear-gradient(90deg, rgba(5, 5, 6, 0.86), rgba(5, 5, 6, 0.2) 48%, rgba(5, 5, 6, 0.9)),
    linear-gradient(180deg, rgba(5, 5, 6, 0.12), rgba(5, 5, 6, 0.84) 88%, #050506);
}

.contact-intro,
.contact-channels,
.contact-notes {
  padding: 42px;
  border-bottom: 1px solid rgba(248, 248, 244, 0.09);
}

.contact-email-card a {
  display: inline-block;
  max-width: 100%;
  margin: 4px 0 18px;
  color: rgba(248, 248, 244, 0.9);
  font-family: Montserrat, Inter, "Segoe UI", Arial, sans-serif;
  font-size: clamp(14px, 1.5vw, 19px);
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.contact-email-card a:hover,
.contact-email-card a:focus-visible {
  color: #9d64ff;
  outline: 0;
}

.contact-email-grid .bio-practice-card {
  min-height: 280px;
}

body:not(.model-page) .model-home-footer.model-page-footer {
  position: relative;
  left: auto;
  top: auto;
  z-index: 2;
  display: grid;
  grid-template-columns: 10.8% 20.1% 18.2% 25.4% minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 2.2%;
  width: 100%;
  height: auto;
  min-height: 250px;
  margin-top: clamp(34px, 5vw, 72px);
  padding: 36px 42px 14px;
  color: rgba(248, 248, 244, 0.62);
  background:
    linear-gradient(180deg, rgba(8, 8, 10, 0.96), rgba(5, 5, 7, 0.98)),
    #060607;
  border-top: 1px solid rgba(248, 248, 244, 0.08);
  font-family: Montserrat, Inter, "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.45;
  pointer-events: auto;
}

body:not(.model-page) .model-home-footer.model-page-footer .model-footer-bottom {
  padding-top: 18px;
  border-top: 1px solid rgba(248, 248, 244, 0.08);
}

@media (max-width: 980px) {
  body:not(.model-page) .model-home-footer.model-page-footer {
    grid-template-columns: 76px minmax(0, 1fr) minmax(140px, 0.85fr) minmax(200px, 1fr) 110px;
  }

  body:not(.model-page) .model-home-footer.model-page-footer .model-footer-symbol {
    display: block;
    min-height: 92px;
  }
}

@media (max-width: 760px) {
  body:not(.model-page) .model-home-footer.model-page-footer {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 22px;
    padding: 32px 24px 14px;
    font-size: 10px;
  }

  body:not(.model-page) .model-home-footer.model-page-footer .model-footer-contact-list,
  body:not(.model-page) .model-home-footer.model-page-footer .model-footer-newsletter,
  body:not(.model-page) .model-home-footer.model-page-footer .model-footer-symbol,
  body:not(.model-page) .model-home-footer.model-page-footer .model-footer-bottom {
    grid-column: 1 / -1;
  }

  body:not(.model-page) .model-home-footer.model-page-footer .model-footer-profile strong,
  body:not(.model-page) .model-home-footer.model-page-footer .model-footer-contact-list h2,
  body:not(.model-page) .model-home-footer.model-page-footer .model-footer-newsletter h2 {
    font-size: 10px;
  }

  body:not(.model-page) .model-home-footer.model-page-footer .model-footer-profile p,
  body:not(.model-page) .model-home-footer.model-page-footer .model-footer-contact-list a,
  body:not(.model-page) .model-home-footer.model-page-footer .model-footer-newsletter p,
  body:not(.model-page) .model-home-footer.model-page-footer .model-footer-bottom {
    font-size: 9px;
  }

  body:not(.model-page) .model-home-footer.model-page-footer .model-footer-newsletter input {
    height: 29px;
    padding: 0 35px 0 12px;
  }

  body:not(.model-page) .model-home-footer.model-page-footer .model-footer-newsletter button {
    right: 12px;
    bottom: 7px;
    font-size: 16px;
  }

  body:not(.model-page) .model-home-footer.model-page-footer .model-footer-symbol {
    display: block;
  }
}

@media (max-width: 760px) {
  body.model-page .model-home-header.ev-header {
    grid-template-columns: 36px minmax(0, 1fr) 54px;
    gap: 9px;
    align-items: center;
    min-height: 50px;
    padding: 7px 12px 0;
    background: linear-gradient(180deg, rgba(5, 5, 7, 0.72), rgba(5, 5, 7, 0.34));
    border-bottom-color: rgba(248, 248, 244, 0.08);
  }

  body.model-page .model-home-header .ev-logo.pv-mark {
    width: 30px;
    height: 31px;
    font-size: 22px;
  }

  body.model-page .model-home-header .ev-logo.pv-mark::before {
    left: 13px;
    top: 1px;
    height: 29px;
  }

  body.model-page .model-home-header .ev-nav {
    order: initial;
    grid-column: auto;
    justify-content: flex-start;
    gap: 10px;
    padding-bottom: 0;
  }

  body.model-page .model-home-header .ev-nav a {
    flex: 0 0 auto;
    min-height: 43px;
    font-size: 7px;
    letter-spacing: 0.035em;
  }

  body.model-page .model-home-header .ev-nav a::after {
    bottom: 3px;
    height: 2px;
  }

  body.model-page .model-home-header .ev-lang {
    align-self: center;
    gap: 3px;
    font-size: 8px;
  }

  body.model-page.model-editable .model-research-note-hotspot {
    grid-template-columns: 25% minmax(0, 1fr) 8px;
    gap: 3px;
    padding: 0 3px 0 4px;
    font-size: clamp(4.8px, 1.35vw, 6px) !important;
    line-height: 1.06 !important;
    background: linear-gradient(90deg, rgba(4, 5, 8, 0.98), rgba(4, 5, 8, 0.9));
  }

  body.model-page.model-editable .model-research-note-hotspot time,
  body.model-page.model-editable .model-research-note-hotspot span,
  body.model-page.model-editable .model-research-note-hotspot em {
    font-size: inherit !important;
    line-height: inherit !important;
  }

  body.model-page.model-editable .model-research-note-hotspot span {
    min-width: 0;
  }
}
