@font-face {
  font-family:Manrope;
  src:url('./fonts/manrope-300.woff2') format('woff2');
  font-weight:300;
  font-display:swap
}
@font-face {
  font-family:Manrope;
  src:url('./fonts/manrope-400.woff2') format('woff2');
  font-weight:400;
  font-display:swap
}
@font-face {
  font-family:Manrope;
  src:url('./fonts/manrope-600.woff2') format('woff2');
  font-weight:600;
  font-display:swap
}
@font-face {
  font-family:'Playfair Display';
  src:url('./fonts/playfair-display-600.woff2') format('woff2');
  font-weight:600;
  font-display:swap
}
:root {
  color-scheme:dark;
  --sidebar:#0b0d0e;
  --canvas:#171819;
  --card:#25292a;
  --card-hover:#1e2223;
  --text:#f0f1f1;
  --muted:#a6adaf;
  --quiet:#899095;
  --accent:#89cff0;
  font-family:Manrope,Arial,sans-serif;
  font-synthesis:none;
  scroll-behavior:smooth
}
* {
  box-sizing:border-box
}
html,body {
  min-width:320px
}
body {
  margin:0;
  background:var(--canvas);
  color:var(--text);
  font-size:clamp(14px,.86vw,15px);
  font-weight:400;
  line-height:1.6
}
input {
  font:inherit
}
a {
  color:inherit;
  text-decoration:none
}
img {
  display:block;
  max-width:100%;
  pointer-events:none;
  -webkit-user-drag:none;
  -webkit-user-select:none;
  user-select:none;
  -webkit-touch-callout:none
}
[hidden] {
  display:none!important
}
a:focus-visible,input:focus-visible {
  outline:none
}
.skip-link {
  position:fixed;
  z-index:100;
  top:-80px;
  left:16px;
  padding:10px 16px;
  border-radius:12px;
  background:var(--card);
  color:var(--accent)
}
.skip-link:focus {
  top:16px
}
.site-shell {
  display:grid;
  grid-template-columns:clamp(235px,23vw,350px) minmax(0,1fr);
  min-height:100vh
}
.sidebar {
  position:sticky;
  top:0;
  display:flex;
  flex-direction:column;
  min-height:100vh;
  height:100vh;
  padding:47px clamp(28px,3vw,48px) 32px;
  background:var(--sidebar)
}
.logo {
  display:block;
  width:min(100%,138px);
  border-radius:8px
}
.logo img {
  width:100%;
  height:auto
}
.logo:focus-visible {
  opacity:.8
}
.side-nav {
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:4px;
  margin-top:clamp(56px,7vh,80px)
}
.side-nav a {
  display:flex;
  align-items:center;
  gap:15px;
  min-height:45px;
  padding:7px 11px;
  border-radius:12px;
  color:#d1d4d6;
  font-size:clamp(13px,.82vw,15px);
  font-weight:300;
  letter-spacing:.005em;
  transition:color .18s ease
}
.nav-icon {
  width:18px;
  height:18px;
  flex:none;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  opacity:.83;
  pointer-events:none;
  -webkit-user-select:none;
  user-select:none;
  -webkit-touch-callout:none
}
.side-nav a:hover,.side-nav a:focus-visible {
  color:var(--accent)
}
.side-nav a[aria-current='page'] {
  color:var(--accent)
}
.sidebar-copy {
  margin-top:auto;
  padding:22px 11px 0;
  color:#81878b;
  font-size:12px;
  font-weight:400;
  letter-spacing:.01em
}
.main-panel {
  min-width:0;
  min-height:100vh;
  padding:40px clamp(27px,4.1vw,66px) 70px;
  background:var(--canvas)
}
.search-area {
  position:relative;
  width:min(100%,560px);
  margin:0 auto clamp(70px,8vh,100px)
}
.site-search {
  display:block;
  width:100%;
  height:52px;
  padding:0 24px;
  border:0;
  border-radius:999px;
  background:#303536;
  color:var(--text);
  box-shadow:none;
  font-family:Manrope,Arial,sans-serif;
  font-size:clamp(14px,.88vw,15px);
  font-weight:400;
  transition:color .18s ease;
  caret-color:var(--accent);
  -webkit-appearance:none;
  appearance:none
}
.site-search::placeholder {
  color:#a7abae;
  font-family:Manrope,Arial,sans-serif;
  font-weight:400;
  opacity:1
}
.site-search:hover,.site-search:focus {
  color:var(--accent);
  border:0;
  outline:0;
  box-shadow:none
}
.site-search:hover::placeholder,.site-search:focus::placeholder {
  color:var(--accent)
}
.site-search::-webkit-search-cancel-button {
  cursor:pointer
}
.search-results {
  position:absolute;
  z-index:20;
  top:calc(100% + 10px);
  left:0;
  width:100%;
  max-height:min(65vh,480px);
  overflow-y:auto;
  padding:8px;
  border-radius:20px;
  background:#25292a;
  box-shadow:0 18px 48px #0009
}
.search-results a {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  min-height:45px;
  padding:9px 13px;
  border-radius:12px;
  color:var(--text);
  font-size:14px;
  font-weight:400
}
.search-results a:hover,.search-results a:focus-visible {
  color:var(--accent)
}
.search-results a span:last-child {
  color:var(--quiet);
  font-size:12px;
  white-space:nowrap
}
.search-results p {
  margin:10px 13px;
  color:var(--muted);
  font-size:14px
}
.content {
  max-width:1050px;
  margin-left:clamp(0px,1.3vw,18px)
}
.content-section {
  margin:0 0 clamp(46px,6vh,68px)
}
.section-title {
  display:table;
  margin:0 0 27px;
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(22px,1.45vw,26px);
  font-weight:600;
  line-height:1.3;
  letter-spacing:-.02em
}
.section-title::after {
  content:'';
  display:block;
  width:65px;
  height:2px;
  margin-top:9px;
  background:#3d4446
}
.card-track {
  display:flex;
  gap:clamp(16px,1.7vw,24px);
  overflow-x:auto;
  padding:2px 2px 11px;
  scroll-snap-type:x mandatory;
  scrollbar-width:none
}
.card-track::-webkit-scrollbar,.side-nav::-webkit-scrollbar {
  display:none
}
.project-card,.model-card {
  display:flex;
  flex:0 0 clamp(205px,16.5vw,240px);
  flex-direction:column;
  align-items:flex-start;
  height:clamp(196px,15.8vw,220px);
  padding:clamp(19px,1.8vw,25px);
  border-radius:25px;
  background:var(--card);
  scroll-snap-align:start;
  transition:background .18s ease,color .18s ease
}
.project-card:hover,.project-card:focus-visible,.model-card:hover,.model-card:focus-visible,.format-card:hover,.format-card:focus-visible {
  background:var(--card-hover);
  color:var(--accent)
}
.project-card:hover .card-description,.project-card:focus-visible .card-description,.model-card:hover .card-description,.model-card:focus-visible .card-description,.format-card:hover span,.format-card:focus-visible span {
  color:var(--accent)
}
.card-icon {
  width:56px;
  height:56px;
  border-radius:16px;
  object-fit:cover
}
.card-copy {
  display:block;
  width:100%;
  margin-top:auto
}
.card-name,.detail-title {
  -webkit-user-select:none;
  user-select:none;
  -webkit-touch-callout:none
}
.card-name {
  display:block;
  margin-bottom:6px;
  font-size:clamp(21px,1.55vw,26px);
  line-height:1.18;
  font-weight:400;
  letter-spacing:-.055em;
  white-space:nowrap
}
.brand-os {
  font-family:Manrope,Arial,sans-serif;
  font-weight:600;
  letter-spacing:-.07em
}
.brand-name {
  font-family:'Playfair Display',Georgia,serif;
  font-weight:600;
  letter-spacing:-.045em
}
.brand-suffix {
  font-family:Manrope,Arial,sans-serif;
  font-weight:400;
  letter-spacing:-.045em
}
.model-card .brand-suffix {
  color:var(--accent)
}
.card-description {
  display:block;
  color:#b8c0c2;
  font-size:clamp(12px,.82vw,14px);
  line-height:1.4
}
.text-card {
  justify-content:center
}
.text-card .card-copy {
  margin-top:0
}
.project-card.text-card {
  justify-content:flex-start
}
.project-card.text-card .card-copy {
  margin-top:auto
}
.project-card .card-description {
  min-height:2.8em
}
.listing-grid {
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(205px,1fr));
  gap:clamp(16px,1.7vw,24px);
  max-width:1050px
}
.listing-grid .project-card,.listing-grid .model-card {
  width:100%;
  min-width:0
}
.model-card {
  height:clamp(185px,14.7vw,205px)
}
.model-card .card-icon {
  width:52px;
  height:52px
}
.prose {
  max-width:680px;
  color:#c6cacc
}
.prose p {
  margin:0 0 20px
}
.prose h2,.info-block h2 {
  margin:0 0 10px;
  color:var(--text);
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(17px,1.06vw,19px);
  font-weight:600;
  line-height:1.35
}
.prose h2:not(:first-child) {
  margin-top:37px
}
.text-link,.detail-links a {
  color:var(--accent)
}
.text-link:hover,.text-link:focus-visible,.detail-links a:hover,.detail-links a:focus-visible {
  color:var(--accent);
  text-decoration:underline;
  text-underline-offset:5px
}
.info-block {
  max-width:680px
}
.info-block p {
  margin:0 0 19px;
  color:var(--muted)
}
.about-layout {
  display:flex;
  align-items:flex-start;
  gap:28px;
  max-width:790px
}
.about-layout img {
  width:112px;
  height:112px;
  flex:none;
  object-fit:cover;
  border-radius:24px
}
.about-layout .prose h2 {
  margin-top:0
}
.availability {
  margin:16px 0 0;
  color:var(--quiet);
  font-size:14px
}
.back-link {
  display:inline-block;
  margin-bottom:37px;
  color:var(--muted);
  font-size:15px
}
.back-link:hover,.back-link:focus-visible {
  color:var(--accent)
}
.detail-title {
  margin:0 0 10px;
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(30px,2.5vw,40px);
  font-weight:600;
  line-height:1.18;
  letter-spacing:-.03em
}
.detail-title .brand-suffix {
  font-family:Manrope,Arial,sans-serif;
  font-weight:400;
  letter-spacing:-.045em;
  color:var(--accent)
}
.detail-summary {
  max-width:670px;
  margin:0 0 48px;
  color:var(--muted)
}
.format-grid {
  display:flex;
  flex-wrap:wrap;
  gap:20px
}
.format-card {
  display:flex;
  flex:0 0 220px;
  flex-direction:column;
  justify-content:flex-end;
  min-height:164px;
  padding:24px;
  border-radius:24px;
  background:var(--card);
  transition:background .18s ease,color .18s ease
}
.format-card strong {
  font-size:20px;
  font-weight:400
}
.format-card span {
  color:var(--muted);
  font-size:14px
}
.detail-note {
  max-width:700px;
  margin:26px 0 0;
  color:var(--muted);
  font-size:14px
}
.detail-links {
  display:flex;
  flex-wrap:wrap;
  gap:24px;
  margin-top:24px;
  font-size:14px
}
.file-list {
  display:grid;
  gap:9px;
  max-width:800px
}
.file-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:58px;
  padding:12px 18px;
  border-radius:15px;
  background:var(--card);
  transition:background .18s ease,color .18s ease
}
.file-row:hover,.file-row:focus-visible {
  background:var(--card-hover);
  color:var(--accent)
}
.file-row:hover .file-size,.file-row:focus-visible .file-size {
  color:var(--accent)
}
.file-name {
  min-width:0;
  overflow-wrap:anywhere;
  font-size:14px
}
.file-size {
  flex:none;
  color:var(--muted);
  font-size:13px
}
.mobile-copy {
  display:none
}
@media(max-width:900px) {
  .site-shell {
    grid-template-columns:220px minmax(0,1fr)
  }
  .sidebar {
    padding:36px 22px 27px
  }
  .logo {
    width:138px
  }
  .main-panel {
    padding:35px 26px 60px
  }
  .content {
    margin-left:0
  }
  .project-card,.model-card {
    flex-basis:215px
  }
}
@media(max-width:680px) {
  .site-shell {
    display:block
  }
  .sidebar {
    position:relative;
    height:auto;
    min-height:0;
    padding:22px 20px 10px
  }
  .logo {
    width:117px
  }
  .side-nav {
    flex-direction:row;
    gap:5px;
    overflow-x:auto;
    margin-top:20px;
    white-space:nowrap;
    scrollbar-width:none
  }
  .side-nav a {
    flex:none;
    gap:8px;
    min-height:44px;
    padding:7px 11px;
    font-size:14px
  }
  .nav-icon {
    width:17px;
    height:17px
  }
  .sidebar-copy {
    display:none
  }
  .main-panel {
    min-height:calc(100vh - 130px);
    padding:28px 20px 32px
  }
  .search-area {
    margin-bottom:49px
  }
  .content-section {
    margin-bottom:47px
  }
  .project-card,.model-card {
    flex-basis:min(72vw,235px)
  }
  .listing-grid {
    grid-template-columns:repeat(auto-fill,minmax(min(100%,205px),1fr))
  }
  .mobile-copy {
    display:block;
    margin-top:36px;
    color:var(--quiet);
    font-size:12px
  }
  .about-layout {
    display:block
  }
  .about-layout img {
    margin-bottom:23px
  }
  .format-card {
    flex-basis:min(72vw,235px)
  }
}
@media(prefers-reduced-motion:reduce) {
  :root {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    transition-duration:.01ms!important;
    scroll-behavior:auto!important
  }
}

