@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&display=swap");
* {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: radial-gradient(circle at 15% 0%, rgba(114, 197, 255, 0.04), transparent 28rem), #111518;
  color: #d7d7d7;
  font-family: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 1rem;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

::selection {
  color: #111518;
  background: #6ee7a8;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

a:hover {
  color: #fff;
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 10;
  padding: 0.45rem 0.75rem;
  background: #d7d7d7;
  color: #111518;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  width: min(78rem, 100% - 3rem);
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(2.5rem, 7vw, 5.5rem) 0 2rem;
  display: flex;
  flex-direction: column;
}

.terminal-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid #c6c8c9;
}

.terminal-name {
  flex: 0 0 auto;
  color: #f0f0f0;
  font-weight: 600;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  text-decoration: none;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.32);
}

.cursor {
  color: #6ee7a8;
  animation: blink 1.05s steps(1, end) infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.terminal-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(0.8rem, 2vw, 1.7rem);
  font-size: 0.9rem;
}

.terminal-nav a {
  color: #969b9f;
  text-decoration: none;
  transition: color 160ms ease, text-shadow 160ms ease;
}

.terminal-nav a:hover,
.terminal-nav a:focus-visible {
  color: #72c5ff;
  text-shadow: 0 0 9px rgba(114, 197, 255, 0.55);
}

.terminal-content {
  width: 100%;
  flex: 1;
  padding: clamp(2.8rem, 7vw, 5.2rem) 0;
}

.terminal-copy {
  max-width: 68rem;
}

.home-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(14rem, 18rem);
  align-items: start;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.home {
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
}

.home p {
  max-width: 64rem;
  margin: 0 0 1.35rem;
}

.home ul {
  margin: 1.5rem 0 0;
  padding: 0 0 0 2.4rem;
  list-style: none;
}

.home li {
  position: relative;
  margin: 0 0 0.9rem;
}

.home li::before {
  position: absolute;
  left: -2rem;
  content: "–";
  color: #969b9f;
}

.glow {
  text-decoration: none;
  font-weight: 500;
}

.glow-blue {
  color: #72c5ff;
  text-shadow: 0 0 8px rgba(114, 197, 255, 0.48);
}

.glow-green {
  color: #6ee7a8;
  text-shadow: 0 0 8px rgba(110, 231, 168, 0.48);
}

.glow-yellow {
  color: #ffd75e;
  text-shadow: 0 0 8px rgba(255, 215, 94, 0.46);
}

.glow-pink {
  color: #ff9fb4;
  text-shadow: 0 0 8px rgba(255, 159, 180, 0.44);
}

.experience-card {
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid #343b40;
  border-radius: 0.5rem;
  background: rgba(10, 13, 15, 0.42);
}

.experience-card h2 {
  margin: 0;
  color: #f0f0f0;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.experience-logo-list,
.home .experience-logo-list {
  display: flex;
  margin: clamp(2rem, 4vw, 3rem) 0 0;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(2rem, 4vw, 3.25rem);
  list-style: none;
}

.experience-logo-list li,
.home .experience-logo-list li {
  display: flex;
  width: 100%;
  min-height: 3.6rem;
  margin: 0;
  align-items: center;
}

.home .experience-logo-list li::before {
  content: none;
}

.experience-logo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 3rem;
  opacity: 0.78;
  filter: grayscale(1) brightness(0) invert(0.82);
}

.experience-logo--shopify {
  width: 10.5rem;
}

.experience-logo--amazon {
  width: 9rem;
}

.experience-logo--dbs {
  width: 8rem;
}

.experience-logo--flixstock {
  width: 4.6rem;
  max-height: none;
  filter: grayscale(1) invert(1);
  mix-blend-mode: screen;
}

.photolog {
  width: 100%;
}

.photolog-header {
  max-width: 48rem;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.photolog-header .post-title {
  margin-bottom: 0.7rem;
}

.photolog-intro {
  margin: 0;
  color: #969b9f;
}

.photo-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.2rem;
  margin-bottom: 2rem;
}

