:root {
  --ink: #10131a;
  --muted: #667085;
  --line: rgba(16, 19, 26, 0.13);
  --paper: #f5f7f2;
  --panel: #ffffff;
  --vt-maroon: #861f41;
  --vt-orange: #e5751f;
  --sky: #2e8bc0;
  --teal: #18a999;
  --lime: #bdd35a;
  --shadow: 0 24px 70px rgba(25, 28, 38, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 8%, rgba(229, 117, 31, 0.14), transparent 32rem),
    radial-gradient(circle at 85% 20%, rgba(46, 139, 192, 0.16), transparent 34rem),
    linear-gradient(180deg, #fbfcf8 0%, var(--paper) 42%, #eef4f0 100%);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.cursor-light {
  position: fixed;
  inset: auto auto 0 0;
  width: 22rem;
  height: 22rem;
  pointer-events: none;
  border-radius: 50%;
  color: rgba(24, 169, 153, 0.2);
  background: radial-gradient(circle, currentColor, transparent 66%);
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.2s ease, color 0.28s ease;
  z-index: 0;
}

.cursor-light.is-workflow-active {
  color: rgba(189, 211, 90, 0.24);
  z-index: 1;
}

.cursor-light.is-disabled {
  display: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3.5rem);
  background: rgba(251, 252, 248, 0.82);
  border-bottom: 1px solid rgba(16, 19, 26, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  background: var(--vt-maroon);
  color: white;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(134, 31, 65, 0.25);
  font-family: "Space Grotesk", sans-serif;
}

.brand-text {
  font-size: 0.95rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.site-nav a {
  padding: 0.7rem 0.9rem;
  border-radius: 8px;
  color: #303642;
  font-size: 0.92rem;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease;
}

.site-nav a:hover {
  background: rgba(134, 31, 65, 0.09);
  color: var(--vt-maroon);
}

.nav-toggle {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nav-toggle span {
  display: block;
  width: 1.05rem;
  height: 2px;
  margin: 0.3rem auto;
  background: var(--ink);
  border-radius: 999px;
  transition: transform 0.24s ease, opacity 0.2s ease;
}

.theme-toggle {
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  gap: 0.45rem;
  padding: 0.48rem 0.68rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.64);
  color: #303642;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.theme-toggle:hover {
  border-color: rgba(134, 31, 65, 0.18);
  background: rgba(134, 31, 65, 0.09);
  color: var(--vt-maroon);
  transform: translateY(-1px);
}

.theme-toggle:focus-visible {
  outline: 3px solid rgba(46, 139, 192, 0.28);
  outline-offset: 3px;
}

.theme-toggle-icon {
  position: relative;
  display: inline-flex;
  width: 1.04rem;
  height: 1.04rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #f2a64b, #ffe08a);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.38),
    0 0 14px rgba(229, 117, 31, 0.24);
  transition: background 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.theme-toggle:hover .theme-toggle-icon {
  transform: rotate(-14deg) scale(1.04);
}

.section-shell {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(21rem, 0.86fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  min-height: calc(100vh - 4.5rem);
  padding: clamp(3rem, 8vw, 6rem) 0;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--vt-maroon);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  letter-spacing: 0;
  line-height: 1;
}

h1 {
  max-width: 15ch;
  font-size: clamp(2.65rem, 6.4vw, 5.25rem);
  line-height: 1.03;
}

.accent-text {
  background: linear-gradient(90deg, var(--vt-orange), var(--teal), var(--sky));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

h2 {
  max-width: 13ch;
  font-size: clamp(2.1rem, 5vw, 4.2rem);
}

h3 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

p {
  color: var(--muted);
  line-height: 1.75;
}

.hero-text {
  max-width: 38rem;
  margin: 1.15rem 0 0;
  font-size: 1rem;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.btn {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.05rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn.primary {
  border-color: transparent;
  background: var(--vt-maroon);
  color: white;
  box-shadow: 0 14px 36px rgba(134, 31, 65, 0.26);
}

.btn.ghost {
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
}

.copy-status {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 0;
  transform: translateY(0.25rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.copy-status.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-visual {
  position: relative;
  min-height: 34rem;
}

.thruster-card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 19, 26, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(16, 19, 26, 0.95), rgba(24, 38, 48, 0.86)),
    #151922;
  box-shadow: var(--shadow);
  transform: perspective(1000px) rotateX(4deg) rotateY(-8deg);
}

.grid-plane {
  position: absolute;
  inset: 12%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 28px 28px;
  transform: perspective(700px) rotateX(65deg);
  transform-origin: center bottom;
}

.ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid rgba(46, 139, 192, 0.76);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulseRing 3s ease-in-out infinite;
}

.ring-one {
  width: 8rem;
  height: 8rem;
}

.ring-two {
  width: 14rem;
  height: 14rem;
  animation-delay: 0.45s;
}

.ring-three {
  width: 20rem;
  height: 20rem;
  animation-delay: 0.9s;
}

.ion-beam {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 1.1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(189, 211, 90, 0.9), rgba(46, 139, 192, 0.8), transparent);
  filter: blur(3px);
  animation: beam 2.1s ease-in-out infinite;
}

.probe {
  position: absolute;
  top: 47%;
  width: 6rem;
  height: 0.32rem;
  background: #f4f7fb;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
}

.probe-a {
  left: 12%;
}

.probe-b {
  right: 12%;
}

.status-panel {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: min(18rem, calc(100% - 2rem));
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: white;
  backdrop-filter: blur(18px);
}

.status-panel span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
}

.status-panel strong {
  display: block;
  margin: 0.35rem 0 0.75rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.3rem;
}

.meter {
  overflow: hidden;
  height: 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.meter i {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--vt-orange), var(--lime), var(--sky));
  animation: charge 2.6s ease-in-out infinite;
}

.personal-hero-card {
  position: absolute;
  inset: 0;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(16, 19, 26, 0.1);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 30% 28%, rgba(189, 211, 90, 0.48), transparent 10.5rem),
    radial-gradient(circle at 70% 34%, rgba(46, 139, 192, 0.56), transparent 15.5rem),
    radial-gradient(circle at 46% 67%, rgba(24, 169, 153, 0.28), transparent 14rem),
    radial-gradient(circle at 53% 89%, rgba(229, 117, 31, 0.26), transparent 10.5rem),
    linear-gradient(135deg, rgba(7, 13, 18, 0.98), rgba(12, 37, 47, 0.93) 58%, rgba(13, 19, 31, 0.96)),
    #151922;
  background-size: 120% 120%, 125% 125%, 115% 115%, 120% 120%, auto, auto;
  box-shadow: var(--shadow);
  transform: perspective(1000px) rotateX(4deg) rotateY(-8deg);
  animation: heroPanelGlowFlow 20s ease-in-out infinite;
}

.personal-hero-card::before,
.personal-hero-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.personal-hero-card::before {
  inset: 9%;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.72), transparent 72%);
  transform: perspective(720px) rotateX(58deg);
  transform-origin: center bottom;
  animation: heroGridDrift 16s ease-in-out infinite;
}

.personal-hero-card::after {
  inset: -18%;
  z-index: 0;
  background:
    conic-gradient(from 130deg at 50% 50%, transparent, rgba(46, 139, 192, 0.2), transparent, rgba(189, 211, 90, 0.18), transparent),
    radial-gradient(circle at 50% 49%, rgba(238, 248, 247, 0.34), transparent 12.5rem);
  filter: blur(20px);
  opacity: 0.68;
  animation: heroPlasmaDrift 12s ease-in-out infinite;
}

.plasma-atmosphere,
.interest-field {
  position: absolute;
  inset: 0;
}

.plasma-atmosphere {
  z-index: 1;
  pointer-events: none;
}

.plasma-atmosphere::before,
.plasma-atmosphere::after {
  content: "";
  position: absolute;
  width: 56%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(238, 248, 247, 0.42), rgba(189, 211, 90, 0.18), transparent);
  filter: blur(0.4px) drop-shadow(0 0 14px rgba(46, 139, 192, 0.24));
  opacity: 0.28;
  transform-origin: center;
  animation: energySweep 13s ease-in-out infinite;
}

.plasma-atmosphere::before {
  top: 31%;
  left: -22%;
  --sweep-angle: -17deg;
  transform: rotate(var(--sweep-angle));
}

.plasma-atmosphere::after {
  right: -22%;
  bottom: 24%;
  background: linear-gradient(90deg, transparent, rgba(24, 169, 153, 0.22), rgba(238, 248, 247, 0.36), transparent);
  --sweep-angle: 18deg;
  transform: rotate(var(--sweep-angle));
  animation-delay: 4.8s;
}

.plasma-orb {
  position: absolute;
  width: clamp(10rem, 26vw, 17rem);
  height: clamp(10rem, 26vw, 17rem);
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.58;
  animation: heroGlowBreathe 7.5s ease-in-out infinite;
}

.orb-one {
  top: 7%;
  left: 7%;
  background: radial-gradient(circle, rgba(189, 211, 90, 0.58), transparent 66%);
}

.orb-two {
  top: 17%;
  right: -8%;
  background: radial-gradient(circle, rgba(46, 139, 192, 0.66), transparent 68%);
  animation-delay: 1.2s;
}

.orb-three {
  right: 24%;
  bottom: -12%;
  background: radial-gradient(circle, rgba(229, 117, 31, 0.32), transparent 68%);
  animation-delay: 2.1s;
}

.field-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(238, 248, 247, 0.13);
  border-radius: 50%;
  box-shadow:
    inset 0 0 32px rgba(46, 139, 192, 0.08),
    0 0 28px rgba(189, 211, 90, 0.08);
  transform: translate(-50%, -50%) rotate(-9deg);
  animation: fieldRingPulse 9s ease-in-out infinite;
}

.field-ring-one {
  width: 40%;
  height: 31%;
}

.field-ring-two {
  width: 60%;
  height: 46%;
  animation-delay: 1.6s;
}

.field-ring-three {
  width: 78%;
  height: 60%;
  border-color: rgba(238, 248, 247, 0.08);
  animation-delay: 3s;
}

.electric-arc {
  position: absolute;
  border: 1px solid transparent;
  border-top-color: rgba(238, 248, 247, 0.24);
  border-left-color: rgba(46, 139, 192, 0.16);
  border-radius: 50%;
  filter: drop-shadow(0 0 8px rgba(46, 139, 192, 0.26));
  opacity: 0.38;
  transform: rotate(var(--arc-angle, 0deg));
  animation:
    coronaArcPulse 6.8s ease-in-out infinite,
    arcTraceDrift 15s ease-in-out infinite;
}

.arc-one {
  top: 17%;
  left: 13%;
  width: 72%;
  height: 42%;
  --arc-angle: -12deg;
}

.arc-two {
  right: 9%;
  bottom: 20%;
  width: 44%;
  height: 26%;
  --arc-angle: 16deg;
  animation-delay: 1.4s;
}

.arc-three {
  bottom: 13%;
  left: 8%;
  width: 50%;
  height: 24%;
  --arc-angle: -21deg;
  animation-delay: 2.2s;
}

.electric-thread {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(238, 248, 247, 0.68), rgba(189, 211, 90, 0.42), transparent);
  filter: blur(0.35px) drop-shadow(0 0 9px rgba(189, 211, 90, 0.28));
  opacity: 0.36;
  animation: threadFlicker 5.8s ease-in-out infinite;
}

.thread-one {
  top: 30%;
  left: 21%;
  width: 44%;
  --thread-angle: -16deg;
  transform: rotate(var(--thread-angle));
}

.thread-two {
  top: 55%;
  right: 13%;
  width: 34%;
  --thread-angle: 21deg;
  transform: rotate(var(--thread-angle));
  animation-delay: 1.3s;
}

.thread-three {
  bottom: 24%;
  left: 18%;
  width: 38%;
  --thread-angle: 11deg;
  transform: rotate(var(--thread-angle));
  animation-delay: 2.4s;
}

.interest-field {
  z-index: 2;
  pointer-events: none;
}

.interest-orbit {
  position: absolute;
  inset: 0;
  transform-origin: 50% 50%;
  animation: heroIconOrbit 76s linear infinite;
  will-change: transform;
}

.vt-anchor,
.interest-icon {
  position: absolute;
  display: grid;
  place-items: center;
  color: #07131d;
  transform: translate(-50%, -50%);
  filter:
    drop-shadow(0 1px 0 rgba(238, 248, 247, 0.26))
    drop-shadow(0 0 12px rgba(238, 248, 247, 0.18));
}

.vt-anchor {
  top: 50%;
  left: 50%;
  width: clamp(6.4rem, 13.8vw, 8.7rem);
  aspect-ratio: 21 / 13;
  color: #07131d;
  --float-y: -0.16rem;
  filter:
    drop-shadow(0 1px 0 rgba(238, 248, 247, 0.26))
    drop-shadow(0 0 16px rgba(238, 248, 247, 0.18));
  animation: vtAnchorBreathe 8.4s ease-in-out infinite;
  will-change: transform;
}

.vt-anchor::before {
  content: "";
  position: absolute;
  inset: -34%;
  border: 1px solid rgba(238, 248, 247, 0.12);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(238, 248, 247, 0.16), transparent 68%);
  opacity: 0.82;
  animation: vtCorePulse 6.8s ease-in-out infinite;
}

.vt-anchor svg,
.interest-icon svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vt-anchor svg {
  fill: none;
  stroke: currentColor;
  shape-rendering: geometricPrecision;
}

.vt-mark-line {
  stroke: currentColor;
  stroke-width: 9.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.interest-icon {
  width: clamp(2.85rem, 5vw, 3.4rem);
  aspect-ratio: 1;
}

.interest-orbit .interest-icon {
  animation: heroIconCounterOrbit 76s linear infinite;
  will-change: transform;
}

.interest-icon svg {
  fill: none;
  stroke-width: 4.8;
  transform-origin: center;
  animation: iconMicroFloat 6.8s ease-in-out infinite;
  animation-delay: var(--icon-delay, 0s);
  will-change: transform;
}

.interest-cross {
  top: 14%;
  left: 50%;
  --float-y: -0.2rem;
  --float-x: 0;
  --icon-delay: 0s;
}

.interest-pingpong {
  top: 21%;
  left: 69%;
  --float-y: 0.22rem;
  --float-x: 0.08rem;
  --icon-delay: 0.5s;
}

.interest-rocket {
  top: 39%;
  left: 82%;
  --float-y: -0.18rem;
  --float-x: 0.12rem;
  --icon-delay: 0.9s;
}

.interest-plane {
  top: 61%;
  left: 81%;
  --float-y: 0.2rem;
  --float-x: -0.08rem;
  --icon-delay: 1.2s;
}

.interest-soccer {
  top: 79%;
  left: 69%;
  --float-y: -0.22rem;
  --float-x: 0.08rem;
  --icon-delay: 1.6s;
}

.interest-music {
  top: 79%;
  left: 31%;
  --float-y: 0.18rem;
  --float-x: -0.1rem;
  --icon-delay: 2s;
}

.interest-bible {
  top: 61%;
  left: 19%;
  --float-y: -0.2rem;
  --float-x: 0.08rem;
  --icon-delay: 2.4s;
}

.interest-friends {
  top: 39%;
  left: 18%;
  --float-y: 0.2rem;
  --float-x: -0.08rem;
  --icon-delay: 2.8s;
}

.interest-bike {
  top: 21%;
  left: 31%;
  --float-y: -0.18rem;
  --float-x: -0.12rem;
  --icon-delay: 3.2s;
}

.interest-hiking {
  top: 84%;
  left: 50%;
  --float-y: 0.2rem;
  --float-x: 0;
  --icon-delay: 3.6s;
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto clamp(2rem, 5vw, 3rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: 0 16px 50px rgba(25, 28, 38, 0.08);
}

.stats-band div {
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.78);
}

.stats-band strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.45rem;
}

