@font-face {
  font-family: "Syne";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../fonts/syne-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/outfit-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html.deep,
body.deep {
  margin: 0;
}
html.deep {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 19px;
  --bg: #09090b;
  --fg: #f4f4f5;
  --muted: #a1a1aa;
  --muted-2: #a1a1aa;
  --card: #111113;
  --line: rgba(255, 255, 255, 0.08);
  --bar: rgba(24, 24, 27, 0.72);
  --input: #09090b;
  --btn: #fff;
  --btn-fg: #09090b;
  background: var(--bg);
  color-scheme: dark;
}

html.deep[data-theme="light"] {
  --bg: #f4f4f5;
  --fg: #18181b;
  --muted: #52525b;
  --muted-2: #52525b;
  --card: #ffffff;
  --line: rgba(0, 0, 0, 0.08);
  --bar: rgba(255, 255, 255, 0.78);
  --input: #f4f4f5;
  --btn: #18181b;
  --btn-fg: #fafafa;
  color-scheme: light;
}

html.deep *,
html.deep *::before,
html.deep *::after {
  box-sizing: border-box;
}
html.deep,
body.deep {
  background: var(--bg);
  color: var(--fg);
  font-family: "Outfit", system-ui, sans-serif;
  cursor: none;
}

body.deep a,
body.deep button,
body.deep input {
  cursor: none;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
  border-radius: 50%;
  background: #fff;
  pointer-events: none;
  z-index: 80;
  mix-blend-mode: difference;
  transform: translate3d(-100px, -100px, 0);
  transition: width 180ms cubic-bezier(0.22, 1, 0.36, 1),
    height 180ms cubic-bezier(0.22, 1, 0.36, 1),
    margin 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.cursor.is-hot {
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
}

body.deep header {
  position: sticky;
  top: 0;
  z-index: 40;
  max-width: none;
  margin: 0;
  padding: 1.1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(9, 9, 11, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.deep header svg {
  width: 72px;
  height: auto;
  display: block;
  margin: 0;
}

body.deep header svg path,
body.deep header svg rect {
  fill: #f4f4f5;
}

body.deep nav {
  float: none;
  margin: 0;
  display: flex;
  gap: 1.5rem;
}

body.deep nav a {
  margin: 0;
  color: #a1a1aa;
  text-transform: none;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: -0.01em;
}

body.deep nav a:hover,
body.deep nav a:focus-visible {
  color: #fff;
}

body.deep nav a::after {
  background: #fff;
}

body.deep section#headline {
  margin: 0 auto;
  padding: 6.5rem 2rem 2.5rem;
  max-width: 76rem;
  text-align: left;
}

body.deep section#headline h1,
body.deep section#headline h1 > .t-stagger-line {
  color: #fafafa;
  font-family: "Syne", system-ui, sans-serif;
  font-weight: 800;
  font-size: clamp(2.4rem, 6.4vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  max-width: 18ch;
}

body.deep section#headline h1 .char {
  color: #fafafa;
}

body.deep .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(14px);
  filter: blur(8px);
  will-change: transform, opacity, filter;
}

body.deep .t-stagger.is-shown .char {
  opacity: 1;
  transform: none;
  filter: none;
  transition:
    opacity 560ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

body.deep #slider {
  margin: 0 auto 2rem;
  max-width: 76rem;
  padding: 0 2rem;
}

body.deep #slider img {
  width: 100%;
  height: min(58vh, 640px);
  object-fit: cover;
  object-position: center 30%;
  border-radius: 22px;
  filter: saturate(0.85) contrast(1.05);
  mask-image: linear-gradient(to bottom, #000 62%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, #000 62%, transparent);
}

body.deep section.desc {
  margin: 0 auto 5rem;
  max-width: 76rem;
  padding: 0 2rem;
}

body.deep section.desc div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.75rem;
  align-items: center;
}

body.deep img.avatar {
  width: 88px;
  height: 88px;
  border: 0;
  outline: 1px solid rgba(255, 255, 255, 0.12);
}

body.deep section.desc article {
  margin: 0;
}

body.deep section.desc h2,
body.deep section#work h2,
body.deep section#articles h2,
body.deep section#contact h2 {
  color: #fafafa;
  font-family: "Syne", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}

body.deep section.desc h2 {
  font-size: 1.35rem;
  margin: 0 0 0.4rem;
}