.photo-filter {
  padding: 0;
  border: 0;
  background: transparent;
  color: #969b9f;
  font: inherit;
  font-size: 0.88rem;
  cursor: pointer;
  transition: color 160ms ease, text-shadow 160ms ease;
}

.photo-filter:hover,
.photo-filter:focus-visible {
  color: #72c5ff;
}

.photo-filter.is-active {
  color: #6ee7a8;
  text-shadow: 0 0 8px rgba(110, 231, 168, 0.48);
}

.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.4rem, 2.5vw, 2.2rem) clamp(0.35rem, 0.8vw, 0.75rem);
}

.photo-card {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.photo-card[hidden] {
  display: none;
}

.photo-frame {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid #343b40;
  background: #0c0f11;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.photo-frame::after {
  position: absolute;
  inset: 0;
  border: 1px solid transparent;
  content: "";
  pointer-events: none;
  transition: border-color 180ms ease;
}

.photo-frame:hover,
.photo-frame:focus-visible {
  border-color: #6ee7a8;
  box-shadow: 0 0 18px rgba(110, 231, 168, 0.13);
  outline: none;
}

.photo-frame:hover::after,
.photo-frame:focus-visible::after {
  border-color: rgba(110, 231, 168, 0.42);
}

.photo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease, filter 350ms ease;
}

.photo-frame:hover img,
.photo-frame:focus-visible img {
  filter: brightness(1.04);
  transform: scale(1.012);
}

.photo-caption {
  height: 4.2rem;
  padding: 0.65rem 0.15rem 0;
}

.photo-caption p {
  margin: 0;
}

.photo-caption > p:last-child:not(.photo-meta) {
  margin-top: 0.22rem;
  color: #d7d7d7;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.photo-meta {
  color: #969b9f;
  font-size: 0.76rem;
  letter-spacing: 0.025em;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.photo-empty-filter {
  margin-top: 2rem;
  color: #969b9f;
}

.photolog-empty {
  max-width: 44rem;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  border: 1px dashed #3d464c;
  background: rgba(23, 28, 32, 0.45);
}

.photolog-empty p {
  margin: 0;
}

.photolog-prompt {
  color: #6ee7a8;
}

.photolog-status {
  padding-top: 0.75rem;
  color: #969b9f;
  font-size: 0.9rem;
}

.photo-dialog {
  width: min(92vw, 90rem);
  max-width: none;
  max-height: 92vh;
  margin: auto;
  padding: 3rem 1rem 1rem;
  overflow: visible;
  border: 1px solid #465159;
  background: #090b0d;
  color: #d7d7d7;
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.65);
}

.photo-dialog::backdrop {
  background: rgba(4, 6, 7, 0.9);
  backdrop-filter: blur(5px);
}

.photo-dialog-content {
  display: flex;
  max-height: calc(92vh - 4rem);
  flex-direction: column;
  align-items: center;
}

.photo-dialog img {
  display: block;
  max-width: 100%;
  max-height: calc(92vh - 7rem);
  object-fit: contain;
}

.photo-dialog-close {
  position: absolute;
  top: 0.7rem;
  right: 0.9rem;
  padding: 0.25rem;
  border: 0;
  background: transparent;
  color: #969b9f;
  font: inherit;
  cursor: pointer;
}

.photo-dialog-close:hover,
.photo-dialog-close:focus-visible {
  color: #6ee7a8;
}

.photo-dialog-caption {
  width: 100%;
  margin: 0.7rem 0 0;
  color: #969b9f;
  font-size: 0.78rem;
  text-align: center;
}

.terminal-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #343b40;
  color: #70777c;
  font-size: 0.78rem;
}

.terminal-footer a {
  text-decoration: none;
}

.post {
  max-width: 54rem;
}

.post-header {
  margin-bottom: 2.5rem;
}

.eyebrow, .post-meta {
  color: #969b9f;
  font-size: 0.85rem;
}

.eyebrow {
  margin: 0 0 0.35rem;
}