.not-found {
  max-width:660px;
  margin:clamp(72px,16vh,170px) 0 0 clamp(0px,1.3vw,18px)
}
.not-found-code {
  color:var(--accent);
  font-family:Manrope,Arial,sans-serif;
  font-size:15px;
  font-weight:600;
  letter-spacing:.16em
}
.not-found-title {
  margin:13px 0 17px;
  font-family:'Playfair Display',Georgia,serif;
  font-size:clamp(37px,4vw,58px);
  font-weight:600;
  line-height:1.16;
  letter-spacing:-.03em
}
.not-found-copy {
  max-width:510px;
  margin:0;
  color:var(--muted);
  font-size:clamp(15px,1vw,17px);
  line-height:1.65
}
.not-found-actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:33px
}
.not-found-actions a {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:10px 20px;
  border-radius:999px;
  background:var(--card);
  color:var(--text);
  font-size:14px;
  transition:background .18s ease,color .18s ease
}
.not-found-actions a:first-child {
  background:var(--accent);
  color:var(--sidebar);
  font-weight:600
}
.not-found-actions a:hover,.not-found-actions a:focus-visible {
  background:#353a3b;
  color:var(--accent)
}
@media(max-width:680px) {
  .not-found {
    margin:clamp(50px,10vh,100px) 0 0
  }
}