body.deep section.desc h2::before,
body.deep section#work h2::before,
body.deep section#articles h2::before,
body.deep section#contact h2::before {
  content: none;
}

body.deep section.desc p {
  color: #a1a1aa;
  max-width: 42rem;
  line-height: 1.55;
  margin: 0;
}

body.deep #skills {
  margin: 0;
}

body.deep #skills .diagonal,
body.deep #contact .diagonal {
  padding: 0;
  height: auto;
  background: transparent;
}

body.deep #skills .diagonal::before,
body.deep #skills .diagonal::after,
body.deep #contact .diagonal::before,
body.deep #contact .diagonal::after {
  display: none;
}

body.deep #skills .flex {
  max-width: 76rem;
  margin: 0 auto;
  padding: 4rem 2rem;
  gap: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.deep #skills .flex div {
  display: block;
  width: auto;
  flex: 1;
}

body.deep #skills .flex div p {
  color: #fafafa;
  font-family: "Syne", system-ui, sans-serif;
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin: 0 0 1.5rem;
  max-width: 18ch;
}

body.deep #skills .flex div a {
  filter: grayscale(1) invert(1) brightness(1.15);
}

body.deep #skills .flex div a:hover,
body.deep #skills .flex div a:focus-visible {
  filter: grayscale(0) invert(0) brightness(1);
}

body.deep #skills .flex ul {
  width: auto;
  text-align: left;
}

body.deep #skills .flex ul li {
  color: #a1a1aa;
  font-size: 1rem;
  margin: 0 0 0.65rem;
}

body.deep #skills .flex ul li::before {
  color: #3f3f46;
}

body.deep .social {
  max-width: 76rem;
  margin: 0 auto;
  padding: 0 2rem 2rem;
}

body.deep .social a {
  color: #a1a1aa;
}

body.deep .social a:hover {
  color: #fff;
}

body.deep #work {
  margin: 2rem auto 0;
}

body.deep #work .cont,
body.deep #articles .cont {
  max-width: 76rem;
  padding: 0 2rem;
}

body.deep #work h2,
body.deep #articles h2,
body.deep #contact h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  margin: 0 0 1.5rem;
}

body.deep #work .projects {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 76rem;
  padding: 0 2rem 4rem;
  gap: 1.1rem;
}

body.deep #work .projects .item {
  width: auto;
  margin: 0;
}

body.deep #work a img {
  border: 0;
  border-radius: 18px;
  outline: 1px solid rgba(255, 255, 255, 0.08);
}

body.deep #work a.heading {
  color: #fafafa;
  text-align: left;
  font-family: "Syne", system-ui, sans-serif;
  font-weight: 700;
}

body.deep #work a.heading::before {
  color: #52525b;
}

body.deep #articles {
  margin: 0 auto 4rem;
  max-width: 76rem;
  padding: 0;
}

body.deep #articles ul {
  max-width: 76rem;
  padding: 0 2rem;
}

body.deep #articles li a {
  color: #fafafa;
  border-bottom-color: #27272a;
}

body.deep #articles li a:hover {
  border-bottom-color: #fafafa;
}

body.deep #contact {
  margin: 0;
}

body.deep #contact h2 {
  max-width: 76rem;
  padding: 0 2rem;
  margin: 0 auto 1.25rem;
}

body.deep #contact .diagonal p {
  color: #a1a1aa;
  text-align: left;
}

body.deep #contact .contact-content {
  max-width: 76rem;
  margin: 0 auto;
  padding: 0 2rem 5rem;
}

body.deep #contact form {
  background: #111113;
  color: #fafafa;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  max-width: 40rem;
  margin: 0;
  padding: 1.7rem;
}

body.deep #contact form p {
  color: #71717a;
  text-align: left;
  font-size: 0.9rem;
}

body.deep #contact input {
  background-color: transparent;
  color: #fafafa;
  border-bottom: 1px solid #27272a;
  font-family: inherit;
  text-align: left;
}

body.deep #contact input::placeholder {
  color: #52525b;
}

body.deep #contact input:focus {
  border-bottom-color: #fafafa;
}

body.deep form .t-error-msg {
  color: #fb7185;
  text-align: left;
}

