@charset "UTF-8";
:root {
  color-scheme:dark;
  --bg:#090c0e;
  --panel:#0e1316;
  --text:#eef1f3;
  --muted:#9ca8af;
  --line:#293137;
  --cyan:#64ddec;
  --font:Arial,Helvetica,sans-serif
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:110px
}
body {
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:var(--font);
  font-size:16px;
  line-height:1.65
}
a {
  color:inherit;
  text-decoration:none
}
button,input,textarea {
  font:inherit
}
button,a,input,textarea {
  -webkit-tap-highlight-color:transparent
}
button {
  cursor:pointer
}
img {
  max-width:100%;
  height:auto;
  display:block
}
button {
  color:inherit
}
a,button {
  touch-action:manipulation
}
::selection {
  background:var(--cyan);
  color:var(--bg)
}
:focus-visible {
  outline:2px solid var(--cyan);
  outline-offset:5px
}
h1,h2,h3,p {
  margin-top:0
}
h1,h2,h3 {
  line-height:1.08
}
p {
  color:var(--muted)
}
.shell {
  width:min(100% - 40px,1280px);
  margin-inline:auto
}
.cyan {
  color:var(--cyan)
}
.eyebrow {
  font-family:Consolas,monospace;
  font-size:11px;
  font-weight:400;
  letter-spacing:1.8px;
  text-transform:uppercase;
  display:flex;
  align-items:center;
  gap:13px;
  color:var(--muted)
}
.eyebrow>span:first-child {
  color:var(--cyan)
}
.skip-link {
  position:fixed;
  top:-100px;
  left:20px;
  padding:12px;
  background:var(--cyan);
  color:#090c0e;
  z-index:100
}
.skip-link:focus {
  top:10px
}
.header {
  position:sticky;
  top:0;
  z-index:20;
  border-bottom:1px solid var(--line);
  background:rgba(9,12,14,.97)
}
.header-inner {
  min-height:84px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px
}
.brand {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:12px;
  letter-spacing:1.5px;
  font-weight:700;
  line-height:1.4
}
.brand img {
  width:43px;
  height:43px
}
.brand-sub {
  display:block;
  font-family:Consolas,monospace;
  font-size:8px;
  letter-spacing:1px;
  color:var(--muted);
  margin-top:5px
}
.header-actions {
  display:flex;
  gap:16px;
  align-items:center
}
.languages {
  display:flex;
  align-items:center;
  gap:3px;
  font:11px Consolas,monospace
}
.languages button {
  min-width:30px;
  min-height:44px;
  background:none;
  border:0;
  color:var(--muted)
}
.languages button[aria-pressed=true] {
  color:var(--cyan)
}
.languages>span {
  color:#58636b
}
.menu-toggle {
  width:40px;
  height:44px;
  border:1px solid var(--line);
  background:none;
  padding:10px
}
.menu-toggle span {
  display:block;
  height:1px;
  margin:6px 0;
  background:var(--text);
  transition:transform .2s
}
.menu-toggle[aria-expanded=true] span:first-child {
  transform:translateY(3.5px) rotate(45deg)
}
.menu-toggle[aria-expanded=true] span:last-child {
  transform:translateY(-3.5px) rotate(-45deg)
}
nav {
  display:none
}
nav.open {
  display:flex;
  position:absolute;
  inset:84px 0 auto;
  background:var(--panel);
  border-bottom:1px solid var(--line);
  padding:24px;
  flex-direction:column;
  gap:6px;
  max-height:calc(100dvh - 84px);
  overflow:auto
}
nav a {
  font-size:14px;
  color:#b6bec4;
  padding:10px 0
}
nav a:hover,nav a[aria-current] {
  color:var(--cyan)
}
body.menu-open {
  overflow:hidden
}
.hero {
  display:grid;
  padding-top:55px;
  gap:36px
}
.status-dot {
  width:6px;
  height:6px;
  background:var(--cyan);
  border-radius:50%;
  flex-shrink:0
}
.hero .eyebrow {
  font-size:9px;
  letter-spacing:1.2px
}
.hero h1 {
  font-size:clamp(64px,8.6vw,124px);
  font-weight:600;
  letter-spacing:-5px;
  line-height:.93;
  margin:30px 0
}
.hero h1>span {
  color:#aeb8bf
}
.hero-statement {
  font-size:clamp(23px,3vw,34px);
  line-height:1.25;
  color:var(--text);
  letter-spacing:-.6px;
  margin-bottom:18px
}
.hero-description {
  max-width:440px;
  font-size:14px
}
.actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:30px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding:14px 22px;
  font-size:13px;
  font-weight:600;
  min-height:50px;
  border:1px solid var(--line);
  transition:background .2s,border-color .2s
}
.primary {
  background:var(--cyan);
  border-color:var(--cyan);
  color:#0a1b20
}
.primary:hover {
  background:#96eaf3;
  border-color:#96eaf3
}
.secondary {
  background:transparent
}
.secondary:hover {
  border-color:var(--cyan)
}
.hero-art {
  align-self:center;
  min-width:0
}
.art-top,.art-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font:9px Consolas,monospace;
  letter-spacing:1px;
  color:var(--muted);
  gap:12px
}
.art-top {
  border-bottom:1px solid var(--line);
  padding-bottom:18px
}
.art-top span:first-child {
  color:var(--cyan)
}
.art-bottom {
  padding-top:18px;
  border-top:1px solid var(--line)
}
.art-bottom span:last-child {
  font-size:20px;
  color:var(--cyan)
}
.logo-stage {
  position:relative;
  background:radial-gradient(ellipse at center,rgba(39,120,135,.07),transparent 65%);
  padding:20px
}
.logo-stage img {
  width:100%;
  max-width:510px;
  margin:auto
}
.corner {
  width:26px;
  height:26px;
  position:absolute;
  border-color:#52616a;
  border-style:solid
}
.corner-one {
  top:25px;
  left:0;
  border-width:1px 0 0 1px
}
.corner-two {
  bottom:25px;
  right:0;
  border-width:0 1px 1px 0
}
.hero-bottom {
  display:flex;
  flex-wrap:wrap;
  gap:15px;
  justify-content:space-between;
  border-top:1px solid var(--line);
  padding:23px 0;
  font:10px Consolas,monospace;
  letter-spacing:1px;
  color:var(--muted)
}
.hero-bottom a {
  display:flex;
  gap:20px;
  align-items:center;
  min-height:30px;
  color:var(--text)
}
.section {
  padding-block:75px
}
.section-heading {
  margin-bottom:40px
}
h2 {
  font-size:clamp(34px,4vw,54px);
  font-weight:500;
  letter-spacing:-1.8px;
  margin-bottom:0
}
.section-heading .eyebrow,.contact-grid .eyebrow {
  margin-bottom:25px
}
.about-grid {
  display:grid;
  gap:40px
}
.lead {
  font-size:21px;
  line-height:1.6;
  color:#d3dade
}
.about-copy>p:not(.lead) {
  font-size:15px;
  max-width:520px
}
.text-link {
  display:inline-flex;
  gap:30px;
  align-items:center;
  font-size:13px;
  border-bottom:1px solid var(--cyan);
  padding:12px 0;
  margin-top:8px
}
.education {
  border-left:1px solid var(--line);
  padding-left:24px
}
.education h3 {
  font-size:23px;
  line-height:1.3;
  font-weight:500;
  margin:15px 0 7px
}
.education>p {
  font-size:14px
}
.timeline {
  list-style:none;
  padding:8px 0 0;
  margin:25px 0 0
}
.timeline li {
  position:relative;
  padding:0 0 28px 25px;
  border-left:1px solid #41606a
}
.timeline li:last-child {
  padding-bottom:0;
  border-left-color:transparent
}
.timeline li:before {
  content:"";
  position:absolute;
  left:-4px;
  top:4px;
  width:7px;
  height:7px;
  background:var(--cyan);
  border-radius:50%
}
.timeline .future:before {
  background:var(--bg);
  border:1px solid var(--muted)
}
.timeline-date {
  display:block;
  font:10px Consolas,monospace;
  letter-spacing:1px;
  color:var(--muted);
  margin-bottom:7px
}
.timeline strong {
  font-size:14px;
  font-weight:400
}
.skills-section {
  background:var(--panel);
  border-block:1px solid var(--line)
}
.split-heading {
  display:flex;
  flex-direction:column;
  gap:24px
}
.split-heading>p {
  font-size:14px;
  margin:0;
  max-width:320px
}
.skills-track {
  display:grid;
  gap:0
}
.skill-stage {
  border-left:1px solid #3a535c;
  position:relative;
  padding:0 0 32px 26px;
  min-width:0
}
.skill-stage:before {
  content:"";
  position:absolute;
  top:6px;
  left:-5px;
  width:9px;
  height:9px;
  border:1px solid var(--cyan);
  background:var(--panel);
  border-radius:50%
}
.skill-stage h3 {
  font-size:14px;
  font-weight:400;
  margin:0 0 20px;
  line-height:1.5
}
.stage-number {
  font:10px Consolas,monospace;
  color:var(--muted);
  margin-bottom:12px;
  display:block
}
.skill-tags {
  display:flex;
  flex-wrap:wrap;
  gap:8px
}
.skill-tag {
  border:1px solid #34454e;
  background:#141c21;
  padding:8px 14px;
  font-size:15px
}
.skill-stage:last-child {
  color:var(--muted)
}
.skill-stage:last-child:before {
  border-color:#6d7980
}
.stage-future {
  font:11px Consolas,monospace;
  color:var(--muted)
}
.small-note {
  font:11px Consolas,monospace;
  margin:25px 0 0;
  line-height:1.8
}
.projects-toolbar {
  border-bottom:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  padding-bottom:15px;
  font-size:12px
}
.projects-toolbar span:first-child {
  color:var(--cyan)
}
.projects-toolbar span:last-child {
  font:12px Consolas,monospace;
  color:var(--muted)
}
.project {
  display:grid;
  gap:25px;
  padding-block:35px;
  border-bottom:1px solid var(--line)
}
.project-visual {
  border:1px solid #30393f;
  position:relative;
  background:#101519;
  transition:border-color .25s
}
.project:hover .project-visual {
  border-color:var(--cyan)
}
.project-visual img {
  width:100%;
  height:auto
}
.project-meta {
  display:flex;
  align-items:center;
  gap:15px;
  font:10px Consolas,monospace;
  color:var(--muted);
  letter-spacing:1px;
  margin-bottom:20px
}
.project-meta>span:first-child {
  color:var(--cyan)
}
.project h3 {
  font-size:34px;
  font-weight:500;
  letter-spacing:-1px;
  margin-bottom:17px
}
.project-description {
  font-size:14px
}
.project-details {
  margin:22px 0 0;
  font-size:12px
}
.project-details>div {
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:5px;
  border-top:1px solid var(--line);
  padding:10px 0
}
.project-details dt {
  color:var(--muted)
}
.project-details dd {
  margin:0;
  color:#bec8ce
}
.project-links {
  display:flex;
  flex-wrap:wrap;
  gap:15px;
  font-size:12px;
  margin-top:16px
}
.pending-link {
  color:var(--muted);
  font-size:11px
}
.project-links a {
  border-bottom:1px solid var(--cyan);
  padding-block:8px
}
.contact-section {
  background:var(--panel);
  border-block:1px solid var(--line)
}
.contact-grid {
  display:grid;
  gap:45px
}
.contact-grid h2 {
  margin-bottom:25px
}
.contact-grid>div>p:not(.eyebrow) {
  font-size:14px
}
.email-link {
  font-size:clamp(14px,1.8vw,21px);
  display:inline-flex;
  gap:12px;
  align-items:center;
  border-bottom:1px solid #3e5962;
  padding-block:12px;
  overflow-wrap:anywhere
}
.socials {
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:20px;
  font-size:12px
}
.socials a {
  padding-block:6px
}
.socials a:hover {
  color:var(--cyan)
}
form {
  min-width:0
}
.form-note {
  font-size:12px;
  border-left:2px solid #5b6f78;
  padding-left:12px;
  line-height:1.6;
  margin-bottom:28px
}
.form-row {
  display:grid;
  gap:0
}
.field {
  margin-bottom:18px;
  min-width:0
}
.field label {
  display:block;
  font-size:12px;
  margin-bottom:8px
}
input,textarea {
  width:100%;
  border:1px solid #65747c;
  background:#0c1114;
  border-radius:0;
  color:var(--text);
  padding:11px 13px;
  min-height:47px;
  transition:border-color .2s
}
input:hover,textarea:hover {
  border-color:#6a7a82
}
textarea {
  resize:vertical;
  min-height:125px
}
input[aria-invalid=true],textarea[aria-invalid=true] {
  border-color:#ed9c96
}
.field-error {
  display:block;
  color:#ffb1aa;
  font-size:12px;
  margin-top:5px
}
.field-error:empty {
  display:none
}
.submit {
  width:100%
}
.submit:disabled {
  opacity:.65;
  cursor:wait
}
#form-status {
  font-size:13px;
  margin:14px 0 0;
  min-height:22px
}
.footer-top {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:25px;
  padding:35px 0
}
.footer-name {
  font-size:22px;
  font-weight:600;
  letter-spacing:-.7px
}
.footer-links {
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  font-size:12px;
  color:var(--muted)
}
.back-top {
  margin-left:auto;
  border:1px solid var(--line);
  width:40px;
  height:40px;
  display:grid;
  place-items:center
}
.footer-bottom {
  border-top:1px solid var(--line);
  padding:20px 0 30px;
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  justify-content:space-between;
  font:10px Consolas,monospace;
  color:var(--muted)
}
.footer-bottom .socials {
  margin:0;
  font:inherit
}
.noscript {
  padding:20px;
  color:var(--text)
}
@media(min-width:560px) {
  .shell {
    width:min(100% - 64px,1280px)
  }
  .form-row {
    grid-template-columns:1fr 1fr;
    gap:18px
  }
  .hero-art {
    max-width:550px;
    width:100%;
    margin:auto
  }
  .skills-track {
    grid-template-columns:1fr 1fr;
    row-gap:30px
  }
}
@media(min-width:900px) {
  .shell {
    width:min(100% - 100px,1280px)
  }
  .hero {
    grid-template-columns:1.05fr 1fr;
    padding-top:70px;
    column-gap:50px;
    row-gap:55px
  }
  .hero .eyebrow {
    font-size:10px
  }
  .hero-art {
    max-width:none
  }
  .hero-bottom {
    grid-column:1/-1
  }
  .section {
    padding-block:105px
  }
  .about-grid {
    grid-template-columns:1.1fr 1fr;
    gap:100px
  }
  .education {
    padding-left:38px
  }
  .split-heading {
    flex-direction:row;
    align-items:flex-end;
    justify-content:space-between
  }
  .skills-track {
    grid-template-columns:repeat(4,1fr);
    padding-top:20px;
    gap:0
  }
  .skill-stage {
    border-left:0;
    border-top:1px solid #3a535c;
    padding:27px 20px 10px 0
  }
  .skill-stage:before {
    top:-5px;
    left:0
  }
  .skill-stage h3 {
    min-height:42px
  }
  .project {
    grid-template-columns:1.65fr 1fr;
    gap:45px;
    align-items:center;
    padding-block:45px
  }
  .project:nth-child(even) {
    grid-template-columns:1fr 1.65fr
  }
  .project:nth-child(even) .project-visual {
    order:2
  }
  .project-info {
    padding:8px 0
  }
  .contact-grid {
    grid-template-columns:1fr 1fr;
    gap:90px
  }
  .footer-links {
    margin-left:auto
  }
  .back-top {
    margin-left:25px
  }
}
@media(min-width:1400px) {
  .hero {
    padding-top:85px
  }
  .hero-art {
    padding-left:25px
  }
  .hero h1 {
    font-size:124px
  }
}
@media(max-width:359px) {
  .shell {
    width:calc(100% - 32px)
  }
  .brand>span {
    font-size:10px;
    letter-spacing:.8px
  }
  .brand-sub {
    font-size:7px
  }
  .brand {
    gap:5px
  }
  .header-actions {
    gap:5px
  }
  .brand img {
    width:36px;
    height:36px
  }
  .hero .eyebrow {
    font-size:8px;
    letter-spacing:.6px
  }
  .button {
    padding:13px 17px;
    gap:20px
  }
  .hero h1 {
    font-size:65px
  }
  .art-top,.art-bottom {
    font-size:8px;
    letter-spacing:.5px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    transition:none!important;
    animation:none!important
  }
}
[data-i18n=heroStatement],[data-i18n=aboutTitle],[data-i18n=skillsIntro],[data-i18n=projectsTitle],[data-i18n=projectsIntro],[data-i18n=contactIntro] {
  white-space:pre-line
}
/* Audit refinements: stable menu geometry and more comfortable touch targets. */
html  {
  scrollbar-gutter: stable;
}
.footer-links a, .socials a  {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
}
.project-details, .project-links  {
  transition: border-color .2s, color .2s;
}
.project:hover .project-details dd, .project:focus-within .project-details dd  {
  color: var(--text);
}
.project:focus-within .project-visual  {
  border-color: var(--cyan);
}