.portfolio-grid {
  display:grid;
  grid-template-columns:minmax(0,440px);
  gap:24px
}
.portfolio-card {
  display:grid;
  grid-template-rows:64px 260px auto;
  width:100%;
  overflow:hidden;
  padding:0;
  border:0;
  border-radius:25px;
  background:var(--card);
  color:var(--text);
  text-align:left;
  font:inherit;
  cursor:pointer
}
.portfolio-card:focus-visible {
  outline:2px solid var(--accent);
  outline-offset:4px
}
.portfolio-card:hover .portfolio-card-name,
.portfolio-card:hover .portfolio-card-hint,
.portfolio-card:focus-visible .portfolio-card-name,
.portfolio-card:focus-visible .portfolio-card-hint {
  color:var(--accent)
}
.portfolio-card-image {
  grid-row:2;
  width:100%;
  height:260px;
  object-fit:contain;
  object-position:center;
  background:#fff
}
.portfolio-card-brand {
  grid-row:1;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  width:100%;
  height:64px;
  padding:10px 18px;
  background:#fff
}
.portfolio-card-brand img {
  width:95px;
  height:40px;
  object-fit:contain;
  transform:translateY(10%)
}
.portfolio-card-copy {
  grid-row:3;
  display:flex;
  flex-direction:column;
  gap:7px;
  width:100%;
  padding:18px 22px 20px
}
.portfolio-card-name {
  max-width:330px;
  font-family:Manrope,Arial,sans-serif;
  font-size:clamp(18px,1.35vw,21px);
  font-weight:600;
  line-height:1.32;
  transition:color .18s ease
}
.portfolio-card-hint {
  color:var(--muted);
  font-size:13px;
  transition:color .18s ease
}
.portfolio-dialog {
  width:min(1060px,calc(100vw - 32px));
  max-height:calc(100dvh - 32px);
  overflow:auto;
  padding:0;
  border:0;
  border-radius:26px;
  background:var(--card);
  color:var(--text);
  box-shadow:0 30px 90px #000b
}
.portfolio-dialog::backdrop {
  background:#000c
}
.portfolio-dialog-layout {
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(290px,.75fr)
}
.portfolio-dialog-close {
  position:absolute;
  z-index:2;
  top:16px;
  right:16px;
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border:0;
  border-radius:50%;
  background:#131718;
  color:var(--text);
  font:inherit;
  font-size:27px;
  line-height:1;
  cursor:pointer
}
.portfolio-dialog-close:hover,.portfolio-dialog-close:focus-visible {
  color:var(--accent)
}
.portfolio-dialog-media {
  min-height:490px;
  background:#111
}
.portfolio-dialog-media img {
  width:100%;
  height:100%;
  max-height:min(82vh,690px);
  object-fit:cover;
  object-position:center
}
.portfolio-dialog-copy {
  padding:68px clamp(24px,3vw,38px) 34px;
  align-self:start
}
.portfolio-dialog-copy h2 {
  margin:0 0 27px;
  font-family:Manrope,Arial,sans-serif;
  font-size:clamp(18px,1.2vw,20px);
  font-weight:600;
  line-height:1.27
}
.portfolio-primary-links {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:34px
}
.portfolio-primary-links a {
  display:inline-flex;
  align-items:center;
  min-height:43px;
  padding:9px 17px;
  border-radius:999px;
  background:#353a3b;
  color:var(--text);
  font-size:14px
}
.portfolio-primary-links a:hover,.portfolio-primary-links a:focus-visible {
  background:#404748;
  color:var(--accent)
}
.portfolio-dialog-copy h3 {
  margin:0 0 13px;
  font-size:14px;
  font-weight:600
}
.portfolio-mentions {
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none
}
.portfolio-mentions a {
  color:var(--accent);
  font-size:14px
}
.portfolio-mentions a:hover,.portfolio-mentions a:focus-visible {
  text-decoration:underline;
  text-underline-offset:4px
}
@media(max-width:760px) {
  .portfolio-dialog-layout {
    grid-template-columns:1fr
  }
  .portfolio-dialog-media {
    min-height:0
  }
  .portfolio-dialog-media img {
    height:auto;
    max-height:none;
    aspect-ratio:1500/1016
  }
  .portfolio-dialog-copy {
    padding:26px 24px 34px
  }
}