body.deep .send-btn {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  height: auto !important;
  min-width: 7rem;
  border-radius: 999px;
  border: 0 !important;
  bottom: 1.15rem;
  right: 1.15rem;
  padding: 0 2px;
  background: linear-gradient(#fafafa, #d4d4d8);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 8px 24px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

body.deep .send-btn svg {
  display: none;
}

body.deep #contact .send-btn input[type="submit"] {
  appearance: none;
  position: static !important;
  inset: auto !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0.85rem 1.45rem;
  border: 0;
  background: none !important;
  background-image: none !important;
  color: #09090b;
  font-family: "Syne", system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  text-align: center;
}

body.deep .send-btn:hover {
  transform: scale(1.03);
}

body.deep .t-success-check {
  color: #09090b;
}

body.deep .info {
  color: #a1a1aa;
}

body.deep .t-tabs {
  background: #18181b;
}

body.deep .t-tab {
  color: #a1a1aa;
}

body.deep .t-tab[aria-selected="true"],
body.deep .t-tab:hover {
  color: #fafafa;
}

body.deep .t-tabs-pill {
  background: #27272a;
  box-shadow: none;
}

body.deep .t-input.is-error {
  border-color: #fb7185 !important;
}

.logo-dock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem 2.25rem;
}

.logo-dock a {
  transform-origin: center;
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.shine {
  position: relative;
  overflow: hidden;
}

.shine::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 30%, rgba(255, 255, 255, 0.45) 48%, transparent 62%);
  transform: translateX(-120%);
  animation: shine-sweep 2.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  pointer-events: none;
}

@keyframes shine-sweep {
  0% { transform: translateX(-120%); }
  55%, 100% { transform: translateX(120%); }
}

@media (max-width: 992px) {
  body.deep #work .projects {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  body.deep,
  body.deep a,
  body.deep button,
  body.deep input {
    cursor: auto;
  }
  .cursor { display: none; }
  body.deep header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
  }
  body.deep section#headline,
  body.deep #slider,
  body.deep section.desc,
  body.deep #skills .flex,
  body.deep #work .cont,
  body.deep #work .projects,
  body.deep #articles .cont,
  body.deep #articles ul,
  body.deep #contact h2,
  body.deep #contact .contact-content,
  body.deep .social {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  body.deep section.desc div {
    grid-template-columns: 1fr;
  }
  body.deep #skills .flex {
    display: block;
  }
  body.deep #work .projects {
    grid-template-columns: 1fr;
  }
}

.orb {
  position: fixed;
  top: 0;
  left: 0;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle, rgba(255, 92, 0, 0.18), rgba(168, 85, 247, 0.08) 42%, transparent 70%);
  filter: blur(40px);
  opacity: 0.9;
}

body.deep header.g-bar,
.g-bar {
  position: sticky;
  top: 1rem;
  z-index: 40;
  width: min(100% - 2.5rem, 64rem);
  max-width: none;
  margin: 1rem auto 0;
  padding: 0.45rem 0.55rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  background: rgba(24, 24, 27, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  float: none;
}

.g-brand {
  display: grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  background: #111113;
}

body.deep header.g-bar svg,
.g-brand .mark {
  width: 1.5rem;
  height: auto;
  display: block;
  margin: 0;
}

.g-brand .mark path,
.g-brand .mark rect,
.g-watermark path,
.g-watermark rect {
  fill: currentColor;
}

.g-pills {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  margin: 0;
  float: none;
}

.g-pills a {
  margin: 0;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  color: #a1a1aa;
  text-transform: none;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
}

.g-pills a:hover,
.g-pills a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.g-pills a::after {
  content: none;
}

.g-bar-end {
  display: flex;
  gap: 0.35rem;
}

.g-bar-end a {
  width: 2.2rem;
  height: 2.2rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #a1a1aa;
  font-size: 0.72rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: lowercase;
}

.g-bar-end a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.g-hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  place-content: center;
  text-align: center;
  padding: 7rem 2rem 7.5rem;
  overflow: hidden;
}

.g-watermark {
  position: absolute;
  left: 50%;
  top: 46%;
  width: min(72vw, 42rem);
  height: auto;
  transform: translate(-50%, -50%);
  color: #fff;
  opacity: 0.045;
  pointer-events: none;
}

