:root {
  --ink: #0b1d2a;
  --ink-soft: #183341;
  --paper: #f4f0e8;
  --mint-bright: #b9e2d6;
  --line: rgba(11, 29, 42, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
[data-parallax] { will-change: transform; backface-visibility: hidden; }

.site-nav {
  position: sticky; top: 0; z-index: 40; height: 78px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 clamp(22px, 5vw, 76px);
  background: rgba(244, 240, 232, 0.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%;
  background: var(--ink); color: var(--paper); font-family: Georgia, serif; font-size: 15px; font-style: italic;
}
.brand-name { font-size: 14px; font-weight: 750; letter-spacing: -0.02em; }
.nav-links { display: flex; gap: 32px; font-size: 13px; font-weight: 600; }
.nav-links a { position: relative; padding: 8px 0; }
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 1px;
  background: var(--ink); transition: right 180ms ease;
}
.nav-links a:hover::after { right: 0; }
.nav-cta {
  display: inline-flex; align-items: center; gap: 9px; padding: 11px 16px;
  border: 1px solid var(--ink); border-radius: 999px; font-size: 12px; font-weight: 750; transition: 180ms ease;
}
.nav-cta:hover { background: var(--ink); color: var(--paper); }
.nav-cta svg, .button svg, .contact-link svg { width: 17px; height: 17px; }

.hero {
  position: relative; min-height: calc(100vh - 78px); overflow: hidden;
  display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr); align-content: center; gap: 48px;
  padding: 90px clamp(22px, 7vw, 112px) 54px; background: var(--ink); color: var(--paper);
}
.hero::before {
  content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; top: -300px; right: -120px;
  border: 1px solid rgba(185, 226, 214, 0.18);
  box-shadow: 0 0 0 100px rgba(185, 226, 214, 0.025), 0 0 0 200px rgba(185, 226, 214, 0.02);
}
.hero-grid {
  position: absolute; inset: 0; pointer-events: none; opacity: 0.34;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 68px 68px; mask-image: linear-gradient(to bottom right, black, transparent 68%);
}
.hero-copy, .hero-card, .hero-stats { position: relative; z-index: 1; }
.status-pill {
  width: fit-content; display: flex; align-items: center; gap: 10px; margin: 0 0 30px; padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #cbd8dc;
  font-size: 11px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase;
}
.status-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--mint-bright); box-shadow: 0 0 0 5px rgba(185,226,214,.1); }
.hero h1 {
  margin: 0; max-width: 850px; font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(55px, 7.1vw, 108px); font-weight: 400; line-height: .9; letter-spacing: -0.065em;
}
.hero h1 em, .contact h2 em { color: var(--mint-bright); font-weight: 400; }
.hero-description { max-width: 610px; margin: 34px 0 0; color: #b8c6cc; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; gap: 13px; margin-top: 35px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 21px;
  border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: 13px; font-weight: 750;
  transition: transform 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--mint-bright); border-color: var(--mint-bright); color: var(--ink); }