.stats-band span {
  color: var(--muted);
  font-size: 0.9rem;
}

.resume-strip {
  display: grid;
  grid-template-columns: 0.7fr 1fr auto;
  gap: clamp(1rem, 3vw, 2rem);
  align-items: center;
  margin-bottom: clamp(4rem, 10vw, 8rem);
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(238, 248, 247, 0.86)),
    white;
  box-shadow: 0 16px 50px rgba(25, 28, 38, 0.08);
}

.resume-strip h2 {
  max-width: 12ch;
  font-size: clamp(1.65rem, 3vw, 2.7rem);
}

.resume-strip p:not(.eyebrow) {
  margin: 0;
}

.resume-copy {
  display: grid;
  gap: 0.7rem;
}

.resume-copy .resume-supporting {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.section-heading {
  margin-bottom: 2rem;
}

#work {
  scroll-margin-top: 5rem;
}

.section-heading p:not(.eyebrow) {
  max-width: 38rem;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.project-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 16px 50px rgba(25, 28, 38, 0.08);
}

.project-wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
}

.stihl-project.project-wide {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
}

.project-media {
  position: relative;
  min-height: 18rem;
  overflow: hidden;
}

.ionic-media {
  display: grid;
  align-content: start;
  min-height: clamp(30rem, 43vw, 37rem);
  padding: clamp(0.85rem, 2vw, 1.25rem);
  background:
    radial-gradient(circle at 26% 48%, rgba(189, 211, 90, 0.13), transparent 14rem),
    radial-gradient(circle at 46% 48%, rgba(120, 88, 255, 0.24), transparent 15rem),
    radial-gradient(circle at 78% 50%, rgba(229, 117, 31, 0.14), transparent 16rem),
    #030407;
}

.thruster-visual {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(24rem, 1fr);
  gap: 0.65rem;
  min-height: auto;
  color: white;
}

.model-header {
  position: relative;
  z-index: 8;
  display: grid;
  gap: 0.55rem;
}

.interactive-hint {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 760;
  line-height: 1.35;
}

.view-toggle {
  position: relative;
  z-index: 8;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.28rem;
}

.view-toggle button {
  flex: 1 1 0;
  min-width: 0;
  min-height: 2.1rem;
  padding: 0.42rem 0.34rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(0.56rem, 0.72vw, 0.66rem);
  font-weight: 850;
  line-height: 1.1;
  text-align: center;
  white-space: nowrap;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.view-toggle button:hover,
.view-toggle button.is-active {
  border-color: rgba(189, 211, 90, 0.62);
  background: rgba(189, 211, 90, 0.16);
  color: white;
}

.thruster-schematic {
  position: relative;
  overflow: hidden;
  min-height: clamp(24rem, 35vw, 29rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 46%),
    rgba(255, 255, 255, 0.025);
  background-size: 2rem 2rem, 2rem 2rem, auto, auto;
  box-shadow: inset 0 0 45px rgba(0, 0, 0, 0.36);
}

.thruster-schematic::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 50%, rgba(245, 249, 255, 0.14), transparent 14rem),
    radial-gradient(circle at 76% 50%, rgba(229, 117, 31, 0.12), transparent 14rem),
    linear-gradient(90deg, rgba(3, 4, 7, 0.24), transparent 28%, transparent 72%, rgba(3, 4, 7, 0.34));
  pointer-events: none;
}

.physics-hotspot {
  position: absolute;
  z-index: 6;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.physics-hotspot:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 0.35rem;
}

.emitter-ring,
.collector-ring {
  top: 45%;
  width: clamp(5.6rem, 11.8vw, 7.6rem);
  height: clamp(8.7rem, 17.5vw, 11.3rem);
  transform: translate(-50%, -50%);
  transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.emitter-ring {
  left: 20%;
}

.collector-ring {
  left: 76.5%;
}

.emitter-ring::before,
.collector-ring::before {
  content: "";
  position: absolute;
  inset: -0.55rem;
  border: 1px solid transparent;
  border-radius: 50%;
  opacity: 0;
  transform: perspective(28rem) rotateY(56deg);
  transition: border-color 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.ring-shell {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transform: perspective(28rem) rotateY(56deg);
}

.emitter-ring .ring-shell {
  border: 0.25rem solid rgba(224, 232, 240, 0.82);
  background: radial-gradient(ellipse at 50% 50%, transparent 55%, rgba(189, 211, 90, 0.08) 58%, transparent 70%);
  box-shadow:
    0 0 28px rgba(189, 211, 90, 0.26),
    inset 0 0 20px rgba(255, 255, 255, 0.18);
}

.collector-ring .ring-shell {
  border: 0.34rem solid rgba(225, 139, 62, 0.9);
  background: radial-gradient(ellipse at 50% 50%, transparent 58%, rgba(229, 117, 31, 0.1) 61%, transparent 72%);
  box-shadow:
    0 0 30px rgba(229, 117, 31, 0.28),
    inset 0 0 18px rgba(255, 196, 132, 0.14);
}

.emitter-spike {
  position: absolute;
  right: 9%;
  width: 1.05rem;
  height: 0.28rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: linear-gradient(90deg, rgba(235, 242, 248, 0.72), white);
  box-shadow: 0 0 12px rgba(189, 211, 90, 0.48);
  transform-origin: left center;
}

.spike-one {
  top: 19%;
  right: 22%;
  transform: rotate(-30deg);
}

.spike-two {
  top: 30%;
  right: 10%;
  transform: rotate(-18deg);
}

.spike-three {
  top: 42%;
  transform: rotate(-7deg);
}

.spike-four {
  top: 52%;
}

.spike-five {
  top: 63%;
  transform: rotate(8deg);
}

.spike-six {
  top: 75%;
  right: 12%;
  transform: rotate(20deg);
}

.spike-seven {
  top: 11%;
  right: 37%;
  width: 0.8rem;
  transform: rotate(-48deg);
}

.spike-eight {
  top: 85%;
  right: 33%;
  width: 0.85rem;
  transform: rotate(42deg);
}

.charge-label {
  position: absolute;
  display: grid;
  width: 2.05rem;
  height: 2.05rem;
  place-items: center;
  border-radius: 50%;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.34rem;
  font-weight: 900;
  line-height: 1;
}

.plus-label {
  top: 50%;
  left: -1.18rem;
  background: rgba(189, 211, 90, 0.18);
  border: 1px solid rgba(189, 211, 90, 0.54);
  color: #edf7a8;
  transform: translateY(-50%);
}

.minus-label {
  top: 50%;
  right: -1.18rem;
  background: rgba(229, 117, 31, 0.16);
  border: 1px solid rgba(229, 117, 31, 0.58);
  color: #ffd2a3;
  transform: translateY(-50%);
}

.electrode-tag {
  position: absolute;
  top: calc(100% + 0.45rem);
  left: 50%;
  width: max-content;
  max-width: 8rem;
  padding: 0.32rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(5, 8, 13, 0.58);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.1;
  transform: translateX(-50%);
  backdrop-filter: blur(10px);
  pointer-events: none;
}

.physics-hotspot:hover,
.physics-hotspot.is-active {
  filter: brightness(1.22);
}

.emitter-ring:hover,
.emitter-ring.is-active,
.collector-ring:hover,
.collector-ring.is-active {
  transform: translate(-50%, -50%) scale(1.025);
}

.emitter-ring:hover::before,
.emitter-ring.is-active::before {
  border-color: rgba(189, 211, 90, 0.45);
  box-shadow: 0 0 28px rgba(189, 211, 90, 0.2);
  opacity: 1;
}

.collector-ring:hover::before,
.collector-ring.is-active::before {
  border-color: rgba(229, 117, 31, 0.5);
  box-shadow: 0 0 30px rgba(229, 117, 31, 0.24);
  opacity: 1;
}

.field-hotspot {
  inset: 28% 23% 30% 29%;
  z-index: 4;
}

.field-line {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(189, 211, 90, 0.05), rgba(189, 211, 90, 0.76), rgba(46, 139, 192, 0.72), rgba(229, 117, 31, 0.08));
  opacity: 0.66;
  transform-origin: left center;
}

.field-line::after {
  content: "";
  position: absolute;
  top: -0.28rem;
  right: -0.08rem;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  border-left: 0.48rem solid rgba(214, 231, 255, 0.76);
}

.field-line i {
  position: absolute;
  top: -0.12rem;
  left: 0;
  width: 3.4rem;
  height: 0.28rem;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
  filter: blur(1px);
  animation: fieldPulse 3.4s linear infinite;
}

.field-one {
  top: 22%;
  transform: rotate(-6deg);
}

.field-two {
  top: 38%;
  transform: rotate(-2deg);
}

.field-three {
  top: 57%;
  transform: rotate(2deg);
}

.field-four {
  top: 73%;
  transform: rotate(6deg);
}

.field-two i {
  animation-delay: 0.45s;
}

.field-three i {
  animation-delay: 0.9s;
}

.field-four i {
  animation-delay: 1.35s;
}

.plasma-glow {
  position: absolute;
  top: 36%;
  left: 31%;
  z-index: 2;
  width: 31%;
  height: 21%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse at 45% 50%, rgba(255, 255, 255, 0.68), rgba(170, 126, 255, 0.42) 17%, rgba(119, 84, 255, 0.18) 52%, transparent 76%);
  filter: blur(3px);
  opacity: 0.78;
  animation: plasmaPulse 3.8s ease-in-out infinite;
  pointer-events: none;
}

.molecule-hotspot {
  top: 45%;
  left: 42%;
  width: 3.5rem;
  height: 3.5rem;
  transform: translate(-50%, -50%);
}

.molecule-core {
  position: absolute;
  inset: 0.72rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(213, 196, 255, 0.72);
  border-radius: 50%;
  background: rgba(137, 92, 255, 0.38);
  box-shadow:
    0 0 22px rgba(137, 92, 255, 0.72),
    inset 0 0 12px rgba(255, 255, 255, 0.18);
}

.molecule-core::after {
  content: "+";
  color: white;
  font-size: 0.72rem;
  font-weight: 900;
}

.electron-dot {
  position: absolute;
  top: 0.48rem;
  right: 0.45rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: #bcd7ff;
  box-shadow: 0 0 12px rgba(188, 215, 255, 0.84);
  animation: electronOrbit 2.8s ease-in-out infinite;
}

.ion-hotspot {
  position: absolute;
  z-index: 5;
  width: 5.25rem;
  height: 5.25rem;
  --ion-travel: clamp(9rem, 21vw, 15.5rem);
  animation: ionDrift 4.6s linear infinite;
}

.ion-hotspot::before {
  content: "";
  position: absolute;
  inset: 0.55rem;
  border: 1px solid rgba(189, 211, 90, 0);
  border-radius: 50%;
  background: rgba(189, 211, 90, 0);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.ion-particle {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  border: 1px solid rgba(189, 211, 90, 0.62);
  border-radius: 50%;
  background: rgba(189, 211, 90, 0.18);
  color: #f4ffc8;
  font-size: 0.72rem;
  font-weight: 900;
  box-shadow: 0 0 18px rgba(189, 211, 90, 0.48);
  transform: translate(-50%, -50%);
}

.ion-one {
  top: 31%;
  left: 28%;
}

.ion-two {
  top: 46%;
  left: 32%;
  animation-delay: 1.45s;
}

.airflow-hotspot {
  z-index: 5;
  top: 45%;
  right: 3.5%;
  width: 8rem;
  height: 4.4rem;
  transform: translateY(-50%);
}

.air-particle {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: rgba(46, 139, 192, 0.82);
  box-shadow: 0 0 20px rgba(46, 139, 192, 0.72);
  transform: translateY(-50%);
  animation: airflowParticle 2.8s ease-in-out infinite;
}

.air-particle-secondary {
  top: 64%;
  left: 1.65rem;
  width: 0.78rem;
  height: 0.78rem;
  opacity: 0.78;
  animation-delay: 0.6s;
}

.air-trail {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 5.7rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(46, 139, 192, 0.85), rgba(255, 255, 255, 0.44), transparent);
  transform: translateY(-50%);
}

.air-trail::after {
  content: "";
  position: absolute;
  top: -0.28rem;
  right: 0;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  border-left: 0.5rem solid rgba(184, 219, 255, 0.74);
}

.air-label {
  position: absolute;
  left: 1rem;
  bottom: 0.2rem;
  color: rgba(205, 230, 255, 0.76);
  font-size: 0.66rem;
  font-weight: 850;
  pointer-events: none;
}

.physics-hotspot:hover,
.physics-hotspot.is-active {
  filter: brightness(1.22);
}

.ion-hotspot:hover::before,
.ion-hotspot.is-active::before {
  border-color: rgba(189, 211, 90, 0.46);
  background: rgba(189, 211, 90, 0.08);
  box-shadow: 0 0 26px rgba(189, 211, 90, 0.18);
}

.ion-hotspot:hover .ion-particle,
.ion-hotspot.is-active .ion-particle {
  border-color: rgba(244, 255, 200, 0.9);
  background: rgba(189, 211, 90, 0.28);
  transform: translate(-50%, -50%) scale(1.12);
}

.physics-hotspot.is-active .ring-shell,
.physics-hotspot.is-active .molecule-core,
.physics-hotspot.is-active .ion-particle,
.physics-hotspot.is-active .air-particle {
  box-shadow:
    0 0 0 0.28rem rgba(189, 211, 90, 0.08),
    0 0 28px rgba(189, 211, 90, 0.38);
}

.thruster-visual[data-view="field"] .field-line,
.thruster-visual[data-view="ionization"] .plasma-glow,
.thruster-visual[data-view="ionization"] .molecule-hotspot,
.thruster-visual[data-view="momentum"] .ion-particle,
.thruster-visual[data-view="momentum"] .airflow-hotspot {
  opacity: 1;
  filter: brightness(1.24);
}

.thruster-visual[data-view="field"] .plasma-glow,
.thruster-visual[data-view="momentum"] .plasma-glow {
  opacity: 0.42;
}