.g-title,
.g-title .t-stagger-line,
.g-title .char {
  color: #fafafa;
  font-family: "Syne", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.g-title {
  margin: 0 auto;
  max-width: 22ch;
  font-size: clamp(2.4rem, 5.6vw, 4.6rem);
  line-height: 1.02;
  text-wrap: balance;
}

.g-lede {
  margin: 1.4rem auto 0;
  max-width: 42rem;
  color: #a1a1aa;
  font-size: 1.18rem;
  line-height: 1.55;
}

.g-lede a {
  color: #fafafa;
}

.g-cta {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn-fill,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.8rem 1.25rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
}

.btn-fill {
  background: linear-gradient(#fff, #d4d4d8);
  color: #09090b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.btn-ghost {
  background: #18181b;
  color: #fafafa;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.g-demos {
  width: min(100% - 3rem, 64rem);
  margin: 0 auto 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.g-demo img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 18px;
  display: block;
}

.g-demo-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 0.7rem;
  font-size: 0.95rem;
}

.g-demo-meta strong {
  font-family: "Syne", system-ui, sans-serif;
}

.g-demo-meta a {
  color: #a1a1aa;
  text-decoration: none;
}

.g-studio,
.g-writing,
.g-contact {
  width: min(100% - 3rem, 64rem);
  margin: 0 auto 7rem;
}

.g-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: #111113;
}

.g-card h2 {
  margin: 0 0 0.35rem;
  font-family: "Syne", system-ui, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fafafa;
}

.g-card h2::before {
  content: none;
}

.g-card p {
  margin: 0;
  color: #a1a1aa;
}

.g-studio .logo-dock {
  margin-top: 1.5rem;
}

.g-studio .logo-dock a {
  filter: grayscale(1) invert(1) brightness(1.15);
}

.g-studio .logo-dock a:hover,
.g-studio .logo-dock a:focus-visible {
  filter: grayscale(0) invert(0) brightness(1);
}

.g-writing h2,
.g-contact h2 {
  font-family: "Syne", system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  margin: 0 0 1rem;
}

.g-writing h2::before,
.g-contact h2::before {
  content: none;
}

.g-writing ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 38rem;
}

.g-writing li + li {
  margin-top: 0.85rem;
}

.g-writing a {
  color: #fafafa;
  text-decoration: none;
  border-bottom: 1px solid #27272a;
}

.g-writing a:hover {
  border-bottom-color: #fafafa;
}

.g-contact form {
  max-width: none;
  display: grid;
  gap: 0.95rem;
  background: #111113;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  padding: 1.7rem;
}

.g-contact .t-input-wrap {
  display: grid;
  gap: 0.3rem;
}

.g-contact label {
  display: block !important;
  font-size: 0.85rem;
  color: #a1a1aa;
}

.g-contact input,
.g-contact textarea {
  width: 100%;
  margin: 0;
  padding: 0.7rem 0.8rem;
  border: 1px solid #27272a;
  border-radius: 10px;
  background: #09090b;
  color: #fafafa;
  font: inherit;
  text-align: left;
}

.g-contact input:focus,
.g-contact textarea:focus {
  outline: 2px solid #fafafa;
  outline-offset: 2px;
  border-color: #fafafa;
}

.g-contact .note,
.g-contact .info {
  color: #71717a;
  font-size: 0.88rem;
  margin: 0;
  text-align: left;
}

.g-contact .t-success-check {
  color: #fafafa;
}

.g-demos {
  display: block;
}

body.deep #work.g-demos {
  margin: 0 auto 4.5rem;
}

.g-section-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin: 0 0 1.15rem;
}

body.deep #work.g-demos h2,
.g-section-head h2 {
  margin: 0;
  padding: 0;
  max-width: none;
  font-family: "Syne", system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #fafafa;
}

.g-section-head h2::before {
  content: none;
}

.g-section-head a {
  color: #a1a1aa;
  text-decoration: none;
  white-space: nowrap;
}

.g-demo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.g-demo img {
  outline: 1px solid oklch(1 0 0 / 0.1);
  outline-offset: -1px;
}

.g-studio .logo-dock a {
  display: inline-flex;
  align-items: center;
  height: 3rem;
  filter: none;
}

.g-studio .logo-dock img {
  display: block;
  height: 1.75rem;
  width: auto;
  max-width: 11rem;
  filter: grayscale(1) invert(1) brightness(1.15);
  transition: filter 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.g-studio .logo-dock a.pakt img {
  height: 2.15rem;
}

.g-studio .logo-dock a:hover img,
.g-studio .logo-dock a:focus-visible img {
  filter: none;
}

body.deep header.g-bar .g-bar-end svg {
  width: 0.92rem;
  height: 0.92rem;
  display: block;
  margin: 0;
}

body.deep #work,
body.deep #now,
body.deep #studio,
body.deep #articles,
body.deep #contact {
  scroll-margin-top: 7rem;
}

