:root {
  --accent: #00ff9d;
  --bg-card: #151518;
  --bg-dark: #0a0a0c;
  --text-dim: #a0a0a0;
  --font-mono: "Fira Code", monospace;
  --text-main: #e0e0e0;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --accent-glow: rgba(0, 255, 157, 0.3);
  --font-display: "Inter", system-ui, -apple-system, sans-serif;
  --dl-layout-size-large: 144px;
  --dl-layout-size-small: 48px;
  --dl-layout-space-unit: 16px;
  --dl-layout-size-medium: 96px;
  --dl-layout-size-xlarge: 192px;
  --dl-layout-size-xsmall: 16px;
  --dl-color-theme-accent1: #FFFFFF;
  --dl-color-theme-accent2: #F5D1B0;
  --dl-layout-radius-round: 50%;
  --dl-layout-size-xxlarge: 288px;
  --dl-color-theme-primary1: #BF4408;
  --dl-color-theme-primary2: #E65103;
  --dl-layout-size-maxwidth: 1400px;
  --dl-layout-radius-radius2: 2px;
  --dl-layout-radius-radius4: 4px;
  --dl-layout-radius-radius8: 8px;
  --dl-layout-space-halfunit: 8px;
  --dl-layout-space-sixunits: 96px;
  --dl-layout-space-twounits: 32px;
  --dl-color-theme-secondary1: #FFFFFF;
  --dl-color-theme-secondary2: #FBF1EB;
  --dl-layout-space-fiveunits: 80px;
  --dl-layout-space-fourunits: 64px;
  --dl-layout-space-threeunits: 48px;
  --dl-color-theme-neutral-dark: #191818;
  --dl-layout-radius-cardradius: 8px;
  --dl-color-theme-neutral-light: #FBFAF9;
  --dl-layout-radius-imageradius: 8px;
  --dl-layout-radius-inputradius: 24px;
  --dl-layout-radius-buttonradius: 24px;
  --dl-layout-space-oneandhalfunits: 24px;
}
 
.button {
  color: var(--dl-color-theme-neutral-dark);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.textarea {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-theme-neutral-light);
}
 
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
 
.list-item {
  display: list-item;
}
 
.teleport-show {
  display: flex !important;
  transform: none !important;
}
 
.custom-input {
  color: var(--dl-color-theme-neutral-dark);
  cursor: auto;
  outline: none;
  padding: 0.5rem 1rem;
  align-self: stretch;
  text-align: center;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: var(--dl-layout-radius-inputradius);
  background-color: var(--dl-color-theme-neutral-light);
}
 
.custom-input:focus {
  outline: 1px solid var(--dl-color-theme-primary1);
}
 
.custom-button-filled {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
  background-color: var(--dl-color-theme-primary1);
}
 
