:root { --ink: #171713; --paper: #f2f0ea; --acid: #dfff36; --coral: #ff674d; --blue: #4b61ff; --font-body: 'Manrope', Arial, sans-serif; --font-display: 'Space Grotesk', Arial, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { font-family: var(--font-display); }
.shell { padding-left: max(24px, 5vw); padding-right: max(24px, 5vw); }

.nav { height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(23,23,19,.18); position: absolute; z-index: 10; width: 100%; }
.logo { font-family: var(--font-display); font-size: 25px; font-weight: 700; letter-spacing: -.07em; }
.logo span { color: var(--blue); font-size: 1.12em; }
.logo i { color: var(--coral); font-style: normal; margin-left: 2px; }
.navLinks { display: flex; gap: 38px; font-size: 13px; font-weight: 600; }
.navLinks a, .socials a { transition: opacity .2s; }
.navLinks a:hover, .socials a:hover { opacity: .5; }
.navActions { justify-self: end; display: flex; align-items: center; gap: 9px; }
.contactPill { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 650; border: 1px solid var(--ink); border-radius: 100px; padding: 11px 16px; }
.navCoffee { display: flex; align-items: center; gap: 8px; padding: 10px 14px; border-radius: 100px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 700; transition: transform .2s, background .2s; }
.navCoffee span { font-size: 16px; }
.navCoffee b { font-weight: 500; }
.navCoffee:hover { background: var(--blue); transform: translateY(-2px); }
.statusDot { width: 8px; height: 8px; border-radius: 50%; background: #38bb62; box-shadow: 0 0 0 4px rgba(56,187,98,.16); }

.hero { min-height: 100svh; position: relative; display: flex; flex-direction: column; justify-content: center; padding-top: 130px; padding-bottom: 52px; overflow: hidden; }
.eyebrow, .sectionNumber { font: 650 11px/1 var(--font-display); letter-spacing: .12em; }
.hero h1 { margin: 24px 0 0; max-width: 1100px; font-size: clamp(64px, 9.6vw, 146px); line-height: .82; letter-spacing: -.075em; font-weight: 760; position: relative; z-index: 2; }
.hero h1 span { font-family: var(--font-display); font-weight: 500; font-style: normal; letter-spacing: -.075em; color: var(--blue); }
.heroBottom { margin-top: auto; display: flex; justify-content: space-between; align-items: end; position: relative; z-index: 2; }
.heroBottom p { width: min(390px, 100%); margin: 40px 0 0; font-size: 16px; line-height: 1.55; }
.heroBottom strong { font-family: var(--font-display); font-weight: 700; }
.scrollLink { font: 650 12px/1 var(--font-display); text-transform: uppercase; letter-spacing: .05em; display: flex; gap: 14px; }
.scrollLink span { font-size: 17px; }
.orbit { position: absolute; border: 1px solid rgba(23,23,19,.12); border-radius: 50%; pointer-events: none; }
.orbitOne { width: 480px; height: 480px; right: 2vw; top: 18%; }
.orbitTwo { width: 330px; height: 330px; right: 7.5vw; top: 26%; background: var(--acid); opacity: .85; animation: float 7s ease-in-out infinite; }
.identityMark { position: absolute; right: 13.5vw; top: 37%; z-index: 2; font: 700 clamp(72px, 9vw, 132px)/1 var(--font-display); letter-spacing: -.12em; }
.identityMark span { color: var(--blue); }
.spark { position: absolute; font-size: 34px; z-index: 3; }
.sparkOne { color: var(--coral); top: 30%; right: 9%; transform: rotate(14deg); }
.sparkTwo { color: var(--blue); bottom: 25%; right: 34%; font-size: 22px; }

.projects { padding-top: 140px; padding-bottom: 150px; background: #fff; }
.sectionHead { display: flex; justify-content: space-between; align-items: end; padding-bottom: 44px; border-bottom: 1px solid #c8c8c2; }
.sectionHead > div { display: flex; gap: 28px; align-items: start; }
.sectionHead h2 { margin: -5px 0 0; font-size: clamp(32px, 4vw, 60px); line-height: 1; letter-spacing: -.055em; }
.sectionHead p { max-width: 280px; margin: 0; font-size: 14px; line-height: 1.5; color: #696961; }
.projectGrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 92px 24px; padding-top: 56px; }
.projectCard:nth-child(3) { grid-column: 1 / -1; width: calc(50% - 12px); }
.projectVisual { position: relative; aspect-ratio: 1.22; overflow: hidden; padding: 24px; }
.projectVisual.coral { background: var(--coral); }
.projectVisual.lime { background: var(--acid); }
.projectVisual.blue { background: var(--blue); color: #fff; }
.projectNumber { font: 600 11px var(--font-display); }
.projectVisual a { position: absolute; top: 20px; right: 20px; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: #fff; font-size: 18px; transition: transform .25s; z-index: 3; }
.projectVisual a:hover { transform: rotate(45deg); }
.visualShape { position: absolute; width: 58%; aspect-ratio: 1; border: clamp(35px, 5vw, 78px) solid rgba(255,255,255,.72); border-radius: 50%; left: 21%; top: 13%; transition: transform .5s; }
.projectCard:hover .visualShape { transform: scale(.91) rotate(12deg); }
.lime .visualShape { border-radius: 4%; border-color: var(--ink); transform: rotate(18deg) scale(.72); }
.projectCard:hover .lime .visualShape { transform: rotate(28deg) scale(.76); }
.blue .visualShape { border-radius: 50% 8% 50% 8%; background: var(--coral); border: 0; transform: rotate(32deg) scale(.72); }
.projectCard:hover .blue .visualShape { transform: rotate(45deg) scale(.78); }
.visualLabel { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; font-size: clamp(38px, 6vw, 82px); font-weight: 800; letter-spacing: -.08em; mix-blend-mode: multiply; }
.blue .visualLabel { mix-blend-mode: normal; }
.projectInfo { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding-top: 20px; }
.projectInfo span { font: 600 10px var(--font-display); text-transform: uppercase; color: #77776f; }
.projectInfo h3 { margin: 8px 0 0; font-size: 28px; letter-spacing: -.04em; }
.projectInfo p { margin: 2px 0 0; font-size: 14px; line-height: 1.55; color: #5f5f58; }
.tags { display: flex; gap: 7px; margin-top: 18px; }
.tags span { padding: 7px 10px; border: 1px solid #c9c9c2; border-radius: 100px; font-size: 10px; }

.about { padding-top: 130px; padding-bottom: 120px; background: var(--ink); color: var(--paper); }
.sectionHead.light { border-color: #41413b; }
.aboutGrid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 10vw; padding: 100px 0; }
.bigStatement { margin: 0; font-size: clamp(38px, 5.4vw, 78px); line-height: 1.02; letter-spacing: -.055em; font-weight: 650; }
.bigStatement span { color: var(--acid); font-family: var(--font-display); font-weight: 500; font-style: normal; }
.aboutCopy { font-size: 15px; line-height: 1.7; color: #aaa9a2; align-self: end; }
.aboutCopy p + p { margin-top: 24px; }
.interestRow { border-top: 1px solid #41413b; display: grid; grid-template-columns: repeat(3, 1fr); }
.interestRow span { padding: 23px 0; border-bottom: 1px solid #41413b; font-size: 14px; display: flex; gap: 18px; }
.interestRow span:nth-child(3n+2), .interestRow span:nth-child(3n+3) { padding-left: 25px; border-left: 1px solid #41413b; }
.interestRow b { color: #696961; font: 500 10px var(--font-display); }

.passion { padding-top: 130px; padding-bottom: 150px; background: #f5f2eb; }
.passionHead p { text-transform: uppercase; font: 600 10px/1.5 var(--font-display); letter-spacing: .08em; }
.passionGrid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, .75fr); gap: clamp(48px, 8vw, 130px); align-items: start; padding-top: 72px; }
.passionVisual { margin: 0; position: sticky; top: 32px; }
.passionVisual img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; filter: saturate(.82) contrast(1.03); }
.passionVisual figcaption { display: flex; align-items: center; gap: 10px; margin-top: 14px; color: #696961; font: 500 10px/1.4 var(--font-display); text-transform: uppercase; letter-spacing: .05em; }
.passionVisual figcaption span { color: var(--blue); font-size: 17px; }
.passionStory { max-width: 660px; }
.passionStory p { margin: 0 0 28px; font-size: 16px; line-height: 1.78; color: #505049; }
.passionStory strong { color: var(--ink); font-weight: 720; }
.passionStory .passionLead { margin-bottom: 48px; font-size: clamp(25px, 2.5vw, 38px); line-height: 1.24; letter-spacing: -.035em; color: var(--ink); }
.possibilities { margin: 48px 0; border-top: 1px solid #c7c4ba; }
.possibilities span { display: grid; grid-template-columns: 24px 1fr; gap: 12px; padding: 16px 0; border-bottom: 1px solid #c7c4ba; font-size: 14px; line-height: 1.5; }
.possibilities span::before { content: '↳'; color: var(--coral); font-weight: 800; }
.passionStory .shortStatement { margin: 56px 0; color: var(--ink); font: 500 clamp(30px, 3.4vw, 48px)/1.1 var(--font-display); letter-spacing: -.04em; }
.passionStory blockquote { margin: 54px 0 34px; padding: 34px; background: var(--acid); color: var(--ink); font: 500 clamp(30px, 3.6vw, 52px)/1.08 var(--font-display); letter-spacing: -.045em; }
.impactList { margin: 38px 0 48px; display: flex; flex-direction: column; }
.impactList strong { padding: 15px 0; border-bottom: 1px solid #c7c4ba; font-size: 15px; line-height: 1.45; }
.impactList strong:first-child { border-top: 1px solid #c7c4ba; }
.passionClosing { margin-top: 54px; padding: 36px; background: var(--blue); color: #fff; }
.passionClosing span { display: block; margin-bottom: 24px; font: 600 10px var(--font-display); text-transform: uppercase; letter-spacing: .1em; opacity: .75; }
.passionClosing strong { color: #fff; font-size: clamp(24px, 2.4vw, 36px); line-height: 1.22; letter-spacing: -.035em; }

.contact { background: var(--acid); padding-top: 90px; padding-bottom: 38px; min-height: 80vh; display: flex; flex-direction: column; }
.contactMain { display: flex; justify-content: space-between; align-items: end; flex: 1; padding: 70px 0 90px; }
.contact h2 { margin: 0; font-size: clamp(66px, 10vw, 150px); line-height: .82; letter-spacing: -.075em; }
.contact h2 em { font-family: var(--font-display); font-weight: 500; font-style: normal; color: var(--blue); }
.contactActions { display: flex; flex-direction: column; align-items: stretch; gap: 10px; flex: 0 0 auto; }
.mailButton { flex: 0 0 auto; background: var(--ink); color: #fff; padding: 18px 22px; border-radius: 100px; display: flex; gap: 34px; font-size: 14px; transition: transform .2s; }
.coffeeButton { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px 22px; border: 1px solid var(--ink); border-radius: 100px; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.coffeeButton > span { font-size: 20px; }
.coffeeButton b { margin-left: auto; font-weight: 500; }
.mailButton:hover, .coffeeButton:hover { transform: translateY(-4px); }
.coffeeButton:hover { background: #fff; }
footer { border-top: 1px solid rgba(23,23,19,.3); padding-top: 28px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; font-size: 11px; text-transform: uppercase; font-weight: 650; }
footer p { margin: 0; }
footer > span { justify-self: end; }
.socials { display: flex; gap: 30px; }
.socials a span { margin-left: 3px; }

.reveal { animation: enter .75s both cubic-bezier(.2,.7,.2,1); }
.delay1 { animation-delay: .12s; }
.delay2 { animation-delay: .24s; }
@keyframes enter { from { opacity: 0; transform: translateY(18px); } }
@keyframes float { 50% { transform: translateY(-18px) rotate(5deg); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; } }

@media (max-width: 760px) {
  .nav { height: 76px; grid-template-columns: 1fr auto; }
  .navLinks { display: none; }
  .navActions { gap: 6px; }
  .navCoffee { padding: 9px 12px; }
  .navCoffee b { display: none; }
  .contactPill { display: none; }
  .hero { padding-top: 120px; min-height: 800px; }
  .hero h1 { font-size: clamp(58px, 17vw, 92px); }
  .heroBottom, .sectionHead { display: block; }
  .scrollLink { margin-top: 34px; }
  .orbitOne { width: 310px; height: 310px; right: -130px; top: 38%; }
  .orbitTwo { width: 210px; height: 210px; right: -80px; top: 43%; }
  .identityMark { display: none; }
  .sectionHead > div { gap: 15px; }
  .sectionHead p { margin: 24px 0 0 34px; }
  .projects { padding-top: 90px; padding-bottom: 100px; }
  .projectGrid { grid-template-columns: 1fr; gap: 64px; }
  .projectCard:nth-child(3) { grid-column: auto; width: 100%; }
  .projectInfo, .aboutGrid { grid-template-columns: 1fr; }
  .about { padding-top: 90px; padding-bottom: 90px; }
  .aboutGrid { padding: 70px 0; gap: 30px; }
  .interestRow { grid-template-columns: 1fr 1fr; }
  .interestRow span:nth-child(n) { padding-left: 0; border-left: 0; }
  .interestRow span:nth-child(even) { padding-left: 18px; border-left: 1px solid #41413b; }
  .passion { padding-top: 90px; padding-bottom: 100px; }
  .passionGrid { grid-template-columns: 1fr; gap: 52px; padding-top: 48px; }
  .passionVisual { position: static; }
  .passionStory .passionLead { font-size: 28px; }
  .passionStory blockquote, .passionClosing { margin-left: -12px; margin-right: -12px; padding: 28px 22px; }
  .contact { min-height: 720px; }
  .contactMain { display: block; }
  .contactActions { width: max-content; margin-top: 50px; }
  .mailButton, .coffeeButton { width: 100%; }
  footer { grid-template-columns: 1fr 1fr; }
  .socials { grid-column: 1 / -1; grid-row: 1; justify-content: space-between; }
  footer > span { justify-self: end; }
}
