@charset "UTF-8";
:root {
  --ink:#171e1b;
  --muted:#5b655f;
  --paper:#f7f9f7;
  --white:#fff;
  --line:#dce3dd;
  --night:#141918;
  --night-muted:#aab6af;
  --lime:#d4f77d;
  --lime-ink:#263b10;
  --radius:14px;
  --mono:"SFMono-Regular",Consolas,"Liberation Mono",monospace;
  --sans:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  --serif:Georgia,"Times New Roman",serif
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:104px
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--sans);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased
}
body.modal-open {
  overflow:hidden
}
button,input,select {
  font:inherit
}
button,a,input,select,summary {
  -webkit-tap-highlight-color:transparent
}
button,a,summary {
  touch-action:manipulation
}
button {
  cursor:pointer
}
a {
  color:inherit;
  text-decoration:none
}
button {
  color:inherit
}
svg {
  display:block
}
p,h1,h2,h3 {
  margin:0
}
button {
  border:0
}
button:disabled {
  cursor:default
}
::selection {
  background:var(--lime);
  color:var(--ink)
}
:focus-visible {
  outline:3px solid #668927;
  outline-offset:5px
}
.hero :focus-visible,.header :focus-visible,.contact-section :focus-visible {
  outline-color:var(--lime)
}
.container {
  width:min(1240px,calc(100% - 96px));
  margin-inline:auto
}
.icon {
  width:20px;
  height:20px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.65;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex-shrink:0
}
.icon-library {
  width:0;
  height:0;
  position:absolute;
  overflow:hidden
}
.mono,.eyebrow {
  font-family:var(--mono)
}
.mono {
  font-size:12px
}
.eyebrow {
  font-size:12px;
  line-height:1.5;
  font-weight:500;
  letter-spacing:.075em;
  text-transform:uppercase
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip-path:inset(50%);
  white-space:nowrap
}
.skip-link {
  position:fixed;
  top:12px;
  left:12px;
  padding:12px 18px;
  background:var(--lime);
  z-index:100;
  transform:translateY(-160%)
}
.skip-link:focus {
  transform:translateY(0)
}
.small-line {
  display:inline-block;
  width:24px;
  height:1px;
  background:var(--lime);
  vertical-align:middle;
  margin-right:12px
}
.header {
  position:sticky;
  top:0;
  background:rgba(20,25,24,.97);
  color:white;
  z-index:30;
  border-bottom:1px solid #303933;
  backdrop-filter:blur(18px)
}
.nav-inner {
  height:90px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}