.thruster-visual.is-paused .field-line i,
.thruster-visual.is-paused .plasma-glow,
.thruster-visual.is-paused .electron-dot,
.thruster-visual.is-paused .ion-hotspot,
.thruster-visual.is-paused .air-particle {
  animation-play-state: paused;
}

.thruster-visual.is-paused .field-line i {
  opacity: 0.82;
}

.thruster-visual.is-paused .ion-hotspot:not(.is-active) {
  opacity: 0.48;
}

.physics-info-card {
  position: absolute;
  left: 0.75rem;
  bottom: 0.3rem;
  z-index: 7;
  width: min(23rem, calc(100% - 1.5rem));
  min-height: 0;
  max-height: calc(100% - 1.2rem);
  padding: 0.44rem 0.56rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(7, 10, 16, 0.68);
  color: white;
  backdrop-filter: blur(18px);
}

.info-kicker {
  display: none;
  margin-bottom: 0.2rem;
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.physics-info-card h4 {
  margin: 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 0.92rem;
  line-height: 1.05;
}

.physics-info-card ul {
  display: grid;
  gap: 0.1rem;
  margin: 0.28rem 0 0;
  padding: 0;
  list-style: none;
}

.physics-info-card li {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.66rem;
  line-height: 1.12;
}

.physics-info-card li::before {
  content: "";
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  margin-right: 0.45rem;
  border-radius: 50%;
  background: var(--lime);
  vertical-align: 0.08rem;
}

.tool-media {
  min-height: 28rem;
  padding: 0.75rem;
  background:
    radial-gradient(circle at 18% 18%, rgba(229, 117, 31, 0.2), transparent 16rem),
    linear-gradient(145deg, #14171c, #2a3338);
}

.stihl-viewer {
  display: grid;
  gap: 1rem;
}

.stihl-image-stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1330 / 1030;
  touch-action: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    radial-gradient(circle at 52% 45%, rgba(229, 117, 31, 0.18), transparent 18rem),
    #08090b;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.28);
}

.stihl-image-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 34%, rgba(255, 255, 255, 0.16) 45%, transparent 56%);
  transform: translateX(-120%);
  animation: boardSweep 5s ease-in-out infinite;
}

.stihl-board {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
  background: #0b0c0e;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
  user-select: none;
  touch-action: none;
}

.stihl-board a {
  display: grid;
  height: 100%;
  place-items: center;
  color: white;
  font-weight: 800;
}

.stihl-board-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.feature-marker {
  position: absolute;
  z-index: 6;
  display: grid;
  width: calc(clamp(1.109rem, 2.64vw, 1.637rem) + 6px);
  height: calc(clamp(1.109rem, 2.64vw, 1.637rem) + 6px);
  place-items: center;
  border: 1px solid rgba(16, 19, 26, 0.78);
  border-radius: 2px;
  background: rgb(229, 117, 31);
  color: white;
  box-shadow:
    0 0 0 0 rgba(229, 117, 31, 0.38),
    0 8px 18px rgba(0, 0, 0, 0.24);
  font-size: calc(clamp(0.766rem, 2.006vw, 1.056rem) + 0.1rem);
  font-weight: 900;
  transform: translate(-50%, -50%);
  animation: markerPulse 2.4s ease-in-out infinite;
}

.feature-marker:hover,
.feature-marker.is-active {
  background: var(--vt-maroon);
  transform: translate(-50%, -50%) scale(1.08);
}

/* Move STIHL buttons by changing these percentages.
   left moves horizontally: smaller = left, larger = right.
   top moves vertically: smaller = up, larger = down. */
.marker-one {
  left: 41.7%;
  top: 75.8%;
}

.marker-two {
  left: 8.8%;
  top: calc(67.6% - 4px);
  animation-delay: 0.12s;
}

.marker-three {
  left: 26.2%;
  top: 54.4%;
  animation-delay: 0.24s;
}

.marker-four {
  left: 39.4%;
  top: calc(37.6% - 2px);
  animation-delay: 0.36s;
}

.marker-five {
  left: 83.8%;
  top: calc(16.8% - 2px);
  animation-delay: 0.48s;
}

.feature-detail {
  min-height: 8.5rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
  color: white;
  backdrop-filter: blur(16px);
}

.feature-detail .feature-number {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: var(--lime);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-detail h4 {
  margin: 0;
  color: white;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.35rem;
}

.feature-detail p {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.tool-body,
.tool-handle,
.tool-bit {
  position: absolute;
  border-radius: 8px;
}

.tool-body {
  top: 38%;
  left: 20%;
  width: 48%;
  height: 4.2rem;
  background: linear-gradient(135deg, var(--vt-orange), #f3a34d);
  box-shadow: 0 18px 40px rgba(229, 117, 31, 0.28);
}

.tool-handle {
  top: 54%;
  left: 33%;
  width: 4.5rem;
  height: 6rem;
  border: 0.8rem solid #1e2630;
  background: transparent;
}

.tool-bit {
  top: 45%;
  right: 15%;
  width: 6rem;
  height: 0.8rem;
  background: #1e2630;
}

.stihl-project .project-content {
  display: flex;
  flex-direction: column;
}

.feature-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.feature-columns h4 {
  margin: 0 0 0.6rem;
  color: var(--vt-maroon);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1rem;
}

.feature-columns ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-columns li {
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.92rem;
}

.feature-columns strong {
  color: var(--ink);
}

.project-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.15rem;
}

.compact-btn {
  min-height: 2.55rem;
  padding: 0.65rem 0.85rem;
  font-size: 0.88rem;
}

.document-cta {
  gap: 0.55rem;
}

.document-cta::after {
  content: "";
  display: inline-block;
  width: 0.58rem;
  height: 0.58rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translate(-1px, 1px) rotate(45deg);
}

.stihl-cta,
.hess-cta,
.ionic-prototype-cta,
.kitchen-cta {
  min-height: 3.25rem;
  padding: 14px 24px;
  font-size: 0.92rem;
  box-shadow: 0 16px 38px rgba(134, 31, 65, 0.28);
}

.stihl-cta:hover,
.hess-cta:hover,
.ionic-prototype-cta:hover,
.kitchen-cta:hover {
  background: #6f1837;
  box-shadow: 0 22px 48px rgba(134, 31, 65, 0.36);
  transform: translateY(-3px);
}

.stihl-project .tag-list {
  margin-top: calc(1.2rem + 28px);
}

.hess-project.project-wide {
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
}

.hess-media {
  display: grid;
  min-height: 31rem;
  padding: 0;
  background:
    linear-gradient(145deg, #07131d, #102331 58%, #10131a);
}

.drafting-board {
  position: relative;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    rgba(7, 19, 29, 0.96);
  background-size: 2rem 2rem, 2rem 2rem, auto;
  box-shadow: inset 0 0 32px rgba(0, 0, 0, 0.26);
}

.drafting-board::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 70%, rgba(3, 8, 12, 0.22));
}

.drafting-header {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  display: grid;
  gap: 0.16rem;
  padding: 0.62rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(5, 13, 20, 0.68);
  color: white;
  backdrop-filter: blur(14px);
}

.drafting-header span,
.drafting-readout span {
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.drafting-header strong,
.drafting-readout strong {
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1rem;
}

.hess-drawing {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.hess-drawing text {
  fill: rgba(230, 246, 255, 0.82);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.hess-drawing path,
.hess-drawing circle,
.hess-drawing ellipse {
  fill: none;
  stroke: rgba(218, 238, 247, 0.82);
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#hessDimArrow path,
#dimArrow path {
  fill: var(--lime);
  stroke: none;
}

.draft-line,
.dimension-line,
.extension-line,
.leader-line {
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: draftingDraw 5.8s ease-in-out both;
}

.wheel-line {
  stroke: rgba(189, 211, 90, 0.82);
}

.sheet-border {
  stroke: rgba(230, 246, 255, 0.32);
  stroke-width: 1.2;
}

.projection-line {
  fill: none;
  stroke: rgba(205, 235, 248, 0.18);
  stroke-dasharray: 5 8;
  stroke-width: 1;
}

.diagonal-projection {
  stroke: rgba(205, 235, 248, 0.12);
}

.ortho-view {
  opacity: 0.76;
  animation: orthographicEmphasis 12s ease-in-out infinite;
}

.iso-view {
  animation-delay: 0s;
}

.ortho-side {
  animation-delay: 3s;
}

.ortho-top {
  animation-delay: 9s;
}

.ortho-front {
  animation-delay: 6s;
}

.ortho-outline {
  stroke: rgba(232, 246, 252, 0.92);
  stroke-width: 1.65;
}

.ortho-detail {
  stroke: rgba(205, 235, 248, 0.66);
  stroke-width: 1.12;
}

.hidden-line {
  stroke: rgba(205, 235, 248, 0.52);
  stroke-dasharray: 7 7;
  stroke-width: 1;
}

.center-line {
  stroke: rgba(189, 211, 90, 0.62);
  stroke-dasharray: 13 5 2 5;
  stroke-width: 1;
}

.tiny-center-line {
  stroke-dasharray: none;
  stroke-width: 0.9;
}

.iso-line {
  stroke: rgba(232, 246, 252, 0.88);
  stroke-width: 1.55;
}

.iso-circle,
.ortho-circle {
  stroke: rgba(189, 211, 90, 0.82);
}

.hess-orthographic-simple .iso-line,
.hess-orthographic-simple .ortho-outline,
.hess-orthographic-simple .ortho-detail,
.hess-orthographic-simple .iso-circle,
.hess-orthographic-simple .ortho-circle {
  animation:
    draftingDrawCycle 10s cubic-bezier(0.55, 0, 0.25, 1) infinite,
    draftingLinePulse 4.8s ease-in-out infinite;
}

.hess-orthographic-simple .hidden-line,
.hess-orthographic-simple .center-line {
  animation:
    draftingGuideCycle 10s cubic-bezier(0.55, 0, 0.25, 1) infinite,
    draftingGuidePulse 4.8s ease-in-out infinite;
}

.ortho-wheel {
  stroke: rgba(205, 235, 248, 0.76);
  stroke-width: 1.35;
}

.view-label {
  fill: rgba(230, 246, 255, 0.72) !important;
  font-size: 11px !important;
  text-anchor: middle;
  transform-box: fill-box;
  transform-origin: center;
  animation: draftingLabelPulse 3.4s ease-in-out infinite;
}

.dimension-line {
  stroke: rgba(189, 211, 90, 0.72);
  stroke-width: 1.05;
}

.extension-line,
.leader-line {
  stroke: rgba(205, 235, 248, 0.32);
  stroke-width: 1;
}

.measured-highlight {
  fill: rgba(229, 117, 31, 0.1);
  stroke: rgba(229, 117, 31, 0.95);
  animation:
    draftingDraw 7s ease-in-out infinite,
    measuredPulse 2.8s ease-in-out infinite;
}

.line-delay-2 {
  animation-delay: 0.5s, 0s;
}

.line-delay-3 {
  animation-delay: 1s, 0s;
}

.line-delay-4 {
  animation-delay: 1.5s, 0s;
}

.line-delay-5 {
  animation-delay: 2s, 0s;
}

.hess-orthographic-simple .iso-view .draft-line,
.hess-orthographic-simple .iso-view .iso-circle {
  animation-delay: 0s, 0s;
}

.hess-orthographic-simple .ortho-side .draft-line {
  animation-delay: 1.15s, 0s;
}

.hess-orthographic-simple .ortho-front .draft-line,
.hess-orthographic-simple .ortho-front .ortho-circle {
  animation-delay: 2.25s, 0s;
}

.hess-orthographic-simple .ortho-top .draft-line {
  animation-delay: 3.35s, 0s;
}

.hess-orthographic-simple .hidden-line,
.hess-orthographic-simple .center-line {
  animation-delay: 4.25s, 0s;
}

.dim-delay-1 {
  animation-delay: 1.4s;
}

.dim-delay-2 {
  animation-delay: 1.72s;
}

.dim-delay-3 {
  animation-delay: 2.04s;
}

.dim-delay-4 {
  animation-delay: 2.36s;
}

.drafting-readout {
  position: absolute;
  right: 0.82rem;
  bottom: 0.82rem;
  z-index: 3;
  display: grid;
  gap: 0.18rem;
  width: min(15rem, calc(100% - 1.64rem));
  padding: 0.78rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(5, 13, 20, 0.72);
  color: white;
  backdrop-filter: blur(14px);
}

.kitchen-project.project-wide {
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
}

.kitchen-media {
  display: grid;
  min-height: 31rem;
  padding: 0;
  background: linear-gradient(145deg, #11151a, #263a3f 58%, #10131a);
}

.kitchen-scene {
  position: relative;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 30% 20%, rgba(229, 117, 31, 0.18), transparent 14rem),
    radial-gradient(circle at 78% 18%, rgba(24, 169, 153, 0.16), transparent 16rem),
    linear-gradient(180deg, #172028 0%, #1f2f35 58%, #12191f 100%);
}

.kitchen-scene::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 2rem 2rem;
  opacity: 0.54;
  pointer-events: none;
}

.kitchen-scene::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 6;
  background:
    linear-gradient(180deg, transparent 68%, rgba(5, 9, 12, 0.25)),
    radial-gradient(circle at 50% 70%, transparent 18rem, rgba(4, 7, 10, 0.18));
  pointer-events: none;
}

.kitchen-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 7;
  padding: 0.62rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(7, 13, 18, 0.7);
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
  animation: kitchenFadeIn 0.8s ease both;
}

.kitchen-light-sweep {
  position: absolute;
  top: -15%;
  bottom: -15%;
  left: -45%;
  z-index: 5;
  width: 50%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  filter: blur(2px);
  opacity: 0.72;
  transform: translateX(-120%) skewX(-18deg);
  animation: kitchenLightSweep 6.8s ease-in-out infinite;
  pointer-events: none;
}

.kitchen-orbit {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  pointer-events: none;
  animation: kitchenOrbitPulse 3.6s ease-in-out infinite;
}

.kitchen-orbit-one {
  right: 13%;
  bottom: 18%;
  width: 8.5rem;
  height: 8.5rem;
}

.kitchen-orbit-two {
  right: 8%;
  bottom: 9%;
  width: 13rem;
  height: 13rem;
  animation-delay: 0.55s;
}

.kitchen-chip {
  position: absolute;
  z-index: 7;
  padding: 0.5rem 0.64rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(7, 13, 18, 0.62);
  color: rgba(255, 255, 255, 0.82);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 0.76rem;
  font-weight: 850;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  animation:
    kitchenFadeIn 0.8s ease both,
    kitchenChipFloat 3.8s ease-in-out infinite;
}

.kitchen-chip-one {
  left: 10%;
  bottom: 28%;
  color: #f4d7bd;
  animation-delay: 0.85s, 0s;
}

.kitchen-chip-two {
  right: 25%;
  top: 34%;
  color: #dff6f2;
  animation-delay: 1.05s, 0.55s;
}

.kitchen-wall {
  position: absolute;
  top: 13%;
  left: 8%;
  right: 8%;
  z-index: 2;
  height: 52%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px 8px 4px 4px;
  background:
    linear-gradient(180deg, rgba(235, 239, 232, 0.92), rgba(201, 215, 210, 0.88)),
    #dfe7e2;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.32),
    0 20px 50px rgba(0, 0, 0, 0.22);
  animation: kitchenWallFloat 8s ease-in-out infinite;
}

.kitchen-wall > span,
.kitchen-island,
.kitchen-stool,
.kitchen-floor {
  opacity: 0;
  animation: kitchenFadeIn 0.9s ease both;
}

.upper-cab,
.base-cab,
.fridge-block {
  position: absolute;
  border: 1px solid rgba(16, 19, 26, 0.16);
  border-radius: 4px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.54), transparent 44%),
    #eef2ea;
  box-shadow: inset 0 -10px 16px rgba(16, 19, 26, 0.05);
}