/* Services use an open, numbered index instead of repeated cards. */
[data-i18n=servicesTitle], [data-i18n=certificationsTitle] {
  white-space: pre-line;
}
.services-section {
  border-bottom: 1px solid var(--line);
}
.services-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  column-gap: 55px;
}
.service {
  display: grid;
  grid-template-columns: 26px minmax(0,1fr);
  align-content: start;
  gap: 15px;
  padding: 27px 0;
  border-top: 1px solid var(--line);
}
.service-number {
  font: 11px Consolas, monospace;
  color: var(--cyan);
  padding-top: 4px;
}
.service h3 {
  font-size: clamp(20px,2.2vw,26px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.5px;
  margin-bottom: 12px;
}
.service p {
  font-size: 14px;
  margin-bottom: 0;
  max-width: 410px;
}
.service-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding: 25px 0 0;
  border-top: 1px solid var(--line);
  font-size: clamp(18px,2vw,24px);
  line-height: 1.4;
}
.service-cta>span:last-child {
  color: var(--cyan);
  flex-shrink: 0;
}
.service-cta:hover, .service-cta:focus-visible {
  color: var(--cyan);
}
.certifications-section {
  border-top: 1px solid var(--line);
}
.certificate {
  display: grid;
  gap: 28px;
  border-top: 1px solid var(--line);
  padding-top: 30px;
}
.certificate-info {
  min-width: 0;
  padding-block: 12px;
}
.certificate h3 {
  font-size: clamp(28px,3vw,42px);
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 12px;
}
.certificate-institution {
  color: var(--text);
  font-size: 16px;
}
.certificate-visual {
  min-width: 0;
  border: 1px solid var(--line);
}
.certificate-visual img {
  width: 100%;
  height: auto;
}
.certificate .small-note {
  margin-top: 15px;
}
#form-status[data-state=sent] { color: var(--cyan); }
#form-status[data-state=sendError] { color: #ffb1aa; }
input[readonly], textarea[readonly] { opacity: .75; }
@media (min-width:680px) {
  .services-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .certificate { grid-template-columns: minmax(0,1fr) minmax(0,1.45fr); align-items: center; gap: 45px; }
}
@media (max-width: 359px)  {
  .brand-sub  {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce)  {
  .project-details, .project-links  {
    transition: none;
  }
}

@media (min-width:1120px) {
  .menu-toggle {
    display:none
  }
  nav,nav.open {
    position:static;
    display:flex;
    flex-direction:row;
    gap:20px;
    padding:0;
    border:0;
    background:none;
    overflow:visible;
    max-height:none
  }
  nav a {
    font-size:12px
  }
}