.button-secondary:hover { background: rgba(255,255,255,.08); }
.hero-card {
  align-self: center; justify-self: end; width: min(100%, 350px); padding: 14px;
  border: 1px solid rgba(255,255,255,.14); border-radius: 170px 170px 28px 28px;
  background: rgba(255,255,255,.055); backdrop-filter: blur(10px);
}
.portrait-monogram {
  position: relative; overflow: hidden; aspect-ratio: 1 / 1.05; display: grid; place-items: center;
  border-radius: 50% 50% 24px 24px; background: linear-gradient(145deg, #153746 0%, #0d2734 58%, #1f4d54 100%);
}
.portrait-photo { width: 100%; height: 100%; object-fit: cover; object-position: center 22%; filter: saturate(.9) contrast(1.02); }
.profile-card-copy {
  display: grid; grid-template-columns: 1fr 1.5fr; gap: 5px 18px; padding: 20px 18px 10px;
  color: #d4dedf; font-size: 11px; line-height: 1.5;
}
.profile-card-copy p { margin: 0; }
.mono-label { color: #82959d; font-size: 9px; letter-spacing: .13em; }
.profile-divider { grid-column: 1 / -1; height: 1px; margin: 7px 0; background: rgba(255,255,255,.1); }
.hero-stats {
  grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
  max-width: 860px; padding-top: 38px; border-top: 1px solid rgba(255,255,255,.13);
}
.hero-stats > div { display: flex; align-items: center; gap: 17px; }
.hero-stats strong { font-family: Georgia, serif; color: var(--mint-bright); font-size: 38px; font-weight: 400; letter-spacing: -.04em; }
.hero-stats span { color: #94a9b1; font-size: 10px; line-height: 1.5; text-transform: uppercase; letter-spacing: .06em; }

.section-pad { padding: clamp(86px, 10vw, 150px) clamp(22px, 7vw, 112px); }
.section-kicker { color: #5f6e73; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.section-kicker.light { color: #8ba2aa; }
.about-layout { display: grid; grid-template-columns: 1.22fr .78fr; gap: clamp(60px, 10vw, 150px); margin-top: 32px; }
.about h2, .work h2, .proof h2, .experience h2, .skills h2, .services h2, .credentials h2 {
  margin: 0; font-family: Georgia, serif; font-size: clamp(39px, 5.2vw, 76px);
  font-weight: 400; line-height: 1.03; letter-spacing: -.055em;
}
.about h2 span { color: #6a807f; font-style: italic; }
.about-copy { padding-top: 10px; color: #44555b; font-size: 16px; line-height: 1.8; }
.about-copy > p { margin: 0 0 19px; }
.education-note { display: flex; align-items: center; gap: 15px; margin-top: 34px; padding-top: 25px; border-top: 1px solid var(--line); }
.education-icon {
  display: grid; place-items: center; width: 45px; height: 45px; border-radius: 14px;
  background: var(--ink); color: var(--mint-bright); font-family: ui-monospace, monospace; font-size: 12px;
}
.education-note strong { color: var(--ink); font-size: 13px; }
.education-note p { margin: 4px 0 0; font-size: 11px; }

.services { background: var(--ink-soft); color: var(--paper); }
.section-heading-row, .work-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.section-heading-row h2 { margin-top: 25px; }
.section-heading-row > p, .work-heading > p { max-width: 390px; margin: 0 0 7px; color: #9db0b6; font-size: 15px; line-height: 1.7; }
.service-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 66px;
  border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13);
}
.service-card {
  position: relative; min-height: 410px; padding: 34px; border-right: 1px solid rgba(255,255,255,.13); transition: background 220ms ease;
}
.service-card:last-child { border-right: 0; }
.service-card:hover { background: rgba(185,226,214,.055); }
.service-index { color: var(--mint-bright); font-family: Georgia, serif; font-size: 27px; font-style: italic; }
.service-eyebrow { margin: 61px 0 9px; color: #80969e; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3 { margin: 0; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.service-card ul, .learning-card ul { list-style: none; margin: 31px 0 0; padding: 0; }
.service-card li, .learning-card li { display: flex; align-items: center; gap: 10px; margin-top: 13px; color: #b7c6ca; font-size: 12px; }
.check-icon { flex: 0 0 auto; width: 16px; height: 16px; color: var(--mint-bright); }

.work-heading { margin-top: 30px; }
.work-heading > p { color: #5a6b70; }
.project-list { display: grid; gap: 24px; margin-top: 66px; }
.project-card {
  overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; min-height: 420px;
  border: 1px solid var(--line); border-radius: 28px; background: #f8f5ef;
}
.project-visual {
  position: relative; overflow: hidden; min-height: 360px; display: grid; place-items: center; background: #b4d9d0;
}
.project-card.sand .project-visual { background: #ddc8ad; }
.project-card.blue .project-visual { background: #b6c9dc; }
.project-visual > span { z-index: 2; position: absolute; left: 28px; top: 24px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--paper); background: rgba(11,29,42,.88); font-family: Georgia, serif; font-size: 15px; font-style: italic; box-shadow: 0 8px 30px rgba(11,29,42,.24); }
.project-shot { width: 86%; max-height: 315px; object-fit: contain; border: 1px solid rgba(11,29,42,.24); border-radius: 12px; background: #17191b; box-shadow: 0 28px 70px rgba(11,29,42,.22); transition: transform 220ms ease, box-shadow 220ms ease; }
.project-visual:hover .project-shot { transform: scale(1.018); box-shadow: 0 32px 80px rgba(11,29,42,.3); }
.mock-window {
  width: 78%; transform: rotate(-3deg); border: 1px solid rgba(11,29,42,.23); border-radius: 14px;
  background: rgba(248,245,239,.92); box-shadow: 0 28px 70px rgba(11,29,42,.18);
}
.project-card.sand .mock-window { transform: rotate(2.5deg); }
.project-card.blue .mock-window { transform: rotate(-1deg); }
.mock-top { height: 35px; display: flex; align-items: center; gap: 5px; padding: 0 13px; border-bottom: 1px solid rgba(11,29,42,.12); }
.mock-top i { width: 6px; height: 6px; border-radius: 50%; background: rgba(11,29,42,.32); }
.mock-content { display: grid; grid-template-columns: 1fr 1.6fr; gap: 25px; height: 205px; padding: 25px; }
.mock-bars { display: flex; flex-direction: column; gap: 12px; }
.mock-bars i { height: 11px; border-radius: 8px; background: rgba(11,29,42,.11); }
.mock-bars i:nth-child(2) { width: 76%; }
.mock-bars i:nth-child(3) { width: 88%; }
.mock-bars i:nth-child(4) { width: 58%; }
.mock-chart { display: flex; align-items: end; gap: 9px; padding: 20px 14px 0; border-left: 1px solid rgba(11,29,42,.1); border-bottom: 1px solid rgba(11,29,42,.1); }
.mock-chart i { flex: 1; min-width: 8px; background: var(--ink-soft); border-radius: 4px 4px 0 0; }
.mock-chart i:nth-child(1) { height: 35%; }
.mock-chart i:nth-child(2) { height: 54%; }
.mock-chart i:nth-child(3) { height: 42%; }
.mock-chart i:nth-child(4) { height: 76%; }
.mock-chart i:nth-child(5) { height: 91%; background: #43867e; }
.project-copy { align-self: center; padding: clamp(38px, 6vw, 78px); }
.project-label { color: #6c7b7e; font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.project-copy h3 { margin: 17px 0 20px; font-family: Georgia, serif; font-size: clamp(30px, 3.3vw, 49px); font-weight: 400; line-height: 1.05; letter-spacing: -.04em; }
.project-copy > p:not(.project-label) { color: #526269; font-size: 14px; line-height: 1.75; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 28px; }
.tag-row span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 650; }

.proof { overflow: hidden; background: #102a36; color: var(--paper); }
.proof-heading, .credentials-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.proof-heading h2, .credentials-heading h2 { margin-top: 27px; }
.proof-heading > p, .credentials-heading > p { max-width: 410px; margin: 0 0 8px; color: #9fb0b6; font-size: 15px; line-height: 1.7; }
.proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 62px; }
.proof-card { overflow: hidden; display: grid; grid-template-rows: 245px auto; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: rgba(255,255,255,.045); transition: transform 200ms ease, background 200ms ease; }
.proof-card:hover { transform: translateY(-4px); background: rgba(185,226,214,.075); }
.proof-image-wrap { overflow: hidden; display: grid; place-items: center; padding: 18px; background: #e5dfd5; }
.proof-image-wrap img { width: 100%; height: 100%; object-fit: contain; border-radius: 7px; box-shadow: 0 14px 40px rgba(11,29,42,.18); }
.proof-card > div:last-child { position: relative; padding: 25px 28px 28px; }
.proof-card span { position: absolute; top: 28px; right: 28px; color: var(--mint-bright); font-family: Georgia, serif; font-style: italic; }
.proof-card h3 { margin: 0 55px 8px 0; font-family: Georgia, serif; font-size: 25px; font-weight: 400; }
.proof-card p { margin: 0; color: #9fb0b6; font-size: 12px; line-height: 1.55; }

.experience { background: #ece6dc; }
.experience-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 9vw, 135px); margin-top: 34px; }
.experience-intro p { max-width: 430px; color: #5a696e; font-size: 15px; line-height: 1.75; }
.timeline { position: relative; }
.timeline::before { content: ""; position: absolute; left: 112px; top: 9px; bottom: 20px; width: 1px; background: rgba(11,29,42,.18); }
.timeline-row { position: relative; display: grid; grid-template-columns: 92px 14px 1fr; gap: 13px; padding-bottom: 43px; }
.timeline-period { padding-top: 3px; color: #647479; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.timeline-dot { z-index: 1; width: 9px; height: 9px; margin: 3px 0 0 2px; border: 2px solid #ece6dc; border-radius: 50%; background: #4f8a82; box-shadow: 0 0 0 1px #4f8a82; }
.timeline-copy h3 { margin: 0; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.timeline-copy .company { margin: 4px 0 12px; color: #4e827d; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.timeline-copy > p:last-child { margin: 0; color: #5b6b70; font-size: 13px; line-height: 1.7; }

.skills { background: #15313e; color: var(--paper); }
.skills-layout { display: grid; grid-template-columns: 1fr .72fr; gap: clamp(50px, 9vw, 140px); }
.skills h2 { margin-top: 28px; }
.tool-cloud { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 42px; }
.tool-cloud span { padding: 11px 14px; border: 1px solid rgba(255,255,255,.15); border-radius: 999px; color: #c4d0d3; font-size: 11px; }
.learning-card { align-self: center; padding: clamp(32px, 4vw, 52px); border: 1px solid rgba(185,226,214,.22); border-radius: 28px; background: rgba(185,226,214,.06); }
.learning-label { color: var(--mint-bright); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.learning-card h3 { margin: 18px 0 16px; font-family: Georgia, serif; font-size: 33px; font-weight: 400; }
.learning-card > p:not(.learning-label) { color: #a9bbc0; font-size: 13px; line-height: 1.75; }
.learning-card li { color: #c5d2d4; }

.credentials { background: #f4f0e8; }
.credentials-heading > p { color: #5a6b70; }
.credentials-heading h2 span { color: #62817e; font-style: italic; }
.credential-feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 62px; }
.credential-feature { overflow: hidden; display: grid; grid-template-rows: 280px auto; border: 1px solid var(--line); border-radius: 24px; background: #fbf8f2; }
.credential-feature > a { overflow: hidden; display: grid; place-items: center; padding: 20px; background: #e6e0d6; }
.credential-feature img { width: 100%; height: 100%; object-fit: contain; border-radius: 7px; box-shadow: 0 16px 45px rgba(11,29,42,.15); transition: transform 220ms ease; }
.credential-feature a:hover img { transform: scale(1.018); }
.credential-feature > div { padding: 30px; }
.credential-source { margin: 0 0 12px; color: #5b817c; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.credential-feature h3 { margin: 0 0 12px; font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.credential-feature > div > p:last-child { margin: 0; color: #59686d; font-size: 13px; line-height: 1.7; }
.zapier-feature > a { background: #d8e2df; }
.certificate-list { margin-top: 28px; border-top: 1px solid var(--line); }
.certificate-list a { display: grid; grid-template-columns: 42px 1fr auto 22px; align-items: center; gap: 16px; min-height: 65px; border-bottom: 1px solid var(--line); transition: padding 180ms ease, background 180ms ease; }
.certificate-list a:hover { padding: 0 13px; background: rgba(255,255,255,.43); }
.certificate-list span { color: #6f8584; font-family: Georgia, serif; font-size: 13px; font-style: italic; }
.certificate-list strong { font-size: 13px; }
.certificate-list small { color: #65767b; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.certificate-list svg { width: 17px; height: 17px; }

.contact { position: relative; overflow: hidden; text-align: center; }
.contact::before {
  content: "TJ"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -49%);
  color: rgba(11,29,42,.035); font-family: Georgia, serif; font-size: min(48vw, 620px); font-style: italic; line-height: 1;
}
.contact > * { position: relative; z-index: 1; }
.contact-eyebrow { color: #5a7b78; font-size: 10px; font-weight: 800; letter-spacing: .17em; }
.contact h2 { margin: 27px 0 39px; font-family: Georgia, serif; font-size: clamp(55px, 8vw, 118px); font-weight: 400; line-height: .9; letter-spacing: -.065em; }
.contact h2 em { color: #52877e; }
.contact-link { display: inline-flex; align-items: center; gap: 10px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: clamp(14px, 1.7vw, 21px); font-weight: 650; }
.contact-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 22px 34px; }
.contact-link.secondary { color: #55716f; border-bottom-color: #7b9390; }
footer {
  display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 28px clamp(22px, 5vw, 76px);
  border-top: 1px solid var(--line); color: #5c6c70; font-size: 10px; letter-spacing: .06em; text-transform: uppercase;
}
.footer-brand .brand-name { color: var(--ink); font-size: 11px; text-transform: none; }
.footer-brand .brand-mark { width: 31px; height: 31px; font-size: 11px; }

@media (max-width: 950px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 75px; }
  .hero-card { justify-self: start; width: min(78vw, 330px); margin-top: 8px; }
  .about-layout, .experience-layout, .skills-layout { grid-template-columns: 1fr; }
  .about-copy { max-width: 680px; }
  .section-heading-row, .work-heading, .proof-heading, .credentials-heading { align-items: start; flex-direction: column; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
  .service-card:last-child { border-bottom: 0; }
  .service-eyebrow { margin-top: 35px; }
  .project-card { grid-template-columns: 1fr; }
  .project-card .project-visual { min-height: 340px; }
  .proof-grid, .credential-feature-grid { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-nav { height: 68px; }
  .brand-name { display: none; }
  .nav-cta { padding: 9px 13px; }
  .hero { min-height: calc(100svh - 68px); padding-top: 62px; }
  .status-pill { font-size: 9px; }
  .hero h1 { font-size: clamp(50px, 15vw, 74px); }
  .hero-description { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-stats { grid-template-columns: 1fr; gap: 18px; padding-top: 29px; }
  .hero-stats > div { border-bottom: 1px solid rgba(255,255,255,.09); padding-bottom: 16px; }
  .hero-stats > div:last-child { border-bottom: 0; }
  .about-layout { gap: 40px; }
  .service-card { padding: 27px 8px; }
  .project-card { border-radius: 20px; }
  .project-card .project-visual { min-height: 270px; }
  .project-shot { width: 91%; max-height: 230px; }
  .mock-content { height: 150px; padding: 17px; gap: 12px; }
  .project-copy { padding: 30px 25px 35px; }
  .experience-layout { gap: 50px; }
  .timeline::before { left: 6px; }
  .timeline-row { grid-template-columns: 15px 1fr; gap: 15px; }
  .timeline-period { grid-column: 2; padding: 0 0 3px; }
  .timeline-dot { grid-column: 1; grid-row: 1 / span 2; }
  .timeline-copy { grid-column: 2; }
  .learning-card { padding: 28px 22px; }
  .proof-card { grid-template-rows: 210px auto; }
  .credential-feature { grid-template-rows: 220px auto; }
  .credential-feature > a { padding: 13px; }
  .certificate-list a { grid-template-columns: 30px 1fr 18px; gap: 10px; }
  .certificate-list small { display: none; }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  [data-parallax] { transform: none !important; }
}