.upper-cab::after,
.base-cab::after,
.fridge-block::after {
  content: "";
  position: absolute;
  top: 0.42rem;
  bottom: 0.42rem;
  left: 50%;
  width: 1px;
  background: rgba(16, 19, 26, 0.13);
}

.upper-cab {
  top: 9%;
  height: 23%;
}

.upper-cab-one {
  left: 6%;
  width: 18%;
  animation-delay: 0.1s;
}

.upper-cab-two {
  left: 25%;
  width: 16%;
  animation-delay: 0.2s;
}

.upper-cab-three {
  left: 63%;
  width: 15%;
  animation-delay: 0.34s;
}

.fridge-block {
  top: 13%;
  right: 5%;
  width: 15%;
  height: 74%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.36), transparent 50%),
  #c9d8dc;
  animation-delay: 0.46s;
}

.fridge-block::before {
  content: "";
  position: absolute;
  top: 29%;
  right: 18%;
  width: 0.14rem;
  height: 24%;
  border-radius: 999px;
  background: rgba(54, 69, 76, 0.58);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.base-cab {
  bottom: 11%;
  height: 26%;
}

.base-cab-one {
  left: 6%;
  width: 23%;
  animation-delay: 0.58s;
}

.base-cab-two {
  left: 30%;
  width: 24%;
  animation-delay: 0.68s;
}

.base-cab-three {
  left: 55%;
  width: 23%;
  animation-delay: 0.78s;
}

.countertop-line {
  position: absolute;
  left: 5%;
  right: 22%;
  bottom: 38%;
  height: 0.52rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #2d3a3f, #526669);
  box-shadow: 0 5px 12px rgba(16, 19, 26, 0.2);
  animation-delay: 0.88s;
}

.kitchen-window {
  position: absolute;
  top: 12%;
  left: 43%;
  width: 18%;
  height: 26%;
  border: 1px solid rgba(46, 139, 192, 0.28);
  border-radius: 4px;
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(46, 139, 192, 0.26) calc(50% - 1px), rgba(46, 139, 192, 0.26) calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(180deg, rgba(210, 237, 244, 0.9), rgba(166, 205, 215, 0.58));
  animation-delay: 0.3s;
}

.kitchen-window i {
  position: absolute;
  left: 13%;
  right: 13%;
  bottom: 20%;
  height: 1px;
  background: rgba(46, 139, 192, 0.24);
}

.kitchen-window::before,
.kitchen-window::after {
  content: "";
  position: absolute;
  top: 16%;
  width: 1px;
  height: 58%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  transform: rotate(26deg);
  animation: kitchenGlarePulse 5.8s ease-in-out infinite;
}

.kitchen-window::before {
  left: 28%;
}

.kitchen-window::after {
  left: 42%;
  height: 36%;
  opacity: 0.54;
  animation-delay: 0.45s;
}

.sink-basin {
  position: absolute;
  left: 42%;
  bottom: 40%;
  width: 13%;
  height: 0.72rem;
  border: 1px solid rgba(16, 19, 26, 0.18);
  border-radius: 0 0 12px 12px;
  background: rgba(216, 230, 230, 0.82);
  animation-delay: 0.98s;
}

.kitchen-floor {
  position: absolute;
  left: -6%;
  right: -6%;
  bottom: -3%;
  z-index: 1;
  height: 42%;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(9, 13, 17, 0.32)),
    #263239;
  background-size: 3.2rem 100%, auto, auto;
  transform: skewY(-2deg);
  animation-delay: 0.16s;
}

.kitchen-island {
  position: absolute;
  left: 28%;
  bottom: 15%;
  z-index: 4;
  width: 46%;
  height: 8rem;
  transform-origin: center bottom;
  animation:
    kitchenFadeIn 0.9s ease 1.12s both,
    kitchenIslandFloat 4.4s ease-in-out 2.2s infinite;
}

.island-top,
.island-front,
.island-side {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.island-top {
  top: 0;
  left: 4%;
  z-index: 3;
  width: 92%;
  height: 2.38rem;
  clip-path: polygon(8% 0, 100% 0, 91% 100%, 0 100%);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.56), transparent 44%),
    linear-gradient(135deg, #f2f0e6, #c7d6cf);
  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.16),
    inset 0 -0.38rem 0 rgba(16, 19, 26, 0.08);
}

.island-front {
  top: 2.28rem;
  left: 4%;
  z-index: 2;
  width: 83.75%;
  height: 5.05rem;
  border-top: 0;
  clip-path: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px),
    linear-gradient(135deg, #61756f, #394d4f);
  background-size: 24% 100%, auto;
}

.island-side {
  top: 0;
  left: 87.75%;
  z-index: 1;
  width: 8.25%;
  height: 7.33rem;
  clip-path: polygon(0 32%, 100% 0, 100% 68%, 0 100%);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 45%),
    linear-gradient(135deg, #506364, #2a393d);
}

.kitchen-stool {
  position: absolute;
  z-index: 5;
  bottom: 10.25%;
  width: 2.55rem;
  height: 4.1rem;
  border-radius: 50% 50% 8px 8px;
  border-top: 0.62rem solid rgba(235, 239, 232, 0.82);
  animation:
    kitchenFadeIn 0.9s ease 1.28s both,
    kitchenStoolBob 4.2s ease-in-out 2.1s infinite;
}

.kitchen-stool::before {
  content: "";
  position: absolute;
  top: -0.35rem;
  left: 50%;
  width: 2.35rem;
  height: 0.82rem;
  border-radius: 50%;
  background: #eef2ea;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  transform: translateX(-50%);
  animation: kitchenSeatPulse 6.4s ease-in-out infinite;
}

.kitchen-stool::after {
  content: "";
  position: absolute;
  top: 0.42rem;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(218, 238, 247, 0.58);
  transform: translateX(-50%);
}

.kitchen-stool i {
  position: absolute;
  right: 0.18rem;
  bottom: 0;
  left: 0.18rem;
  height: 1px;
  background: rgba(218, 238, 247, 0.5);
}

.stool-one {
  left: 30%;
}

.stool-two {
  left: 45%;
  animation-delay: 1.38s, 2.3s;
}

.stool-two::before {
  animation-delay: 0.35s;
}

.stool-three {
  left: 60%;
  animation-delay: 1.48s, 2.5s;
}

.stool-three::before {
  animation-delay: 0.7s;
}

.airfoil-project.project-wide,
.guitar-project.project-wide {
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
}

.airfoil-media,
.guitar-media {
  display: grid;
  min-height: 31rem;
  padding: 0;
  background: linear-gradient(145deg, #0c141c, #1b3038 58%, #11151a);
}

.airfoil-board,
.guitar-board {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, 0.036) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.036) 1px, transparent 1px),
    radial-gradient(circle at 76% 22%, rgba(24, 169, 153, 0.16), transparent 13rem),
    radial-gradient(circle at 22% 76%, rgba(229, 117, 31, 0.16), transparent 14rem),
    rgba(8, 16, 22, 0.94);
  background-size: 2rem 2rem, 2rem 2rem, auto, auto, auto;
}

.airfoil-board::after,
.guitar-board::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 68%, rgba(5, 9, 12, 0.26));
}

.airfoil-chip,
.guitar-chip {
  position: absolute;
  z-index: 4;
  padding: 0.55rem 0.68rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(7, 13, 18, 0.66);
  color: rgba(255, 255, 255, 0.82);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 0.76rem;
  font-weight: 850;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  animation: kitchenChipFloat 4s ease-in-out infinite;
}

.chip-source,
.chip-sw {
  top: 1rem;
  left: 1rem;
  color: #dff6f2;
}

.chip-matlab,
.chip-fusion {
  right: 1rem;
  top: 1rem;
  color: #f4d7bd;
  animation-delay: 0.45s;
}

.chip-cad,
.chip-fab {
  right: 1rem;
  bottom: 1rem;
  color: var(--lime);
  animation-delay: 0.8s;
}

.airfoil-plot {
  position: absolute;
  inset: 12% 6% 8%;
  z-index: 2;
  width: 88%;
  height: 80%;
}

.airfoil-axis,
.airfoil-grid-line,
.raw-airfoil,
.clean-airfoil,
.airfoil-points circle,
.print-slice {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.airfoil-axis {
  stroke: rgba(232, 246, 252, 0.62);
  stroke-width: 1.35;
}

.airfoil-grid-line {
  stroke: rgba(232, 246, 252, 0.12);
  stroke-width: 1;
}

.raw-airfoil {
  stroke: rgba(232, 246, 252, 0.34);
  stroke-width: 1.4;
  stroke-dasharray: 8 8;
}

.clean-airfoil {
  stroke: rgba(189, 211, 90, 0.9);
  stroke-width: 2.5;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  filter: drop-shadow(0 0 10px rgba(189, 211, 90, 0.18));
  animation: draftingDrawCycle 8s cubic-bezier(0.55, 0, 0.25, 1) infinite;
}

.airfoil-points circle {
  fill: rgba(46, 139, 192, 0.92);
  stroke: rgba(232, 246, 252, 0.7);
  stroke-width: 1;
  animation: measuredPulse 3.2s ease-in-out infinite;
}

.print-slice {
  stroke: rgba(229, 117, 31, 0.76);
  stroke-width: 1.4;
  stroke-dasharray: 6 6;
  animation: draftingGuidePulse 3.8s ease-in-out infinite;
}

.guitar-media {
  background: linear-gradient(145deg, #10131a, #26313a 58%, #12191f);
}

.guitar-neck {
  position: absolute;
  top: 44%;
  left: 46%;
  z-index: 2;
  width: 42%;
  height: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: linear-gradient(90deg, #c99564, #8a5b38);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
  transform: rotate(-4deg);
}

.guitar-neck::after {
  content: "";
  position: absolute;
  right: -2.6rem;
  top: 50%;
  width: 3.2rem;
  height: 2.25rem;
  border-radius: 8px;
  background: linear-gradient(135deg, #d4aa77, #8a5b38);
  transform: translateY(-50%);
}

.guitar-body {
  position: absolute;
  top: 34%;
  left: 14%;
  z-index: 3;
  width: 15rem;
  height: 10.4rem;
  border: 2px solid rgba(232, 246, 252, 0.72);
  border-radius: 48% 42% 52% 44%;
  background:
    radial-gradient(circle at 34% 42%, rgba(255, 255, 255, 0.12), transparent 3rem),
    linear-gradient(135deg, rgba(134, 31, 65, 0.95), rgba(229, 117, 31, 0.78));
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.26),
    inset 0 0 28px rgba(255, 255, 255, 0.08);
  animation: guitarFloat 5.4s ease-in-out infinite;
}

.guitar-body::before {
  content: "";
  position: absolute;
  top: 1.1rem;
  right: -1.4rem;
  width: 4.2rem;
  height: 3.6rem;
  border-radius: 50%;
  background: rgba(8, 16, 22, 0.94);
}

.pickup,
.guitar-bridge {
  position: absolute;
  left: 55%;
  border-radius: 4px;
  transform: translateX(-50%) rotate(-4deg);
}

.pickup {
  width: 2.4rem;
  height: 0.56rem;
  background: rgba(232, 246, 252, 0.72);
}

.pickup-one {
  top: 3.35rem;
}

.pickup-two {
  top: 4.65rem;
}

.guitar-bridge {
  top: 5.95rem;
  width: 3rem;
  height: 0.42rem;
  background: rgba(16, 19, 26, 0.62);
}

.guitar-strings {
  position: absolute;
  top: 43.4%;
  left: 23%;
  right: 11%;
  z-index: 5;
  height: 2.4rem;
  transform: rotate(-4deg);
}

.guitar-strings span {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(232, 246, 252, 0.62);
  animation: stringShimmer 2.9s ease-in-out infinite;
}

.guitar-strings span:nth-child(1) {
  top: 0.35rem;
}

.guitar-strings span:nth-child(2) {
  top: 0.82rem;
  animation-delay: 0.2s;
}

.guitar-strings span:nth-child(3) {
  top: 1.3rem;
  animation-delay: 0.4s;
}

.guitar-strings span:nth-child(4) {
  top: 1.78rem;
  animation-delay: 0.6s;
}

.guitar-cut-path {
  position: absolute;
  top: 29%;
  left: 10%;
  z-index: 1;
  width: 18rem;
  height: 13.4rem;
  border: 1px dashed rgba(189, 211, 90, 0.42);
  border-radius: 48% 42% 52% 44%;
  transform: rotate(-4deg);
  animation: orbitPulse 4.4s ease-in-out infinite;
}

.project-skill-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.project-skill-grid section {
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(238, 248, 247, 0.64)),
    rgba(255, 255, 255, 0.72);
}

.project-skill-grid h4 {
  margin: 0 0 0.45rem;
  color: var(--vt-maroon);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 0.95rem;
}

.project-skill-grid p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
}

.cad-media {
  background: linear-gradient(145deg, #eef8f7, #d9edf0);
}

.cad-cube {
  position: absolute;
  top: 30%;
  left: 32%;
  width: 8rem;
  height: 8rem;
  border: 3px solid var(--sky);
  transform: rotate(45deg) skew(-12deg, -12deg);
  box-shadow: 18px 18px 0 rgba(24, 169, 153, 0.25);
  animation: float 4s ease-in-out infinite;
}

.cad-axis {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8rem;
  height: 3px;
  transform-origin: left center;
}

.cad-axis.x {
  background: var(--vt-maroon);
}

.cad-axis.y {
  background: var(--teal);
  transform: rotate(120deg);
}

.cad-axis.z {
  background: var(--vt-orange);
  transform: rotate(-55deg);
}

.pen-media {
  background:
    radial-gradient(circle at 72% 28%, rgba(189, 211, 90, 0.28), transparent 13rem),
    linear-gradient(135deg, #10131a, #22384d);
}

.pen-stylus {
  position: absolute;
  top: 46%;
  left: 15%;
  width: 68%;
  height: 0.9rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #f6f8fb, #9fb1bd 56%, #222a34 57%, #111722);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  transform: rotate(-18deg);
  animation: penHover 4s ease-in-out infinite;
}

.pen-stylus::before {
  content: "";
  position: absolute;
  left: -1.2rem;
  top: 50%;
  border-top: 0.45rem solid transparent;
  border-right: 1.35rem solid #dce5ec;
  border-bottom: 0.45rem solid transparent;
  transform: translateY(-50%);
}

.pen-stylus span {
  position: absolute;
  right: 16%;
  top: -0.4rem;
  width: 3.4rem;
  height: 0.35rem;
  border-radius: 999px;
  background: var(--vt-orange);
  box-shadow: 0 0 22px rgba(229, 117, 31, 0.58);
}

.pen-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  animation: orbitPulse 2.8s ease-in-out infinite;
}

.orbit-one {
  top: 28%;
  right: 18%;
  width: 7rem;
  height: 7rem;
}

.orbit-two {
  top: 20%;
  right: 10%;
  width: 12rem;
  height: 12rem;
  animation-delay: 0.45s;
}

.paste-window {
  position: absolute;
  right: 11%;
  bottom: 17%;
  width: min(12.5rem, 62%);
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: white;
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
  animation: windowFloat 4s ease-in-out infinite;
}

.paste-window span {
  display: inline-flex;
  padding: 0.35rem 0.55rem;
  border-radius: 8px;
  background: rgba(189, 211, 90, 0.18);
  color: var(--lime);
  font-size: 0.8rem;
  font-weight: 900;
}

.paste-window strong {
  display: block;
  margin-top: 0.6rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.3rem;
}

.code-chip {
  position: absolute;
  left: 10%;
  padding: 0.5rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(16, 19, 26, 0.52);
  color: rgba(255, 255, 255, 0.82);
  font-family: "Space Grotesk", monospace;
  font-size: 0.85rem;
  font-weight: 800;
  white-space: nowrap;
  animation: chipFloat 3.4s ease-in-out infinite;
}

.chip-one {
  top: 20%;
}

.chip-two {
  bottom: 19%;
  animation-delay: 0.7s;
}

.project-content {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.project-content p + p {
  margin-top: 0.85rem;
}

.ionic-content p {
  line-height: 1.55;
}

.plasma-note {
  margin-top: 0.85rem;
  padding: 0.72rem 0.8rem;
  border-left: 3px solid rgba(120, 88, 255, 0.5);
  border-radius: 8px;
  background: rgba(120, 88, 255, 0.07);
  color: #4c5260;
  font-size: 0.9rem;
}

.project-kicker {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--vt-maroon);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0;
  margin: 1.2rem 0 0;
  list-style: none;
}

.tag-list li {
  padding: 0.48rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #3a4150;
  font-size: 0.82rem;
  font-weight: 800;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1.2rem;
}

.metric-grid div {
  padding: 0.8rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(134, 31, 65, 0.07), rgba(46, 139, 192, 0.08)),
    rgba(255, 255, 255, 0.76);
}

.metric-grid strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.12rem;
}

