@font-face {
  font-family: Scto;
  src: url("venm/fonts/Scto-Grotesk-A-Medium.woff") format("woff");
  font-weight: 400 500;
  font-display: swap;
}
@font-face {
  font-family: Scto;
  src: url("venm/fonts/Scto-Grotesk-A-Bold.woff") format("woff");
  font-weight: 600 800;
  font-display: swap;
}
:root {
  color-scheme: light;
  --black: #ffffff;
  --panel: #fffafa;
  --line: #ead6da;
  --muted: #79666b;
  --white: #2c171c;
  --red: #e51d38;
  --pale-red: #c51b32;
  font-family: Scto, Arial, sans-serif;
  background: var(--black);
  color: var(--white);
  font-synthesis: none;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
button:disabled {
  cursor: default;
}
svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.5;
  fill: none;
  flex-shrink: 0;
}
button svg {
  pointer-events: none;
}
::selection {
  color: white;
  background: #c91830;
}
[hidden] {
  display: none !important;
}
:focus-visible {
  outline: 2px solid var(--pale-red);
  outline-offset: 6px;
}
button:focus-visible,
input:focus-visible {
  outline-offset: 4px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 20px;
  z-index: 20;
  background: var(--red);
  color: var(--black);
  padding: 12px 20px;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: none;
}
.site-shell {
  max-width: 1360px;
  padding: 0 64px;
  margin: auto;
  position: relative;
}
.ambient {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
  height: 750px;
  background: radial-gradient(
    ellipse at 80% 5%,
    rgba(255, 85, 110, 0.07),
    transparent 55%
  );
  z-index: 0;
}
.site-header {
  height: 112px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fcecef;
  gap: 22px;
}
.wordmark {
  font-size: 52px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -7px;
  padding-right: 7px;
}
.wordmark span {
  color: var(--red);
}
.header-name {
  font-size: 14px;
  color: #5b444a;
}
.resume-link {
  margin-left: auto;
  display: flex;
  gap: 14px;
  align-items: center;
  font-size: 14px;
  color: #6b5058;
  padding: 12px 0;
}
.resume-link:hover,
.header-name:hover {
  color: var(--red);
}
.intro {
  padding: 65px 0 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
.intro-note {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #795c65;
  margin: 0 0 22px;
}
.signal-dot {
  width: 7px;
  height: 7px;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 0 14px #ff304755;
}
h1 {
  font-size: clamp(48px, 6.5vw, 88px);
  letter-spacing: -0.075em;
  line-height: 1.05;
  margin: 0;
  font-weight: 500;
}
.intro-aside {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 3px;
  flex-shrink: 0;
}
.tabs-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  gap: 16px;
}
.main-tabs {
  display: flex;
  background: #fff;
  padding: 6px;
  border: 1px solid #ffadb9;
  border-radius: 13px;
  gap: 6px;
  box-shadow: 0 0 22px #ff304718;
}
.main-tabs button {
  border: 1px solid transparent;
  background: transparent;
  color: var(--pale-red);
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 22px;
  border-radius: 8px;
  font-size: 16px;
  transition:
    background 0.2s,
    box-shadow 0.2s,
    color 0.2s;
}
.main-tabs button:hover {
  background: #fff0f3;
}
.main-tabs button[aria-selected="true"] {
  background: var(--red);
  color: #ffffff;
  box-shadow:
    0 0 22px #ff30474d,
    inset 0 1px 0 #ff90a0;
  border-color: #ff667c;
}
.main-tabs button svg {
  width: 18px;
  height: 18px;
}
.tab-count {
  font-size: 11px;
  padding: 2px 5px;
  border: 1px solid currentColor;
  border-radius: 4px;
  margin-left: 10px;
}
.tabs-note {
  font-size: 12px;
  color: #80666d;
}
.featured {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  min-height: 368px;
  background: #fff;
}
.feature-menu {
  padding: 30px 18px 20px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
}
.feature-menu h2 {
  font-size: 12px;
  font-weight: 400;
  color: var(--muted);
  margin: 0 12px 24px;
}
.feature-choice {
  background: none;
  border: 1px solid transparent;
  border-radius: 7px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 12px;
  color: #79666b;
  font-size: 16px;
  transition:
    background 0.18s,
    color 0.18s;
  margin-bottom: 5px;
  min-height: 48px;
}
.feature-choice > span:last-child {
  display: flex;
}
.feature-choice svg {
  width: 16px;
  height: 16px;
  opacity: 0;
  transition:
    opacity 0.18s,
    transform 0.18s;
}
.feature-choice:hover {
  background: #fff0f3;
  color: #bd1737;
}
.feature-choice[aria-pressed="true"] {
  background: #ffe9ed;
  color: var(--pale-red);
  border-color: #f4abb8;
}
.feature-choice[aria-pressed="true"] svg {
  opacity: 1;
}
.feature-choice:hover svg {
  opacity: 1;
  transform: translate(2px, -2px);
}
.feature-hint {
  font-size: 11px;
  color: #846a72;
  margin-top: auto;
  padding: 20px 12px 0;
  display: flex;
  align-items: center;
  gap: 9px;
}
.tiny-cross {
  font-size: 20px;
  color: var(--red);
}
.feature-stage {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-width: 0;
  overflow: hidden;
  padding: 36px;
  background: radial-gradient(
    ellipse at 85% 35%,
    #ffd1da 0%,
    #fff0f3 35%,
    #fffafa 70%
  );
  --pointer-x: 0px;
  --pointer-y: 0px;
}
.feature-info {
  position: relative;
  z-index: 2;
  max-width: 330px;
}
.feature-tag {
  color: var(--pale-red);
  font-size: 12px;
}
.feature-info h2 {
  font-size: 44px;
  letter-spacing: -2px;
  font-weight: 500;
  line-height: 1;
  margin: 17px 0 14px;
}
.feature-info p {
  font-size: 15px;
  line-height: 1.6;
  color: #74525c;
  max-width: 260px;
  margin: 0 0 26px;
}
.primary-link {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  min-height: 44px;
  padding: 12px 16px;
  background: #2c171c;
  color: #ffffff;
  border-radius: 6px;
  font-size: 13px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.primary-link svg {
  width: 17px;
  height: 17px;
}
.primary-link:hover {
  background: #c91830;
  transform: translateY(-2px);
}
.stage-corner {
  position: absolute;
  right: 25px;
  top: 21px;
  color: #c3354f;
  font-size: 22px;
}
.feature-art {
  position: absolute;
  width: 400px;
  height: 400px;
  right: -18px;
  top: -22px;
  z-index: 0;
  transform: translate(var(--pointer-x), var(--pointer-y));
  transition: transform 0.25s ease;
  display: grid;
  place-items: center;
}
.art-orbit {
  position: absolute;
  width: 268px;
  height: 268px;
  border: 1px solid #e8234240;
  border-radius: 38px;
  transform: rotate(-25deg);
  background: linear-gradient(140deg, #ee234a08, transparent);
  box-shadow: inset 0 0 35px #e8204110;
}
.orbit-two {
  width: 220px;
  height: 220px;
  transform: rotate(-10deg);
  border-color: #ee345659;
}
.orbit-three {
  width: 168px;
  height: 168px;
  transform: rotate(5deg);
  border-color: #ee345666;
}
.art-glyph {
  font-size: 168px;
  font-weight: 700;
  color: #e91b3b;
  line-height: 1;
  text-shadow: 0 0 50px #ff304720;
  transform: rotate(-9deg);
  letter-spacing: -12px;
  padding-right: 12px;
}
.art-caption {
  position: absolute;
  bottom: 46px;
  font-size: 10px;
  color: #9c5362;
  letter-spacing: 0.06em;
}
.feature-stage[data-visual="venmo"] .art-glyph {
  font-style: italic;
  font-size: 200px;
}
.feature-stage[data-visual="venmo"] .art-orbit {
  border-radius: 55px;
  transform: rotate(12deg);
}
.feature-stage[data-visual="venmo"] .orbit-two {
  transform: rotate(-8deg);
}
.feature-stage[data-visual="venmo"] .orbit-three {
  border-radius: 50%;
  width: 140px;
  height: 140px;
  transform: translate(74px, 65px);
}
.feature-stage[data-visual="flow"] .art-orbit {
  border-radius: 50%;
  transform: rotate(-35deg) scaleX(0.65);
}
.feature-stage[data-visual="flow"] .orbit-two {
  transform: rotate(35deg) scaleX(0.65);
  width: 290px;
  height: 290px;
}
.feature-stage[data-visual="flow"] .orbit-three {
  transform: rotate(90deg) scaleX(0.65);
  width: 290px;
  height: 290px;
}
.feature-stage[data-visual="dining"] .art-orbit {
  border-radius: 50%;
  transform: none;
}
.feature-stage[data-visual="dining"] .orbit-two {
  border-width: 12px;
  border-color: #ff30471c;
}
.feature-stage[data-visual="dining"] .art-glyph {
  font-size: 130px;
  transform: none;
}
.archive {
  margin-top: 58px;
}
.archive-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.archive-heading h2 {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 13px;
}
.archive-heading h2 span {
  font-size: 12px;
  letter-spacing: 0;
  color: var(--muted);
  border: 1px solid var(--line);
  padding: 4px 7px;
  border-radius: 5px;
}
.search {
  display: flex;
  gap: 10px;
  align-items: center;
  max-width: 260px;
  width: 100%;
  border-bottom: 1px solid #dec4cc;
  padding: 9px 0;
  color: #80646e;
}
.search svg {
  width: 17px;
  height: 17px;
}
.search input {
  width: 100%;
  background: transparent;
  border: 0;
  color: #3b1d27;
  font-size: 13px;
  min-width: 0;
  border-radius: 2px;
}
.search input::placeholder {
  color: #80646e;
}
.filter-row {
  display: flex;
  gap: 8px;
  margin: 24px 0 22px;
  flex-wrap: wrap;
}
.filter-row button {
  padding: 9px 15px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  min-height: 38px;
  transition:
    color 0.18s,
    background 0.18s;
}
.filter-row button:hover {
  color: #bd1737;
  background: #fff0f3;
}
.filter-row button[aria-pressed="true"] {
  color: #b30f2c;
  background: #fcecef;
  border-color: #f0bdc8;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  align-items: start;
}
.project-card {
  border: 1px solid #ead6da;
  background: linear-gradient(120deg, #ffffff, #fffafb);
  border-radius: 10px;
  overflow: hidden;
  padding: 23px 22px 0;
  transition:
    border-color 0.2s,
    background 0.2s;
  min-width: 0;
}
.project-card:hover,
.project-card:focus-within {
  border-color: #e26a80;
  background: linear-gradient(120deg, #fff1f4, #fffafa);
}
.card-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  min-height: 32px;
}
.project-mark {
  font-size: 16px;
  letter-spacing: -1px;
  background: #ffffff;
  border: 1px solid #efd9df;
  color: #c51b32;
  min-width: 32px;
  height: 32px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-weight: 600;
}
.project-kind {
  font-size: 10px;
  color: #79666b;
}
.project-link {
  font-size: 11px;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 3px;
  color: #79525e;
  min-height: 34px;
}
.project-link svg {
  width: 15px;
  height: 15px;
}
.project-link:hover {
  color: var(--pale-red);
}
.project-card h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.6px;
  margin: 0 0 11px;
}
.project-card > p {
  font-size: 13px;
  line-height: 1.65;
  color: #79666b;
  min-height: 44px;
  margin: 0 0 22px;
  max-width: 34ch;
}
.project-card details {
  border-top: 1px solid #ead6da;
}
.project-card summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 11px;
  color: #805966;
  min-height: 46px;
  cursor: pointer;
  list-style: none;
}
.project-card summary::-webkit-details-marker {
  display: none;
}
.project-card summary span {
  font-size: 20px;
  color: #a26d7d;
  transition: transform 0.2s;
}
.project-card details[open] summary {
  color: var(--pale-red);
}
.project-card details[open] summary span {
  transform: rotate(45deg);
  color: var(--pale-red);
}
.project-details {
  padding: 0 0 22px;
}
.project-details p {
  font-size: 13px;
  color: #6e515b;
  line-height: 1.7;
  margin: 0 0 14px;
}
.tech {
  font-size: 10px;
  color: var(--pale-red);
  line-height: 1.7;
  display: block;
}
.empty-state {
  padding: 65px 20px;
  text-align: center;
  border: 1px solid #ead6da;
  border-radius: 12px;
}
.empty-state h3 {
  font-weight: 500;
}
.empty-state p {
  color: var(--muted);
  font-size: 14px;
}
.empty-state button {
  border: 1px solid #e38b9c;
  background: #fff0f3;
  padding: 12px 18px;
  border-radius: 7px;
  color: var(--pale-red);
  margin-top: 10px;
}
.social-intro {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  padding: 40px 0;
}
.social-intro h2 {
  font-size: clamp(40px, 5vw, 62px);
  line-height: 1.05;
  letter-spacing: -0.055em;
  font-weight: 500;
  margin: 0;
}
.social-intro p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
  margin: 0;
}
.social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.social-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px;
  border: 1px solid #ead6da;
  border-radius: 12px;
  background: #ffffff;
  min-height: 160px;
  transition:
    border-color 0.2s,
    background 0.2s;
}
.social-card:hover {
  border-color: #e26a80;
  background: #fff6f8;
}
.social-mark {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -2px;
  color: var(--red);
  width: 48px;
  flex-shrink: 0;
}
.social-card h3 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.7px;
  margin: 0 0 9px;
}
.social-card p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
  margin: 0 0 12px;
}
.social-handle {
  font-size: 11px;
  color: #a92442;
  overflow-wrap: anywhere;
}
.social-card > svg {
  margin-left: auto;
  color: var(--red);
  width: 20px;
  height: 20px;
}
.email-card button {
  margin-left: auto;
  border: 1px solid #eba3b4;
  color: var(--pale-red);
  background: #fff0f3;
  border-radius: 6px;
  padding: 10px;
  font-size: 11px;
}
.email-card button:hover {
  background: #ffe0e8;
}
.email-card a:hover {
  text-decoration: underline;
}
.copy-status {
  font-size: 13px;
  color: var(--pale-red);
  min-height: 20px;
}
footer {
  border-top: 1px solid #ead6da;
  margin-top: 72px;
  padding: 28px 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  color: #846a72;
}
.footer-brand {
  font-size: 18px;
  letter-spacing: -0.7px;
  color: #6b3444;
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer-brand span {
  font-size: 23px;
  color: var(--red);
}
footer > a:last-child:hover {
  color: var(--pale-red);
}
@media (min-width: 1100px) {
  .feature-stage {
    padding-right: 390px;
  }
  .feature-info {
    min-width: 280px;
  }
}
@media (max-width: 1100px) {
  .site-shell {
    padding: 0 36px;
  }
  .intro-aside {
    font-size: 12px;
  }
  .featured {
    grid-template-columns: 210px minmax(0, 1fr);
  }
  .feature-art {
    right: -95px;
    opacity: 0.65;
  }
  .feature-stage:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, #fffafa 5%, transparent 95%);
    pointer-events: none;
  }
  .feature-info {
    z-index: 2;
  }
  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .social-card {
    padding: 25px 20px;
    gap: 12px;
  }
  .social-mark {
    width: 36px;
  }
}
@media (max-width: 700px) {
  .site-shell {
    padding: 0 22px;
  }
  .site-header {
    height: 88px;
    gap: 16px;
  }
  .wordmark {
    font-size: 44px;
  }
  .header-name {
    font-size: 12px;
  }
  .resume-link {
    font-size: 12px;
  }
  .intro {
    padding: 42px 0 32px;
    display: block;
  }
  .intro-note {
    font-size: 12px;
    margin-bottom: 19px;
  }
  h1 {
    font-size: clamp(43px, 9.7vw, 67px);
  }
  .intro-aside {
    margin-top: 20px;
    font-size: 13px;
  }
  .intro-aside br {
    display: none;
  }
  .tabs-note {
    display: none;
  }
  .tabs-wrap {
    margin-bottom: 20px;
  }
  .main-tabs {
    width: 100%;
  }
  .main-tabs button {
    flex: 1;
    justify-content: center;
    padding: 12px 10px;
    font-size: 14px;
    gap: 8px;
  }
  .tab-count {
    margin-left: 3px;
  }
  .featured {
    grid-template-columns: 1fr;
  }
  .feature-menu {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }
  .feature-menu h2,
  .feature-hint {
    display: none;
  }
  .feature-choice {
    margin: 0;
    padding: 10px;
    font-size: 13px;
    min-height: 42px;
  }
  .feature-stage {
    min-height: 330px;
    padding: 28px;
  }
  .feature-art {
    right: -95px;
    top: -25px;
    opacity: 0.8;
  }
  .feature-info h2 {
    font-size: 38px;
  }
  .feature-info p {
    font-size: 14px;
    max-width: 230px;
  }
  .feature-stage:after {
    background: linear-gradient(90deg, #fffafa 5%, #fffafa66 50%, transparent);
  }
  .archive {
    margin-top: 40px;
  }
  .archive-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .archive-heading h2 {
    font-size: 25px;
  }
  .search {
    max-width: none;
  }
  .filter-row {
    gap: 3px;
    margin-top: 18px;
  }
  .filter-row button {
    padding: 9px 12px;
  }
  .project-grid {
    gap: 12px;
  }
  .project-card {
    padding: 18px 18px 0;
  }
  .card-top {
    margin-bottom: 23px;
    flex-wrap: wrap;
    gap: 7px;
  }
  .project-kind {
    font-size: 9px;
  }
  .project-card h3 {
    font-size: 18px;
  }
  .project-card > p {
    font-size: 12px;
  }
  .social-intro {
    padding: 24px 0 32px;
    display: block;
  }
  .social-intro p {
    margin-top: 22px;
    font-size: 13px;
  }
  .social-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .social-card {
    min-height: 140px;
    padding: 25px;
    gap: 18px;
  }
  footer {
    flex-wrap: wrap;
    margin-top: 50px;
    padding-bottom: 28px;
  }
  footer > span {
    order: 3;
    width: 100%;
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  .project-grid {
    grid-template-columns: 1fr;
  }
  .project-card > p {
    min-height: 0;
    max-width: none;
  }
  .project-card {
    padding: 20px 20px 0;
  }
  .project-kind {
    font-size: 11px;
  }
  .project-card h3 {
    font-size: 21px;
  }
  .project-card > p {
    font-size: 13px;
  }
  .card-top {
    margin-bottom: 20px;
  }
  .feature-stage {
    padding: 26px 23px;
  }
  .feature-art {
    right: -147px;
    opacity: 0.6;
  }
  .feature-info p {
    max-width: 220px;
  }
  .email-card {
    gap: 12px;
    padding: 24px 20px;
  }
  .social-mark {
    width: 30px;
  }
  .social-card h3 {
    font-size: 21px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .feature-art {
    transform: none !important;
  }
  .primary-link:hover {
    transform: none;
  }
}

/* Keep the original site identity on the project directory. */
.wordmark {
  display: flex;
  align-items: center;
  padding: 0;
  letter-spacing: normal;
}
.wordmark img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 6px;
}
.footer-brand img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  border-radius: 3px;
}

/* Original project marks sit on white; red belongs to the interface. */
.site-header {
  border-bottom-color: #f0dce2;
}
.main-tabs button[aria-selected="true"] {
  color: #fff;
  background: #e51d38;
}
.main-tabs button[aria-selected="false"] {
  color: #c91830;
}
.primary-link {
  background: #d91835;
  color: #fff;
}
.primary-link:hover {
  background: #b6122b;
}
.feature-menu {
  padding-left: 14px;
  padding-right: 14px;
}
.feature-choice {
  padding-left: 9px;
  padding-right: 9px;
}
.feature-choice-label {
  display: flex;
  align-items: center;
  gap: 9px;
}
.feature-choice-label img {
  object-fit: contain;
  border-radius: 4px;
  flex-shrink: 0;
  background: #fff;
}
.feature-logo-plate {
  width: 214px;
  height: 214px;
  display: grid;
  place-items: center;
  background: white;
  border: 1px solid #f0d5dd;
  border-radius: 34px;
  box-shadow: 0 15px 45px #c82a4612;
  position: relative;
  z-index: 1;
}
.feature-logo {
  width: 175px;
  height: 175px;
  object-fit: contain;
  border-radius: 16px;
}
.project-mark {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 0;
  background: white;
}
.project-mark img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  border-radius: 5px;
}
.social-mark {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.social-mark img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.social-mark svg {
  width: 30px;
  height: 30px;
  color: #d91835;
}
@media (max-width: 1100px) {
  .feature-art {
    opacity: 1;
  }
  .feature-stage:after {
    background: linear-gradient(
      90deg,
      #fffafa 2%,
      #fffafa88 55%,
      transparent 80%
    );
  }
}
@media (max-width: 700px) {
  .feature-stage {
    min-height: 370px;
    align-items: flex-end;
    padding-top: 180px;
  }
  .feature-art {
    width: 200px;
    height: 180px;
    right: 20px;
    top: 10px;
    opacity: 1;
  }
  .feature-logo-plate {
    width: 140px;
    height: 140px;
    border-radius: 22px;
  }
  .feature-logo {
    width: 116px;
    height: 116px;
    border-radius: 10px;
  }
  .art-orbit {
    width: 170px !important;
    height: 150px !important;
  }
  .orbit-two {
    width: 150px !important;
    height: 130px !important;
  }
  .orbit-three {
    width: 125px !important;
    height: 110px !important;
  }
  .feature-stage:after {
    display: none;
  }
  .art-caption {
    display: none;
  }
  .feature-info {
    max-width: 100%;
  }
  .feature-info p {
    max-width: 270px;
  }
  .feature-choice-label {
    gap: 8px;
  }
}

.skip-link {
  clip-path: inset(50%);
}
.skip-link:focus {
  clip-path: none;
}

/* Centered navigation and a compact, personal social link page. */
.tabs-wrap {
  justify-content: center;
  margin-bottom: 32px;
}
.main-tabs {
  width: auto;
  max-width: 100%;
}
body[data-view="socials"] .tabs-wrap {
  margin-top: 36px;
  margin-bottom: 0;
}
#socials {
  max-width: 540px;
  margin: 0 auto;
}
.social-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 0 28px;
  gap: 0;
}
.social-avatar {
  width: 76px;
  height: 76px;
  object-fit: contain;
  border-radius: 18px;
  margin-bottom: 18px;
  box-shadow:
    0 0 0 5px white,
    0 0 0 6px #f4b7c4,
    0 8px 28px #dd1a3420;
}
.social-intro h2 {
  font-size: 30px;
  letter-spacing: -1.2px;
  line-height: 1.2;
  margin: 0 0 7px;
}
.profile-handle {
  font-size: 13px;
  color: #c51b32;
}
.social-intro p {
  font-size: 13px;
  line-height: 1.6;
  margin: 16px 0 0;
  color: #80616c;
}
.social-grid {
  grid-template-columns: 1fr;
  gap: 12px;
}
.social-card {
  min-height: 84px;
  padding: 17px 23px;
  gap: 20px;
  border: 1px solid #ebbfca;
  border-radius: 12px;
  background: white;
  box-shadow: 0 3px 0 #f9e7ec;
  transition:
    border-color 0.18s,
    box-shadow 0.18s,
    transform 0.18s,
    background 0.18s;
}
.social-card:hover,
.social-card:focus-visible {
  transform: translateY(-3px);
  border-color: #e02343;
  background: #fff9fa;
  box-shadow:
    0 6px 0 #fbd6df,
    0 9px 20px #d91c3210;
}
.social-mark {
  width: 38px;
  min-width: 38px;
  justify-content: center;
}
.social-mark img,
.social-mark svg {
  width: 25px;
  height: 25px;
}
.social-card h3 {
  font-size: 17px;
  letter-spacing: -0.35px;
  margin: 0 0 5px;
}
.social-handle {
  font-size: 11px;
  color: #9c5267;
}
.social-card > svg {
  width: 18px;
  height: 18px;
  transition: transform 0.18s;
}
.social-card:hover > svg {
  transform: translate(2px, -2px);
}
.email-card {
  position: relative;
}
.email-card .social-handle:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
}
.email-card button {
  position: relative;
  z-index: 1;
  min-width: 54px;
  min-height: 40px;
}
.copy-status {
  text-align: center;
  margin-bottom: 0;
}
body[data-view="socials"] footer {
  margin-top: 36px;
}
@media (max-width: 700px) {
  .main-tabs {
    width: min(100%, 380px);
  }
  .tabs-wrap {
    margin-bottom: 24px;
  }
  body[data-view="socials"] .tabs-wrap {
    margin-top: 26px;
  }
  .social-intro {
    padding: 30px 0 26px;
  }
  .social-intro h2 {
    font-size: 27px;
  }
  .social-intro p {
    font-size: 12px;
    margin-top: 14px;
  }
  .social-card {
    min-height: 80px;
    padding: 15px 18px;
    gap: 14px;
  }
  .social-card h3 {
    font-size: 17px;
  }
  .social-mark {
    width: 30px;
    min-width: 30px;
  }
}
.social-card--contact {
  border-color: #e51d38;
  background: #fff3f5;
  box-shadow: 0 3px 0 #f5c4cf;
}
.social-card--contact h3 {
  color: #be1833;
}