.custom-button-filled:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.custom-button-outline {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  border: 1px solid;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.custom-button-outline:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-secondary2);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.custom-button-flat {
  gap: var(--dl-layout-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: bold;
  padding-top: var(--dl-layout-space-halfunit);
  white-space: nowrap;
  border-color: transparent;
  border-width: 1px;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  border-radius: var(--dl-layout-radius-buttonradius);
  padding-right: var(--dl-layout-space-oneandhalfunits);
  padding-bottom: var(--dl-layout-space-halfunit);
  justify-content: center;
}
 
.custom-button-flat:hover {
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  border-color: var(--dl-color-theme-primary2);
  background-color: var(--dl-color-theme-primary2);
}
 
.custom-heading-1 {
  font-size: 48px;
  font-family: STIX Two Text;
  font-weight: 700;
  line-height: 1.5;
}
 
.custom-heading-2 {
  font-size: 35px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.custom-heading-3 {
  font-size: 26px;
  font-family: STIX Two Text;
  font-weight: 600;
  line-height: 1.5;
}
 
.custom-body-large {
  font-size: 18px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.custom-body-small {
  font-size: 16px;
  font-family: Noto Sans;
  line-height: 1.5;
}
 
.custom-team-image-round {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
 
.custom-section-padding {
  width: 100%;
  display: flex;
  padding: var(--dl-layout-space-fiveunits);
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.custom-section-max-width {
  width: 100%;
  max-width: var(--dl-layout-size-maxwidth);
}
 
.custom-img-ratio-1-1 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.custom-img-ratio-16-9 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.custom-img-ratio-4-3 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.custom-img-ratio-4-6 {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/6;
  border-radius: var(--dl-layout-radius-imageradius);
}
 
.custom-img-round {
  width: 100%;
  border-radius: var(--dl-layout-radius-round);
}
 
.custom-flex-column {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.custom-flex-row {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
}
 
.custom-grid-6 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
 
.custom-grid-5 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
 
.custom-card {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  padding: var(--dl-layout-space-twounits);
  align-items: stretch;
  border-radius: var(--dl-layout-radius-cardradius);
  flex-direction: column;
}
 
.custom-box-shadow {
  box-shadow: 0px 0px 5px -2px var(--dl-color-theme-neutral-dark);
}
 
.custom-grid-3 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr;
}
 
.custom-grid-4 {
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
 
.custom-grid-2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-twounits);
  grid-template-columns: 1fr 1fr;
}
 
.custom-checkbox {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.custom-select {
  cursor: pointer;
  appearance: none;
  padding-top: var(--dl-layout-space-halfunit);
  padding-left: var(--dl-layout-space-unit);
  border-radius: var(--dl-layout-radius-inputradius);
  padding-right: var(--dl-layout-space-twounits);
  padding-bottom: var(--dl-layout-space-halfunit);
  background-color: var(--dl-color-theme-neutral-light);
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg width%3D%2220%22 height%3D%2220%22 xmlns%3D%22http%3A//www.w3.org/2000/svg%22 viewBox%3D%220 0 20 20%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M4.293 7.293a1 1 0 011.414 0L10 11.586l4.293-4.293a1 1 0 111.414 1.414l-5 5a1 1 0 01-1.414 0l-5-5a1 1 0 010-1.414z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 8px center;
}
 
.custom-divider-horizontal {
  width: 100%;
  height: 1px;
  background-color: var(--dl-color-theme-neutral-dark);
}
 
.custom-icon-small {
  width: 24px;
  height: 24px;
}
 
.custom-button-icon {
  fill: var(--dl-color-theme-secondary1);
  padding: 3px;
  transition: 0.3s;
  border-radius: var(--dl-layout-radius-round);
}
 
.custom-button-icon:hover {
  fill: var(--dl-color-theme-secondary2);
}
 
.custom-icon-medium {
  width: var(--dl-layout-size-small);
  height: var(--dl-layout-size-small);
}
 
.custom-icon-x-small {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.custom-link {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right, var(--dl-color-theme-primary1) 50%, var(--dl-color-theme-neutral-dark) 50%);
  transition: background-position 300ms ease;
  font-weight: 600;
  background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-text-fill-color: transparent;
}
 
.custom-link:hover {
  background-position: 0 100%;
}
 
.custom-grid-auto-300 {
  display: grid;
  grid-gap: var(--dl-layout-space-oneandhalfunits);
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
 
.custom-animated-group-vertical-reverse {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.custom-animated-group-horizontal-reverse {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
  animation-direction: reverse;
}
 
.custom-animated-group-vertical {
  gap: var(--dl-layout-space-unit);
  width: 100%;
  display: flex;
  animation: scroll-y 20s linear infinite;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
}
 
.custom-animated-group-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  animation: scroll-x 20s linear infinite;
  min-width: 100%;
  align-items: center;
  flex-shrink: 0;
  justify-content: space-around;
}
 
.custom-animated-group-container-vertical {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
 
.custom-animated-group-container-horizontal {
  gap: var(--dl-layout-space-unit);
  display: flex;
  overflow: hidden;
}
 
.custom-mask-image-vertical {
  mask-image: linear-gradient(to bottom, transparent, black 1%, black 99%, transparent);
}
 
.custom-mask-image-horizontal {
  mask-image: linear-gradient(to right, transparent, black 1%, black 99%, transparent);
}
 
.custom-img-scale {
  transition: 0.3s;
}
 
.custom-img-scale:hover {
  scale: 1.05;
}
 
.custom-animated-card-bg-1 {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent1);
}
 
.custom-animated-card-bg-2 {
  transition: transform 0.3s;
  border-radius: var(--dl-layout-radius-cardradius);
  background-color: var(--dl-color-theme-accent2);
}
 
.custom-button-animated {
  outline: none;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-width: 2px;
}
 
.custom-input::placeholder {
  text-align: center;
  vertical-align: middle;
}
 
.custom-animated-group-container-vertical:hover div {
  animation-play-state: paused;
}
 
.custom-animated-group-container-horizontal:hover div {
  animation-play-state: paused;
}
 
.custom-animated-card-bg-2:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(3deg) skew(0deg, 0deg);
}
 
.custom-animated-card-bg-1:has([data-animated="true"]:hover) {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-6deg) skew(0deg, 0deg);
}
 
.custom-button-animated:before {
  top: 0;
  left: -20%;
  color: var(--dl-color-theme-neutral-light);
  width: 200%;
  height: 101%;
  content: "";
  z-index: 1;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.5s;
  border-radius: var(--dl-layout-radius-buttonradius);
  background-color: var(--dl-color-theme-neutral-dark);
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}
 
.custom-button-animated:hover::before {
  color: var(--dl-color-theme-neutral-light);
  z-index: -1;
  transform: scaleX(1);
}
 
.hero-section {
  height: 100vh;
  display: flex;
  overflow: hidden;
  position: relative;
  background: var(--bg-cream);
  margin-top: 60px;
  min-height: 700px;
  align-items: center;
  justify-content: center;
}
 
.hero-video-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
 
.hero-content {
  gap: 4rem;
  width: 100%;
  display: grid;
  padding: 0 2rem;
  z-index: 2;
  position: relative;
  max-width: 1200px;
  align-items: center;
  grid-template-columns: 1fr 1fr;
}
 
.hero-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(245, 243, 239, 0.85);
}
 

 
.featured-project-preview {
  border: 2px solid var(--border-medium);
  padding: 1rem;
  position: relative;
  background: var(--bg-card);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
 
.hero-title {
  color: var(--text-dark);
  font-size: clamp(2rem, 4vw, 3rem);
  font-family: var(--font-mono);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
 
.hero-value-prop {
  color: var(--text-medium);
  font-size: 0.95rem;
  max-width: 500px;
  border-left: 3px solid var(--accent-amber);
  font-family: var(--font-mono);
  padding-left: 1rem;
}
 
.featured-video-container {
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 4px;
  margin-bottom: 1rem;
}
 
.featured-actions {
  gap: 1rem;
  display: flex;
}
 
.featured-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
 
.featured-badge {
  top: 1rem;
  left: 1rem;
  color: var(--text-dark);
  border: 1px solid var(--border-medium);
  padding: 0.3rem 0.8rem;
  position: absolute;
  font-size: 0.7rem;
  background: var(--bg-cream);
  font-family: var(--font-mono);
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
 
.btn {
  cursor: pointer;
  display: inline-flex;
  padding: 0.8rem 1.8rem;
  overflow: hidden;
  position: relative;
  font-size: 0.75rem;
  transition: var(--transition);
  align-items: center;
  font-family: var(--font-mono);
  font-weight: 600;
  border-radius: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
}
 
.btn-primary {
  color: var(--bg-cream);
  border: 2px solid var(--text-dark);
  background: var(--text-dark);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
 
.btn-secondary {
  color: var(--text-dark);
  border: 2px solid var(--border-medium);
  background: transparent;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}
 
.projects-grid-section {
  margin: 0 auto;
  padding: 4rem 2rem;
  position: relative;
  max-width: 1200px;
  background: var(--bg-cream);
}
 
.section-header {
  gap: 0.5rem;
  display: flex;
  text-align: left;
  align-items: center;
  margin-bottom: 3rem;
}
 
.projects-container {
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
 
.section-title {
  color: var(--text-dark);
  font-size: 1.4rem;
  font-family: var(--font-mono);
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
 
.header-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, var(--border-medium), transparent);
}
 
.project-card {
  border: 2px solid var(--border-medium);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  background: var(--bg-card);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  transition: var(--transition);
  border-radius: 0;
}
 
.project-image {
  height: 180px;
  overflow: hidden;
  position: relative;
  border-bottom: 2px solid var(--border-medium);
}
 
.project-info {
  padding: 1.25rem;
  background: var(--bg-light);
  border-top: 1px solid var(--border-light);
}
 
.project-tags {
  gap: 0.4rem;
  left: 1rem;
  bottom: 1rem;
  display: flex;
  position: absolute;
}
 
.project-name {
  color: var(--text-dark);
  font-size: 1rem;
  font-family: var(--font-mono);
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
 
.project-desc {
  color: var(--text-medium);
  font-size: 0.85rem;
  font-family: var(--font-sans);
  line-height: 1.5;
}
 
.project-detail-section {
  padding: 4rem 2rem;
  position: relative;
  background: var(--bg-cream);
}
 
.detail-hero {
  gap: 4rem;
  margin: 0 auto 4rem;
  display: grid;
  max-width: 1200px;
  align-items: start;
  grid-template-columns: 1fr 1.5fr;
}
 
.detail-grid {
  gap: 4rem;
  margin: 0 auto;
  display: grid;
  max-width: 1200px;
  grid-template-columns: 1fr 350px;
}
 

 
.detail-video {
  border: 1px solid var(--border-light);
  overflow: hidden;
  background: var(--text-dark);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  aspect-ratio: 16/9;
  border-radius: 4px;
}
 

 

 
.detail-title {
  color: var(--text-dark);
  font-size: 1.6rem;
  font-family: var(--font-mono);
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
 
.detail-tagline {
  color: var(--text-medium);
  font-size: 0.9rem;
  border-left: 3px solid var(--accent-amber);
  font-family: var(--font-mono);
  padding-left: 1rem;
  margin-bottom: 2rem;
}
 
.detail-ctas {
  gap: 1rem;
  display: flex;
}
 
.playable-embed {
  width: 100%;
  border: 2px solid var(--border-medium);
  display: flex;
  background: var(--bg-card);
  align-items: center;
  aspect-ratio: 16/9;
  border-radius: 0;
  margin-bottom: 4rem;
  justify-content: center;
}
 

 

 

 
.btn-outline {
  color: var(--text-dark);
  border: 2px solid var(--border-medium);
  background: transparent;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}
 
.embed-placeholder {
  color: var(--accent-amber);
  text-align: center;
  font-family: var(--font-mono);
}
 
.sub-title {
  color: var(--text-dark);
  font-size: 1.2rem;
  border-left: 3px solid var(--accent-amber);
  font-family: var(--font-mono);
  font-weight: 600;
  padding-left: 1rem;
  margin-bottom: 2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
 
.system-block {
  border: 2px solid var(--border-medium);
  padding: 1.5rem;
  background: var(--bg-card);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin-bottom: 3rem;
}
 

 

 
.facts-list {
  list-style: none;
  margin-top: 1rem;
}
 
.loader {
  width: 40px;
  border: 3px solid var(--border-medium);
  height: 40px;
  margin: 1rem auto;
  animation: spin 1s linear infinite;
  border-top: 3px solid var(--accent-amber);
  border-radius: 50%;
}
 
.system-gif {
  border: 2px solid var(--border-medium);
  overflow: hidden;
  margin-top: 1.5rem;
  border-radius: 0;
}
 

 
.code-caption {
  color: var(--text-medium);
  font-size: 0.8rem;
  font-style: normal;
  margin-top: 0.5rem;
  font-family: var(--font-mono);
}
 
.about-section {
  padding: 4rem 2rem;
  position: relative;
  background: var(--bg-cream);
}
 
.about-container {
  margin: 0 auto;
  display: flex;
  max-width: 1200px;
  justify-content: center;
}
 
.about-content {
  max-width: 800px;
  text-align: center;
}
 
.about-bio {
  color: var(--text-medium);
  margin: 2rem 0 4rem;
  font-size: 1.1rem;
  max-width: 700px;
  text-align: center;
  font-family: var(--font-sans);
  margin-left: auto;
  margin-right: auto;
}
 
.skills-grid {
  gap: 3rem;
  display: grid;
  text-align: left;
  margin-bottom: 4rem;
  grid-template-columns: 1fr 1fr;
}
 

 

 
.contact-section {
  padding: 8rem 2rem;
  background: #000;
  text-align: center;
}
 

 

 
.contact-links {
  gap: 3rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
  justify-content: center;
}
 
.contact-item {
  gap: 1rem;
  color: var(--text-main);
  display: flex;
  transition: var(--transition);
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}
 
.icon-placeholder {
  width: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 60px;
  display: flex;
  font-size: 2rem;
  background: var(--bg-card);
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
 
.btn-primary:hover {
  color: var(--accent);
  background: transparent;
  box-shadow: 0 0 20px var(--accent-glow);
}
 
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}
 
.btn-outline:hover {
  color: var(--accent);
  border-color: var(--accent);
}
 
.hero-video-bg  video {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  object-fit: cover;
}
 
.project-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
  border-color: var(--accent);
}
 
.project-card:hover .project-image img {
  scale: 1.1;
}
 
.project-image  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}
 
.project-tags  span {
  color: var(--accent);
  border: 1px solid var(--accent);
  padding: 0.2rem 0.6rem;
  font-size: 0.7rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
}
 
.detail-video  iframe {
  width: 100%;
  height: 100%;
}
 
.system-block  h3 {
  color: var(--accent);
  margin-bottom: 1rem;
}
 
.system-block  ul {
  list-style: none;
  margin-top: 1rem;
}
 
.system-block  li::before {
  color: var(--accent);
  content: "▹";
  margin-right: 0.5rem;
}
 
.system-gif  img {
  width: 100%;
}
 
.code-snippet-section  pre {
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin: 1.5rem 0 1rem;
  padding: 1.5rem;
  background: #011627;
  overflow-x: auto;
  border-radius: 8px;
}
 
.code-snippet-section  code {
  color: #d4a574;
  font-size: 0.9rem;
  font-family: var(--font-mono);
}
 
.detail-sidebar  > div {
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem;
  background: var(--bg-card);
  border-radius: 8px;
  margin-bottom: 2rem;
}
 
.facts-list  li {
  padding: 0.8rem 0;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
 
.facts-list  li:last-child {
  border: none;
}
 
.skill-category  h4 {
  color: var(--accent);
  margin-bottom: 1.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
 
.skill-category  ul {
  list-style: none;
}
 
.skill-category  li {
  font-weight: 500;
  margin-bottom: 0.8rem;
}
 
.contact-header  h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
 
.contact-item:hover {
  color: var(--accent);
  transform: translateY(-5px);
}
 
.tab-navigation {
  gap: 0.5rem;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  padding: 0.5rem 2rem;
  z-index: 100;
  position: fixed;
  background: var(--bg-cream);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  border-bottom: 2px solid var(--border-light);
  justify-content: center;
}
 
.tab-nav-item {
  gap: 0.5rem;
  color: var(--text-medium);
  border: 1px solid transparent;
  display: flex;
  padding: 0.6rem 1.2rem;
  position: relative;
  font-size: 0.75rem;
  transition: var(--transition);
  align-items: center;
  font-weight: 500;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}
 
.tab-nav-item  svg {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}
 
.tab-nav-item:hover {
  color: var(--text-dark);
  background: var(--bg-light);
  border-color: var(--border-light);
}
 
.tab-nav-item.active {
  color: var(--accent-cyan);
  background: rgba(0, 212, 255, 0.05);
  border-color: var(--accent-cyan);
}
 
.tab-nav-item.active::before {
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  content: '';
  position: absolute;
  background: var(--accent-cyan);
}
 
.hero-overlay::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 0.3;
  position: absolute;
  background-size: 60px 60px;
  background-image: linear-gradient(45deg, transparent 48%, rgba(208, 208, 208, 0.5) 49%, rgba(208, 208, 208, 0.5) 51%, transparent 52%),linear-gradient(-45deg, transparent 48%, rgba(208, 208, 208, 0.5) 49%, rgba(208, 208, 208, 0.5) 51%, transparent 52%);
}
 
.featured-project-preview::before {
  top: -1px;
  left: -1px;
  right: -1px;
  height: 3px;
  content: '';
  position: absolute;
  background: var(--accent-cyan);
  border-radius: 4px 4px 0 0;
}
 
.hero-title::before {
  color: var(--accent-cyan);
  content: '>';
  margin-right: 0.5rem;
}
 
.featured-badge::before {
  color: var(--accent-cyan);
  content: '◆';
  margin-right: 0.4rem;
}
 
.btn-primary::before {
  color: var(--accent-cyan);
  content: '▶';
  margin-right: 0.5rem;
}
 
.btn-secondary::before {
  color: var(--text-medium);
  content: '◈';
  margin-right: 0.5rem;
}
 
.projects-grid-section::before {
  top: 0;
  left: 50%;
  width: 200px;
  height: 2px;
  content: '';
  position: absolute;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, var(--border-medium), transparent);
}
 
.section-title::before {
  color: var(--accent-cyan);
  content: '//';
  margin-right: 0.5rem;
}
 
.project-card::before {
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  content: '';
  position: absolute;
  background: var(--border-light);
  transition: var(--transition);
}
 
.project-card:hover::before {
  background: var(--accent-cyan);
}
 
.project-name::before {
  color: var(--accent-cyan);
  content: '>';
  margin-right: 0.4rem;
}
 
.project-detail-section::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: '';
  position: absolute;
  background: linear-gradient(90deg, transparent, var(--border-light), transparent);
}
 
.detail-title::before {
  color: var(--accent-cyan);
  content: '◆';
  margin-right: 0.5rem;
}
 
.btn-outline::before {
  color: var(--text-medium);
  content: '◈';
  margin-right: 0.5rem;
}
 
.system-block  h3::before {
  color: var(--accent-cyan);
  content: '▸';
  margin-right: 0.5rem;
}
 
.about-section::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  content: '';
  position: absolute;
  background: linear-gradient(90deg, transparent, var(--border-light), transparent);
}
 
.about-content  .section-title {
  display: block;
  text-align: center;
}
 
.about-content  .section-title::after {
  width: 60px;
  height: 2px;
  margin: 1rem auto 0;
  content: '';
  display: block;
  background: var(--accent-cyan);
}
 
.skill-category::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  content: '';
  position: absolute;
  background: var(--accent-cyan);
  border-radius: 4px 4px 0 0;
}
 
.nav-tab {
  gap: 0.5rem;
  color: var(--text-medium);
  display: flex;
  padding: 1rem 1.5rem;
  font-size: 0.85rem;
  background: var(--bg-card);
  transition: var(--transition);
  align-items: center;
  font-family: var(--font-mono);
  border-right: 1px solid var(--border-light);
  letter-spacing: 1px;
  text-decoration: none;
}
 
.nav-tab:first-child {
  border-left: 1px solid var(--border-light);
}
 
.nav-tab:hover {
  color: var(--text-dark);
  background: var(--bg-cream);
}
 
.nav-tab.active {
  color: var(--text-dark);
  background: var(--bg-cream);
  border-bottom: 2px solid var(--accent-amber);
  margin-bottom: -2px;
}
 
.tab-indicator {
  font-size: 0.7rem;
}
 
.nav-tab.active .tab-indicator {
  color: var(--accent-amber);
}
 
.section-separator {
  height: 2px;
  margin: 0 auto 3rem;
  max-width: 1200px;
  background: linear-gradient(90deg, transparent, var(--border-medium), transparent);
}
 
.section-bullet {
  color: var(--accent-amber);
  font-size: 0.8rem;
  margin-right: 0.5rem;
}
 
.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
 
@media(max-width: 991px) {
  .custom-grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .hero-content {
    text-align: center;
    grid-template-columns: 1fr;
  }
  .featured-project-preview {
    margin: 0 auto;
    max-width: 600px;
    transform: none;
  }
  .hero-value-prop {
    margin: 0 auto 2rem;
  }
  .detail-hero {
    grid-template-columns: 1fr;
  }
  .detail-grid {
    grid-template-columns: 1fr;
  }
}
 
@media(max-width: 767px) {
  .custom-section-padding {
    padding: var(--dl-layout-space-threeunits);
  }
  .custom-flex-column {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .custom-flex-row {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .custom-grid-6 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .custom-grid-5 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr 1fr;
  }
  .custom-card {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .custom-grid-3 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr 1fr;
  }
  .custom-grid-4 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
  }
  .custom-grid-2 {
    grid-gap: var(--dl-layout-space-oneandhalfunits);
    grid-template-columns: 1fr;
  }
  .custom-img-scale {
    width: 100%;
  }
  .hero-title {
    font-size: 3rem;
  }
  .skills-grid {
    grid-template-columns: 1fr;
  }
  .contact-links {
    gap: 2rem;
  }
}
 
@media(max-width: 479px) {
  .custom-section-padding {
    padding: var(--dl-layout-space-oneandhalfunits);
  }
  .custom-flex-column {
    gap: var(--dl-layout-space-unit);
  }
  .custom-flex-row {
    gap: var(--dl-layout-space-unit);
  }
  .custom-grid-6 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .custom-grid-5 {
    grid-gap: var(--dl-layout-space-unit);
    grid-template-columns: 1fr 1fr;
  }
  .custom-grid-3 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    grid-template-columns: 1fr;
  }
  .custom-grid-4 {
    grid-gap: var(--dl-layout-space-unit);
    align-items: center;
    flex-direction: column;
    grid-template-columns: 1fr;
  }
  .custom-grid-2 {
    grid-gap: var(--dl-layout-space-unit);
  }
  .custom-grid-auto-300 {
    grid-template-columns: 1fr;
  }
  .hero-title {
    font-size: 2.2rem;
  }
  .featured-actions {
    flex-direction: column;
  }
  .detail-ctas {
    flex-direction: column;
  }
}