.metric-grid span {
  display: block;
  margin-top: 0.22rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.ionic-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ionic-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.curiosity-line {
  margin: 0.72rem 0 0;
  color: #505868;
  font-size: 0.9rem;
  font-weight: 700;
}

.physics-panel,
.engineering-notes section {
  margin-top: 0.95rem;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(238, 248, 247, 0.64)),
    rgba(255, 255, 255, 0.72);
}

.physics-panel h4,
.engineering-notes h4 {
  margin: 0 0 0.72rem;
  color: var(--vt-maroon);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1rem;
}

.equation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.52rem;
}

.equation-grid article {
  padding: 0.62rem;
  border: 1px solid rgba(16, 19, 26, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.equation {
  display: block;
  color: #29313d;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.equation-grid p,
.field-context,
.engineering-notes p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.equation-grid p {
  margin-top: 0.36rem;
}

.field-context {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(16, 19, 26, 0.09);
}

.engineering-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.engineering-notes section {
  margin-top: 0;
}

.engineering-notes p + p {
  margin-top: 0.7rem;
}

.workflow-section {
  position: relative;
  overflow: hidden;
  margin: clamp(4rem, 10vw, 8rem) 0 0;
  padding: clamp(4rem, 10vw, 7rem) 0;
  background: linear-gradient(135deg, #10131a, #1b2c34 58%, #11151d);
  color: white;
}

.workflow-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 2rem 2rem;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 88%);
  pointer-events: none;
}

.workflow-shell {
  position: relative;
  z-index: 2;
}

.workflow-intro {
  max-width: 50rem;
  margin-bottom: clamp(1.4rem, 4vw, 2.5rem);
}

.workflow-intro h2 {
  max-width: 17ch;
}

.workflow-section p,
.workflow-section .eyebrow {
  color: rgba(255, 255, 255, 0.68);
}

.workflow-dashboard {
  display: grid;
  grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1.28fr);
  gap: 1rem;
  align-items: stretch;
}

.workflow-steps {
  display: grid;
  gap: 0.75rem;
}

.workflow-step-button {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.32rem 0.85rem;
  min-height: 7rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: white;
  cursor: pointer;
  text-align: left;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.workflow-step-button:hover,
.workflow-step-button.is-active {
  border-color: rgba(189, 211, 90, 0.52);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.workflow-step-button span {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  grid-row: 1 / span 2;
  place-items: center;
  border-radius: 8px;
  background: var(--vt-maroon);
  color: white;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-weight: 900;
}

.workflow-step-button strong {
  align-self: end;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.08rem;
}

.workflow-step-button em {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.84rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}

.workflow-detail {
  position: relative;
  overflow: hidden;
  min-height: 31rem;
  padding: clamp(1rem, 2.5vw, 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06)),
    rgba(7, 13, 18, 0.72);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.workflow-detail.is-updating {
  opacity: 0.72;
  transform: translateY(0.2rem);
}

.workflow-detail::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(189, 211, 90, 0.16), transparent 15rem),
    linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.06), transparent);
  pointer-events: none;
}

.workflow-detail > * {
  position: relative;
  z-index: 1;
}