body.deep #articles.g-writing {
  max-width: none;
  margin: 0 auto 4.5rem;
  padding: 0;
}

body.deep #articles.g-writing ul {
  list-style: none !important;
  list-style-type: none !important;
  margin: 0;
  padding: 0;
  max-width: 38rem;
}

body.deep #articles.g-writing li {
  display: block;
  width: auto;
  margin: 0;
  text-align: left;
}

body.deep #articles.g-writing li + li {
  margin-top: 0.85rem;
}

body.deep #contact.g-contact {
  margin: 0 auto 4.5rem;
}

@media (min-width: 900px) {
  body.deep #contact.g-contact {
    display: grid;
    grid-template-columns: minmax(22rem, 1fr) minmax(28rem, 1fr);
    column-gap: 5rem;
    align-items: start;
  }
  body.deep #contact.g-contact form {
    grid-column: 2;
    grid-row: auto;
  }
}

body.deep #contact.g-contact h2 {
  padding: 0;
  margin: 0 0 0.45rem;
  max-width: none;
}

body.deep .g-contact .g-lede {
  margin: 0 0 1.25rem;
  max-width: 28rem;
  text-align: left;
}

body.deep #contact.g-contact form {
  max-width: none;
  padding: 1.7rem;
  margin: 0;
}

body.deep .g-contact button.btn-fill {
  appearance: none;
  width: auto;
  justify-self: start;
  border: 0;
  font: inherit;
  cursor: none;
}

.btn-fill:active,
.btn-ghost:active {
  transform: scale(0.96);
}

.g-foot {
  width: min(100% - 3rem, 64rem);
  margin: 0 auto;
  padding: 1.25rem 0 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.g-foot-links {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.g-foot-links a {
  width: 2.2rem;
  height: 2.2rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #a1a1aa;
  text-decoration: none;
}

.g-foot-links a.t-learn {
  width: auto;
  padding: 0 0.7rem;
  color: #fafafa;
}

.g-foot-links svg {
  width: 0.95rem;
  height: 0.95rem;
  display: block;
}

.g-foot-links a:hover,
.g-foot-links a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.g-foot p {
  margin: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

body.deep #work.g-archive {
  width: min(100% - 3rem, 64rem);
  margin: 3rem auto 0;
}

body.deep #work.g-archive .cont {
  max-width: none;
  padding: 0;
}

body.deep #work.g-archive h1,
body.deep #work.g-archive h2 {
  margin: 0 0 1rem;
  padding: 0;
  font-family: "Syne", system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--fg);
}

body.deep #work.g-archive .t-tabs {
  margin: 0 0 1.35rem;
}

body.deep #work.g-archive .projects {
  margin: 0;
  padding: 0;
  max-width: none;
}

body.deep #work.g-archive a.more {
  color: #a1a1aa;
  max-width: none;
  margin: 1.5rem 0 2.5rem;
  padding: 0;
  text-decoration: none;
}

body.deep #work.g-archive a.more:hover {
  color: #fff;
}

@media (max-width: 860px) {
  .g-demo-grid {
    grid-template-columns: 1fr;
  }
  .g-bar {
    grid-template-columns: auto 1fr;
  }
  .g-bar-end { display: none; }
}

@media (max-width: 768px) {
  body.deep header.g-bar {
    flex-direction: unset;
    align-items: center;
    padding: 0.45rem 0.55rem;
  }
}

@media (max-width: 640px) {
  .g-bar {
    width: min(100% - 1.25rem, 72rem);
    top: 0.6rem;
  }
  .g-card {
    grid-template-columns: 1fr;
  }
  .g-foot {
    flex-direction: column;
    align-items: flex-start;
  }
  .logo-dock {
    gap: 1.15rem 1.5rem;
  }
  .g-pills a {
    padding: 0.4rem 0.65rem;
  }
  body.deep #work,
  body.deep #studio,
  body.deep #articles,
  body.deep #contact {
    scroll-margin-top: 5.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cursor,
  .shine::after,
  .orb {
    display: none;
    animation: none !important;
    transition: none !important;
  }
  .logo-dock a,
  .logo-dock img {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
  body.deep,
  body.deep a,
  body.deep button {
    cursor: auto;
  }
}
