.project-card { min-width: 0; padding: 20px; }.project-card-dark { color: var(--cream); background: var(--ink); }.project-card-orange { color: var(--ink); background: var(--orange); }.project-card-paper { background: #ded9d1; }.project-card-outline { border: 1px solid var(--ink); }.project-top { display: flex; justify-content: space-between; color: inherit; opacity: .65; }.project-art { position: relative; overflow: hidden; height: 260px; margin: 26px 0 22px; }.project-art > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .78; }
:root {
  --ink: #161b25;
  --ink-soft: #aab4c6;
  --orange: #00e5ff;
  --orange-light: #91f6ff;
  --paper: #0a0d13;
  --cream: #f1f6ff;
  --muted: #778296;
  --line: rgba(173, 190, 217, .18);
  --font-sans: 'DM Sans', sans-serif;
  --font-display: 'Poppins', sans-serif;
  --font-mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--cream); background: radial-gradient(circle at 50% 100%, #102c3b 0, var(--paper) 42rem); font-family: var(--font-sans); font-size: 15px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.site-noise { position: fixed; inset: 0; pointer-events: none; z-index: 10; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E"); }
.section-wrap { width: min(1180px, calc(100% - 96px)); margin: 0 auto; }
.site-header { display: flex; align-items: center; gap: 42px; width: min(1280px, calc(100% - 96px)); height: 88px; margin: auto; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.04em; }
.brand-mark { display: grid; width: 30px; height: 30px; place-items: center; color: var(--paper); background: var(--orange); border-radius: 50%; box-shadow: 0 0 22px rgba(0, 229, 255, .5); font: 500 10px var(--font-mono); letter-spacing: 0; }
.site-nav { display: flex; gap: 31px; margin-left: auto; color: var(--muted); font: 500 11px var(--font-mono); text-transform: uppercase; letter-spacing: .06em; }
.site-nav a, .text-link, .header-cta { transition: color .2s ease; }
.site-nav a:hover, .text-link:hover, .header-cta:hover { color: var(--orange); }
.header-actions { display: flex; align-items: center; gap: 22px; margin-left: auto; }.header-cta { color: var(--orange); font: 500 11px var(--font-mono); text-transform: uppercase; letter-spacing: .05em; }.linkedin-button { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--orange); padding: 9px 12px; color: var(--orange); font: 500 10px var(--font-mono); text-transform: uppercase; letter-spacing: .04em; transition: color .2s ease, background .2s ease; }.linkedin-button:hover { color: var(--paper); background: var(--orange); }
.menu-toggle { display: none; border: 0; background: transparent; font: 500 11px var(--font-mono); text-transform: uppercase; }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 620px; align-items: center; gap: 8%; padding: 45px 7%; margin-top: 22px; border: 1px solid rgba(133, 160, 194, .16); border-radius: 22px; background: linear-gradient(135deg, rgba(31, 39, 53, .95), rgba(15, 21, 31, .92)); box-shadow: 0 25px 70px rgba(0, 0, 0, .32), 0 0 50px rgba(0, 229, 255, .06); }
.eyebrow, .section-label, .hero-meta, .project-top, .project-type, .skills-kicker, .timeline-year { color: var(--muted); font: 500 10px var(--font-mono); letter-spacing: .08em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--cream); }
.status-dot { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255, 107, 0, .13); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 27px; font-family: var(--font-display); font-size: clamp(52px, 6.5vw, 91px); line-height: 1.05; letter-spacing: -.04em; font-weight: 800; }
h1 em, h2 em { color: var(--orange); font-family: var(--font-display); font-style: normal; font-weight: 600; letter-spacing: -.04em; }
.hero-greeting { margin-bottom: 8px; color: var(--cream); font-size: 16px; font-weight: 700; }.hero-role { margin: -10px 0 25px; color: var(--cream); font-size: 20px; }.hero-role span { color: var(--muted); }.hero-role strong { color: var(--orange); }.hero-intro { max-width: 480px; margin-bottom: 34px; color: var(--ink-soft); font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 29px; margin-bottom: 78px; }
.button { display: inline-flex; align-items: center; gap: 19px; padding: 15px 19px; border: 1px solid var(--orange); font: 500 11px var(--font-mono); text-transform: uppercase; letter-spacing: .03em; transition: background .2s, color .2s; }
.button-primary { color: var(--paper); background: var(--orange); box-shadow: 0 0 22px rgba(0, 229, 255, .26); }.button-primary:hover { color: var(--orange); background: transparent; }
.text-link { display: inline-flex; gap: 10px; border-bottom: 1px solid var(--orange); padding-bottom: 3px; font: 500 11px var(--font-mono); text-transform: uppercase; }
.hero-meta { display: flex; align-items: center; gap: 13px; font-size: 9px; }.meta-line { width: 28px; height: 1px; background: var(--orange); }
.hero-portrait { position: relative; max-width: 430px; justify-self: end; }.portrait-frame { position: relative; width: min(100%, 330px); aspect-ratio: .82; padding: 0; background: var(--orange); clip-path: polygon(25% 4%, 75% 4%, 100% 25%, 100% 75%, 75% 96%, 25% 96%, 0 75%, 0 25%); box-shadow: 0 0 32px rgba(0, 229, 255, .7); }.portrait-frame::before { position: absolute; content: ''; inset: 10px; border: 1px solid rgba(241, 246, 255, .35); z-index: 1; clip-path: inherit; }.portrait-frame img { position: relative; display: block; width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: saturate(.9); clip-path: polygon(25% 4%, 75% 4%, 100% 25%, 100% 75%, 75% 96%, 25% 96%, 0 75%, 0 25%); }
.hero-index { position: absolute; right: -35px; bottom: -26px; font: 10px var(--font-mono); }.hero-index span { color: var(--orange); }
.ticker { overflow: hidden; color: var(--cream); background: var(--ink); white-space: nowrap; }.ticker-track { display: flex; width: max-content; align-items: center; gap: 36px; padding: 17px 0; animation: ticker 28s linear infinite; font: 500 11px var(--font-mono); letter-spacing: .12em; }.ticker b { color: var(--orange); font-weight: 400; }
@keyframes ticker { to { transform: translateX(-25%); } }
.split-section { display: grid; grid-template-columns: 190px 1fr; gap: 50px; padding-top: 145px; padding-bottom: 153px; }.section-label { display: flex; gap: 12px; align-items: center; align-self: start; }.label-rule { width: 27px; height: 1px; background: var(--orange); }.section-label span:first-child { color: var(--orange); }
h2 { font-family: var(--font-display); font-size: clamp(39px, 5vw, 68px); line-height: 1.08; letter-spacing: -.04em; font-weight: 800; }.about-content h2 { margin-bottom: 55px; }.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; max-width: 780px; }.large-copy { max-width: 340px; font-size: 21px; line-height: 1.45; letter-spacing: -.02em; }.about-detail { color: var(--muted); font-size: 13px; }.about-detail .text-link { margin-top: 23px; color: var(--cream); }.stat-row { display: flex; gap: 80px; margin-top: 77px; border-top: 1px solid var(--line); padding-top: 20px; }.stat-row div { display: flex; flex-direction: column; gap: 8px; }.stat-row strong { color: var(--orange); font: 500 26px var(--font-mono); }.stat-row span { color: var(--muted); font-size: 11px; }
.work { padding-bottom: 150px; }.section-heading { display: grid; grid-template-columns: 190px 1fr 260px; gap: 50px; align-items: end; margin-bottom: 67px; }.section-heading h2 { margin: 0; }.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 13px; }.work-controls { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }.filter-group { display: flex; gap: 8px; }.filter-button { border: 1px solid var(--line); padding: 9px 12px; background: transparent; color: var(--muted); cursor: pointer; font: 500 10px var(--font-mono); }.filter-button.active, .filter-button:hover { color: var(--cream); background: var(--ink); border-color: var(--ink); }.project-count { color: var(--muted); font: 10px var(--font-mono); text-transform: uppercase; }.project-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }.project-card { min-width: 0; padding: 20px; }.project-card-dark { color: var(--cream); background: var(--ink); }.project-card-orange { color: var(--ink); background: var(--orange); }.project-card-paper { background: #ded9d1; }.project-card-outline { border: 1px solid var(--ink); }.project-top { display: flex; justify-content: space-between; color: inherit; opacity: .65; }.project-art { position: relative; overflow: hidden; height: 260px; margin: 26px 0 22px; }.art-cinema { background: #3a3634; }.art-label { position: absolute; left: 26px; top: 25px; color: var(--orange-light); font-size: 49px; font-weight: 800; letter-spacing: -.09em; line-height: .82; }.art-circle { position: absolute; right: -45px; bottom: -80px; width: 250px; height: 250px; border: 29px solid var(--orange); border-radius: 50%; }.art-grid { position: absolute; inset: 0; opacity: .3; background: linear-gradient(120deg, transparent 45%, var(--orange) 45% 46%, transparent 46% 52%, var(--orange) 52% 53%, transparent 53%); }.art-weather { background: #fae6d8; }.weather-temp { position: absolute; left: 25px; top: 21px; color: var(--orange); font: 400 106px Georgia, serif; letter-spacing: -.12em; }.weather-sun { position: absolute; right: 54px; top: 38px; width: 90px; height: 90px; border: 18px solid var(--orange); border-radius: 50%; }.weather-cloud { position: absolute; right: 30px; bottom: 24px; color: var(--ink); font: 500 11px var(--font-mono); text-align: right; text-transform: uppercase; }.art-fisher { background: var(--orange); }.fisher-text { position: absolute; left: 28px; top: 25px; color: var(--ink); font: 500 31px var(--font-mono); line-height: .92; text-transform: uppercase; }.fisher-text strong { font-size: 48px; letter-spacing: -.1em; }.fisher-fish { position: absolute; right: 45px; top: 65px; color: var(--cream); font: 800 74px var(--font-sans); transform: rotate(-12deg); }.fisher-wave { position: absolute; right: -30px; bottom: -55px; width: 350px; height: 120px; border-top: 12px solid var(--ink); border-radius: 50%; transform: rotate(-7deg); }.art-hospital { border: 1px solid var(--ink); background: #ece8df; }.hospital-cross { position: absolute; left: 35px; top: 45px; color: var(--orange); font: 800 120px var(--font-sans); line-height: 1; }.hospital-name { position: absolute; right: 25px; top: 35px; font: 500 12px var(--font-mono); text-transform: uppercase; }.hospital-lines { position: absolute; right: 25px; bottom: 43px; width: 60%; height: 60px; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); }.project-info h3 { margin-bottom: 7px; font-size: 20px; line-height: 1.1; letter-spacing: -.05em; }.project-info p { max-width: 420px; margin-bottom: 19px; color: inherit; opacity: .65; font-size: 12px; }.project-type { opacity: .55; }.coming-note { display: flex; gap: 17px; align-items: center; margin-top: 20px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 21px 0; }.coming-icon { display: grid; width: 30px; height: 30px; place-items: center; color: var(--orange); border: 1px solid var(--orange); border-radius: 50%; font-size: 20px; }.coming-note strong { font-size: 13px; }.coming-note p { margin: 2px 0 0; color: var(--muted); font-size: 12px; }
.journey { padding-bottom: 150px; }.journey > .section-label { margin-bottom: 64px; }.journey-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; }.journey-layout h2 { margin-bottom: 25px; }.journey-copy { max-width: 280px; color: var(--muted); }.timeline { border-top: 1px solid var(--line); }.timeline-item { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }.timeline-item h3 { margin-bottom: 5px; font-size: 15px; }.timeline-item p { margin: 0; color: var(--muted); font-size: 12px; }.timeline-year { color: var(--orange); }.skills-area { margin-top: 86px; border-top: 1px solid var(--line); padding-top: 20px; }.skills-kicker { margin-bottom: 21px; }.skills-list { display: flex; flex-wrap: wrap; gap: 10px; }.skills-list span { border: 1px solid var(--line); padding: 11px 15px; font-size: 12px; }
.contact { padding-bottom: 80px; }.contact-panel { position: relative; overflow: hidden; color: var(--cream); background: var(--ink); padding: 61px 7% 38px; }.contact-panel::after { position: absolute; content: 'SA'; right: 7%; bottom: -80px; color: transparent; font-size: 260px; font-weight: 800; line-height: 1; -webkit-text-stroke: 1px rgba(255, 107, 0, .35); }.contact-panel .section-label { color: #aaa29d; }.contact-panel h2 { margin: 53px 0 24px; }.contact-panel p { position: relative; z-index: 1; max-width: 380px; color: #b1aaa5; font-size: 13px; }.contact-email { position: relative; z-index: 1; display: inline-flex; gap: 18px; margin: 28px 0 83px; color: var(--orange); border-bottom: 1px solid var(--orange); padding-bottom: 7px; font: 500 18px var(--font-mono); }.contact-bottom { position: relative; z-index: 1; display: flex; gap: 30px; color: #aaa29d; font: 10px var(--font-mono); text-transform: uppercase; }.site-footer { display: flex; justify-content: space-between; padding: 23px 0 35px; color: var(--muted); font: 10px var(--font-mono); text-transform: uppercase; }.site-footer a { color: var(--ink); }
.feedback-form { position: relative; z-index: 1; display: grid; max-width: 520px; gap: 9px; margin: 0 0 55px; }.feedback-form label { color: #aaa29d; font: 500 10px var(--font-mono); letter-spacing: .08em; text-transform: uppercase; }.feedback-form input, .feedback-form textarea { width: 100%; border: 1px solid rgba(241, 246, 255, .2); border-radius: 3px; padding: 13px 14px; color: var(--cream); background: rgba(255, 255, 255, .06); font: 14px var(--font-sans); resize: vertical; }.feedback-form input::placeholder, .feedback-form textarea::placeholder { color: #788395; }.feedback-form input:focus, .feedback-form textarea:focus { outline: 1px solid var(--orange); border-color: var(--orange); }.feedback-form .button { justify-self: start; margin-top: 8px; cursor: pointer; }.form-status { min-height: 20px; margin: 0; color: var(--orange); font-size: 12px; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }.reveal.is-visible { opacity: 1; transform: none; }.reveal-delay { transition-delay: .13s; }.project-card[hidden] { display: none; }

/* Portfolio redesign */
:root { --ink: #14213d; --ink-soft: #536174; --orange: #f05d3b; --orange-light: #ffb39d; --paper: #f6f1e8; --cream: #fffdf8; --muted: #718096; --line: rgba(20, 33, 61, .16); --font-sans: 'DM Sans', sans-serif; --font-display: 'Poppins', sans-serif; }
body { color: var(--ink); background: var(--paper); }.site-noise { opacity: .018; }.section-wrap { width: min(1180px, calc(100% - 64px)); }.site-header { width: min(1180px, calc(100% - 64px)); height: 78px; gap: 34px; }.brand { font-family: var(--font-display); font-size: 16px; }.brand-mark { color: var(--cream); background: var(--ink); box-shadow: none; border-radius: 8px; font-family: var(--font-display); font-weight: 700; }.site-nav { gap: 25px; color: var(--ink-soft); font-family: var(--font-sans); font-size: 11px; letter-spacing: .05em; }.header-actions { gap: 14px; }.header-cta { color: var(--ink); font-family: var(--font-sans); font-weight: 700; }.linkedin-button { border-color: var(--ink); color: var(--ink); border-radius: 5px; font-family: var(--font-sans); font-weight: 700; }.linkedin-button:hover { color: var(--cream); background: var(--ink); }
.hero { min-height: 600px; gap: 6%; padding: 65px 7%; margin-top: 18px; border: 0; border-radius: 0; background: var(--cream); box-shadow: 10px 10px 0 var(--orange); }.eyebrow, .section-label, .hero-meta, .project-top, .project-type, .skills-kicker, .timeline-year { color: var(--muted); font-family: var(--font-sans); letter-spacing: .11em; }.eyebrow { color: var(--orange); font-weight: 700; }.status-dot { background: var(--orange); box-shadow: none; } h1 { margin-bottom: 21px; color: var(--ink); font-family: var(--font-display); font-size: clamp(48px, 7vw, 88px); letter-spacing: -.055em; line-height: 1; } h1 em, h2 em { color: var(--orange); font-family: var(--font-display); font-style: normal; font-weight: 600; letter-spacing: -.045em; }.hero-greeting { color: var(--ink-soft); font-size: 15px; }.hero-role { color: var(--ink); font-size: 19px; }.hero-role strong { color: var(--orange); }.hero-intro { color: var(--ink-soft); line-height: 1.7; }.button { border-radius: 5px; font-family: var(--font-sans); font-weight: 700; }.button-primary { color: var(--cream); background: var(--orange); box-shadow: none; }.button-primary:hover { color: var(--orange); background: transparent; }.text-link { color: var(--ink); border-color: var(--orange); font-family: var(--font-sans); font-weight: 700; }
.portrait-frame { width: min(100%, 330px); background: var(--orange); clip-path: none; box-shadow: 16px 16px 0 var(--ink); }.portrait-frame::before, .portrait-frame img { clip-path: none; }.portrait-frame::before { inset: 11px; border: 1px solid rgba(255, 253, 248, .5); }.portrait-frame img { object-position: center top; }.hero-index { color: var(--orange); }.ticker { color: var(--cream); background: var(--ink); }.ticker-track { padding: 14px 0; font-family: var(--font-sans); font-weight: 700; }.ticker b { color: var(--orange); }
.split-section { gap: 45px; padding-top: 120px; padding-bottom: 120px; }.section-label span:first-child, .label-rule { color: var(--orange); background: var(--orange); }.section-label { font-weight: 700; }.about-content h2, .section-heading h2, .journey-layout h2 { color: var(--ink); }.large-copy { color: var(--ink); }.about-detail, .section-heading > p, .journey-copy { color: var(--ink-soft); }.stat-row { border-color: var(--line); }.stat-row strong, .timeline-year { color: var(--orange); }.work { padding-bottom: 120px; }.section-heading { margin-bottom: 48px; }.filter-button { border-radius: 4px; border-color: var(--line); color: var(--ink-soft); font-family: var(--font-sans); }.filter-button.active, .filter-button:hover { color: var(--cream); background: var(--ink); border-color: var(--ink); }.project-grid { gap: 24px; }.project-card { padding: 18px; border-radius: 8px; box-shadow: 6px 6px 0 rgba(20, 33, 61, .12); }.project-card-dark { background: var(--ink); }.project-card-orange { background: #edf2f7; }.project-card-orange .project-type, .project-card-orange .project-link { color: var(--ink); }.project-card-dark .project-link { color: #8bdcff; }.project-card-paper { background: var(--cream); }.project-card-outline { border: 2px solid var(--ink); }.project-art { height: 250px; margin: 20px 0; border-radius: 4px; }.project-art > img { opacity: 1; }.project-info h3 { font-family: var(--font-display); line-height: 1.2; }.project-info p { line-height: 1.65; }.project-link { margin-top: 16px; }.coming-note { border-color: var(--line); }.journey { padding-bottom: 120px; }.timeline { border-color: var(--line); }.timeline-item { border-color: var(--line); }.timeline-item h3 { font-family: var(--font-display); }.skills-list span { border-color: var(--line); border-radius: 4px; background: rgba(255, 253, 248, .5); }.contact { padding-bottom: 55px; }.contact-panel { background: var(--ink); border-radius: 8px; padding: 55px 7% 35px; box-shadow: 10px 10px 0 var(--orange); }.contact-panel h2 { color: var(--cream); }.contact-panel p { color: #c2cad7; }.contact-email { color: var(--orange); }.contact-bottom { color: #aab5c5; }.feedback-form input, .feedback-form textarea { background: rgba(255, 255, 255, .08); border-radius: 4px; }.site-footer { color: var(--muted); }.site-footer a { color: var(--ink); }
@media (max-width: 760px) { .section-wrap, .site-header { width: min(100% - 36px, 560px); }.site-header { position: relative; height: 74px; gap: 18px; }.menu-toggle { display: block; margin-left: auto; }.site-nav { position: absolute; top: 62px; right: 0; z-index: 5; display: none; flex-direction: column; gap: 0; width: 180px; padding: 10px 18px; background: var(--cream); border: 1px solid var(--line); }.site-nav.is-open { display: flex; }.site-nav a { padding: 10px 0; }.header-cta { display: none; }.hero { display: flex; flex-direction: column; align-items: stretch; min-height: auto; gap: 50px; padding-top: 55px; }.hero-copy { order: 1; }.hero-portrait { order: 0; align-self: center; width: 85%; }.portrait-note { left: -37px; font-size: 8px; }.hero-index { right: -17px; }.hero-actions { margin-bottom: 42px; }.hero-meta { flex-wrap: wrap; }.hero h1 { font-size: 55px; }.ticker-track { gap: 21px; font-size: 9px; }.split-section { display: block; padding-top: 90px; padding-bottom: 95px; }.split-section > .section-label { margin-bottom: 49px; }.about-grid, .journey-layout, .section-heading { display: block; }.about-content h2, .section-heading h2 { margin-bottom: 35px; }.about-detail { margin-top: 30px; }.stat-row { justify-content: space-between; gap: 10px; margin-top: 52px; }.stat-row strong { font-size: 20px; }.stat-row span { font-size: 9px; }.section-heading > p { max-width: 300px; }.section-heading .section-label { margin-bottom: 50px; }.work { padding-bottom: 100px; }.work-controls { display: block; }.filter-group { overflow-x: auto; padding-bottom: 12px; }.filter-button { flex: 0 0 auto; }.project-count { display: block; margin-top: 7px; }.project-grid { grid-template-columns: 1fr; }.project-art { height: 210px; }.journey { padding-bottom: 100px; }.journey > .section-label { margin-bottom: 50px; }.journey-layout h2 { margin-bottom: 23px; }.timeline { margin-top: 51px; }.timeline-item { grid-template-columns: 90px 1fr; gap: 11px; }.skills-area { margin-top: 58px; }.skills-list span { padding: 9px 11px; font-size: 11px; }.contact { width: 100%; }.contact-panel { padding: 43px 24px 29px; }.contact-panel h2 { margin-top: 45px; }.contact-email { font-size: 13px; margin-bottom: 58px; }.contact-bottom { flex-direction: column; gap: 8px; }.site-footer { flex-wrap: wrap; gap: 12px; padding-bottom: 25px; }.site-footer span:nth-child(2) { display: none; } }