.workflow-detail-heading {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.workflow-number {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(134, 31, 65, 0.86);
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(134, 31, 65, 0.22);
}

.workflow-detail .project-kicker {
  margin-bottom: 0.25rem;
  color: var(--lime);
}

.workflow-detail h3 {
  font-size: clamp(1.45rem, 2.5vw, 2.2rem);
}

.workflow-description {
  max-width: 42rem;
  margin: 1rem 0 0;
}

.workflow-detail-grid {
  display: grid;
  grid-template-columns: minmax(13rem, 0.72fr) minmax(0, 1.28fr);
  gap: 0.85rem;
  margin-top: 1.15rem;
}

.workflow-tool-block,
.workflow-proof-card,
.workflow-supporting {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.workflow-tool-block {
  padding: 0.95rem;
}

.workflow-tool-block > span,
.workflow-proof-card span,
.workflow-supporting span {
  display: block;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.workflow-tool-list,
.workflow-supporting ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}

.workflow-tool-list li,
.workflow-supporting li {
  padding: 0.46rem 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
}

.workflow-proof-card {
  padding: 0.95rem;
}

.workflow-proof-top {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 0.85rem;
  align-items: center;
}

.workflow-proof-card h4 {
  margin: 0.35rem 0 0;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 1.15rem;
}

.workflow-proof-card p {
  margin: 0.9rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.92rem;
  line-height: 1.62;
}

.workflow-proof-link {
  display: inline-flex;
  min-height: 2.55rem;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: 0.66rem 0.9rem;
  border-radius: 8px;
  background: var(--vt-maroon);
  color: white;
  font-size: 0.86rem;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(134, 31, 65, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.workflow-proof-link:hover {
  background: #6f1837;
  box-shadow: 0 20px 42px rgba(134, 31, 65, 0.36);
  transform: translateY(-2px);
}

.workflow-proof-visual {
  position: relative;
  overflow: hidden;
  min-height: 6.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    rgba(8, 16, 22, 0.78);
  background-size: 1.35rem 1.35rem, 1.35rem 1.35rem, auto;
}

.workflow-proof-visual::before,
.workflow-proof-visual::after,
.workflow-proof-visual span {
  content: "";
  position: absolute;
  border-radius: 8px;
}

.workflow-proof-visual::before {
  inset: 1.2rem 1.7rem;
  border: 2px solid rgba(189, 211, 90, 0.78);
  transform: rotate(-9deg);
  animation: workflowProofPulse 3.4s ease-in-out infinite;
}

.workflow-proof-visual::after {
  right: 1.1rem;
  bottom: 1.2rem;
  width: 2.6rem;
  height: 1.9rem;
  border: 2px solid rgba(229, 117, 31, 0.8);
}

.workflow-proof-visual span:nth-child(1) {
  left: 1rem;
  top: 1rem;
  width: 2.15rem;
  height: 2.15rem;
  border: 2px solid rgba(46, 139, 192, 0.8);
  border-radius: 50%;
}

.workflow-proof-visual span:nth-child(2) {
  left: 1.2rem;
  bottom: 1rem;
  width: 4.2rem;
  height: 0.32rem;
  background: rgba(255, 255, 255, 0.54);
}

.workflow-proof-visual span:nth-child(3) {
  right: 1.4rem;
  top: 1rem;
  width: 0.38rem;
  height: 4.1rem;
  background: rgba(255, 255, 255, 0.36);
}

.notice-emitter,
.notice-collector,
.notice-field,
.notice-glow,
.notice-ion,
.notice-wind-label {
  display: none;
}

.workflow-proof-visual[data-workflow-visual="notice"] {
  background:
    radial-gradient(circle at 45% 50%, rgba(124, 88, 255, 0.28), transparent 3rem),
    radial-gradient(circle at 14% 50%, rgba(189, 211, 90, 0.15), transparent 3rem),
    radial-gradient(circle at 86% 50%, rgba(229, 117, 31, 0.14), transparent 3.2rem),
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    rgba(8, 16, 22, 0.82);
  background-size: auto, auto, auto, 1.35rem 1.35rem, 1.35rem 1.35rem, auto;
}

.workflow-proof-visual[data-workflow-visual="notice"]::before,
.workflow-proof-visual[data-workflow-visual="notice"]::after,
.workflow-proof-visual[data-workflow-visual="notice"] span:nth-child(1),
.workflow-proof-visual[data-workflow-visual="notice"] span:nth-child(2),
.workflow-proof-visual[data-workflow-visual="notice"] span:nth-child(3) {
  opacity: 0;
}

.workflow-proof-visual[data-workflow-visual="notice"] .notice-emitter,
.workflow-proof-visual[data-workflow-visual="notice"] .notice-collector,
.workflow-proof-visual[data-workflow-visual="notice"] .notice-field,
.workflow-proof-visual[data-workflow-visual="notice"] .notice-glow,
.workflow-proof-visual[data-workflow-visual="notice"] .notice-ion,
.workflow-proof-visual[data-workflow-visual="notice"] .notice-wind-label {
  display: block;
}

.workflow-proof-visual[data-workflow-visual="notice"] .notice-emitter,
.workflow-proof-visual[data-workflow-visual="notice"] .notice-collector {
  top: 13%;
  width: 1.55rem;
  height: 74%;
  border-radius: 50%;
  transform: perspective(7rem) rotateY(58deg);
}

.workflow-proof-visual[data-workflow-visual="notice"] .notice-emitter {
  left: 8%;
  border: 3px solid rgba(226, 235, 242, 0.84);
  box-shadow: 0 0 14px rgba(189, 211, 90, 0.2);
}

.workflow-proof-visual[data-workflow-visual="notice"] .notice-collector {
  right: 8%;
  border: 3px solid rgba(229, 139, 62, 0.9);
  box-shadow: 0 0 16px rgba(229, 117, 31, 0.22);
}

.workflow-proof-visual[data-workflow-visual="notice"] .notice-field {
  left: 28%;
  right: 18%;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(189, 211, 90, 0.85), rgba(46, 139, 192, 0.84), rgba(255, 255, 255, 0.42));
  opacity: 0.86;
  transform-origin: left center;
}

.workflow-proof-visual[data-workflow-visual="notice"] .notice-field::after {
  content: "";
  position: absolute;
  top: -0.22rem;
  right: -0.1rem;
  border-top: 0.24rem solid transparent;
  border-bottom: 0.24rem solid transparent;
  border-left: 0.36rem solid rgba(226, 238, 248, 0.76);
}

.workflow-proof-visual[data-workflow-visual="notice"] .notice-field-one {
  top: 31%;
  transform: rotate(-8deg);
}

.workflow-proof-visual[data-workflow-visual="notice"] .notice-field-two {
  top: 50%;
}

.workflow-proof-visual[data-workflow-visual="notice"] .notice-field-three {
  top: 69%;
  transform: rotate(8deg);
}

.workflow-proof-visual[data-workflow-visual="notice"] .notice-glow {
  top: 35%;
  left: 41%;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.76), rgba(137, 92, 255, 0.5) 34%, transparent 72%);
  filter: blur(1px);
  animation: workflowProofPulse 3s ease-in-out infinite;
}

.workflow-proof-visual[data-workflow-visual="notice"] .notice-ion {
  top: 22%;
  left: 49%;
  display: grid;
  width: 1.25rem;
  height: 1.25rem;
  place-items: center;
  border: 1px solid rgba(189, 211, 90, 0.68);
  border-radius: 50%;
  background: rgba(189, 211, 90, 0.16);
  color: #edf7a8;
  font-size: 0.78rem;
  font-weight: 900;
}

.workflow-proof-visual[data-workflow-visual="notice"] .notice-wind-label {
  right: 10%;
  bottom: 21%;
  color: rgba(235, 244, 250, 0.82);
  font-size: 0.7rem;
  font-weight: 900;
}

.workflow-proof-visual[data-workflow-visual="map"]::before {
  border-color: rgba(46, 139, 192, 0.85);
  transform: rotate(0deg) skewX(-12deg);
}

.workflow-proof-visual[data-workflow-visual="build"]::before {
  border-color: rgba(229, 117, 31, 0.9);
  transform: perspective(12rem) rotateX(55deg) rotateZ(-8deg);
}

.workflow-proof-visual[data-workflow-visual="integrate"]::before {
  border-color: rgba(24, 169, 153, 0.9);
  transform: rotate(0deg);
}

.workflow-supporting {
  margin-top: 0.85rem;
  padding: 0.85rem 0.95rem;
}

.evidence-board {
  display: grid;
  gap: 1rem;
}

.evidence-controls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.32fr);
  gap: 1rem;
  align-items: end;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.evidence-controls span {
  display: block;
  margin-bottom: 0.58rem;
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.evidence-controls p {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 750;
  line-height: 1.5;
}

.evidence-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.evidence-filters button {
  min-height: 2.15rem;
  padding: 0.48rem 0.68rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 850;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.evidence-filters button:hover,
.evidence-filters button.is-active {
  border-color: rgba(189, 211, 90, 0.56);
  background: rgba(189, 211, 90, 0.14);
  color: white;
  transform: translateY(-1px);
}

.evidence-matrix {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    rgba(7, 13, 18, 0.72);
  background-size: 2rem 2rem, 2rem 2rem, auto;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.evidence-head,
.evidence-row {
  display: grid;
  grid-template-columns: minmax(13rem, 0.9fr) repeat(4, minmax(10.8rem, 1fr));
}

.evidence-head {
  position: sticky;
  top: 0;
  z-index: 3;
  background: rgba(16, 19, 26, 0.94);
}

.evidence-head > div,
.evidence-head button {
  min-height: 3.4rem;
  padding: 0.8rem;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
}

.evidence-head button {
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.evidence-head button:hover,
.evidence-head button.is-active {
  background: rgba(134, 31, 65, 0.38);
  color: white;
}

.evidence-head span {
  color: var(--lime);
}

.evidence-row {
  transition: opacity 0.22s ease, background 0.22s ease, filter 0.22s ease;
}

.evidence-row + .evidence-row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.evidence-row:hover,
.evidence-row.is-selected {
  background: rgba(255, 255, 255, 0.05);
}

.evidence-row.is-selected {
  box-shadow: inset 4px 0 0 var(--vt-maroon);
}

.evidence-row.is-muted {
  opacity: 0.34;
  filter: saturate(0.55);
}

.evidence-project-cell {
  min-height: 8.6rem;
  padding: 0.95rem;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
  color: white;
  cursor: pointer;
  text-align: left;
}

.evidence-project-cell strong {
  display: block;
  font-family: "Space Grotesk", Inter, sans-serif;
  font-size: 0.96rem;
  line-height: 1.2;
}

.evidence-project-cell span {
  display: block;
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
  font-weight: 800;
}

.evidence-cell {
  min-height: 8.6rem;
  padding: 0.8rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  transition: background 0.22s ease, box-shadow 0.22s ease, color 0.22s ease;
}

.evidence-cell p {
  margin: 0;
  color: inherit;
  font-size: 0.78rem;
  line-height: 1.45;
}

.evidence-cell.is-tool-match,
.evidence-cell.is-stage-active {
  background:
    linear-gradient(135deg, rgba(134, 31, 65, 0.22), rgba(189, 211, 90, 0.08)),
    rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(189, 211, 90, 0.26);
  color: white;
}

.evidence-cell-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem;
  margin-top: 0.65rem;
}

.evidence-cell-tools span,
.evidence-proof-tools li {
  padding: 0.34rem 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.68rem;
  font-weight: 850;
}

.evidence-proof-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(12rem, 0.44fr);
  gap: 1rem;
  padding: clamp(1rem, 2.5vw, 1.4rem);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 88% 18%, rgba(189, 211, 90, 0.14), transparent 15rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.06)),
    rgba(7, 13, 18, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.evidence-proof-card.is-updating {
  opacity: 0.72;
  transform: translateY(0.2rem);
}

.evidence-proof-card h3 {
  max-width: 18ch;
  font-size: clamp(1.45rem, 2.7vw, 2.35rem);
}

.evidence-proof-card .project-kicker {
  margin: 0 0 0.65rem;
  color: var(--lime);
}

.evidence-proof-card p {
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.68);
}

.evidence-proof-tools {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: 0.42rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.evidence-proof-breakdown {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

.evidence-proof-breakdown section,
.evidence-proof-output {
  padding: 0.78rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.evidence-proof-breakdown span,
.evidence-proof-output span {
  display: block;
  color: var(--lime);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.evidence-proof-breakdown p {
  margin-top: 0.45rem;
  font-size: 0.8rem;
  line-height: 1.48;
}

.evidence-proof-output {
  grid-column: 1 / -1;
}

.evidence-proof-link {
  justify-self: start;
}

.evidence-search,
.evidence-project-cell .mobile-project-tags,
.evidence-project-cell .mobile-project-action,
.mobile-evidence-detail {
  display: none;
}

.mobile-evidence-detail[hidden] {
  display: none !important;
}

.contact-section {
  margin-top: clamp(4rem, 10vw, 8rem);
  padding: clamp(4rem, 10vw, 7rem) 0;
  background: linear-gradient(135deg, var(--vt-maroon), #26323b);
  color: white;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: end;
}

.contact-section p,
.contact-section .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.contact-section h2 {
  max-width: 14ch;
}

.contact-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.contact-section .btn.ghost {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border-color: rgba(255, 255, 255, 0.24);
}

.site-footer {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 1rem;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.ai-disclosure-trigger {
  padding: 0.35rem 0.5rem;
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  line-height: 1.4;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.2rem;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.ai-disclosure-trigger:hover {
  color: var(--ink);
  text-decoration-color: currentColor;
}

.ai-disclosure-trigger:focus-visible,
.ai-disclosure-close:focus-visible {
  outline: 3px solid rgba(46, 139, 192, 0.28);
  outline-offset: 2px;
}

.ai-disclosure-dialog {
  width: min(34rem, calc(100% - 2rem));
  max-height: calc(100dvh - 2rem);
  margin: auto;
  padding: clamp(1.6rem, 4vw, 2.2rem);
  padding-right: clamp(3.6rem, 8vw, 4.3rem);
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  color: var(--ink);
  box-shadow: 0 28px 90px rgba(7, 13, 20, 0.34);
}

.ai-disclosure-dialog::backdrop {
  background: rgba(7, 13, 20, 0.58);
  backdrop-filter: blur(5px);
}

.ai-disclosure-dialog p {
  margin: 0;
  font-size: clamp(0.96rem, 2vw, 1.05rem);
  line-height: 1.72;
}

.ai-disclosure-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: 400 1.8rem/1 Inter, sans-serif;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.ai-disclosure-close:hover {
  border-color: rgba(134, 31, 65, 0.3);
  background: rgba(134, 31, 65, 0.08);
  transform: scale(1.03);
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulseRing {
  0%,
  100% {
    opacity: 0.42;
    transform: translate(-50%, -50%) scale(0.92);
  }
  50% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.05);
  }
}

@keyframes beam {
  0%,
  100% {
    opacity: 0.4;
    transform: scaleX(0.86);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes charge {
  0%,
  100% {
    width: 58%;
  }
  50% {
    width: 92%;
  }
}

@keyframes heroPanelGlowFlow {
  0%,
  100% {
    background-position:
      0% 0%,
      100% 0%,
      44% 68%,
      50% 100%,
      0 0,
      0 0;
  }
  50% {
    background-position:
      8% 5%,
      92% 8%,
      50% 61%,
      46% 94%,
      0 0,
      0 0;
  }
}

@keyframes heroPlasmaDrift {
  0%,
  100% {
    transform: translate3d(-1%, -1%, 0) rotate(0deg);
    opacity: 0.66;
  }
  50% {
    transform: translate3d(1%, 1.5%, 0) rotate(10deg);
    opacity: 0.86;
  }
}

@keyframes heroGlowBreathe {
  0%,
  100% {
    transform: translate3d(-0.35rem, 0.2rem, 0) scale(0.92);
    opacity: 0.48;
  }
  50% {
    transform: translate3d(0.35rem, -0.28rem, 0) scale(1.08);
    opacity: 0.68;
  }
}

@keyframes heroGridDrift {
  0%,
  100% {
    transform: perspective(720px) rotateX(58deg) translate3d(-0.2rem, 0, 0);
    opacity: 0.82;
  }
  50% {
    transform: perspective(720px) rotateX(58deg) translate3d(0.28rem, -0.18rem, 0);
    opacity: 1;
  }
}

@keyframes fieldRingPulse {
  0%,
  100% {
    opacity: 0.44;
    transform: translate(-50%, -50%) rotate(-9deg) scale(0.98);
  }
  50% {
    opacity: 0.72;
    transform: translate(-50%, -50%) rotate(-7deg) scale(1.015);
  }
}

@keyframes coronaArcPulse {
  0%,
  100% {
    opacity: 0.2;
    filter: drop-shadow(0 0 2px rgba(46, 139, 192, 0.1));
  }
  48% {
    opacity: 0.62;
    filter: drop-shadow(0 0 10px rgba(189, 211, 90, 0.26));
  }
  56% {
    opacity: 0.34;
  }
}

@keyframes arcTraceDrift {
  0%,
  100% {
    transform: rotate(var(--arc-angle, 0deg)) translate3d(-0.18rem, 0, 0) scale(0.99);
  }
  50% {
    transform: rotate(var(--arc-angle, 0deg)) translate3d(0.24rem, -0.16rem, 0) scale(1.015);
  }
}

@keyframes energySweep {
  0%,
  100% {
    opacity: 0.12;
    transform: translateX(-22%) rotate(var(--sweep-angle, 0deg));
  }
  45%,
  58% {
    opacity: 0.36;
  }
  70% {
    opacity: 0.22;
    transform: translateX(28%) rotate(var(--sweep-angle, 0deg));
  }
}

@keyframes threadFlicker {
  0%,
  100% {
    opacity: 0.24;
    transform: translateX(-0.35rem) rotate(var(--thread-angle, 0deg));
  }
  45% {
    opacity: 0.72;
  }
  58% {
    opacity: 0.38;
  }
  70% {
    opacity: 0.64;
    transform: translateX(0.35rem) rotate(var(--thread-angle, 0deg));
  }
}

@keyframes vtCorePulse {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(0.96);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.04);
  }
}

@keyframes heroIconOrbit {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@keyframes heroIconCounterOrbit {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes iconMicroFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(var(--float-x, 0), var(--float-y, -0.18rem), 0) scale(1.025);
  }
}

@keyframes vtAnchorBreathe {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.025);
  }
}

@keyframes flow {
  from {
    transform: translateX(-18%);
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateX(18%);
    opacity: 0.2;
  }
}

@keyframes spark {
  0%,
  100% {
    transform: scale(0.6);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}

@keyframes arcFlicker {
  0%,
  100% {
    opacity: 0.42;
    filter: blur(0);
  }
  42% {
    opacity: 1;
    filter: blur(0.4px);
  }
  68% {
    opacity: 0.62;
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(45deg) skew(-12deg, -12deg);
  }
  50% {
    transform: translateY(-0.8rem) rotate(45deg) skew(-12deg, -12deg);
  }
}

@keyframes boardSweep {
  0%,
  44%,
  100% {
    transform: translateX(-120%);
  }
  62% {
    transform: translateX(120%);
  }
}

@keyframes markerPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 0 rgba(229, 117, 31, 0.38),
      0 12px 28px rgba(0, 0, 0, 0.34);
  }
  50% {
    box-shadow:
      0 0 0 0.45rem rgba(229, 117, 31, 0),
      0 12px 28px rgba(0, 0, 0, 0.34);
  }
}

@keyframes penHover {
  0%,
  100% {
    transform: translateY(0) rotate(-18deg);
  }
  50% {
    transform: translateY(-0.7rem) rotate(-18deg);
  }
}

@keyframes orbitPulse {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.92);
  }
  50% {
    opacity: 0.95;
    transform: scale(1.08);
  }
}

@keyframes windowFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.55rem);
  }
}

@keyframes chipFloat {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0.6rem);
  }
}

@keyframes fieldPulse {
  from {
    transform: translateX(-18%);
    opacity: 0;
  }
  18%,
  72% {
    opacity: 0.88;
  }
  to {
    transform: translateX(102%);
    opacity: 0;
  }
}

@keyframes plasmaPulse {
  0%,
  100% {
    opacity: 0.58;
    transform: scale(0.96);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.04);
  }
}

@keyframes electronOrbit {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-1.55rem, 1.35rem);
  }
}

@keyframes ionDrift {
  0% {
    opacity: 0;
    transform: translateX(0) scale(0.82);
  }
  16%,
  76% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(var(--ion-travel)) scale(1.04);
  }
}

@keyframes airflowParticle {
  0%,
  100% {
    opacity: 0.42;
    transform: translate(0, -50%) scale(0.9);
  }
  50% {
    opacity: 1;
    transform: translate(1.6rem, -50%) scale(1.08);
  }
}

@keyframes blueprintSweep {
  0%,
  46%,
  100% {
    transform: translateX(-130%);
  }
  64% {
    transform: translateX(130%);
  }
}

@keyframes draftingDraw {
  0% {
    opacity: 0.28;
    stroke-dashoffset: 900;
  }
  26%,
  74% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
}

@keyframes draftingDrawCycle {
  0% {
    opacity: 0.66;
    stroke-dashoffset: 0;
  }
  5% {
    opacity: 0.18;
    stroke-dashoffset: 900;
  }
  21%,
  82% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 0.82;
    stroke-dashoffset: 0;
  }
}

@keyframes draftingGuideCycle {
  0% {
    opacity: 0.56;
    stroke-dashoffset: 0;
  }
  8% {
    opacity: 0.18;
    stroke-dashoffset: 240;
  }
  25%,
  86% {
    opacity: 0.86;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 0.62;
    stroke-dashoffset: 0;
  }
}

@keyframes draftingLinePulse {
  0%,
  100% {
    stroke-opacity: 0.84;
    filter: drop-shadow(0 0 0 rgba(189, 211, 90, 0));
  }
  50% {
    stroke-opacity: 1;
    filter: drop-shadow(0 0 4px rgba(189, 211, 90, 0.12));
  }
}

@keyframes draftingGuidePulse {
  0%,
  100% {
    stroke-opacity: 0.54;
  }
  50% {
    stroke-opacity: 0.82;
  }
}

@keyframes draftingLabelPulse {
  0%,
  100% {
    opacity: 0.68;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.24);
  }
}

@keyframes measuredPulse {
  0%,
  100% {
    fill-opacity: 0.08;
    filter: drop-shadow(0 0 0 rgba(229, 117, 31, 0));
  }
  50% {
    fill-opacity: 0.22;
    filter: drop-shadow(0 0 10px rgba(229, 117, 31, 0.45));
  }
}

@keyframes orthographicEmphasis {
  0%,
  100% {
    opacity: 0.76;
    filter: drop-shadow(0 0 0 rgba(189, 211, 90, 0));
  }
  18%,
  42% {
    opacity: 0.98;
    filter: drop-shadow(0 0 4px rgba(189, 211, 90, 0.08));
  }
  60% {
    opacity: 0.8;
    filter: drop-shadow(0 0 0 rgba(189, 211, 90, 0));
  }
}

@keyframes kitchenFadeIn {
  from {
    opacity: 0;
    filter: blur(4px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes kitchenLightSweep {
  0%,
  42%,
  100% {
    opacity: 0;
    transform: translateX(-120%) skewX(-18deg);
  }
  56% {
    opacity: 0.72;
  }
  70% {
    opacity: 0.2;
    transform: translateX(365%) skewX(-18deg);
  }
}

@keyframes kitchenWallFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.28rem);
  }
}

@keyframes kitchenIslandFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.62rem);
  }
}

@keyframes kitchenStoolBob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.48rem);
  }
}

