:root {
  --ink: #171817;
  --paper: #f3f0e8;
  --muted: #77766f;
  --line: rgba(23, 24, 23, .18);
  --lime: #d7f36b;
  --coral: #fb785e;
  --blue: #a8d8e5;
  --mono: 'DM Mono', monospace;
  --sans: 'Manrope', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.site-header { align-items: center; display: flex; justify-content: space-between; margin: 0 auto; max-width: 1440px; padding: 28px 5vw; position: relative; z-index: 5; }
.brand { align-items: center; display: flex; font-size: 13px; font-weight: 800; gap: 10px; letter-spacing: .01em; }
.brand-mark { align-items: center; background: var(--ink); border-radius: 50%; color: var(--lime); display: inline-flex; font-family: Georgia, serif; font-size: 16px; height: 30px; justify-content: center; width: 30px; }
.nav-links { align-items: center; display: flex; font-family: var(--mono); font-size: 11px; gap: 34px; text-transform: uppercase; }
.nav-links a:not(.nav-contact) { color: var(--muted); transition: color .2s ease; }
.nav-links a:not(.nav-contact):hover { color: var(--ink); }
.nav-contact { border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.nav-contact span, .text-link span, .button span { font-size: 16px; margin-left: 5px; }
.menu-toggle { background: none; border: 0; display: none; height: 30px; padding: 4px; width: 34px; }
.menu-toggle span { background: var(--ink); display: block; height: 1px; margin: 6px 0; width: 25px; }
.section-wrap { margin: 0 auto; max-width: 1440px; padding-left: 5vw; padding-right: 5vw; }
.hero { align-items: center; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); min-height: 690px; padding-bottom: 85px; padding-top: 65px; position: relative; }
.eyebrow, .section-label, .project-meta p, .about-facts span, .timeline-item > span, .contact-footer { color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.eyebrow { align-items: center; display: flex; gap: 9px; }
.status-dot { background: #86b71f; border-radius: 50%; box-shadow: 0 0 0 5px rgba(134, 183, 31, .12); display: inline-block; height: 7px; width: 7px; }
.hero h1 { font-size: clamp(54px, 7.7vw, 122px); font-weight: 700; letter-spacing: -.075em; line-height: .93; margin: 33px 0 35px; max-width: 800px; }
h1 em, .contact h2 em { color: #89a92b; font-family: Georgia, serif; font-weight: 400; }
.hero h1 span, h2 span { color: var(--muted); }
.hero-intro { color: #585852; font-size: 15px; line-height: 1.7; margin: 0 0 30px; max-width: 360px; }
.hero-actions { align-items: center; display: flex; gap: 25px; }
.button { font-family: var(--mono); font-size: 11px; text-transform: uppercase; }
.button-primary { background: var(--ink); color: var(--paper); padding: 15px 19px; transition: background .2s, transform .2s; }
.button-primary:hover { background: #34352f; transform: translateY(-3px); }
.text-link { border-bottom: 1px solid var(--ink); font-family: var(--mono); font-size: 11px; padding-bottom: 5px; text-transform: uppercase; }
.hero-visual { justify-self: end; max-width: 490px; position: relative; width: 82%; }
.portrait-frame { background: var(--coral); padding: 17px 17px 62px; position: relative; transform: rotate(3deg); }
.portrait-frame img { aspect-ratio: .83; display: block; object-fit: cover; width: 100%; }
.portrait-caption { bottom: 14px; font-family: var(--mono); font-size: 10px; left: 20px; line-height: 1.4; position: absolute; text-transform: uppercase; }
.portrait-caption strong { font-size: 12px; }
.orbit { border: 1px solid var(--ink); border-radius: 50%; height: 50px; position: absolute; right: -26px; top: 34%; width: 50px; }
.orbit-two { border-color: var(--coral); height: 15px; right: -8px; top: 31%; width: 15px; }
.hero-stamp { background: var(--lime); border-radius: 50%; bottom: -25px; font-family: var(--mono); font-size: 9px; height: 90px; line-height: 1.3; padding-top: 28px; position: absolute; right: -29px; text-align: center; text-transform: uppercase; transform: rotate(-11deg); width: 90px; }
.hero-stamp strong { font-size: 17px; }
.scroll-note { align-items: center; bottom: 34px; display: flex; font-family: var(--mono); font-size: 9px; gap: 12px; left: 5vw; position: absolute; text-transform: uppercase; }
.scroll-line { background: var(--ink); display: block; height: 1px; width: 35px; }
.section-rule { border-top: 1px solid var(--line); padding-bottom: 145px; padding-top: 31px; }
.section-label { display: flex; gap: 30px; }
.section-label span:first-child { color: var(--ink); }
h2 { font-size: clamp(42px, 5.9vw, 84px); font-weight: 700; letter-spacing: -.075em; line-height: .98; margin: 0; }
.about-content { display: grid; gap: 10%; grid-template-columns: 1.2fr .8fr; margin: 80px 0 85px 15%; }
.about-text { color: #585852; font-size: 14px; line-height: 1.75; max-width: 370px; padding-top: 15px; }
.about-text p { margin: 0 0 20px; }
.about-text .text-link { color: var(--ink); display: inline-block; margin-top: 10px; }
.about-facts { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-left: 15%; }
.about-facts div { border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 12px; padding: 18px 24px 0 0; }
.about-facts div + div { padding-left: 24px; }
.about-facts strong { font-size: 13px; font-weight: 700; }
.work-heading { align-items: end; display: flex; justify-content: space-between; margin: 80px 0 60px 15%; }
.work-heading p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0; max-width: 180px; }
.project-grid { display: grid; gap: 5.5%; grid-template-columns: 1.15fr .85fr; margin-left: 15%; }
.project-card { min-width: 0; }
.project-card:nth-child(3) { grid-column: 1 / 2; width: 76%; }
.project-featured { grid-row: span 2; }
.project-image { align-items: center; display: flex; height: 390px; justify-content: center; overflow: hidden; position: relative; }
.project-card:not(.project-featured) .project-image { height: 260px; }
.image-green { background: var(--lime); }
.image-orange { background: var(--coral); }
.image-blue { background: var(--blue); }
.mock-browser { background: #faf8f1; box-shadow: 12px 15px 0 rgba(23,24,23,.14); height: 73%; transform: rotate(-5deg); width: 75%; }
.browser-bar { border-bottom: 1px solid var(--line); display: flex; gap: 4px; padding: 11px; }
.browser-bar i { background: var(--coral); border-radius: 50%; display: block; height: 5px; width: 5px; }
.browser-bar i:nth-child(2) { background: var(--lime); }.browser-bar i:nth-child(3) { background: var(--blue); }
.mock-content { padding: 14% 12%; }.mock-kicker { color: var(--muted); font-family: var(--mono); font-size: 7px; }.mock-content strong { display: block; font-size: clamp(22px, 3vw, 44px); letter-spacing: -.08em; line-height: .9; margin-top: 22px; }.mock-bar { background: var(--coral); height: 7px; margin-top: 30px; width: 45%; }
.phone-mock { background: #faf8f1; border: 7px solid var(--ink); border-radius: 22px; box-shadow: 9px 11px 0 rgba(23,24,23,.16); height: 87%; padding: 20px 14px; transform: rotate(7deg); width: 39%; }.phone-top { background: var(--ink); border-radius: 4px; height: 3px; margin: -8px auto 28px; width: 35%; }.phone-mock span { font-size: 13px; line-height: 1; }.habit-ring { align-items: center; border: 8px solid var(--coral); border-left-color: var(--lime); border-radius: 50%; display: flex; font-size: 23px; font-weight: 800; height: 80px; justify-content: center; margin: 28px auto 0; width: 80px; }.habit-ring small { font-size: 10px; }
.dashboard-mock { background: #faf8f1; box-shadow: 10px 12px 0 rgba(23,24,23,.15); display: flex; height: 62%; transform: rotate(-4deg); width: 78%; }.dash-sidebar { background: var(--ink); width: 22%; }.dash-main { padding: 12px; width: 78%; }.dash-main > span { background: var(--line); display: block; height: 5px; margin-bottom: 8px; width: 45%; }.dash-main > span + span { width: 27%; }.dash-chart { background: var(--blue); border-bottom: 2px solid var(--ink); border-radius: 50% 50% 0 0; height: 58%; margin-top: 28px; transform: skewY(-12deg); }
.project-meta { align-items: center; display: flex; justify-content: space-between; padding: 20px 0 0; }.project-meta > div { align-items: center; display: flex; gap: 14px; }.project-number { color: var(--muted); font-family: var(--mono); font-size: 10px; }.project-meta h3 { font-size: 17px; margin: 0; }.project-meta p { margin: 0; }.round-arrow { align-items: center; border: 1px solid var(--ink); border-radius: 50%; display: flex; font-size: 16px; height: 32px; justify-content: center; transition: background .2s, color .2s; width: 32px; }.round-arrow:hover { background: var(--ink); color: var(--paper); }
.skills-layout, .journey-grid { display: grid; gap: 15%; grid-template-columns: 1fr 1fr; margin: 80px 0 0 15%; }.skill-list { border-top: 1px solid var(--line); }.skill-list div { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 18px; grid-template-columns: 25px 1fr 1fr; padding: 17px 0; }.skill-list span { color: var(--muted); font-family: var(--mono); font-size: 10px; }.skill-list strong { font-size: 14px; }.skill-list p { color: var(--muted); font-size: 11px; margin: 0; }
.timeline { border-top: 1px solid var(--line); }.timeline-item { border-bottom: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 110px 1fr; padding: 20px 0; }.timeline-item h3 { font-size: 15px; margin: 0 0 5px; }.timeline-item p { color: var(--muted); font-size: 12px; margin: 0; }
.contact { background: var(--ink); color: var(--paper); max-width: none; padding-bottom: 32px; padding-top: 115px; }.contact-inner { margin: 0 auto; max-width: 1300px; }.contact .eyebrow { color: var(--lime); }.contact h2 { font-size: clamp(60px, 10vw, 145px); margin: 42px 0 65px; }.contact h2 span { color: #8f918a; }.contact-email { border-bottom: 1px solid #777970; display: inline-block; font-family: var(--mono); font-size: clamp(13px, 1.5vw, 19px); padding-bottom: 8px; }.contact-email span { color: var(--lime); font-size: 22px; margin-left: 12px; }.contact-footer { align-items: center; border-top: 1px solid #494b46; display: flex; justify-content: space-between; margin-top: 150px; padding-top: 22px; }.contact-footer div { display: flex; gap: 25px; }.contact-footer a { color: var(--paper); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }
@media (max-width: 700px) { .site-header { padding: 20px 6vw; }.nav-links { background: var(--ink); color: var(--paper); display: none; flex-direction: column; gap: 24px; padding: 30px; position: absolute; right: 6vw; top: 66px; width: 190px; }.nav-links.open { display: flex; }.nav-links a:not(.nav-contact) { color: #c6c8bf; }.nav-contact { border-color: var(--lime); }.menu-toggle { display: block; }.hero { display: block; min-height: auto; padding-bottom: 100px; padding-top: 50px; }.hero h1 { font-size: clamp(53px, 14vw, 90px); margin-top: 28px; }.hero-visual { margin: 65px auto 0; width: 75%; }.scroll-note { bottom: 34px; left: 6vw; }.section-wrap { padding-left: 6vw; padding-right: 6vw; }.section-rule { padding-bottom: 90px; }.about-content, .work-heading, .project-grid, .skills-layout, .journey-grid { display: block; margin-left: 0; margin-top: 55px; }.about-content h2, .skills-layout h2, .journey-grid h2 { margin-bottom: 38px; }.about-facts { margin-left: 0; }.about-facts div { padding-right: 10px; }.about-facts div + div { padding-left: 10px; }.about-facts strong { font-size: 11px; }.work-heading p { margin-top: 28px; }.project-card, .project-card:nth-child(3) { margin-bottom: 50px; width: 100%; }.project-image, .project-card:not(.project-featured) .project-image { height: 280px; }.mock-browser { width: 80%; }.phone-mock { width: 43%; }.skill-list, .timeline { margin-top: 0; }.skill-list div { gap: 10px; grid-template-columns: 20px 1fr; }.skill-list p { grid-column: 2; margin-top: -8px; }.timeline-item { grid-template-columns: 90px 1fr; }.contact { padding-top: 80px; }.contact h2 { margin: 35px 0 45px; }.contact-footer { align-items: flex-start; flex-direction: column; gap: 17px; margin-top: 90px; }.contact-footer div { gap: 15px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; } }