.brand {
  display:flex;
  align-items:center;
  gap:17px
}
.monogram {
  font-weight:750;
  font-size:35px;
  letter-spacing:-3px;
  line-height:1
}
.monogram span {
  color:var(--lime)
}
.brand-name {
  font-size:14px;
  letter-spacing:-.01em;
  font-weight:500
}
.nav {
  display:flex;
  gap:34px;
  align-items:center
}
.nav>a {
  font-size:14px;
  color:#c6cfc9;
  transition:color .18s
}
.nav>a:hover,.nav>a[aria-current="location"] {
  color:var(--lime)
}
.nav .nav-contact {
  display:flex;
  align-items:center;
  gap:16px;
  border:1px solid #5c655f;
  padding:12px 17px;
  color:white;
  border-radius:6px
}
.nav-contact:hover {
  background:#242e26
}
.menu-toggle {
  display:none
}
.hero {
  background:var(--night);
  color:#f7faf7;
  position:relative;
  overflow:hidden
}
.hero-grid {
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:72px;
  padding-top:91px;
  padding-bottom:86px;
  align-items:center
}
.hero-copy .eyebrow {
  color:#c2cdc5;
  margin-bottom:27px
}
.hero h1 {
  font-size:clamp(52px,5.9vw,83px);
  font-weight:580;
  letter-spacing:-.062em;
  line-height:1.06;
  margin-left:-4px
}
.hero h1 em {
  font-family:var(--serif);
  font-weight:400;
  letter-spacing:-.055em;
  color:var(--lime);
  line-height:1.12
}
.hero-description {
  font-size:17px;
  color:#b5c1b9;
  max-width:445px;
  line-height:1.8;
  margin-top:27px
}
.hero-actions {
  display:flex;
  align-items:center;
  gap:13px;
  margin-top:33px
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:23px;
  padding:14px 20px;
  border-radius:6px;
  font-size:14px;
  font-weight:600;
  line-height:1.5;
  border:1px solid transparent;
  min-height:50px;
  transition:background .2s,transform .2s,box-shadow .2s;
  white-space:nowrap
}
.button:hover {
  transform:translateY(-2px)
}
.button-lime {
  background:var(--lime);
  color:#1b2917
}
.button-lime:hover {
  background:#e0ff97;
  box-shadow:0 5px 25px #0003
}
.button-outline {
  border-color:#535c56;
  background:transparent;
  color:#e3e9e5
}
.button-outline:hover {
  background:#27302a
}
.button-dark {
  background:var(--ink);
  color:white
}
.button-dark:hover {
  background:#2c392e
}
.hero-meta {
  display:flex;
  gap:27px;
  margin-top:36px;
  font-size:12px;
  color:var(--night-muted);
  align-items:center
}
.hero-meta>span+span {
  border-left:1px solid #485149;
  padding-left:27px
}
.hero-meta strong {
  font-weight:600;
  color:#f1f5f1
}
.stack-explorer {
  border:1px solid #3c483f;
  background:#202822;
  border-radius:var(--radius);
  box-shadow:0 20px 65px #0002;
  position:relative;
  isolation:isolate
}
.stack-explorer:before {
  content:"";
  position:absolute;
  inset:-16px 16px 16px -16px;
  border:1px solid #364039;
  border-radius:var(--radius);
  z-index:-1;
  pointer-events:none
}
.explorer-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:21px 24px;
  color:#b5c2b7;
  border-bottom:1px solid #39453b;
  background:#202822;
  border-radius:var(--radius) var(--radius) 0 0
}
.explorer-top .mono {
  color:#7e947b
}
.stack-tabs {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:3px;
  padding:13px 16px 0;
  background:#202822
}
.stack-tabs button {
  border-radius:4px;
  background:transparent;
  color:#b1beb3;
  font-size:13px;
  padding:9px 3px;
  transition:background .2s,color .2s
}
.stack-tabs button:hover {
  background:#303c32;
  color:white
}
.stack-tabs [aria-selected="true"] {
  background:var(--lime);
  color:#233416;
  font-weight:600
}
#stack-panel {
  padding:22px 24px 20px;
  background:#202822;
  min-height:359px
}
.layer-title {
  display:flex;
  gap:18px;
  align-items:center
}
.layer-number {
  font:italic 52px/1 var(--serif);
  letter-spacing:-.08em;
  color:#a3ba8e
}
.layer-title h2 {
  font-size:22px;
  line-height:1.2;
  font-weight:500;
  letter-spacing:-.035em
}
#layer-description {
  font-size:14px;
  line-height:1.7;
  color:#b0beb2;
  margin-top:14px;
  min-height:48px;
  max-width:360px
}
.code-window {
  border:1px solid #3b493d;
  border-radius:7px;
  margin-top:19px;
  background:#151d18;
  overflow:hidden
}
.code-heading {
  display:flex;
  align-items:center;
  gap:9px;
  padding:9px 12px;
  font:12px/1.5 var(--mono);
  color:#afbbad;
  border-bottom:1px solid #2a392d
}
.code-marker {
  color:#cae6aa
}
.example-label {
  margin-left:auto;
  color:#83927f;
  font-size:12px
}
pre {
  margin:0;
  padding:15px 17px;
  color:#c7d7ca;
  font:12px/1.7 var(--mono);
  white-space:pre;
  overflow:auto;
  min-height:190px
}
code {
  font:inherit
}
.code-purple {
  color:#d3b2ef
}
.code-blue {
  color:#a1cfd3
}
.code-lime {
  color:#d5eea8
}
.code-muted {
  color:#93a194
}
.explorer-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:12px 24px 15px;
  color:#afbbad;
  background:#202822;
  border-radius:0 0 var(--radius) var(--radius)
}
.explorer-bottom .mono {
  font-size:12px
}
.proof-strip {
  border-top:1px solid #354038;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  padding-block:25px 31px
}
.proof-strip>span:not(.proof-label) {
  font-size:25px;
  font-weight:650;
  letter-spacing:-.04em;
  color:#b9c3bd;
  line-height:1.2
}
.proof-strip>span.proof-long {
  font-size:16px;
  letter-spacing:-.025em;
  font-weight:550
}
.proof-label {
  font:12px var(--mono);
  text-transform:uppercase;
  letter-spacing:.03em;
  color:#94a497
}
.section {
  padding-block:106px;
  scroll-margin-top:12px
}
.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:60px;
  margin-bottom:42px
}
.section-label {
  color:#667363;
  margin-bottom:21px
}
.section h2 {
  font-size:clamp(36px,4.1vw,56px);
  font-weight:540;
  line-height:1.09;
  letter-spacing:-.047em
}
.section-intro {
  color:var(--muted);
  max-width:328px;
  font-size:16px;
  line-height:1.8;
  padding-bottom:3px
}
.filter-row {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  border-bottom:1px solid var(--line);
  padding-bottom:18px;
  margin-bottom:28px
}
.filters {
  display:flex;
  gap:8px;
  flex-wrap:wrap
}
.filter {
  background:transparent;
  border:1px solid transparent;
  color:var(--muted);
  padding:9px 15px;
  border-radius:6px;
  font-size:14px;
  transition:background .2s,color .2s,border-color .2s
}
.filter:hover {
  border-color:#b6c1b7;
  color:var(--ink)
}
.filter.active {
  background:var(--ink);
  color:white
}
.filter span {
  font-family:var(--mono);
  font-size:12px;
  margin-left:12px;
  color:#bcc8bf
}
.filter-count {
  color:#657164;
  white-space:nowrap
}
.work-grid {
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:20px;
  align-items:stretch
}
.work-card {
  grid-column:span 2;
  border:1px solid var(--line);
  border-radius:12px;
  background:white;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  transition:border-color .25s,box-shadow .25s,transform .25s
}
.work-card:hover {
  transform:translateY(-4px);
  border-color:#a1b098;
  box-shadow:0 12px 28px #2934260b
}
.work-card-featured {
  grid-column:span 3;
  background:#eaf0e5;
  border-color:#d3ddcb
}
.work-card-review {
  grid-column:span 3;
  background:#e8edf0;
  border-color:#d7dfe3
}
.work-card-award {
  background:#f0f3e8
}
.work-card[hidden] {
  display:none
}
.work-grid.filtered .work-card {
  grid-column:span 3
}
.card-top {
  padding:26px 27px 17px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px
}
.card-top .eyebrow {
  font-size:12px;
  color:#5c6b57;
  max-width:80%;
  line-height:1.6
}
.work-number {
  font:italic 29px/1 var(--serif);
  color:#9baa93
}
.work-body {
  padding:8px 27px 26px;
  flex-grow:1
}
.work-card h3 {
  font-size:25px;
  line-height:1.2;
  letter-spacing:-.035em;
  font-weight:580;
  margin-bottom:16px
}
.work-card-featured h3,.work-card-review h3 {
  font-size:34px;
  line-height:1.17
}
.work-body p {
  font-size:15px;
  line-height:1.75;
  color:var(--muted);
  max-width:415px
}
.tags {
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  margin-top:20px
}
.tags span {
  padding:4px 9px;
  border:1px solid #cbd6c9;
  border-radius:4px;
  font-size:12px;
  line-height:1.5;
  color:#485443
}
.status {
  display:inline-block;
  font:12px/1.6 var(--mono);
  letter-spacing:.025em;
  text-transform:uppercase;
  color:#475969;
  margin-bottom:13px;
  border-left:2px solid #75959c;
  padding-left:9px
}
.status-released {
  border-color:#628833;
  color:#416421
}
.status-award {
  border-color:#8b9847;
  color:#586c26
}
.card-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-inline:27px;
  padding-block:17px 22px;
  border-top:1px solid #d4ded0
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:16px;
  font-size:14px;
  font-weight:550;
  background:none;
  padding:0
}
.text-link:hover {
  color:#4c6b1f
}
.text-link .icon {
  transition:transform .2s
}
.text-link:hover .icon {
  transform:translate(2px,-2px)
}
.demo-shortcut {
  font-size:12px;
  color:#506345;
  white-space:nowrap
}
.demo-shortcut:hover {
  text-decoration:underline
}
.demo-shortcut span {
  margin-left:7px
}
.playground {
  display:grid;
  grid-template-columns:.8fr 1.4fr;
  gap:66px;
  margin-top:84px;
  padding-top:74px;
  border-top:1px solid var(--line);
  scroll-margin-top:115px
}
.playground-intro .eyebrow {
  font-size:12px;
  max-width:220px;
  margin-bottom:20px;
  color:#5b6b55
}
.playground h3 {
  font-size:46px;
  line-height:1.05;
  font-weight:530;
  letter-spacing:-.045em
}
.playground-intro>p:not(.eyebrow) {
  font-size:16px;
  color:var(--muted);
  max-width:300px;
  margin-top:22px;
  line-height:1.8
}
.demo-disclosure {
  display:block;
  font-size:12px;
  color:#74816f;
  line-height:1.7;
  margin-top:29px;
  max-width:290px
}
.query-console {
  background:white;
  border:1px solid #cbd6c8;
  border-radius:12px;
  overflow:hidden;
  box-shadow:0 8px 25px #23311f05
}
.console-header {
  padding:15px 23px;
  display:flex;
  justify-content:space-between;
  gap:15px;
  align-items:center;
  border-bottom:1px solid var(--line);
  background:#edf2e9
}
.console-header .mono {
  color:#37552b
}
.console-caption {
  font-size:12px;
  color:#5c7251
}
.query-form {
  padding:22px;
  display:grid;
  grid-template-columns:1.35fr .65fr auto;
  gap:12px;
  align-items:end
}
.query-field label {
  display:block;
  font-size:12px;
  color:#4c5a46;
  margin-bottom:7px
}
.query-field select,.query-field input {
  width:100%;
  min-width:0;
  border:1px solid #c5d0c2;
  border-radius:5px;
  background:#fff;
  color:var(--ink);
  height:48px;
  padding:12px 12px;
  font-size:14px
}
.query-field select {
  padding-right:24px
}
.query-form .button {
  height:48px;
  min-height:48px;
  gap:13px;
  padding-inline:16px
}
.result-bar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:14px 23px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  gap:14px
}
.result-bar .mono {
  background:#e9f3de;
  color:#375323;
  padding:4px 9px;
  border-radius:4px
}
.result-bar p {
  font-size:12px;
  color:#5d6e52
}
.results-table {
  padding:5px 22px 12px;
  min-height:192px;
  overflow:auto
}
.results-table table {
  border-collapse:collapse;
  width:100%;
  font-size:14px
}
.results-table th {
  text-align:left;
  color:#718369;
  font-size:12px;
  font-weight:500;
  padding:12px 0;
  border-bottom:1px solid #e6ece1
}
.results-table th:last-child,.results-table td:last-child {
  text-align:right;
  padding-left:16px
}
.results-table td {
  padding:12px 0;
  border-bottom:1px solid #edf1e9
}
.results-table tr:last-child td {
  border-bottom:0
}
.result-id {
  font:12px var(--mono);
  color:#839377;
  margin-right:15px
}
.results-table td:last-child {
  font-family:var(--mono);
  color:#435d33
}
.query-empty {
  font-size:14px;
  color:var(--muted);
  padding-block:36px
}
.console-footer {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:20px;
  padding:14px 22px;
  border-top:1px solid var(--line);
  font-size:12px;
  color:#5d6e52
}
.console-footer>button {
  background:transparent;
  padding:0;
  font-size:12px;
  border-bottom:1px solid #b0bea8;
  white-space:nowrap
}
.dataset-details {
  max-width:65%
}
.dataset-details summary {
  cursor:pointer;
  text-align:right
}
.dataset-details ul {
  padding:12px 0 0 15px;
  margin:0;
  color:#65745a;
  font-size:12px;
  line-height:1.9
}
.experience-section {
  background:#edf1ec;
  border-block:1px solid #dfe7dc
}
.experience-layout {
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:96px
}
.experience-intro>p:not(.eyebrow) {
  font-size:16px;
  line-height:1.8;
  color:var(--muted);
  max-width:300px;
  margin-top:23px
}
.experience-intro>.text-link {
  margin-top:24px
}
.experience-stat {
  display:flex;
  gap:21px;
  align-items:center;
  margin-top:36px;
  color:#59724b
}
.experience-stat strong {
  font-size:70px;
  line-height:1;
  letter-spacing:-.07em;
  font-weight:450
}
.experience-stat strong span {
  font-size:40px;
  vertical-align:top
}
.experience-stat>span {
  font-size:13px;
  line-height:1.7
}
.timeline {
  border-top:1px solid #bccbb7
}
.career {
  border-bottom:1px solid #cbd6c6
}
.career summary {
  display:grid;
  grid-template-columns:134px 1fr 24px;
  gap:14px;
  align-items:center;
  list-style:none;
  padding:25px 0;
  cursor:pointer
}
.career summary::-webkit-details-marker {
  display:none
}
.career-dates {
  font-size:12px;
  color:#627459;
  line-height:1.7
}
.career-title {
  display:flex;
  flex-direction:column;
  gap:4px
}
.career-title strong {
  font-size:18px;
  line-height:1.4;
  letter-spacing:-.02em;
  font-weight:550
}
.career-title>span {
  font-size:13px;
  color:#617158
}
.career-toggle {
  font-size:27px;
  font-weight:300;
  text-align:center;
  transition:transform .2s;
  line-height:1;
  color:#6c7a60
}
.career[open] .career-toggle {
  transform:rotate(45deg)
}
.career summary:hover .career-title strong {
  color:#54752e
}
.career-content {
  padding:0 28px 25px 148px;
  font-size:14px;
  line-height:1.8;
  color:#56684d
}
.career-content ul {
  padding-left:17px;
  margin:12px 0 0
}
.career-content li+li {
  margin-top:9px
}
.about-copy {
  max-width:505px;
  color:var(--muted);
  font-size:16px;
  line-height:1.85
}
.about-copy>p+p {
  margin-top:13px
}
.about-section .section-heading {
  align-items:flex-start;
  gap:75px;
  margin-bottom:53px
}
.about-section h2 {
  max-width:490px
}
.education {
  display:flex;
  align-items:center;
  gap:14px;
  padding-top:25px;
  margin-top:26px;
  border-top:1px solid var(--line)
}
.education-mark {
  width:37px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid #b6c2af;
  font:italic 25px var(--serif);
  color:#5a7343;
  flex-shrink:0
}
.education>span:last-child {
  display:flex;
  flex-direction:column;
  font-size:12px;
  gap:4px
}
.education strong {
  font-weight:550;
  font-size:13px;
  color:var(--ink)
}
.skills-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  border-top:1px solid var(--line);
  border-left:1px solid var(--line)
}
.skill-group {
  padding:28px 28px 33px;
  border-bottom:1px solid var(--line);
  border-right:1px solid var(--line);
  position:relative;
  transition:background .2s
}
.skill-group:hover {
  background:#edf3e4
}
.skill-index {
  position:absolute;
  right:25px;
  top:31px;
  color:#92a184
}
.skill-group h3 {
  font-size:18px;
  letter-spacing:-.03em;
  font-weight:550;
  margin-bottom:13px
}
.skill-group p {
  font-size:14px;
  line-height:1.9;
  color:#5e6b56
}
.contact-section {
  background:var(--night);
  color:#eef4ec;
  padding-top:85px;
  scroll-margin-top:90px;
  overflow:hidden
}
.contact-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px
}
.contact-inner .eyebrow {
  color:#a8baa1;
  margin-bottom:25px
}
.contact-inner h2 {
  font-size:clamp(46px,5.5vw,75px);
  line-height:1.04;
  letter-spacing:-.055em;
  font-weight:500
}
.contact-inner h2 em {
  font-family:var(--serif);
  color:var(--lime);
  font-weight:400
}
.contact-inner p:not(.eyebrow) {
  font-size:15px;
  color:#9faa9a;
  margin-top:25px
}
.contact-arrow {
  border:1px solid #5f734e;
  display:grid;
  place-items:center;
  border-radius:50%;
  width:128px;
  height:128px;
  flex-shrink:0;
  transition:background .25s,transform .25s,color .25s;
  color:var(--lime)
}
.contact-arrow svg {
  width:48px;
  height:48px;
  stroke:currentColor;
  stroke-width:1;
  fill:none;
  stroke-linecap:round;
  stroke-linejoin:round
}
.contact-arrow:hover {
  background:var(--lime);
  color:var(--ink);
  transform:rotate(8deg)
}
.contact-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;
  margin-top:50px;
  padding-bottom:60px
}
.email-row {
  display:flex;
  align-items:center;
  gap:20px
}
.email-row>a {
  font-size:24px;
  letter-spacing:-.03em
}
.email-row>a:hover {
  color:var(--lime)
}
.copy-button {
  display:flex;
  align-items:center;
  gap:7px;
  font-size:12px;
  color:#99aa90;
  background:none;
  padding:12px 0
}
.copy-button .icon {
  width:15px;
  height:15px
}
.copy-button:hover {
  color:var(--lime)
}
.contact-links {
  display:flex;
  align-items:center;
  gap:24px
}
.contact-links a {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:13px;
  color:#c5d0be
}
.contact-links a:hover {
  color:var(--lime)
}
.contact-links .icon {
  width:14px;
  height:14px
}
.footer {
  padding-block:23px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap;
  border-top:1px solid #3a4733;
  font-size:12px;
  color:#91a386
}
.footer>a {
  color:#b7c8a9
}
.footer>a:hover {
  color:var(--lime)
}
dialog {
  border:1px solid #c4d0ba;
  border-radius:16px;
  background:var(--paper);
  color:var(--ink);
  width:min(680px,calc(100% - 32px));
  max-height:85dvh;
  padding:0;
  box-shadow:0 25px 100px #0003
}
dialog::backdrop {
  background:#101912b8;
  backdrop-filter:blur(5px)
}
dialog[open] {
  animation:dialog-in .2s ease
}
.dialog-shell {
  padding:45px;
  position:relative
}
.dialog-close {
  position:absolute;
  top:17px;
  right:17px;
  width:35px;
  height:35px;
  display:grid;
  place-items:center;
  background:#e5ecdF;
  border-radius:50%
}
.dialog-close:hover {
  background:#d4dfca
}
.dialog-shell>.eyebrow {
  padding-right:25px;
  color:#657b57;
  margin-bottom:20px
}
.dialog-shell h2 {
  font-size:36px;
  line-height:1.12;
  letter-spacing:-.04em;
  max-width:510px;
  font-weight:550
}
.dialog-summary {
  font-size:16px;
  line-height:1.8;
  color:var(--muted);
  margin-top:24px
}
.dialog-rule {
  height:1px;
  background:var(--line);
  margin-block:27px
}
.dialog-shell h3 {
  font-size:15px;
  font-weight:600
}
.dialog-shell ul {
  padding-left:19px;
  color:var(--muted);
  font-size:15px;
  line-height:1.8
}
.dialog-shell li+li {
  margin-top:12px
}
.dialog-note {
  font-size:12px;
  line-height:1.8;
  color:#6b7a60;
  margin-top:25px
}
.dialog-shell>.button {
  margin-top:26px
}
.toast {
  position:fixed;
  bottom:26px;
  left:50%;
  transform:translate(-50%,14px);
  background:var(--ink);
  color:#f4f8f0;
  font-size:14px;
  border:1px solid #72815d;
  border-radius:8px;
  padding:12px 20px;
  box-shadow:0 6px 25px #0002;
  z-index:70;
  opacity:0;
  pointer-events:none;
  transition:opacity .2s,transform .2s;
  max-width:calc(100% - 32px);
  text-align:center
}
.toast.visible {
  opacity:1;
  transform:translate(-50%,0)
}
.panel-change {
  animation:panel-in .23s ease
}
@keyframes panel-in {
  from {
    opacity:.55;
    transform:translateY(4px)
  }
  to {
    opacity:1;
    transform:translateY(0)
  }
}
@keyframes dialog-in {
  from {
    opacity:0;
    transform:translateY(12px)
  }
  to {
    opacity:1;
    transform:translateY(0)
  }
}
@media(min-width:1440px) {
  .hero-grid {
    gap:90px;
    padding-top:104px;
    padding-bottom:101px
  }
  .hero h1 {
    font-size:86px
  }
}
@media(max-width:1100px) {
  .container {
    width:calc(100% - 64px)
  }
  .hero-grid {
    gap:45px;
    grid-template-columns:1.1fr 1fr;
    padding-top:70px;
    padding-bottom:68px
  }
  .hero h1 {
    font-size:65px
  }
  .hero-description {
    font-size:16px
  }
  .proof-strip {
    gap:23px;
    flex-wrap:wrap
  }
  .proof-strip .proof-label {
    flex-basis:100%;
    font-size:12px
  }
  .work-card h3 {
    font-size:22px
  }
  .work-card-featured h3,.work-card-review h3 {
    font-size:30px
  }
  .card-top {
    padding:23px 22px 15px
  }
  .work-body {
    padding-inline:22px
  }
  .card-bottom {
    margin-inline:22px
  }
  .demo-shortcut {
    display:none
  }
  .experience-layout {
    gap:48px;
    grid-template-columns:.8fr 1.2fr
  }
  .career summary {
    grid-template-columns:105px 1fr 20px
  }
  .career-content {
    padding-left:119px
  }
  .career-title strong {
    font-size:17px
  }
  .career-dates {
    font-size:12px
  }
  .playground {
    gap:40px;
    grid-template-columns:.7fr 1.3fr
  }
  .query-form {
    grid-template-columns:1fr .55fr;
    gap:12px
  }
  .query-form>.button {
    grid-column:span 2
  }
  .about-section .section-heading {
    gap:50px
  }
  .contact-bottom {
    align-items:flex-start
  }
  .contact-links {
    gap:16px
  }
  .email-row {
    gap:12px
  }
  .email-row>a {
    font-size:21px
  }
  .copy-button span {
    display:none
  }
}
@media(max-width:850px) {
  .nav {
    gap:24px
  }
  .brand-name {
    display:none
  }
  .hero-grid {
    grid-template-columns:1fr;
    gap:52px;
    padding-top:57px
  }
  .hero-copy {
    max-width:620px
  }
  .hero h1 {
    font-size:clamp(52px,8.8vw,74px)
  }
  .hero-description {
    max-width:490px
  }
  .hero-meta {
    margin-top:30px
  }
  .stack-explorer {
    max-width:600px;
    width:100%;
    margin-left:auto
  }
  .stack-explorer:before {
    inset:-12px 12px 12px -12px
  }
  .stack-tabs button {
    font-size:14px
  }
  .layer-title h2 br {
    display:none
  }
  .code-window {
    margin-top:17px
  }
  #layer-description {
    max-width:none;
    min-height:0
  }
  #stack-panel {
    min-height:340px
  }
  .proof-strip>span:not(.proof-label) {
    font-size:22px
  }
  .proof-strip>span.proof-long {
    font-size:14px
  }
  .section {
    padding-block:78px
  }
  .section-heading {
    gap:30px
  }
  .section-intro {
    max-width:260px;
    font-size:15px
  }
  .work-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .work-card,.work-card-featured,.work-card-review,.work-grid.filtered .work-card {
    grid-column:span 1
  }
  .work-card h3,.work-card-featured h3,.work-card-review h3 {
    font-size:26px
  }
  .work-card-award {
    grid-column:1 / -1
  }
  .playground {
    grid-template-columns:1fr;
    gap:32px;
    margin-top:60px;
    padding-top:55px
  }
  .playground-intro {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px 30px
  }
  .playground-intro .eyebrow {
    grid-column:1 / -1;
    max-width:none;
    margin-bottom:0
  }
  .playground h3 {
    font-size:40px
  }
  .playground-intro>p:not(.eyebrow) {
    margin:0;
    max-width:300px;
    align-self:center
  }
  .demo-disclosure {
    grid-column:1 / -1;
    margin-top:0;
    max-width:none
  }
  .demo-disclosure br {
    display:none
  }
  .query-form {
    grid-template-columns:1.4fr .65fr auto
  }
  .query-form>.button {
    grid-column:auto
  }
  .experience-layout {
    grid-template-columns:1fr;
    gap:36px
  }
  .experience-intro {
    position:relative
  }
  .experience-intro>p:not(.eyebrow) {
    max-width:450px
  }
  .experience-stat {
    position:absolute;
    right:0;
    top:0;
    margin-top:42px
  }
  .career summary {
    grid-template-columns:145px 1fr 24px
  }
  .career-content {
    padding-left:159px
  }
  .career-dates {
    font-size:12px
  }
  .career-title strong {
    font-size:19px
  }
  .career-title>span {
    font-size:14px
  }
  .about-section .section-heading {
    display:block
  }
  .about-copy {
    max-width:none;
    margin-top:28px
  }
  .education {
    max-width:450px
  }
  .skills-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .contact-inner h2 {
    font-size:58px
  }
  .contact-arrow {
    width:90px;
    height:90px
  }
  .contact-arrow svg {
    width:35px;
    height:35px
  }
  .contact-bottom {
    flex-direction:column;
    align-items:flex-start;
    gap:27px;
    margin-top:32px;
    padding-bottom:39px
  }
  .email-row>a {
    font-size:25px
  }
  .copy-button span {
    display:inline
  }
  .contact-links {
    gap:27px
  }
  .contact-links a {
    font-size:14px
  }
}
@media(max-width:600px) {
  .container {
    width:calc(100% - 40px)
  }
  html {
    scroll-padding-top:84px
  }
  .nav-inner {
    height:73px;
    gap:15px
  }
  .monogram {
    font-size:32px
  }
  .brand-name {
    display:block;
    font-size:13px
  }
  .menu-toggle {
    display:flex;
    align-items:center;
    gap:12px;
    background:none;
    color:#dbe7d5;
    padding:12px 0;
    font-size:13px
  }
  .menu-bars {
    width:18px;
    height:12px;
    border-top:1px solid currentColor;
    border-bottom:1px solid currentColor;
    position:relative
  }
  .menu-bars:after {
    content:"";
    position:absolute;
    inset:4px 0 auto;
    border-top:1px solid currentColor
  }
  .menu-toggle[aria-expanded="true"] .menu-bars {
    transform:rotate(45deg);
    height:0;
    border-bottom:0
  }
  .menu-toggle[aria-expanded="true"] .menu-bars:after {
    inset:-1px 0 auto;
    transform:rotate(90deg)
  }
  .nav {
    display:none;
    position:absolute;
    top:73px;
    left:0;
    right:0;
    background:#19221b;
    padding:19px 20px 25px;
    box-shadow:0 12px 18px #0002;
    border-bottom:1px solid #485642
  }
  .nav.open {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:7px
  }
  .nav>a {
    font-size:16px;
    padding:12px 8px
  }
  .nav .nav-contact {
    margin-top:6px;
    justify-content:space-between;
    padding:12px 15px
  }
  .hero-grid {
    padding-top:44px;
    padding-bottom:38px;
    gap:42px
  }
  .hero-copy .eyebrow {
    font-size:12px;
    margin-bottom:23px
  }
  .hero h1 {
    font-size:clamp(41px,9.9vw,59px);
    letter-spacing:-.056em;
    margin-left:-2px;
    line-height:1.1
  }
  .hero-description {
    font-size:16px;
    line-height:1.75;
    margin-top:23px
  }
  .hero-actions {
    gap:12px;
    margin-top:25px;
    flex-wrap:wrap
  }
  .button {
    padding:13px 16px;
    font-size:13px;
    gap:17px;
    min-height:48px
  }
  .hero-meta {
    gap:16px;
    font-size:12px;
    margin-top:25px;
    flex-wrap:wrap
  }
  .hero-meta>span+span {
    padding-left:16px
  }
  .stack-explorer {
    width:calc(100% - 7px)
  }
  .explorer-top {
    padding:18px 17px
  }
  .explorer-top .eyebrow {
    font-size:12px
  }
  .stack-tabs {
    padding:12px 12px 0;
    gap:2px
  }
  .stack-tabs button {
    font-size:12px;
    padding:9px 2px
  }
  #stack-panel {
    padding:20px 17px 15px;
    min-height:0
  }
  .layer-title {
    gap:16px
  }
  .layer-title h2 {
    font-size:20px
  }
  .layer-title h2 br {
    display:initial
  }
  .layer-number {
    font-size:44px
  }
  #layer-description {
    font-size:13px;
    min-height:44px
  }
  .code-heading {
    padding:8px 12px;
    font-size:12px
  }
  .example-label {
    font-size:12px
  }
  pre {
    padding:13px;
    font-size:12px;
    min-height:175px
  }
  .explorer-bottom {
    padding:12px 17px 16px
  }
  .proof-strip {
    padding-block:21px 28px;
    gap:20px 25px;
    justify-content:flex-start
  }
  .proof-strip>span:not(.proof-label) {
    font-size:22px
  }
  .proof-strip>span.proof-long {
    font-size:12px
  }
  .proof-strip>.proof-label {
    margin-bottom:-3px
  }
  .section {
    padding-block:57px
  }
  .section-heading {
    display:block;
    margin-bottom:28px
  }
  .section-label {
    font-size:12px;
    margin-bottom:15px
  }
  .section h2 {
    font-size:38px;
    letter-spacing:-.045em
  }
  .section-intro {
    max-width:360px;
    margin-top:22px;
    padding:0;
    font-size:15px;
    line-height:1.8
  }
  .filter-row {
    margin-bottom:21px;
    padding-bottom:14px
  }
  .filters {
    gap:5px
  }
  .filter {
    font-size:12px;
    padding:8px 12px
  }
  .filter span {
    font-size:12px;
    margin-left:5px
  }
  .filter-count {
    display:none
  }
  .work-grid {
    grid-template-columns:1fr;
    gap:16px
  }
  .work-card,.work-card-featured,.work-card-review,.work-card-award,.work-grid.filtered .work-card {
    grid-column:1
  }
  .card-top {
    padding:22px 23px 17px
  }
  .card-top .eyebrow {
    font-size:12px
  }
  .work-body {
    padding:5px 23px 23px
  }
  .work-card h3,.work-card-featured h3,.work-card-review h3 {
    font-size:28px
  }
  .work-body p {
    font-size:15px
  }
  .card-bottom {
    margin-inline:23px;
    padding-block:16px 20px
  }
  .text-link {
    font-size:13px
  }
  .demo-shortcut {
    display:block;
    font-size:12px
  }
  .card-bottom {
    gap:8px
  }
  .status {
    font-size:12px
  }
  .tags {
    margin-top:18px
  }
  .tags span {
    font-size:12px
  }
  .playground {
    padding-top:41px;
    margin-top:42px;
    gap:25px;
    scroll-margin-top:89px
  }
  .playground-intro {
    display:block
  }
  .playground-intro .eyebrow {
    font-size:12px;
    margin-bottom:17px
  }
  .playground h3 {
    font-size:37px
  }
  .playground h3 br {
    display:none
  }
  .playground-intro>p:not(.eyebrow) {
    margin-top:18px;
    max-width:none;
    font-size:15px
  }
  .demo-disclosure {
    margin-top:14px;
    font-size:12px
  }
  .console-header {
    padding:13px 16px
  }
  .console-header .mono {
    font-size:12px
  }
  .console-caption {
    font-size:12px
  }
  .query-form {
    padding:17px 16px;
    grid-template-columns:1.4fr .7fr;
    gap:12px
  }
  .query-form>.button {
    grid-column:span 2
  }
  .query-field input,.query-field select {
    font-size:16px;
    padding-inline:12px
  }
  .result-bar {
    padding:12px 16px;
    gap:8px
  }
  .result-bar p,.result-bar .mono {
    font-size:12px
  }
  .results-table {
    padding-inline:16px;
    min-height:180px
  }
  .results-table table {
    font-size:12px
  }
  .result-id {
    font-size:12px;
    margin-right:9px
  }
  .console-footer {
    padding:13px 16px;
    gap:16px;
    font-size:12px
  }
  .console-footer>button,.dataset-details ul {
    font-size:12px
  }
  .experience-layout {
    gap:29px
  }
  .experience-stat {
    display:none
  }
  .experience-intro>p:not(.eyebrow) {
    font-size:15px;
    max-width:none
  }
  .experience-intro>.text-link {
    margin-top:18px
  }
  .career summary {
    grid-template-columns:1fr 24px;
    gap:6px;
    padding-block:21px
  }
  .career-dates {
    grid-column:1;
    font-size:12px
  }
  .career-title {
    grid-column:1;
    grid-row:2
  }
  .career-toggle {
    grid-column:2;
    grid-row:1 / span 2
  }
  .career-title strong {
    font-size:19px
  }
  .career-title>span {
    font-size:13px
  }
  .career-content {
    padding:0 18px 23px 0;
    font-size:14px
  }
  .about-section .section-heading {
    margin-bottom:33px
  }
  .about-copy {
    margin-top:23px;
    font-size:15px
  }
  .education {
    gap:12px;
    margin-top:23px;
    padding-top:23px
  }
  .education strong {
    font-size:12px
  }
  .education>span:last-child {
    font-size:12px
  }
  .skills-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .skill-group {
    padding:22px 15px 24px
  }
  .skill-group h3 {
    font-size:16px;
    margin-bottom:12px;
    padding-top:22px
  }
  .skill-index {
    top:16px;
    right:15px;
    font-size:12px
  }
  .skill-group p {
    font-size:12px;
    line-height:1.9
  }
  .contact-section {
    padding-top:54px;
    scroll-margin-top:74px
  }
  .contact-inner {
    gap:12px;
    align-items:flex-start
  }
  .contact-inner .eyebrow {
    font-size:12px;
    margin-bottom:20px
  }
  .contact-inner h2 {
    font-size:clamp(36px,8.4vw,47px)
  }
  .contact-inner p:not(.eyebrow) {
    font-size:13px;
    max-width:270px;
    margin-top:21px
  }
  .contact-arrow {
    width:49px;
    height:49px;
    margin-top:42px
  }
  .contact-arrow svg {
    width:23px;
    height:23px
  }
  .contact-bottom {
    margin-top:28px;
    gap:22px;
    padding-bottom:34px
  }
  .email-row {
    gap:12px;
    width:100%;
    justify-content:space-between;
    flex-wrap:wrap
  }
  .email-row>a {
    font-size:20px;
    overflow-wrap:anywhere
  }
  .copy-button {
    padding:6px 0;
    min-height:38px
  }
  .contact-links {
    gap:25px;
    flex-wrap:wrap
  }
  .contact-links a {
    font-size:12px
  }
  .footer {
    padding-block:18px;
    gap:12px;
    font-size:12px
  }
  .footer>span:nth-child(2) {
    display:none
  }
  .dialog-shell {
    padding:36px 23px 27px
  }
  .dialog-shell>.eyebrow {
    font-size:12px;
    margin-bottom:17px
  }
  .dialog-shell h2 {
    font-size:29px
  }
  .dialog-summary {
    font-size:15px;
    margin-top:20px
  }
  .dialog-shell ul {
    font-size:14px
  }
  .dialog-note {
    font-size:12px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important
  }
  .button:hover,.work-card:hover,.contact-arrow:hover {
    transform:none
  }
}
@media print {
  .header,.hero-actions,.stack-explorer,.filters,.filter-count,.playground,.contact-arrow,.copy-button,.dialog-close {
    display:none!important
  }
  .hero,.contact-section,.experience-section {
    background:white;
    color:black
  }
  .hero h1 em,.contact-inner h2 em {
    color:black
  }
  .hero-grid,.experience-layout {
    display:block;
    padding:20px 0
  }
  .container {
    width:100%
  }
  .section {
    padding:28px 0
  }
  .work-card {
    break-inside:avoid
  }
  .hero-description,.hero-meta,.proof-strip span,.contact-inner p:not(.eyebrow),.contact-links a,.footer {
    color:#444
  }
  .work-grid {
    display:block
  }
  .work-card {
    margin-bottom:15px
  }
  .career-content {
    padding-left:0
  }
  .skills-grid {
    grid-template-columns:repeat(3,1fr)
  }
  .contact-section {
    padding-top:20px
  }
  .contact-bottom {
    margin-top:20px;
    padding-bottom:15px
  }
}
/* Readable controls and content at every breakpoint. */
.stack-tabs button,.filter,.query-field label,.text-link {
  font-size:14px
}
.hero-description,.work-body p,.section-intro,.experience-intro>p:not(.eyebrow),.about-copy,.playground-intro>p:not(.eyebrow) {
  font-size:16px
}