@keyframes kitchenSeatPulse {
  0%,
  100% {
    background: #eef2ea;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  }
  50% {
    background: #f8f5ea;
    box-shadow:
      0 8px 18px rgba(0, 0, 0, 0.18),
      0 0 18px rgba(229, 117, 31, 0.16);
  }
}

@keyframes kitchenGlarePulse {
  0%,
  100% {
    opacity: 0.5;
    filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
  }
  50% {
    opacity: 0.86;
    filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.34));
  }
}

@keyframes kitchenOrbitPulse {
  0%,
  100% {
    opacity: 0.22;
    transform: scale(0.92);
  }
  50% {
    opacity: 0.72;
    transform: scale(1.08);
  }
}

@keyframes kitchenChipFloat {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0.55rem, -0.28rem);
  }
}

@keyframes guitarFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-0.55rem) rotate(-2deg);
  }
}

@keyframes stringShimmer {
  0%,
  100% {
    opacity: 0.42;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
  50% {
    opacity: 0.95;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.28);
  }
}

@keyframes workflowProofPulse {
  0%,
  100% {
    opacity: 0.58;
    filter: drop-shadow(0 0 0 rgba(189, 211, 90, 0));
  }
  50% {
    opacity: 1;
    filter: drop-shadow(0 0 10px rgba(189, 211, 90, 0.24));
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (hover: none), (pointer: coarse) {
  .cursor-light {
    display: none;
  }
}

@media (max-width: 860px) {
  .section-shell,
  .project-card,
  .project-media,
  .project-content,
  .evidence-board,
  .evidence-controls,
  .evidence-matrix,
  .evidence-row {
    max-width: 100%;
    min-width: 0;
  }

  .site-header {
    justify-content: flex-start;
    gap: 0.72rem;
    padding: 0.78rem clamp(0.9rem, 4vw, 1.4rem);
  }

  .brand {
    min-width: 0;
  }

  .brand-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-toggle {
    position: relative;
    order: -1;
    z-index: 32;
    display: grid;
    flex: 0 0 auto;
    place-content: center;
    gap: 0.22rem;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
  }

  .nav-toggle span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.16rem;
    margin: 0;
    transform: translate(-50%, -50%);
  }

  .nav-toggle span:nth-child(1) {
    transform: translate(-50%, calc(-50% - 0.38rem));
  }

  .nav-toggle span:nth-child(3) {
    transform: translate(-50%, calc(-50% + 0.38rem));
  }

  .nav-toggle.is-open {
    border-color: rgba(134, 31, 65, 0.28);
    background: rgba(255, 255, 255, 0.98);
  }

  .nav-toggle.is-open span:nth-child(1) {
    width: 1.3rem;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .nav-toggle.is-open span:nth-child(2) {
    opacity: 0;
    transform: translate(-50%, -50%) scaleX(0.2);
  }

  .nav-toggle.is-open span:nth-child(3) {
    width: 1.3rem;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 30;
    display: grid;
    align-content: start;
    width: min(22rem, calc(100vw - 2.25rem));
    min-width: 0;
    height: 100dvh;
    padding: 5.35rem 1rem 1.25rem;
    border-right: 1px solid rgba(16, 19, 26, 0.1);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 247, 242, 0.95)),
      var(--paper);
    box-shadow: 24px 0 70px rgba(16, 19, 26, 0.18);
    opacity: 0;
    pointer-events: none;
    transform: translateX(calc(-100% - 1rem));
    transition: opacity 0.22s ease, transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
    backdrop-filter: blur(22px);
  }

  .site-nav a {
    padding: 0.98rem 1rem;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 1rem;
  }

  .site-nav a:hover {
    border-color: rgba(134, 31, 65, 0.12);
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .hero,
  .project-wide,
  .stihl-project.project-wide,
  .hess-project.project-wide,
  .kitchen-project.project-wide,
  .airfoil-project.project-wide,
  .guitar-project.project-wide,
  .workflow-dashboard,
  .workflow-detail-grid,
  .split-layout,
  .resume-strip,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    max-width: 13ch;
  }

  .hero-visual {
    min-height: 26rem;
  }

  .project-grid {
    gap: 1.25rem;
  }

  .project-media {
    min-height: clamp(24rem, 58vw, 34rem);
  }

  .guitar-media {
    place-items: center;
    min-height: 28.5rem;
  }

  .guitar-board {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 36.75rem;
    height: 31rem;
    min-height: 0;
    transform-origin: center center;
    transform: translate(-50%, -50%) scale(0.9);
  }

  .project-content {
    padding: clamp(1.25rem, 4vw, 2rem);
  }

  .project-grid,
  .process-timeline,
  .feature-columns,
  .metric-grid,
  .workflow-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .equation-grid,
  .engineering-notes,
  .project-skill-grid {
    grid-template-columns: 1fr;
  }

  .ionic-media {
    min-height: clamp(35rem, 72vw, 42rem);
  }

  .thruster-visual {
    grid-template-rows: auto minmax(28rem, 1fr);
  }

  .thruster-schematic {
    min-height: 28rem;
  }

  .view-toggle button {
    min-height: 2.35rem;
  }

  .workflow-detail {
    min-height: 0;
  }

  .evidence-controls,
  .evidence-proof-card {
    grid-template-columns: 1fr;
  }

  .evidence-matrix {
    display: grid;
    gap: 0.75rem;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .evidence-head {
    position: static;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
  }

  .evidence-head > div {
    grid-column: 1 / -1;
  }

  .evidence-head > div,
  .evidence-head button {
    min-height: 2.9rem;
  }

  .evidence-row {
    min-width: 0;
    grid-template-columns: 1fr;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background: rgba(7, 13, 18, 0.62);
  }

  .evidence-row + .evidence-row {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .evidence-project-cell {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .evidence-cell {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .evidence-cell::before {
    content: attr(data-stage-label);
    display: block;
    margin-bottom: 0.42rem;
    color: var(--lime);
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .btn {
    min-height: 2.85rem;
    justify-content: center;
  }

  .evidence-proof-breakdown {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-actions {
    justify-content: flex-start;
  }

  .resume-strip .btn {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .brand-text {
    display: inline;
    font-size: 0.82rem;
  }

  .section-shell,
  .stats-band {
    width: min(100% - 1.25rem, 1120px);
  }

  .site-footer {
    padding: 0.85rem 0.625rem;
  }

  .ai-disclosure-dialog {
    width: calc(100% - 1.25rem);
    max-height: calc(100dvh - 1.25rem);
    padding: 3.6rem 1.15rem 1.35rem;
  }

  .ai-disclosure-close {
    top: 0.65rem;
    right: 0.65rem;
  }

  .hero-actions,
  .contact-actions,
  .ionic-actions,
  .project-links {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn,
  .contact-actions .btn,
  .ionic-actions .btn,
  .project-links .btn,
  .resume-strip .btn {
    width: 100%;
  }

  .project-grid {
    gap: 1.35rem;
  }

  .project-card {
    display: grid;
  }

  .project-content {
    padding: 1.1rem;
  }

  .project-content p {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .project-media {
    min-height: clamp(21rem, 86vw, 31rem);
  }

  .stats-band,
  .project-grid,
  .process-timeline,
  .feature-columns,
  .metric-grid,
  .workflow-steps {
    grid-template-columns: 1fr;
  }

  .workflow-section {
    margin-top: clamp(3rem, 12vw, 5rem);
  }

  .workflow-step-button {
    min-height: 5.9rem;
  }

  .workflow-proof-top {
    grid-template-columns: 1fr;
  }

  .workflow-proof-visual {
    min-height: 7.5rem;
  }

  .evidence-matrix {
    display: grid;
    gap: 0.75rem;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .evidence-head {
    position: static;
    min-width: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
  }

  .evidence-head > div {
    grid-column: 1 / -1;
  }

  .evidence-head > div,
  .evidence-head button {
    min-height: 2.8rem;
  }

  .evidence-row {
    min-width: 0;
    grid-template-columns: 1fr;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background: rgba(7, 13, 18, 0.62);
  }

  .evidence-row + .evidence-row {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .evidence-project-cell {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .evidence-cell {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .evidence-cell::before {
    content: attr(data-stage-label);
    display: block;
    margin-bottom: 0.42rem;
    color: var(--lime);
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .evidence-proof-breakdown {
    grid-template-columns: 1fr;
  }

  .tool-media {
    min-height: auto;
    padding: 0.65rem;
  }

  .feature-marker {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 0.92rem;
  }

  .feature-detail {
    min-height: auto;
    padding: 0.85rem;
  }

  .hess-media {
    min-height: clamp(24rem, 92vw, 30rem);
    padding: 0;
  }

  .kitchen-media {
    min-height: clamp(27rem, 100vw, 33rem);
  }

  .airfoil-media {
    min-height: clamp(25rem, 96vw, 32rem);
  }

  .guitar-media {
    min-height: clamp(21rem, 80vw, 23.2rem);
  }

  .pen-media {
    min-height: 22rem;
  }

  .pen-stylus {
    left: 9%;
    width: 78%;
  }

  .paste-window {
    right: 7%;
    bottom: 13%;
    width: min(13rem, 76%);
  }

  .code-chip {
    left: 7%;
    font-size: 0.78rem;
  }

  .airfoil-plot {
    inset: 15% 2% 8%;
    width: 96%;
    height: 78%;
  }

  .kitchen-scene {
    min-height: 28rem;
  }

  .kitchen-wall {
    top: 14%;
    left: 5%;
    right: 5%;
  }

  .kitchen-island {
    left: 23%;
    width: 56%;
  }

  .kitchen-stool {
    width: 2.15rem;
  }

  .drafting-board {
    min-height: 26rem;
  }

  .drafting-readout {
    right: 0.7rem;
    bottom: 0.7rem;
    left: 0.7rem;
    width: auto;
  }

  .ionic-media {
    min-height: clamp(38rem, 142vw, 45rem);
    padding: 0.65rem;
  }

  .thruster-visual {
    grid-template-rows: auto minmax(30rem, 1fr);
  }

  .model-header {
    gap: 0.65rem;
  }

  .interactive-hint {
    font-size: 0.76rem;
    line-height: 1.45;
  }

  .view-toggle {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex-wrap: wrap;
    gap: 0.2rem;
  }

  .view-toggle button {
    min-height: 2.55rem;
    padding: 0.55rem 0.45rem;
    font-size: 0.66rem;
    white-space: normal;
  }

  .view-toggle button:last-child {
    grid-column: 1 / -1;
  }

  .thruster-schematic {
    min-height: 30rem;
  }

  .emitter-ring {
    left: 18%;
  }

  .collector-ring {
    left: 79%;
  }

  .field-hotspot {
    inset: 29% 17% 37% 27%;
  }

  .airflow-hotspot {
    right: 0.5%;
    width: 6.8rem;
  }

  .physics-info-card {
    left: 0.65rem;
    bottom: 0.65rem;
    width: calc(100% - 1.3rem);
    min-height: 0;
    padding: 0.65rem 0.72rem;
  }

  .physics-info-card h4 {
    font-size: 1rem;
  }

  .physics-info-card li {
    font-size: 0.72rem;
    line-height: 1.25;
  }

  .electrode-tag {
    display: none;
  }

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

  .ionic-metrics div {
    padding: 0.82rem 0.72rem;
  }

  .ionic-metrics strong {
    font-size: 1.02rem;
  }

  .physics-panel,
  .engineering-notes section,
  .project-skill-grid section {
    padding: 0.95rem;
  }

  .equation-grid {
    gap: 0.65rem;
  }

  .equation-grid article {
    padding: 0.82rem;
  }

  .equation {
    font-size: 1.06rem;
  }

  h1 {
    font-size: clamp(2.35rem, 13vw, 3.6rem);
  }

  h2 {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .hero-visual {
    min-height: 22rem;
  }

  .thruster-card {
    transform: none;
  }

  .skill-row {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }
}

@media (max-width: 1024px) {
  .evidence-controls {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 0.82rem;
  }

  .evidence-controls > div {
    min-width: 0;
  }

  .evidence-search {
    display: grid;
    gap: 0.45rem;
    margin: 0 0 0.85rem;
  }

  .evidence-search span {
    margin-bottom: 0;
  }

  .evidence-search input {
    width: 100%;
    min-height: 2.85rem;
    padding: 0.72rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(7, 13, 18, 0.68);
    color: white;
    font: inherit;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  }

  .evidence-search input::placeholder {
    color: rgba(255, 255, 255, 0.42);
  }

  .evidence-search input:focus {
    border-color: rgba(189, 211, 90, 0.54);
    background: rgba(7, 13, 18, 0.86);
    box-shadow: 0 0 0 3px rgba(189, 211, 90, 0.11);
  }

  .evidence-filters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(8.2rem, 100%), 1fr));
    max-width: 100%;
    min-width: 0;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-inline: 0;
    overflow: visible;
    padding: 0;
  }

  .evidence-filters::-webkit-scrollbar {
    display: none;
  }

  .evidence-filters button {
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
    min-height: 2.5rem;
    padding: 0.58rem 0.82rem;
    white-space: normal;
  }

  .evidence-controls p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
  }

  .evidence-matrix {
    display: grid;
    gap: 0.72rem;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .evidence-head,
  .evidence-proof-card {
    display: none;
  }

  .evidence-row {
    display: grid;
    grid-template-columns: 1fr;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
      rgba(7, 13, 18, 0.66);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }

  .evidence-row + .evidence-row {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .evidence-row:hover,
  .evidence-row.is-selected {
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04)),
      rgba(7, 13, 18, 0.72);
  }

  .evidence-row.is-selected:not(.is-expanded) {
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
  }

  .evidence-row.is-expanded {
    border-color: rgba(189, 211, 90, 0.38);
    box-shadow:
      inset 3px 0 0 var(--lime),
      0 18px 46px rgba(0, 0, 0, 0.24);
  }

  .evidence-row.is-muted {
    opacity: 1;
    filter: none;
  }

  .evidence-row.is-search-hidden {
    display: none;
  }

  .evidence-project-cell {
    position: relative;
    display: grid;
    gap: 0.52rem;
    width: 100%;
    min-height: 0;
    padding: 1rem 3rem 1rem 1rem;
    border: 0;
    background: transparent;
  }

  .evidence-project-cell::after {
    content: "";
    position: absolute;
    top: 1.18rem;
    right: 1.1rem;
    width: 0.62rem;
    height: 0.62rem;
    border-right: 2px solid rgba(189, 211, 90, 0.76);
    border-bottom: 2px solid rgba(189, 211, 90, 0.76);
    transform: rotate(45deg);
    transition: transform 0.2s ease, top 0.2s ease, border-color 0.2s ease;
  }

  .evidence-row.is-expanded .evidence-project-cell::after {
    top: 1.42rem;
    border-color: white;
    transform: rotate(225deg);
  }

  .evidence-project-cell strong {
    max-width: 28rem;
    font-size: clamp(1rem, 3.2vw, 1.14rem);
  }

  .evidence-project-cell > span:not(.mobile-project-tags):not(.mobile-project-action) {
    margin-top: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.8rem;
  }

  .mobile-project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.08rem;
  }

  .evidence-project-cell .mobile-project-tags span {
    display: inline-flex;
    margin-top: 0;
    padding: 0.3rem 0.45rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.66rem;
    font-weight: 850;
    line-height: 1;
  }

  .evidence-project-cell .mobile-project-action {
    display: inline-flex;
    width: max-content;
    margin-top: 0.05rem;
    color: var(--lime);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  .evidence-cell {
    display: none;
  }

  .mobile-evidence-detail.is-open:not([hidden]) {
    display: grid;
    gap: 0.9rem;
    margin: 0 0.7rem 0.78rem;
    padding: 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 10px;
    background:
      radial-gradient(circle at 90% 8%, rgba(189, 211, 90, 0.13), transparent 10rem),
      linear-gradient(135deg, rgba(134, 31, 65, 0.2), rgba(255, 255, 255, 0.055)),
      rgba(7, 13, 18, 0.9);
  }

  .mobile-detail-top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
  }

  .mobile-detail-top .project-kicker {
    margin: 0 0 0.42rem;
    color: var(--lime);
  }

  .mobile-detail-top h3 {
    margin: 0;
    font-size: clamp(1.22rem, 4.5vw, 1.68rem);
    line-height: 1.08;
  }

  .mobile-detail-type,
  .mobile-detail-summary,
  .mobile-detail-output p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.88rem;
    line-height: 1.58;
  }

  .mobile-detail-type {
    margin-top: 0.42rem;
    font-weight: 820;
  }

  .mobile-detail-close {
    flex: 0 0 auto;
    min-height: 2.35rem;
    padding: 0.45rem 0.68rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
    cursor: pointer;
    font: inherit;
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mobile-detail-tools {
    display: flex;
    flex-wrap: wrap;
    gap: 0.38rem;
  }

  .mobile-detail-tools span {
    padding: 0.34rem 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.68rem;
    font-weight: 850;
  }

  .mobile-detail-timeline {
    position: relative;
    display: grid;
    gap: 0.7rem;
    margin: 0.05rem 0;
  }

  .mobile-detail-timeline::before {
    content: "";
    position: absolute;
    top: 0.55rem;
    bottom: 0.55rem;
    left: 0.95rem;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(var(--vt-maroon), var(--lime));
    opacity: 0.72;
  }

  .mobile-detail-step {
    position: relative;
    display: grid;
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.68rem;
    align-items: start;
  }

  .mobile-step-index {
    position: relative;
    z-index: 1;
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border: 1px solid rgba(189, 211, 90, 0.48);
    border-radius: 50%;
    background: rgba(12, 21, 24, 0.96);
    color: var(--lime);
    font-size: 0.68rem;
    font-weight: 950;
  }

  .mobile-step-card {
    padding: 0.76rem;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
  }

  .mobile-step-card span,
  .mobile-detail-output span {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--lime);
    font-size: 0.72rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mobile-step-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .mobile-detail-output {
    padding: 0.78rem;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
  }

  .mobile-detail-link {
    justify-self: start;
  }
}

@media (max-width: 560px) {
  .evidence-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .guitar-board {
    transform: translate(-50%, -50%) scale(0.72);
  }

  .airfoil-chip {
    max-width: calc(100% - 1.4rem);
    white-space: normal;
    text-align: center;
  }

  .mobile-detail-top {
    display: grid;
  }

  .mobile-detail-close {
    justify-self: start;
  }

  .mobile-evidence-detail.is-open:not([hidden]) {
    margin-inline: 0.55rem;
    padding: 0.85rem;
  }

  .mobile-detail-link {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .guitar-media {
    min-height: 20.4rem;
  }

  .guitar-board {
    transform: translate(-50%, -50%) scale(0.62);
  }
}

@media (max-width: 380px) {
  .guitar-media {
    min-height: 17.2rem;
  }

  .guitar-board {
    transform: translate(-50%, -50%) scale(0.52);
  }
}

@media (max-width: 340px) {
  .guitar-media {
    min-height: 15.6rem;
  }

  .guitar-board {
    transform: translate(-50%, -50%) scale(0.47);
  }
}

@media (prefers-reduced-motion: no-preference) {
  body,
  .site-header,
  .stats-band,
  .stats-band div,
  .resume-strip,
  .project-card,
  .tag-list li,
  .metric-grid div,
  .plasma-note,
  .physics-panel,
  .engineering-notes section,
  .equation-grid article,
  .project-skill-grid section,
  .contact-section {
    transition:
      background-color 0.24s ease,
      border-color 0.24s ease,
      box-shadow 0.24s ease,
      color 0.24s ease;
  }

  .site-footer,
  .ai-disclosure-dialog {
    transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease;
  }

  .ai-disclosure-dialog[open] {
    animation: aiDisclosureEnter 0.22s ease-out;
  }

  .ai-disclosure-dialog[open]::backdrop {
    animation: aiDisclosureBackdropEnter 0.22s ease-out;
  }
}

@keyframes aiDisclosureEnter {
  from {
    opacity: 0;
    transform: translateY(0.65rem) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes aiDisclosureBackdropEnter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

html[data-theme="dark"] {
  color-scheme: dark;
  --ink: #edf4f7;
  --muted: #aeb9c4;
  --line: rgba(226, 238, 248, 0.15);
  --paper: #0b1118;
  --panel: #111a22;
  --vt-maroon: #b83a66;
  --vt-orange: #ff9348;
  --sky: #67bee8;
  --teal: #38cfbd;
  --lime: #d1e86b;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

html[data-theme="dark"] body {
  background:
    radial-gradient(circle at 14% 9%, rgba(184, 58, 102, 0.16), transparent 31rem),
    radial-gradient(circle at 82% 16%, rgba(56, 207, 189, 0.12), transparent 34rem),
    linear-gradient(180deg, #080d13 0%, var(--paper) 46%, #0d171c 100%);
  color: var(--ink);
}

html[data-theme="dark"] .cursor-light {
  color: rgba(56, 207, 189, 0.18);
}

html[data-theme="dark"] .cursor-light.is-workflow-active {
  color: rgba(209, 232, 107, 0.24);
}

html[data-theme="dark"] .site-header {
  border-bottom-color: rgba(226, 238, 248, 0.1);
  background: rgba(9, 14, 20, 0.86);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
}

html[data-theme="dark"] .brand-text {
  color: var(--ink);
}

html[data-theme="dark"] .brand-mark {
  box-shadow: 0 8px 24px rgba(184, 58, 102, 0.28);
}

html[data-theme="dark"] .site-nav a {
  color: rgba(237, 244, 247, 0.78);
}

html[data-theme="dark"] .site-nav a:hover {
  background: rgba(209, 232, 107, 0.1);
  color: white;
}

html[data-theme="dark"] .nav-toggle,
html[data-theme="dark"] .theme-toggle {
  border-color: rgba(226, 238, 248, 0.14);
  background: rgba(18, 27, 36, 0.88);
  color: rgba(237, 244, 247, 0.82);
}

html[data-theme="dark"] .nav-toggle span {
  background: var(--ink);
}

html[data-theme="dark"] .nav-toggle.is-open,
html[data-theme="dark"] .theme-toggle:hover {
  border-color: rgba(209, 232, 107, 0.34);
  background: rgba(209, 232, 107, 0.1);
  color: white;
}

html[data-theme="dark"] .theme-toggle-icon {
  background: #e8f1ff;
  box-shadow:
    inset -0.34rem -0.18rem 0 #17202b,
    0 0 14px rgba(103, 190, 232, 0.22);
}

html[data-theme="dark"] .theme-toggle:focus-visible {
  outline-color: rgba(209, 232, 107, 0.32);
}

html[data-theme="dark"] .accent-text {
  background: linear-gradient(90deg, var(--vt-orange), var(--lime), var(--sky));
  -webkit-background-clip: text;
  background-clip: text;
}

html[data-theme="dark"] .btn.primary {
  box-shadow: 0 14px 36px rgba(184, 58, 102, 0.26);
}

html[data-theme="dark"] .btn.ghost {
  border-color: rgba(226, 238, 248, 0.15);
  background: rgba(226, 238, 248, 0.08);
  color: var(--ink);
}

html[data-theme="dark"] .btn.ghost:hover {
  background: rgba(226, 238, 248, 0.12);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
}

html[data-theme="dark"] .stats-band {
  border-color: var(--line);
  background: rgba(226, 238, 248, 0.12);
  box-shadow: var(--shadow);
}

html[data-theme="dark"] .stats-band div {
  background: rgba(15, 23, 31, 0.88);
}

html[data-theme="dark"] .resume-strip,
html[data-theme="dark"] .project-card {
  border-color: var(--line);
  background:
    linear-gradient(135deg, rgba(226, 238, 248, 0.07), rgba(56, 207, 189, 0.035)),
    rgba(13, 20, 28, 0.9);
  box-shadow: var(--shadow);
}

html[data-theme="dark"] .resume-strip p:not(.eyebrow) {
  color: var(--muted);
}

html[data-theme="dark"] .project-kicker,
html[data-theme="dark"] .physics-panel h4,
html[data-theme="dark"] .engineering-notes h4,
html[data-theme="dark"] .project-skill-grid h4 {
  color: var(--vt-maroon);
}

html[data-theme="dark"] .tag-list li {
  border-color: rgba(226, 238, 248, 0.14);
  background: rgba(226, 238, 248, 0.08);
  color: rgba(237, 244, 247, 0.82);
}

html[data-theme="dark"] .metric-grid div,
html[data-theme="dark"] .physics-panel,
html[data-theme="dark"] .engineering-notes section,
html[data-theme="dark"] .project-skill-grid section {
  border-color: rgba(226, 238, 248, 0.14);
  background:
    linear-gradient(135deg, rgba(184, 58, 102, 0.11), rgba(103, 190, 232, 0.07)),
    rgba(15, 23, 31, 0.78);
}

html[data-theme="dark"] .plasma-note {
  border-left-color: rgba(159, 132, 255, 0.62);
  background: rgba(120, 88, 255, 0.13);
  color: rgba(229, 235, 255, 0.76);
}

html[data-theme="dark"] .curiosity-line {
  color: rgba(237, 244, 247, 0.72);
}

html[data-theme="dark"] .equation-grid article {
  border-color: rgba(226, 238, 248, 0.12);
  background: rgba(226, 238, 248, 0.07);
}

html[data-theme="dark"] .equation {
  color: #eef6ff;
}

html[data-theme="dark"] .field-context {
  border-top-color: rgba(226, 238, 248, 0.1);
}

html[data-theme="dark"] .workflow-section {
  background: linear-gradient(135deg, #080d13, #12252d 58%, #0b1118);
}

html[data-theme="dark"] .workflow-section::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
}

html[data-theme="dark"] .evidence-controls,
html[data-theme="dark"] .evidence-matrix,
html[data-theme="dark"] .evidence-proof-card {
  border-color: rgba(226, 238, 248, 0.13);
}

html[data-theme="dark"] .contact-section {
  background: linear-gradient(135deg, #6f1936, #14232b 72%, #0b1118);
}

html[data-theme="dark"] .contact-section .btn.ghost {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

html[data-theme="dark"] .personal-hero-card {
  border-color: rgba(226, 238, 248, 0.14);
  box-shadow: var(--shadow);
}

html[data-theme="dark"] .interest-icon {
  color: #07131d;
}

@media (max-width: 860px) {
  .theme-toggle {
    justify-content: space-between;
    width: 100%;
    min-height: 3.05rem;
    margin-top: 0.35rem;
    padding: 0.98rem 1rem;
    border-radius: 8px;
    font-size: 1rem;
  }

  .theme-toggle-text::after {
    content: " Mode";
  }

  html[data-theme="dark"] .site-nav {
    border-right-color: rgba(226, 238, 248, 0.12);
    background:
      linear-gradient(180deg, rgba(9, 14, 20, 0.98), rgba(12, 20, 27, 0.96)),
      var(--paper);
    box-shadow: 24px 0 70px rgba(0, 0, 0, 0.42);
  }

  html[data-theme="dark"] .site-nav a:hover {
    border-color: rgba(209, 232, 107, 0.18);
  }
}

@media (max-width: 860px) {
  .hero-visual {
    min-height: clamp(24rem, 78vw, 28rem);
  }

  .personal-hero-card {
    transform: none;
  }

  .interest-orbit,
  .interest-orbit .interest-icon {
    animation-duration: 88s;
  }

  .field-ring-one {
    width: 43%;
    height: 30%;
  }

  .field-ring-two {
    width: 63%;
    height: 45%;
  }

  .field-ring-three {
    width: 82%;
    height: 59%;
  }

  .interest-icon {
    width: clamp(2.55rem, 8.5vw, 3.05rem);
  }

  .vt-anchor {
    width: clamp(5.5rem, 18vw, 6.8rem);
  }

  .interest-cross {
    top: 14%;
  }

  .interest-pingpong {
    top: 21%;
    left: 69%;
  }

  .interest-rocket {
    top: 39%;
    left: 83%;
  }

  .interest-friends,
  .interest-bible {
    left: 19%;
  }

  .interest-plane {
    top: 61%;
    left: 81%;
  }
}

@media (max-width: 560px) {
  .hero-visual {
    min-height: clamp(24rem, 110vw, 29rem);
  }

  .personal-hero-card::before {
    inset: 6%;
    background-size: 24px 24px;
  }

  .plasma-orb {
    width: 12rem;
    height: 12rem;
  }

  .personal-hero-card {
    animation-duration: 28s;
  }

  .interest-orbit,
  .interest-orbit .interest-icon {
    animation-duration: 96s;
  }

  .plasma-atmosphere::before,
  .plasma-atmosphere::after {
    opacity: 0.2;
  }

  .field-ring-one {
    width: 42%;
    height: 28%;
  }

  .field-ring-two {
    width: 65%;
    height: 44%;
  }

  .field-ring-three {
    width: 86%;
    height: 60%;
  }

  .vt-anchor {
    width: clamp(4.9rem, 25vw, 6rem);
  }

  .interest-icon {
    width: clamp(2.22rem, 10.5vw, 2.65rem);
  }

  .interest-cross {
    top: 14%;
    left: 50%;
  }

  .interest-pingpong {
    top: 21%;
    left: 69%;
  }

  .interest-rocket {
    top: 39%;
    left: 83%;
  }

  .interest-plane {
    top: 61%;
    left: 81%;
  }

  .interest-soccer {
    top: 79%;
    left: 69%;
  }

  .interest-music {
    top: 79%;
    left: 31%;
  }

  .interest-bible {
    top: 61%;
    left: 19%;
  }

  .interest-friends {
    top: 39%;
    left: 17%;
  }

  .interest-bike {
    top: 21%;
    left: 31%;
  }

  .interest-hiking {
    top: 84%;
    left: 50%;
  }
}