.post-title {
  margin: 0.2rem 0 0;
  color: #f2f2f2;
  font-size: clamp(1.75rem, 3.5vw, 2.55rem);
  line-height: 1.2;
  letter-spacing: -0.035em;
}

.accent {
  color: #6ee7a8;
  text-shadow: 0 0 8px rgba(110, 231, 168, 0.48);
}

.back-link {
  display: inline-block;
  margin-bottom: 1.4rem;
  color: #72c5ff;
  font-size: 0.9rem;
}

.post-content h2,
.post-content h3 {
  margin: 2.35rem 0 0.75rem;
  color: #eee;
  line-height: 1.3;
}

.post-content h2 {
  font-size: 1.4rem;
}

.post-content h3 {
  font-size: 1.15rem;
}

.post-content h2::before {
  content: "## ";
  color: #6ee7a8;
}

.post-content p {
  margin: 0 0 1.2rem;
}

.post-content ul,
.post-content ol {
  margin: 0 0 1.35rem;
  padding-left: 1.7rem;
}

.post-content li {
  margin-bottom: 0.35rem;
}

.post-content a {
  color: #72c5ff;
}

.post-content img {
  max-width: 100%;
  height: auto;
  border: 1px solid #333a3f;
}

.post-content blockquote {
  margin-left: 0;
  padding-left: 1.2rem;
  border-left: 3px solid #ff9fb4;
  color: #b8bdc0;
}

.post-content pre {
  overflow-x: auto;
  padding: 1rem;
  border: 1px solid #30383e;
  background: #171c20;
}

.post-content code {
  color: #ffd75e;
  font-family: inherit;
}

.post-content table {
  display: block;
  max-width: 100%;
  margin: 1.5rem 0;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.post-content th,
.post-content td {
  padding: 0.65rem 0.8rem;
  border: 1px solid #343c42;
  text-align: left;
}

.post-content th {
  color: #6ee7a8;
  background: #171c20;
}

.archive-intro {
  color: #969b9f;
}

.post-archive {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.post-archive li {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #2b3237;
}

.post-archive time {
  color: #747c81;
  font-size: 0.8rem;
}

.post-archive a {
  color: #d7d7d7;
  font-size: 0.98rem;
  text-decoration: none;
}

.post-archive a:hover {
  color: #72c5ff;
  text-shadow: 0 0 8px rgba(114, 197, 255, 0.35);
}

.post-tag {
  color: #ffd75e;
  font-size: 0.72rem;
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
  .site-shell {
    width: min(100% - 2rem, 86rem);
    padding-top: 1.5rem;
  }
  .terminal-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }
  .terminal-nav {
    justify-content: flex-start;
    gap: 0.85rem 1.15rem;
  }
  .terminal-content {
    padding: 2.5rem 0 3rem;
  }
  .home ul {
    padding-left: 1.6rem;
  }
  .home li::before {
    left: -1.4rem;
  }
  .photolog-header {
    margin-bottom: 2rem;
  }
  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 0.4rem;
  }
  .photo-caption {
    height: 3.9rem;
    padding-top: 0.5rem;
  }
  .photo-caption > p:last-child:not(.photo-meta) {
    font-size: 0.82rem;
  }
  .photo-meta {
    font-size: 0.68rem;
  }
  .photo-dialog {
    width: 96vw;
    padding-inline: 0.6rem;
  }
  .post-archive li {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.2rem 0.7rem;
  }
  .post-archive time {
    grid-column: 1/-1;
  }
  .post-archive a {
    overflow-wrap: anywhere;
  }
  .post-tag {
    display: none;
  }
  .post-title {
    letter-spacing: -0.025em;
  }
  .terminal-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .cursor {
    animation: none;
  }
  .photo-frame,
  .photo-frame::after,
  .photo-frame img {
    transition: none;
  }
}
@media (max-width: 900px) {
  .home-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .experience-card {
    width: min(100%, 28rem);
  }
  .experience-logo-list,
  .home .experience-logo-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/*# sourceMappingURL=style.css.map */