
:root { --ink: #11141b; --muted: #5d6270; --line: #dfe1e7; --paper: #f7f7f5; --cyan: #02a9d6; --pink: #d2288c; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, "Yu Gothic", "Hiragino Kaku Gothic ProN", Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1140px, calc(100% - 48px)); margin-inline: auto; position: relative; }
.ambient { position: fixed; pointer-events: none; width: 30vw; height: 30vw; border-radius: 50%; filter: blur(95px); opacity: .11; z-index: -1; }
.ambient-cyan { background: var(--cyan); top: 8%; right: -12%; } .ambient-pink { background: var(--pink); bottom: 8%; left: -14%; }
.site-header { min-height: 106px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.header-controls { display: flex; align-items: center; gap: 30px; }.language-switcher { display: flex; align-items: center; gap: 3px; padding-left: 20px; border-left: 1px solid var(--line); }.language-switcher button { border: 0; padding: 6px 7px; background: transparent; color: #747a85; font: 800 10px Arial, sans-serif; letter-spacing: .06em; cursor: pointer; }.language-switcher button:hover { color: var(--pink); }.language-switcher button.active { color: var(--ink); background: white; box-shadow: 0 0 0 1px var(--line); }
.wordmark { display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.wordmark-logo { width: 34px; height: 34px; display: block; border-radius: 8px; box-shadow: 0 0 0 1px rgba(17,20,27,.08); transition: transform .2s, box-shadow .2s; }.wordmark:hover .wordmark-logo { transform: translateY(-1px); box-shadow: 3px 3px 0 rgba(2,169,214,.28); }
nav { display: flex; gap: 27px; font-size: 13px; font-weight: 700; } nav a:hover, .text-link:hover { color: var(--pink); }
.hero { min-height: 780px; padding: 78px 0 65px; }.hero-main { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: clamp(38px,5vw,75px); }.hero-content { padding: 35px 0; }
.eyebrow { color: #4a5260; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; margin: 0 0 24px; }
h1, h2, h3, p { margin-top: 0; } h1, h2 { letter-spacing: -.055em; }
h1 { font-size: clamp(48px, 5.7vw, 82px); line-height: .96; max-width: 720px; margin-bottom: 34px; } h1 em { font-family: Georgia, serif; font-weight: 400; }
.hero-copy { color: var(--muted); font-size: 18px; line-height: 1.65; max-width: 560px; }
.hero-actions { display: flex; align-items: center; gap: 31px; margin-top: 44px; }
.hero-visual { position: relative; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; background: #0b111a; box-shadow: 18px 18px 0 #e7ebed; }.hero-visual::before, .hero-visual::after { content: ""; position: absolute; z-index: 1; width: 42px; height: 42px; pointer-events: none; }.hero-visual::before { top: 14px; left: 14px; border-top: 1px solid var(--cyan); border-left: 1px solid var(--cyan); }.hero-visual::after { right: 14px; bottom: 42px; border-right: 1px solid var(--pink); border-bottom: 1px solid var(--pink); }.hero-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 58% center; }.hero-visual figcaption { position: absolute; inset: auto 0 0; display: flex; gap: 12px; padding: 12px 16px; background: rgba(5,8,14,.84); backdrop-filter: blur(8px); color: #dfe6ee; font: 700 9px var(--font-geist-mono), monospace; letter-spacing: .11em; text-transform: uppercase; }.hero-visual figcaption span { color: var(--cyan); }
.career-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin-top: 84px; padding-top: 26px; }.career-strip div { display: flex; flex-direction: column; gap: 6px; padding-right: 30px; }.career-strip strong { font-size: 20px; letter-spacing: -.03em; }.career-strip span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.button { padding: 15px 20px; font-size: 13px; font-weight: 800; transition: transform .2s, box-shadow .2s; }.button-primary { background: var(--ink); color: white; box-shadow: 4px 4px 0 var(--cyan); }.button-primary:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--pink); }.button span { margin-left: 16px; }.text-link { font-size: 13px; font-weight: 800; }.text-link span { margin-left: 10px; color: var(--cyan); }
.about, .projects { border-top: 1px solid var(--line); padding: 95px 0; }.section-label { font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: #646a76; }.section-label span { color: var(--cyan); margin-right: 13px; }
.about-content { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; margin-top: 55px; }.about h2, .projects h2, .connect h2 { font-size: clamp(36px, 4.6vw, 63px); line-height: 1; margin: 0; }.about-content p { color: var(--muted); line-height: 1.72; font-size: 16px; }.expertise { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 48px; }.expertise span { border: 1px solid #c7cad2; border-radius: 99px; padding: 9px 13px; font-size: 12px; font-weight: 700; }
.credentials { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 32px; margin-top: 50px; padding-top: 35px; border-top: 1px solid var(--line); }.credentials img { display: block; width: auto; height: 64px; max-width: 150px; object-fit: contain; filter: grayscale(1); opacity: .75; transition: filter .2s, opacity .2s; }.credentials a:hover img { filter: none; opacity: 1; }
.profile-copy p:first-child { color: var(--ink); font-size: 18px; }.profile-copy p:last-child { margin-bottom: 0; }
.professional-recognition { display: grid; grid-template-columns: 1fr 235px; align-items: center; gap: clamp(36px,8vw,110px); margin-top: 62px; padding: 38px clamp(28px,5vw,58px); background: #fff; border: 1px solid var(--line); box-shadow: 10px 10px 0 #e9ecee; }
.professional-recognition > div { max-width: 570px; }.professional-recognition .eyebrow { margin-bottom: 14px; }.professional-recognition h3 { margin-bottom: 12px; font-size: clamp(24px,3vw,38px); letter-spacing: -.04em; }.professional-recognition p:last-child { margin: 0; color: var(--muted); line-height: 1.65; }
.toptal-badge { --toptal-hex: polygon(50% 0,100% 24%,100% 76%,50% 100%,0 76%,0 24%); display: inline-block; justify-self: center; padding: 6px; background: #25a9ef; clip-path: var(--toptal-hex); transition: transform .2s, filter .2s; }.toptal-badge:hover { transform: translateY(-4px); filter: drop-shadow(0 10px 14px rgba(6,30,96,.2)); }
.toptal-badge-inner { width: 210px; min-height: 226px; padding: 27px 0 35px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: #204ecf; text-align: center; background: radial-gradient(circle at 20% -10%,#00c3ff -80%,#fff 30%),radial-gradient(circle at -20% 20%,#00c3ff -80%,#fff 30%),radial-gradient(circle at 70% 100%,#00c3ff -80%,#fff 30%),radial-gradient(circle at 120% 80%,#00c3ff -80%,#fff 30%); background-blend-mode: multiply; clip-path: var(--toptal-hex); }
.toptal-stars { width: 64px; height: auto; fill: #00c3ff; }.toptal-badge-inner > strong { font-size: 19px; line-height: 1; }.toptal-badge-inner > i { width: 120px; height: 1px; background: #25a9ef; }.toptal-badge-inner > span { font-size: 15px; }.toptal-logo { width: 100px; height: auto; }.toptal-cta { margin-top: 1px; padding: 6px 18px; border-radius: 6px; background: #296bff; color: #fff; font-weight: 700; }
.capabilities { border-top: 1px solid var(--line); padding: 95px 0; }.capability-intro { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; margin: 55px 0 45px; }.capability-intro h2 { font-size: clamp(36px,4.6vw,63px); line-height: 1; letter-spacing: -.055em; margin: 0; }.capability-intro > p { max-width: 430px; color: var(--muted); line-height: 1.65; margin: 0; }.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--ink); }.capability-grid article { min-height: 290px; padding: 25px 30px 30px 0; border-bottom: 1px solid var(--line); }.capability-grid article + article { border-left: 1px solid var(--line); padding-left: 30px; }.capability-grid article > span { color: var(--pink); font: 700 12px var(--font-geist-mono), monospace; }.capability-grid h3 { font-size: 23px; letter-spacing: -.03em; margin: 70px 0 17px; }.capability-grid p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0; }.domain-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 60px; margin-top: 65px; padding: 50px; color: white; background: var(--ink); }.domain-panel .eyebrow { color: #aab6c8; }.domain-panel h3 { max-width: 390px; font-size: 30px; line-height: 1.15; letter-spacing: -.04em; margin: 0; }.domain-list { display: flex; align-content: center; align-items: center; flex-wrap: wrap; gap: 10px; }.domain-list span { padding: 10px 13px; border: 1px solid #495161; border-radius: 99px; color: #dce2eb; font-size: 12px; font-weight: 700; }
.project-intro { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 55px 0 42px; }.project-intro p { max-width: 315px; color: var(--muted); line-height: 1.5; margin: 0; }
.project-list { border-top: 1px solid var(--ink); }.project { display: grid; grid-template-columns: 72px .8fr 1.2fr 82px; gap: 20px; align-items: center; min-height: 132px; border-bottom: 1px solid #cdd0d7; transition: padding .2s, background .2s; }.project:hover { background: #eef8fa; padding-inline: 16px; }.project-number { color: var(--cyan); font-size: 12px; font-weight: 800; }.project h3 { font-size: 23px; letter-spacing: -.03em; margin: 0; }.project p { color: var(--muted); font-size: 14px; line-height: 1.5; margin: 0; }.project-count { color: #777e89; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-align: right; text-transform: uppercase; }.gallery { grid-column: 2 / 5; margin: 0 0 22px; }.gallery summary { cursor: pointer; display: inline-block; color: var(--ink); font-size: 12px; font-weight: 800; list-style: none; }.gallery summary::-webkit-details-marker { display: none; }.gallery summary span { color: var(--pink); margin-left: 7px; }.gallery[open] summary { margin-bottom: 16px; }.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.connect { margin-top: 20px; background: var(--ink); color: white; padding: 96px clamp(26px, 6vw, 88px); display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; overflow: hidden; }.connect::after { content: ""; position: absolute; width: 350px; height: 350px; background: radial-gradient(circle, rgba(2,169,214,.22), transparent 65%); right: -140px; top: -150px; }.connect .eyebrow { color: #aab6c8; }.email { display: inline-block; font-family: Georgia, serif; font-size: clamp(22px, 3vw, 37px); margin-top: 42px; border-bottom: 1px solid var(--cyan); padding-bottom: 6px; }.email span { color: var(--cyan); }.link-cards { border-top: 1px solid #424957; align-self: end; }.link-cards a { height: 72px; border-bottom: 1px solid #424957; display: flex; align-items: center; justify-content: space-between; font-size: 15px; font-weight: 700; }.link-cards a:hover { color: var(--cyan); }.link-cards b { color: var(--pink); font-size: 20px; }
.connect-note { max-width: 590px; margin: 24px 0 0; color: #aeb7c5; font-size: 15px; line-height: 1.65; }
.footer { display: flex; justify-content: space-between; padding: 26px 0 34px; color: #69707c; font-size: 11px; font-weight: 700; }.footer a:hover { color: var(--pink); }
@media (max-width: 700px) { .shell { width: min(100% - 32px, 1140px); }.site-header { min-height: 82px; }.wordmark { font-size: 10px; }.wordmark-mark { width: 24px; height: 24px; } nav { gap: 15px; font-size: 11px; }.hero { min-height: 590px; padding: 100px 0 70px; }.hero-copy { font-size: 16px; }.hero-actions { gap: 20px; flex-wrap: wrap; }.about, .projects { padding: 68px 0; }.about-content, .connect { grid-template-columns: 1fr; gap: 34px; }.about-content { margin-top: 36px; }.project-intro { display: block; margin: 36px 0 25px; }.project-intro p { margin-top: 18px; }.project { grid-template-columns: 42px 1fr 22px; gap: 10px; padding: 18px 0; min-height: auto; }.project p { grid-column: 2 / 4; }.project:hover { padding-inline: 8px; }.gallery { grid-column: 1 / 4; }.gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.credentials { gap: 16px; }.credentials img { height: 48px; max-width: 118px; }.project:hover { padding-inline: 8px; }.connect { width: 100%; margin-top: 0; padding-block: 70px; }.footer { width: min(100% - 32px, 1140px); }.email { margin-top: 28px; } }

/* Interactive project viewer */
.gallery-image { position: relative; border: 1px solid #d8dae0; padding: 0; background: white; overflow: hidden; aspect-ratio: 16 / 10; cursor: zoom-in; }
.gallery-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s; }
.gallery-image span { position: absolute; inset: auto 0 0; padding: 18px 10px 9px; background: linear-gradient(transparent, rgba(0,0,0,.72)); color: white; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-align: left; text-transform: uppercase; opacity: 0; transition: opacity .2s; }
.gallery-image:hover img { transform: scale(1.035); }.gallery-image:hover span, .gallery-image:focus-visible span { opacity: 1; }
.lightbox { position: fixed; inset: 0; z-index: 20; background: rgba(5,8,14,.94); display: grid; place-items: center; padding: 70px 88px; }
.lightbox-image { width: min(1120px,100%); max-height: calc(100vh - 140px); margin: 0; }.lightbox-image img { display: block; width: 100%; max-height: calc(100vh - 185px); object-fit: contain; background: #121722; }.lightbox figcaption { display: flex; justify-content: space-between; padding: 14px 0 0; color: white; font-size: 13px; font-weight: 800; }.lightbox figcaption span { color: #96a1b4; }
.lightbox-close, .lightbox-nav { position: absolute; border: 0; background: transparent; color: white; cursor: pointer; }.lightbox-close { top: 21px; right: 28px; font-size: 36px; line-height: 1; }.lightbox-nav { top: 50%; transform: translateY(-50%); font-size: 35px; padding: 16px; color: #dbe6f1; }.lightbox-nav:hover, .lightbox-close:hover { color: var(--cyan); }.lightbox-prev { left: 18px; }.lightbox-next { right: 18px; }
@media (max-width: 700px) { .lightbox { padding: 60px 18px 45px; }.lightbox-image img { max-height: calc(100vh - 150px); }.lightbox-nav { font-size: 27px; padding: 8px; }.lightbox-prev { left: 0; }.lightbox-next { right: 0; } }
@media (max-width: 700px) { .career-strip { grid-template-columns: 1fr; gap: 20px; margin-top: 60px; }.career-strip div { padding: 0; }.capability-intro { grid-template-columns: 1fr; gap: 25px; margin-top: 36px; }.capability-grid { grid-template-columns: 1fr; }.capability-grid article { min-height: auto; padding: 24px 0 30px; }.capability-grid article + article { border-left: 0; padding-left: 0; }.capability-grid h3 { margin-top: 30px; }.domain-panel { grid-template-columns: 1fr; gap: 32px; padding: 32px 24px; }.project { grid-template-columns: 38px 1fr 68px; }.project-count { grid-column: 3; grid-row: 1; }.gallery { grid-column: 1 / 4; } }
@media (max-width: 980px) { .site-header { align-items: flex-start; padding-block: 20px; }.header-controls { flex-direction: column-reverse; align-items: flex-end; gap: 12px; }.language-switcher { border-left: 0; padding-left: 0; }.hero-main { grid-template-columns: 1fr; }.hero-content { padding-bottom: 12px; }.hero-visual { width: min(100%,720px); justify-self: end; aspect-ratio: 16 / 10; }.hero-visual img { object-position: center; } }
@media (max-width: 700px) { .site-header nav { display: none; }.header-controls { justify-content: center; }.language-switcher button { padding: 6px; }.hero { padding-top: 54px; }.hero-visual { aspect-ratio: 4 / 3; box-shadow: 8px 8px 0 #e7ebed; }.hero-visual figcaption { font-size: 8px; }.hero-content h1 { font-size: clamp(45px,14vw,68px); } }
@media (max-width: 700px) { .wordmark-logo { width: 29px; height: 29px; border-radius: 7px; } }
@media (max-width: 700px) { .professional-recognition { grid-template-columns: 1fr; padding: 30px 22px; text-align: center; }.professional-recognition > div { margin-inline: auto; }.professional-recognition .eyebrow { margin-bottom: 12px; } }

