/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
}
:root {
  --paper: #f5f4ef;
  --paper-2: #ebeae5;
  --ink: #101010;
  --muted: #72716d;
  --blue: #2457ff;
  --line: #d6d5d0;
  --max: 1380px;
  --ease: cubic-bezier(.22,1,.36,1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--paper);
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial,Helvetica,sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
}
::selection {
  background: var(--blue);
  color: #fff;
}
.wrap {
  width: min(calc(100% - 48px),var(--max));
  margin: auto;
}
.section {
  padding: 160px 0;
}
.mono {
  font-family: "Courier New",Courier,monospace;
  font-size: 11px;
  letter-spacing: .04em;
}
.blue {
  color: var(--blue);
}
.muted {
  color: var(--muted);
}
.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 9999;
  border: 1px solid var(--ink);
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%,-50%);
  mix-blend-mode: difference;
  transition: width .3s var(--ease),height .3s var(--ease),background .3s,border-color .3s;
}
.cursor.active {
  width: 55px;
  height: 55px;
  background: #fff;
  border-color: #fff;
}
.topbar {
  position: fixed;
  inset: 0 0 auto;
  height: 76px;
  z-index: 1000;
  border-bottom: 1px solid var(--line);
  background: rgba(245,244,239,.88);
  backdrop-filter: blur(14px);
}
.topbar-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.brand {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.brand span {
  color: var(--blue);
}
.nav {
  display: flex;
  gap: 26px;
}
.nav a {
  position: relative;
  font-size: 12px;
}
.nav a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: var(--ink);
  transition: width .4s var(--ease);
}
.nav a:hover:after {
  width: 100%;
}
.hero {
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding: 150px 0 60px;
}
.hero-content {
  width: 100%;
  padding-left: clamp(70px,9vw,150px);
  padding-right: clamp(20px,4vw,60px);
}
.hero-index {
  margin-bottom: 30px;
  color: var(--muted);
  text-transform: uppercase;
}
.hero-statement {
  max-width: 1250px;
  margin: 0;
  font-size: clamp(64px,10.4vw,155px);
  line-height: .82;
  letter-spacing: -.09em;
  font-weight: 700;
}
.hero-statement .blue-word {
  color: var(--blue);
}
.hero-statement .outline {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ink);
}
.hero-sub {
  max-width: 650px;
  margin: 55px 0 0;
  font-size: clamp(20px,2.2vw,30px);
  line-height: 1.08;
  letter-spacing: -.045em;
  white-space: pre-line;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 16px;
  border-top: 1px solid var(--ink);
}
.scroll-note {
  display: flex;
  gap: 10px;
  align-items: center;
  color: var(--muted);
}
.scroll-arrow {
  animation: bounce 1.8s infinite;
}
@keyframes bounce {
  50% {
    transform: translateY(5px);
  }
}
.hero-socials {
  display: flex;
  gap: 18px;
}
.hero-socials a {
  font-size: 11px;
  color: var(--muted);
  transition: color .3s;
}
.hero-socials a:hover {
  color: var(--blue);
}
.section-intro {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
  margin-bottom: 100px;
}
.section-number {
  color: var(--blue);
}
.section-title {
  max-width: 950px;
  margin: 0;
  font-size: clamp(46px,7.2vw,100px);
  line-height: .9;
  letter-spacing: -.075em;
}
.work-layout {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 60px;
}
.work-index {
  position: sticky;
  top: 120px;
  align-self: start;
  counter-reset: work-idx;
}
.work-index-title {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.work-index a {
  display: block;
  padding: 6px 0;
  color: var(--muted);
  font-size: 12px;
  transition: color .3s,transform .3s var(--ease);
  counter-increment: work-idx;
  cursor: pointer;
}
.work-index a:before {
  content: counter(work-idx,decimal-leading-zero) " — ";
}
.work-index a.active {
  color: var(--ink);
  transform: translateX(8px);
}
.work-index a.active:before {
  content: "→ ";
  color: var(--blue);
}
.projects {
  counter-reset: project-idx;
}
.project {
  padding-bottom: 130px;
  margin-bottom: 130px;
  border-bottom: 1px solid var(--line);
  counter-increment: project-idx;
}
.project:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.project-image-wrap {
  position: relative;
  overflow: hidden;
  background: #deddd8;
  aspect-ratio: 1.55/1;
}
.project-image-wrap img {
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}
.project:hover .project-image-wrap img {
  transform: scale(1.045);
}
.project-number {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 7px 9px;
  background: var(--paper);
  font-size: 10px;
}
.project-number:before {
  content: counter(project-idx,decimal-leading-zero) " / ";
}
.project-open {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 18px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .4s,transform .5s var(--ease);
}
.project:hover .project-open {
  opacity: 1;
  transform: none;
}
.project-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-top: 25px;
}
.project-title {
  margin: 0;
  font-size: clamp(32px,4vw,58px);
  line-height: .95;
  letter-spacing: -.065em;
}
.project-description {
  max-width: 480px;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  white-space: pre-line;
}
.project-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 480px;
}
.meta-label {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.meta-value {
  font-size: 12px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 22px;
}
.tag {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 10px;
}
.project-info-plain {
  padding-top: 0;
}
.project-plain-eyebrow {
  margin-bottom: 18px;
  color: var(--muted);
}
.project-plain-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 22px;
  font-size: 12px;
  color: var(--blue);
}
.about-grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 100px;
}
.about-statement {
  margin: 0;
  font-size: clamp(38px,5vw,72px);
  line-height: .98;
  letter-spacing: -.065em;
}
.about-copy {
  max-width: 650px;
}
.about-copy p {
  margin: 0;
  color: #44433f;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: -.02em;
  white-space: pre-line;
}
.experience {
  margin-top: 90px;
}
.experience-row {
  display: grid;
  grid-template-columns: 150px 1fr 180px;
  gap: 30px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.experience-row:last-child {
  border-bottom: 1px solid var(--line);
}
.experience-date {
  color: var(--muted);
  font-size: 11px;
}
.experience-company {
  margin: 0 0 4px;
  font-size: 23px;
  letter-spacing: -.04em;
}
.experience-role {
  font-size: 12px;
  color: var(--muted);
}
.experience-description {
  max-width: 650px;
  margin: 14px 0 0;
  color: #55544f;
  font-size: 13px;
  line-height: 1.55;
  white-space: pre-line;
}
.experience-location {
  text-align: right;
  color: var(--muted);
  font-size: 10px;
}
.services {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  border-top: 1px solid var(--ink);
  counter-reset: service-idx;
}
.service {
  min-height: 430px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background .5s,color .5s;
  counter-increment: service-idx;
}
.service:last-child {
  border-right: 0;
}
.service:hover {
  background: var(--ink);
  color: #fff;
}
.service-number {
  color: var(--blue);
  font-size: 11px;
}
.service-number:before {
  content: counter(service-idx,decimal-leading-zero);
}
.service-title {
  margin: 150px 0 15px;
  font-size: clamp(28px,3vw,44px);
  line-height: .9;
  letter-spacing: -.06em;
}
.service-description {
  max-width: 330px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  white-space: pre-line;
}
.service:hover .service-description {
  color: #aaa;
}
.skills-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 60px;
}
.skills-group {
  border-top: 1px solid var(--ink);
  padding-top: 15px;
}
.skills-group-title {
  margin: 0 0 25px;
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.skills-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.skill {
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 11px;
  transition: border-color .3s,background .3s;
}
.skill:hover {
  border-color: var(--blue);
  background: #e9edff;
}
.contact {
  padding: 150px 0 70px;
}
.contact-top {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 40px;
}
.contact-title {
  max-width: 1000px;
  margin: 0;
  font-size: clamp(65px,12vw,175px);
  line-height: .78;
  letter-spacing: -.095em;
}
.contact-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 50px;
  margin-top: 90px;
  padding-top: 20px;
  border-top: 1px solid var(--ink);
}
.email-link {
  font-size: clamp(20px,3vw,42px);
  letter-spacing: -.055em;
  transition: color .3s;
}
.email-link:hover {
  color: var(--blue);
}
.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.contact-links a {
  font-size: 11px;
  color: var(--muted);
}
.contact-links a:hover {
  color: var(--blue);
}
footer {
  padding: 25px 0 35px;
  color: var(--muted);
  font-size: 10px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity .9s var(--ease),transform .9s var(--ease);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width:900px) {
  .wrap {
    width: min(calc(100% - 28px),var(--max));
  }
  .topbar {
    height: 65px;
  }
  .nav {
    gap: 15px;
  }
  .nav a {
    font-size: 10px;
  }
  .hero {
    padding-top: 120px;
    min-height: auto;
  }
  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-statement {
    font-size: clamp(64px,18vw,115px);
  }
  .hero-sub {
    margin-top: 45px;
  }
  .hero-bottom {
    margin-top: 55px;
  }
  .section {
    padding: 100px 0;
  }
  .section-intro {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 60px;
  }
  .section-title {
    font-size: clamp(48px,13vw,80px);
  }
  .work-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .work-index {
    position: static;
    display: flex;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--line);
  }
  .work-index-title {
    display: none;
  }
  .work-index a {
    white-space: nowrap;
  }
  .project {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .project-info {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .project-image-wrap {
    aspect-ratio: 1.15/1;
  }
  .project-open {
    opacity: 1;
    transform: none;
    width: 45px;
    height: 45px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .experience-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .experience-location {
    text-align: left;
  }
  .services {
    grid-template-columns: 1fr;
  }
  .service {
    min-height: 300px;
    border-right: 0;
  }
  .service-title {
    margin-top: 100px;
  }
  .skills-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .contact-top {
    grid-template-columns: 1fr;
  }
  .contact-bottom {
    display: block;
    margin-top: 60px;
  }
  .contact-links {
    margin-top: 30px;
  }
  .footer-inner {
    display: block;
  }
  .footer-inner div+div {
    margin-top: 8px;
  }
  .cursor {
    display: none;
  }
}
@media (prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: .01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-outline-style: solid;
    }
  }
}
