@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap");
:root {
  color-scheme: dark;
  --bg: #101110;
  --panel: #191b19;
  --line: #ffffff14;
  --text: #f2f3ec;
  --muted: #a7ada5;
  --green: #b6f36c;
  --spotify: #56de79;
  --purple: #bca3ed;
  --pink: #f4b5cc;
  --display: "Space Grotesk", sans-serif;
  --body: "DM Sans", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body);
  font-size: 15px;
  line-height: 1.6;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button,
a,
input,
select,
summary {
  outline-offset: 5px;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
img {
  max-width: 100%;
  display: block;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--green);
}
[hidden] {
  display: none !important;
}
::selection {
  background: var(--green);
  color: #101110;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-family: var(--display);
  line-height: 1.1;
  letter-spacing: -0.05em;
}
svg.icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.skip {
  position: fixed;
  top: -80px;
  left: 240px;
  background: var(--green);
  color: #111;
  padding: 10px;
  z-index: 100;
}
.skip:focus {
  top: 10px;
}
.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  width: 224px;
  border-right: 1px solid var(--line);
  padding: 35px 24px 22px;
  display: flex;
  flex-direction: column;
  z-index: 30;
  background: #0b0d0b;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font: 700 21px var(--display);
  letter-spacing: -1px;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: var(--green);
  border-radius: 50%;
  color: #0b0d0b;
  transform: rotate(-12deg);
}
.brand-mark svg {
  width: 23px;
  height: 23px;
}
.brand small {
  display: block;
  font: 500 9px var(--body);
  letter-spacing: 2px;
  color: var(--muted);
  margin-top: 3px;
}
.nav-label,
.eyebrow,
.micro {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.nav-label {
  color: #757c73;
  margin: 54px 12px 12px;
}
.side-nav {
  display: grid;
  gap: 6px;
}
.side-nav a {
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  border-radius: 7px;
  font-size: 13px;
  transition: 0.2s;
}
.side-nav a:hover {
  color: #fff;
  background: #ffffff08;
}
.side-nav a.active {
  background: #b6f36c14;
  color: var(--green);
}
.side-nav a.active:after {
  content: "";
  margin-left: auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--green);
}
.sidebar-bottom {
  margin-top: auto;
}
.mini-profile {
  padding: 17px 0;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  gap: 11px;
}
.mini-profile img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
}
.mini-profile strong {
  font-size: 12px;
  display: block;
}
.mini-profile span {
  color: var(--muted);
  font-size: 10px;
}
.social-nav {
  display: flex;
  gap: 16px;
  font-size: 11px;
  color: var(--muted);
}
.edition {
  color: #61685f;
  font-size: 10px;
  margin-top: 23px;
  letter-spacing: 1px;
}
.page-wrap {
  margin-left: 224px;
}
.topbar {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 42px;
  border-bottom: 1px solid var(--line);
}
.breadcrumb {
  font-size: 11px;
  color: var(--muted);
  display: flex;
  gap: 14px;
  align-items: center;
}
.breadcrumb b {
  font-weight: 500;
  color: var(--text);
}
.top-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  border: 1px solid #ffffff25;
  padding: 8px 14px;
  border-radius: 30px;
}
.top-contact:hover {
  border-color: var(--green);
  color: var(--green);
}
.mobile-toggle {
  display: none;
}
.main {
  max-width: 1530px;
  margin: auto;
  padding: 30px 42px 0;
}
.hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  min-height: 485px;
  background: var(--green);
  color: #102514;
  border-radius: 13px;
  position: relative;
  overflow: hidden;
}
.hero-copy {
  padding: 41px 0 39px 40px;
  position: relative;
  z-index: 2;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 9px;
  letter-spacing: 2px;
}
.live-dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  background: currentColor;
  border-radius: 50%;
}
.hero h1 {
  font-size: clamp(52px, 5.15vw, 86px);
  line-height: 0.96;
  letter-spacing: -0.075em;
  margin: 25px 0 20px;
  font-weight: 700;
}
.hero h1 em {
  font-style: normal;
  color: #3d6539;
}
.hero-copy > p {
  max-width: 360px;
  font-size: 12px;
  line-height: 1.8;
  color: #2e4e28;
  margin-bottom: 23px;
}
.hero-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}
.btn {
  border: 1px solid transparent;
  padding: 12px 20px;
  border-radius: 30px;
  display: inline-flex;
  gap: 11px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  transition:
    transform 0.2s,
    background 0.2s;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn.dark {
  background: #152418;
  color: #f3f7ed;
}
.btn.green {
  background: var(--green);
  color: #142217;
}
.btn.ghost {
  border-color: #ffffff28;
  background: transparent;
  color: var(--text);
}
.hero .text-link {
  font-size: 11px;
  font-weight: 700;
  border-bottom: 1px solid #18371855;
  padding-bottom: 3px;
}
.hero-footer {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 27px;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #33562a;
}
.hero-footer img {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  object-fit: cover;
}
.record-scene {
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
}
.record-scene:before {
  content: "";
  width: 500px;
  height: 500px;
  border: 1px solid #24472524;
  border-radius: 50%;
  position: absolute;
}
.record-scene:after {
  content: "";
  width: 410px;
  height: 410px;
  border: 1px solid #24472528;
  border-radius: 50%;
  position: absolute;
}
.record {
  height: 310px;
  width: 310px;
  border-radius: 50%;
  background: repeating-radial-gradient(
    circle at center,
    #171e17 0px,
    #171e17 3px,
    #2e392d 4px,
    #171e17 5px
  );
  box-shadow: 22px 28px 30px #13371032;
  display: grid;
  place-items: center;
  transform: rotate(-17deg);
  position: relative;
  z-index: 1;
}
.record:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(
    from 30deg,
    transparent,
    #ffffff17,
    transparent 35%,
    #ffffff10,
    transparent 70%
  );
}
.record-label {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: var(--purple);
  color: #20231b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.record-label b {
  font: 700 33px/0.9 var(--display);
  letter-spacing: -2px;
}
.record-label span {
  font-size: 7px;
  letter-spacing: 1.5px;
  margin: 9px 0;
}
.record-label:after {
  content: "";
  background: #132013;
  border: 4px solid #ddd0f555;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.orbit-card {
  position: absolute;
  background: #f6f9eb;
  color: #182618;
  z-index: 3;
  box-shadow: 0 12px 20px #173c1520;
  border-radius: 8px;
  padding: 14px 18px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.orbit-card img {
  width: 24px;
  height: 24px;
}
.orbit-card small {
  display: block;
  font-size: 8px;
  color: #61705b;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.orbit-card b {
  font-family: var(--display);
  font-size: 13px;
}
.orbit-card.one {
  top: 56px;
  right: 32px;
  transform: rotate(9deg);
}
.orbit-card.two {
  bottom: 58px;
  left: 12px;
  transform: rotate(-8deg);
  background: var(--pink);
}
.orbit-card .icon {
  width: 28px;
  height: 28px;
}
.spark {
  position: absolute;
  right: 32px;
  bottom: 61px;
  font-size: 76px;
  line-height: 1;
  color: #244b27;
}
.art-caption {
  position: absolute;
  top: 26px;
  left: 20px;
  font-size: 8px;
  letter-spacing: 2px;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  color: #38652e;
}
.stats-strip {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid var(--line);
  margin: 25px 0 43px;
}
.stat-item {
  padding: 17px 25px 26px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-right: 1px solid var(--line);
}
.stat-item:first-child {
  padding-left: 0;
}
.stat-item:last-child {
  border: 0;
}
.stat-value {
  font: 600 34px var(--display);
  letter-spacing: -2px;
}
.stat-label {
  font-size: 10px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 100px;
}
.stat-note {
  color: var(--green);
  margin-left: auto;
}
.section {
  margin: 0 0 58px;
  scroll-margin-top: 25px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 24px;
}
.section-heading .eyebrow {
  color: var(--green);
  font-size: 9px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.section-heading h2 {
  font-size: 31px;
}
.section-heading p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 10px;
}
.section-link {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  color: var(--muted);
}
.section-link:hover {
  color: var(--green);
}
.filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: -3px 0 24px;
}
.filter {
  padding: 7px 14px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 20px;
  font-size: 11px;
  color: var(--muted);
}
.filter[aria-pressed="true"] {
  background: var(--text);
  color: #151a14;
}
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.project {
  min-width: 0;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 9px;
  overflow: hidden;
  transition:
    transform 0.25s,
    border-color 0.25s;
}
.project:hover {
  transform: translateY(-5px);
  border-color: #b6f36c66;
}
.project-cover {
  height: 193px;
  position: relative;
  overflow: hidden;
  background: #302844;
}
.project-cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.project:hover .project-cover img {
  transform: scale(1.045);
}
.project-cover .cover-label {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #0a130add;
  backdrop-filter: blur(12px);
  padding: 4px 9px;
  border-radius: 20px;
  font-size: 8px;
  color: var(--green);
  letter-spacing: 1px;
}
.project-play {
  position: absolute;
  right: 12px;
  bottom: 10px;
  background: var(--green);
  color: #142411;
  border: 0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 14px #0004;
}
.project-body {
  padding: 19px;
}
.project-title {
  display: flex;
  gap: 13px;
  align-items: baseline;
}
.track-number {
  font: 400 11px var(--display);
  color: #7e8779;
}
.project h3 {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.6px;
}
.project p {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
  margin: 12px 0 17px;
}
.tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.tag {
  padding: 3px 7px;
  background: #ffffff06;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 8px;
  color: #bec4b9;
}
.project-links {
  display: flex;
  gap: 15px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  font-size: 10px;
}
.project-links a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.project-links a:hover {
  color: var(--green);
}
.project-links .icon {
  height: 13px;
  width: 13px;
}
.empty {
  border: 1px dashed #ffffff25;
  padding: 32px;
  border-radius: 9px;
  color: var(--muted);
  font-size: 13px;
  grid-column: 1/-1;
}
.about-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 22px;
  margin-bottom: 55px;
}
.about-card {
  background: var(--purple);
  color: #221b31;
  padding: 32px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.about-card .eyebrow {
  font-size: 9px;
  opacity: 0.7;
}
.about-card h2 {
  font-size: 33px;
  margin: 14px 0 18px;
  max-width: 330px;
}
.about-card p {
  font-size: 12px;
  line-height: 1.9;
  max-width: 410px;
}
.profile-line {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 26px;
}
.profile-line img {
  height: 42px;
  width: 42px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff8;
}
.profile-line strong {
  font-size: 11px;
}
.profile-line span {
  display: block;
  font-size: 9px;
  opacity: 0.75;
}
.stack-card {
  padding: 31px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
}
.stack-card .section-heading {
  margin-bottom: 22px;
}
.stack-card .section-heading h2 {
  font-size: 27px;
}
.tech-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}
.tech-rank {
  font: 400 10px var(--display);
  color: #7a8274;
  width: 16px;
}
.tech-icon {
  height: 33px;
  width: 33px;
  display: grid;
  place-items: center;
  background: #242722;
  border-radius: 6px;
  flex-shrink: 0;
}
.tech-icon img {
  height: 22px;
  width: 22px;
  object-fit: contain;
}
.tech-row strong {
  font-size: 12px;
}
.tech-row .tech-detail {
  font-size: 9px;
  color: var(--muted);
  display: block;
  margin-top: 2px;
}
.tech-meter {
  margin-left: auto;
  width: 80px;
  display: flex;
  gap: 3px;
  align-items: end;
  height: 23px;
}
.tech-meter i {
  width: 6px;
  background: var(--green);
  border-radius: 1px;
  opacity: 0.65;
}
.skills-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.skills-category {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
}
.skills-category h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.level {
  margin-left: auto;
  font-size: 11px;
  color: var(--muted);
}
.fine-print {
  color: var(--muted);
  font-size: 10px;
  margin-top: 16px;
}
.experience-list {
  border-top: 1px solid var(--line);
}
.experience-item {
  border-bottom: 1px solid var(--line);
}
.experience-item summary {
  list-style: none;
  display: grid;
  grid-template-columns: 42px 1fr 180px 24px;
  align-items: center;
  gap: 21px;
  padding: 23px 0;
  cursor: pointer;
}
.experience-item summary::-webkit-details-marker {
  display: none;
}
.experience-item summary img {
  width: 42px;
  height: 42px;
  border-radius: 9px;
}
.experience-item h3 {
  font-size: 19px;
  letter-spacing: -0.5px;
  line-height: 1.25;
}
.experience-item .company {
  font-size: 11px;
  color: var(--muted);
  margin-top: 5px;
}
.experience-item .period {
  font-size: 10px;
  letter-spacing: 0.5px;
  color: var(--muted);
  text-align: right;
}
.experience-item .expand {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--green);
  font-size: 15px;
}
.experience-item[open] .expand {
  transform: rotate(45deg);
}
.experience-body {
  margin: 0 40px 24px 63px;
  max-width: 700px;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
}
.experience-body p {
  color: var(--text);
  margin-bottom: 10px;
}
.experience-body li::marker {
  color: var(--green);
}
.contact-banner {
  background: var(--green);
  color: #1b311a;
  padding: 36px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.contact-banner h2 {
  font-size: 48px;
  letter-spacing: -2.5px;
  margin: 10px 0 15px;
}
.contact-banner p {
  font-size: 12px;
  max-width: 570px;
}
.contact-actions {
  display: grid;
  gap: 11px;
  text-align: center;
}
.contact-actions small {
  font-size: 9px;
}
.footer {
  padding: 22px 0 32px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  font-size: 10px;
  color: #858c80;
}
.footer a:hover {
  color: var(--green);
}
.route-header {
  padding: 25px 0 40px;
}
.route-header .eyebrow {
  color: var(--green);
  margin-bottom: 16px;
}
.route-header h1 {
  font-size: clamp(48px, 6vw, 83px);
  letter-spacing: -0.065em;
  max-width: 800px;
}
.route-header p {
  max-width: 580px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 14px;
}
.cert-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.cert {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 28px;
}
.cert h3 {
  margin: 15px 0;
  font-size: 23px;
}
.cert p {
  color: var(--muted);
  font-size: 12px;
}
.cert a {
  display: inline-block;
  color: var(--green);
  margin-top: 15px;
  font-size: 12px;
}
.loading {
  min-height: 70vh;
  display: grid;
  place-content: center;
  gap: 16px;
  text-align: center;
  color: var(--muted);
}
.loading-dot {
  width: 32px;
  height: 32px;
  border: 2px solid #b6f36c22;
  border-top-color: var(--green);
  border-radius: 50%;
  margin: auto;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.dialog {
  background: var(--panel);
  color: var(--text);
  border: 1px solid #ffffff22;
  border-radius: 16px;
  padding: 0;
  width: min(740px, calc(100% - 28px));
  max-height: 90dvh;
  overflow: auto;
}
.dialog::backdrop {
  background: #050905dd;
  backdrop-filter: blur(8px);
}
.dialog-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff33;
  background: #101510de;
  border-radius: 50%;
  color: white;
}
.dialog-cover {
  width: 100%;
  max-height: 330px;
  object-fit: cover;
}
.dialog-content {
  padding: 32px;
}
.dialog-content h2 {
  font-size: 37px;
  margin: 10px 0 19px;
}
.dialog-content p {
  font-size: 14px;
  color: var(--muted);
  margin-bottom: 20px;
}
.dialog-content .project-links {
  font-size: 13px;
}
.story-dialog {
  width: min(490px, calc(100% - 26px));
  background: var(--green);
  color: #132314;
}
.story-progress {
  display: flex;
  gap: 6px;
  padding: 22px 64px 0 25px;
}
.story-progress i {
  height: 3px;
  background: #13231430;
  flex: 1;
}
.story-progress i.current {
  background: #132314;
}
.story-slide {
  padding: 45px 36px;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.story-slide .eyebrow {
  font-size: 10px;
}
.story-slide h2 {
  font-size: clamp(42px, 8vw, 60px);
  margin: 25px 0;
  letter-spacing: -3px;
  overflow-wrap: anywhere;
}
.story-slide p {
  font-size: 14px;
}
.story-slide .story-number {
  font: 700 110px/0.9 var(--display);
  letter-spacing: -8px;
  margin: 25px 0;
}
.story-slide img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  margin: 20px 0;
}
.story-controls {
  padding: 0 28px 24px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.story-controls button {
  background: transparent;
  border: 1px solid #14241444;
  border-radius: 25px;
  color: #142414;
  padding: 9px 18px;
  font-size: 12px;
}
.story-controls button:disabled {
  opacity: 0.35;
  cursor: default;
}
.toast {
  position: fixed;
  bottom: 24px;
  left: calc(50% + 100px);
  transform: translateX(-50%);
  padding: 12px 20px;
  background: var(--text);
  color: #182215;
  border-radius: 30px;
  z-index: 100;
  font-size: 12px;
  box-shadow: 0 5px 30px #0007;
}
@media (min-width: 1550px) {
  .hero {
    min-height: 540px;
  }
  .hero-copy {
    padding: 50px;
  }
  .hero h1 {
    font-size: 90px;
  }
  .record {
    width: 380px;
    height: 380px;
  }
  .record-label {
    width: 160px;
    height: 160px;
  }
  .project-cover {
    height: 235px;
  }
}
@media (max-width: 1150px) {
  .sidebar {
    width: 194px;
    padding: 28px 18px;
  }
  .page-wrap {
    margin-left: 194px;
  }
  .main {
    padding: 26px 28px 0;
  }
  .topbar {
    padding: 0 28px;
  }
  .hero-copy {
    padding: 33px 0 33px 29px;
  }
  .hero h1 {
    font-size: 61px;
  }
  .record {
    width: 245px;
    height: 245px;
  }
  .record-label {
    width: 112px;
    height: 112px;
  }
  .orbit-card {
    padding: 10px 12px;
  }
  .orbit-card.one {
    right: 12px;
    top: 48px;
  }
  .orbit-card.two {
    left: 0;
    bottom: 60px;
  }
  .spark {
    right: 5px;
    font-size: 50px;
  }
  .project-cover {
    height: 158px;
  }
  .project-body {
    padding: 16px;
  }
  .skills-categories {
    grid-template-columns: 1fr;
  }
  .hero-copy > p {
    font-size: 11px;
  }
  .about-card,
  .stack-card {
    padding: 25px;
  }
}
@media (max-width: 900px) {
  .sidebar {
    width: 174px;
    padding: 26px 13px;
  }
  .brand {
    font-size: 18px;
  }
  .page-wrap {
    margin-left: 174px;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 32px;
  }
  .hero h1 {
    font-size: 68px;
  }
  .hero-copy > p {
    max-width: 430px;
  }
  .record-scene {
    display: none;
  }
  .projects-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .about-grid {
    grid-template-columns: 1fr;
  }
  .about-card p {
    max-width: none;
  }
  .contact-banner {
    grid-template-columns: 1fr;
  }
  .contact-actions {
    justify-items: start;
    text-align: left;
  }
  .experience-item summary {
    grid-template-columns: 38px 1fr 24px;
    gap: 14px;
  }
  .experience-item .period {
    grid-column: 2;
    grid-row: 2;
    text-align: left;
    margin-top: -12px;
  }
  .experience-item .expand {
    grid-column: 3;
    grid-row: 1;
  }
  .stat-item {
    padding: 14px 15px 22px;
    gap: 10px;
  }
  .stat-value {
    font-size: 27px;
  }
  .stat-note {
    display: none;
  }
  .stat-label {
    font-size: 9px;
  }
  .footer {
    gap: 20px;
  }
  .contact-banner h2 {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .sidebar {
    width: 240px;
    transform: translateX(-100%);
    transition: transform 0.2s;
  }
  .nav-open .sidebar {
    transform: translateX(0);
    box-shadow: 0 0 0 100vmax #000a;
  }
  .page-wrap {
    margin: 0;
  }
  .topbar {
    height: 67px;
    padding: 0 20px;
    position: sticky;
    top: 0;
    background: #101110ed;
    backdrop-filter: blur(15px);
    z-index: 20;
  }
  .mobile-toggle {
    display: grid;
    place-items: center;
    background: none;
    border: 1px solid var(--line);
    border-radius: 6px;
    width: 32px;
    height: 32px;
  }
  .breadcrumb {
    gap: 9px;
    font-size: 10px;
  }
  .breadcrumb > span {
    display: none;
  }
  .top-contact {
    padding: 6px 10px;
    font-size: 9px;
  }
  .top-contact .icon {
    height: 14px;
    width: 14px;
  }
  .main {
    padding: 18px 18px 0;
  }
  .hero {
    border-radius: 9px;
  }
  .hero-copy {
    padding: 27px 24px;
  }
  .hero h1 {
    font-size: 62px;
  }
  .hero-copy > p {
    font-size: 12px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
  }
  .hero-footer {
    font-size: 8px;
    margin-top: 24px;
  }
  .stats-strip {
    margin: 13px 0 32px;
  }
  .stat-item {
    flex-direction: column;
    gap: 0;
    align-items: start;
    padding: 14px 12px 18px;
  }
  .stat-value {
    font-size: 28px;
  }
  .stat-label {
    max-width: none;
    font-size: 9px;
  }
  .section {
    margin-bottom: 38px;
  }
  .section-heading h2 {
    font-size: 27px;
  }
  .section-heading {
    align-items: start;
  }
  .section-link {
    font-size: 9px;
    margin-top: 26px;
  }
  .projects-grid {
    grid-template-columns: 1fr;
  }
  .project-cover {
    height: auto;
    aspect-ratio: 1.8;
  }
  .project-body {
    padding: 21px;
  }
  .project h3 {
    font-size: 22px;
  }
  .project p {
    font-size: 12px;
  }
  .project-links {
    font-size: 11px;
  }
  .tag {
    font-size: 9px;
  }
  .about-grid {
    gap: 16px;
    margin-bottom: 38px;
  }
  .about-card h2 {
    font-size: 34px;
  }
  .experience-item h3 {
    font-size: 18px;
  }
  .experience-body {
    margin-left: 52px;
    margin-right: 0;
  }
  .contact-banner {
    padding: 27px;
  }
  .contact-banner h2 {
    font-size: 40px;
  }
  .footer {
    font-size: 9px;
    flex-direction: column;
    gap: 8px;
  }
  .route-header {
    padding: 20px 0 32px;
  }
  .route-header h1 {
    font-size: 52px;
  }
  .cert-grid {
    grid-template-columns: 1fr;
  }
  .dialog-content {
    padding: 24px;
  }
  .dialog-content h2 {
    font-size: 29px;
  }
  .toast {
    left: 50%;
    max-width: 90%;
    width: max-content;
  }
  .skip {
    left: 10px;
  }
  .story-slide {
    min-height: 400px;
  }
  .section-heading p {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.copy-email {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: transparent;
  border: 0;
  color: #284d27;
  font-size: 10px;
  padding: 6px 0;
  word-break: break-all;
}
.copy-email .icon {
  width: 12px;
  height: 12px;
}
.footer-share {
  background: transparent;
  border: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
}
.footer-share:hover {
  color: var(--green);
}
.contact-profile {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 35px 0 65px;
}
.contact-profile > img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
}
.contact-profile h2 {
  font-size: 24px;
}
.contact-profile p {
  font-size: 12px;
  color: var(--muted);
  margin: 8px 0 13px;
}
.hero h1 {
  max-width: 520px;
}
.hero h1 em {
  display: inline-block;
}
.record-scene {
  min-width: 0;
}
.hero .eyebrow {
  max-width: 380px;
}
.project p {
  font-size: 12px;
}
.hero-copy > p {
  font-size: 13px;
}
.project {
  display: flex;
  flex-direction: column;
}
.project-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.project-links {
  margin-top: auto;
  padding-top: 16px;
}
.project .tags {
  margin-bottom: 16px;
}
.tech-icon .icon {
  width: 18px;
  height: 18px;
  color: var(--muted);
}
.hero .art-caption {
  display: none;
}
.story-dialog:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 4px;
}
@media (max-width: 1150px) {
  .hero-copy > p {
    font-size: 12px;
  }
}
@media (min-width: 901px) {
  .record {
    animation: record-arrive 0.9s ease-out both;
  }
  .hero-copy {
    animation: copy-arrive 0.7s ease-out both;
  }
}
@keyframes record-arrive {
  from {
    transform: rotate(-35deg) translateY(18px);
    opacity: 0.3;
  }
  to {
    transform: rotate(-17deg);
    opacity: 1;
  }
}
@keyframes copy-arrive {
  from {
    transform: translateY(9px);
    opacity: 0.2;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 360px) {
  .hero h1 {
    font-size: 53px;
  }
  .hero-copy {
    padding: 24px 20px;
  }
  .hero-actions {
    gap: 13px;
  }
  .hero .text-link {
    font-size: 10px;
  }
  .contact-banner {
    padding: 22px;
  }
  .contact-banner h2 {
    font-size: 35px;
  }
  .contact-profile {
    align-items: start;
  }
  .contact-profile h2 {
    font-size: 20px;
  }
}
/* Owner entry is a sign-in action, never a public editor link. */
.owner-entry {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 9px 12px;
  width: 100%;
  margin-top: 16px;
  color: var(--muted);
  text-align: left;
  font-size: 12px;
}
.owner-entry:hover {
  color: var(--green);
  border-color: var(--green);
}
.owner-dialog {
  padding: 40px;
  max-width: 460px;
}
.owner-dialog h2 {
  margin: 20px 0;
  font-size: 44px;
}
.owner-dialog p {
  color: var(--muted);
  margin: 16px 0;
}
.owner-dialog label {
  display: block;
  margin-top: 24px;
}
.owner-dialog input {
  display: block;
  width: 100%;
  padding: 13px;
  background: var(--bg);
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: 10px;
  margin: 8px 0 18px;
}
.owner-dialog .btn {
  width: 100%;
  justify-content: center;
}
.cert img {
  width: 100%;
  max-height: 180px;
  object-fit: contain;
  margin-bottom: 20px;
  border-radius: 10px;
}
.stats-strip {
  grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
}

/* Solomon's rotation: an optional layer, never a replacement for the portfolio. */
.hero { transition: background-color 1s ease, color .7s ease; }
.hero.music-mood { background: var(--music-bg); color: var(--music-ink); }
.hero.music-mood h1 em, .hero.music-mood .hero-copy > p, .hero.music-mood .hero-footer { color: var(--music-muted); }
.hero.music-mood .text-link { border-color: currentColor; }
.hero.music-mood .record-label { background: var(--music-label); }
.hero.music-mood .spark { color: var(--music-muted); }
.hero.music-mood .record-scene:before, .hero.music-mood .record-scene:after { border-color: color-mix(in srgb, var(--music-ink) 14%, transparent); }
.hero.music-mood .record { box-shadow: 22px 28px 50px color-mix(in srgb, var(--music-glow) 36%, transparent); }
.hero.music-mood .btn.dark { background: var(--music-ink); color: var(--music-bg); }
.hero.music-mood .orbit-card.two { background: var(--music-label); }
.hero h1 em, .hero-copy > p, .hero-footer, .record-label, .orbit-card.two { transition: color .7s ease, background-color .7s ease; }
.has-rotation .record { animation: vinyl-turn 18s linear infinite; animation-play-state: paused; }
.has-rotation.is-spinning .record { animation-play-state: running; }
@keyframes vinyl-turn { from { transform: rotate(-17deg); } to { transform: rotate(343deg); } }
/* A record caption, not a second dashboard. Only playback and track identity are visible. */
.record-column { min-width: 0; display: flex; flex-direction: column; position: relative; }
.record-column .record-scene { flex: 1; min-height: 340px; }
.has-rotation .orbit-card.two { bottom: 32px; }
.rotation {
  position: relative; z-index: 4; min-width: 0; width: min(310px, calc(100% - 48px));
  margin: 0 auto 27px; padding: 10px 0 0; color: inherit;
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  scroll-margin-top: 110px;
}
.rotation-inline { display: flex; align-items: center; gap: 10px; min-height: 34px; }
.rotation button, .rotation-floating button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
.rotation-inline > button { display: grid; place-items: center; flex-shrink: 0; width: 28px; height: 32px; padding: 0; border-radius: 50%; }
.rotation-inline > .rotation-play { width: 34px; height: 34px; border: 1px solid color-mix(in srgb, currentColor 25%, transparent); }
.rotation-inline > button:hover { background: color-mix(in srgb, currentColor 10%, transparent); }
.rotation svg, .rotation-floating svg { width: 15px; height: 15px; }
.rotation-meta { flex: 1; min-width: 0; }
.rotation-kicker { font-size: 7px; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 4px; opacity: .78; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rotation-track { display: flex; align-items: baseline; min-width: 0; gap: 5px; font-size: 11px; }
.rotation-track strong { font-weight: 600; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rotation-track > span { opacity: .8; white-space: nowrap; font-size: 10px; }
.rotation-track > span:last-child { max-width: 42%; overflow: hidden; text-overflow: ellipsis; }
.rotation-details {
  position: absolute; bottom: calc(100% + 10px); right: 0; width: 100%;
  padding: 16px; border-radius: 12px; background: #191d19; color: #eff2e9;
  border: 1px solid #ffffff26; box-shadow: 0 12px 34px #0003;
}
.rotation-details-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.rotation-details-heading > span { font-size: 8px; letter-spacing: 1.6px; color: #bec6b7; }
.rotation-details-heading button { font-size: 20px; width: 28px; height: 28px; border-radius: 50%; }
.rotation-timeline { display: flex; align-items: center; gap: 8px; font-variant-numeric: tabular-nums; font-size: 9px; color: #c5ccbf; }
.rotation input[type=range] { accent-color: #cbd7be; height: 18px; min-width: 0; width: 100%; cursor: pointer; }
.rotation input:disabled { opacity: .5; cursor: default; }
.rotation-secondary { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 12px 0; }
.rotation-secondary > button { display: flex; align-items: center; gap: 5px; font-size: 10px; min-height: 30px; }
.rotation-volume { display: flex; align-items: center; gap: 6px; width: 120px; margin-left: auto; }
.rotation-volume button { font-size: 10px; min-width: 35px; min-height: 30px; }
.rotation-switches { display: flex; flex-wrap: wrap; gap: 5px; }
.rotation-switches button { font-size: 9px; padding: 7px 8px; border: 1px solid #ffffff35; border-radius: 20px; }
.rotation-switches button[aria-pressed=false] { color: #afb7a9; border-style: dashed; }
.rotation-details button:hover { background: #ffffff0c; }
.rotation-switches button[aria-expanded=true] { background: #ffffff0c; border-color: #aebba3; }
.rotation-status:not(.sr-only) { font-size: 10px; line-height: 1.5; margin: 7px 0 0; }
.rotation-tracklist { list-style: none; margin: 12px 0 0; padding: 8px 0 0; border-top: 1px solid #ffffff20; max-height: 125px; overflow: auto; overscroll-behavior: contain; }
.rotation-tracklist button { display: grid; grid-template-columns: 20px minmax(0, 1fr); column-gap: 8px; text-align: left; width: 100%; align-items: center; padding: 9px 6px; border-radius: 5px; }
.rotation-tracklist button[aria-current] { background: #ffffff0b; }
.rotation-tracklist span { font-size: 9px; color: #bdc8b3; }
.rotation-tracklist strong { font-size: 11px; overflow-wrap: anywhere; font-weight: 500; }
.rotation-tracklist small { grid-column: 2; color: #bdc8b3; font-size: 9px; margin-top: 3px; }
.rotation-floating { position: fixed; z-index: 90; bottom: 18px; right: 20px; max-width: min(260px, calc(100vw - 32px)); display: flex; align-items: center; gap: 14px; padding: 7px 9px 7px 16px; border: 1px solid #ffffff24; border-radius: 30px; background: #191d19f5; color: #eff2e9; box-shadow: 0 6px 20px #0002; }
.rotation-floating a { min-width: 0; }
.rotation-floating small { display: none; }
.rotation-floating strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; font-weight: 500; }
.rotation-floating button { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: #ffffff10; display: grid; place-items: center; }
.rotation [hidden], .rotation-floating[hidden] { display: none; }
@media (min-width: 1550px) { .rotation { margin-bottom: 36px; } }
@media (max-width: 1150px) { .rotation { width: calc(100% - 40px); gap: 7px; } .rotation-track { font-size: 10px; } }
@media (max-width: 900px) {
  .has-rotation .record-scene { display: grid; min-height: 270px; }
  .has-rotation .record { width: 220px; height: 220px; }
  .has-rotation .record-label { width: 105px; height: 105px; }
  .has-rotation .record-label b { font-size: 25px; }
  .has-rotation .record-label span { font-size: 5px; }
  .has-rotation .orbit-card.one { top: 0; right: 20px; }
  .has-rotation .orbit-card.two { bottom: 20px; left: 20px; }
  .has-rotation .art-caption { display: none; }
  .rotation { width: min(310px, calc(100% - 48px)); margin: 12px auto 24px; }
}
@media (max-width: 520px) {
  .rotation { padding-top: 8px; }
  .rotation-inline { gap: 6px; }
  .rotation-inline > button, .rotation-inline > .rotation-play { width: 36px; height: 40px; }
  .rotation-inline > .rotation-play { height: 36px; }
  .rotation-kicker { font-size: 6px; letter-spacing: 1.2px; }
  .rotation-track { gap: 3px; font-size: 10px; }
  .rotation-track > span { font-size: 9px; }
  .rotation-details { padding: 12px; }
  .rotation-switches button { font-size: 9px; min-height: 32px; }
  .has-rotation .orbit-card { font-size: 10px; padding: 9px; }
  .has-rotation .orbit-card.one { right: 8px; }
  .has-rotation .orbit-card.two { left: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .has-rotation .record { animation: none; }
  .hero, .hero h1 em, .hero-copy > p, .hero-footer, .record-label, .orbit-card.two { transition: none; }
}
