@charset "UTF-8";
@font-face {
  font-family: 'iAWriter Duo';
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/iAWriterDuoS-Regular.woff2") format("woff2"); }

@font-face {
  font-family: 'iAWriter Duo';
  font-weight: bold;
  font-style: normal;
  src: url("/fonts/iAWriterDuoS-Bold.woff2") format("woff2"); }

@font-face {
  font-family: 'iAWriter Duo';
  font-weight: normal;
  font-style: italic;
  src: url("/fonts/iAWriterDuoS-Italic.woff2") format("woff2"); }

@font-face {
  font-family: 'iAWriter Duo';
  font-weight: bold;
  font-style: italic;
  src: url("/fonts/iAWriterDuoS-BoldItalic.woff2") format("woff2"); }

@font-face {
  font-family: 'iAWriter Quattro';
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/iAWriterQuattroS-Regular.woff2") format("woff2"); }

@font-face {
  font-family: 'iAWriter Quattro';
  font-weight: normal;
  font-style: italic;
  src: url("/fonts/iAWriterQuattroS-Italic.woff2") format("woff2"); }

@font-face {
  font-family: 'iAWriter Quattro';
  font-weight: bold;
  font-style: normal;
  src: url("/fonts/iAWriterQuattroS-Bold.woff2") format("woff2"); }

@font-face {
  font-family: 'iAWriter Quattro';
  font-weight: bold;
  font-style: italic;
  src: url("/fonts/iAWriterQuattroS-BoldItalic.woff2") format("woff2"); }

@font-face {
  font-family: 'Lab Mono';
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/labmono-regular-web.woff2") format("woff2"); }

@font-face {
  font-family: "Computer Modern Sans";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/CMUSansSerif.woff2") format("woff2"); }

@font-face {
  font-family: "Computer Modern Sans";
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/CMUSansSerif-Bold.woff2") format("woff2"); }

@font-face {
  font-family: "Computer Modern Sans";
  font-style: italic;
  font-weight: normal;
  src: url("/fonts/CMUSansSerif-Oblique.woff2") format("woff2"); }

* {
  box-sizing: border-box; }

body {
  font-family: "iAWriter Duo", monospace;
  margin: 0;
  padding: 0;
  background-color: #ffe8ec;
  color: #210078;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body a, body a:visited {
    color: #331876; }

#container {
  display: grid;
  grid-template-columns: 1fr calc(min(90ch, 100%)) 1fr;
  justify-content: center;
  align-items: flex-start;
  row-gap: 80px;
  width: 100%;
  margin-top: 50px;
  font-size: 16px; }
  @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
    #container {
      grid-template-columns: 0px 100% 0px;
      row-gap: 40px;
      margin-top: 25px; } }
  @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
    #container {
      grid-template-columns: 0px 100% 0px; } }
a, a:visited {
  color: #331876;
  text-decoration: none;
  border-bottom: 1px dotted #331876; }

.full-bleed {
  width: 100%;
  grid-column: 1 / -1 !important; }

#container > * {
  grid-column: 2; }

#topbar-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  align-items: center;
  border-top: 4px solid #210078;
  border-bottom: 4px solid #210078;
  padding: 15px 0; }
  @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
    #topbar-wrapper {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto;
      padding: 10px 20px;
      row-gap: 20px; } }
  @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
    #topbar-wrapper {
      grid-template-columns: 1fr;
      grid-template-rows: auto auto;
      padding: 10px 20px;
      row-gap: 25px; } }
  #topbar-wrapper h2 {
    font-size: 22px;
    padding: 0;
    margin: 0;
    font-weight: bold; }
    @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
      #topbar-wrapper h2 {
        font-size: 16px;
        text-align: center; } }
    @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
      #topbar-wrapper h2 {
        font-size: 20px;
        text-align: center; } }
  #topbar-wrapper nav {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    gap: 30px; }
    #topbar-wrapper nav a, #topbar-wrapper nav a:visited {
      border: none;
      color: #210078;
      font-family: 'Lab Mono', 'iAWriter Duo', monospace;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 17px; }
      @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
        #topbar-wrapper nav a, #topbar-wrapper nav a:visited {
          font-size: 15px; } }
      @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
        #topbar-wrapper nav a, #topbar-wrapper nav a:visited {
          font-size: 18px; } }
    @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
      #topbar-wrapper nav {
        gap: 15px;
        justify-content: center; } }
    @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
      #topbar-wrapper nav {
        gap: 35px;
        justify-content: center; } }
.section-title {
  text-transform: uppercase;
  margin: 0;
  color: #210078;
  font-size: 28px;
  font-weight: bold; }
  @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
    .section-title {
      font-size: 22px;
      padding: 0 20px;
      text-align: center; } }
  @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
    .section-title {
      font-size: 26px;
      padding: 0 40px; } }
.section-subheader {
  margin: 0;
  color: #210078;
  opacity: 30%;
  font-size: 18px;
  font-weight: bold;
  font-style: italic; }
  @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
    .section-subheader {
      font-size: 16px;
      padding: 0 20px;
      text-align: center; } }
  @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
    .section-subheader {
      font-size: 17px;
      padding: 0 40px; } }
.section-subheader-note {
  margin: 5px 0 0 0;
  color: #210078;
  opacity: 0.3;
  font-size: 18px;
  font-style: italic; }
  @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
    .section-subheader-note {
      font-size: 16px;
      padding: 0 20px;
      text-align: center; } }
  @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
    .section-subheader-note {
      font-size: 17px;
      padding: 0 40px; } }
.header-block {
  display: flex;
  flex-flow: column;
  gap: 10px; }

.ios-folders {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 72px 36px;
  margin-top: 32px;
  justify-items: start; }
  @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
    .ios-folders {
      grid-template-columns: 1fr;
      padding: 0 20px;
      gap: 28px;
      justify-items: center; } }
  @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
    .ios-folders {
      grid-template-columns: 1fr;
      gap: 32px;
      justify-items: center; } }
  .ios-folders .folder-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    width: 360px;
    min-width: 240px;
    max-width: 360px; }
  .ios-folders .folder {
    background: rgba(255, 255, 255, 0.45);
    border-radius: 36px;
    padding: 38px 28px 28px 28px;
    box-shadow: 0 4px 24px 0 rgba(33, 0, 120, 0.04);
    width: 100%;
    min-height: 320px;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    overflow: hidden;
    transition: box-shadow 0.2s; }
    .ios-folders .folder:hover {
      box-shadow: 0 8px 32px 0 rgba(33, 0, 120, 0.1); }
  .ios-folders .folder-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
    width: 100%;
    justify-items: center;
    align-items: center; }
  .ios-folders .folder-content.five {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 18px; }
    .ios-folders .folder-content.five .app-item {
      gap: 8px; }
      .ios-folders .folder-content.five .app-item img {
        width: 72px;
        height: 72px; }
        @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
          .ios-folders .folder-content.five .app-item img {
            width: 60px;
            height: 60px; } }
      .ios-folders .folder-content.five .app-item span {
        font-size: 16px; }
        @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
          .ios-folders .folder-content.five .app-item span {
            font-size: 14px; } }
  .ios-folders .app-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #210078;
    padding: 0;
    border-radius: 14px;
    border: none;
    transition: transform 0.2s; }
    .ios-folders .app-item:hover {
      /* No background, just scale */
      transform: scale(1.12); }
    .ios-folders .app-item img {
      width: 80px;
      height: 80px;
      border-radius: 18px;
      object-fit: cover;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      background: #fff; }
      @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
        .ios-folders .app-item img {
          width: 60px;
          height: 60px; } }
    .ios-folders .app-item span {
      font-size: 18px;
      font-weight: 500;
      text-align: center;
      line-height: 1.2;
      color: #210078;
      font-family: 'iAWriter Duo', monospace;
      letter-spacing: 0.02em; }
      @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
        .ios-folders .app-item span {
          font-size: 15px; } }
  .ios-folders .folder-title {
    margin-top: 0.2em;
    font-size: 22px;
    font-family: 'iAWriter Duo', monospace;
    color: #210078;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 1; }
    @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
      .ios-folders .folder-title {
        font-size: 16px; } }
.ios-folders.enlarged {
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 32px;
  justify-items: center; }
  .ios-folders.enlarged .folder-block {
    width: 100%;
    max-width: 400px; }
  .ios-folders.enlarged .folder {
    min-height: 400px;
    height: 400px;
    border-radius: 40px;
    padding: 64px 32px 48px 32px; }
  .ios-folders.enlarged .folder-content {
    gap: 32px 24px; }
  .ios-folders.enlarged .app-item {
    gap: 12px; }
    .ios-folders.enlarged .app-item .portfolio-icon, .ios-folders.enlarged .app-item img {
      width: 100px;
      height: 100px;
      border-radius: 20px; }
    .ios-folders.enlarged .app-item span {
      font-size: 22px; }
  .ios-folders.enlarged .folder-title {
    font-size: 26px;
    margin-top: 0.4em; }
  @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
    .ios-folders.enlarged {
      grid-template-columns: 1fr; }
      .ios-folders.enlarged .folder-block {
        max-width: 95vw; } }
  @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
    .ios-folders.enlarged {
      grid-template-columns: 1fr; }
      .ios-folders.enlarged .folder-block {
        max-width: 95vw; } }
section.archivelist {
  flex: 3; }
  @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
    section.archivelist {
      padding: 0 20px; } }
  @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
    section.archivelist {
      padding: 0 40px; } }
  section.archivelist h3 {
    margin: 20px 0 5px 0;
    padding: 0;
    font-family: 'Lab Mono', 'iAWriter Duo', monospace; }
  section.archivelist ul {
    list-style: '— ';
    padding: 0 30px;
    margin: 30px 0;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px; }
    section.archivelist ul .date {
      margin-right: 10px;
      color: #666; }
    section.archivelist ul a {
      font-family: "Computer Modern Sans", "iAWriter Duo", sans-serif;
      font-size: 18px; }

a.article_link, a.article_link:visited {
  display: block;
  color: #171717;
  text-decoration: none;
  width: 100%; }

section.post_summary {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border: 1px solid #ccc;
  border-radius: 15px;
  gap: 25px;
  padding: 40px; }
  section.post_summary h4.date {
    width: 20%;
    padding: 5px 0 0 0;
    margin: 0;
    font-size: 14px;
    color: #434343;
    font-weight: 400; }
  section.post_summary div.title_and_blurb {
    width: 75%; }
    section.post_summary div.title_and_blurb h1 {
      padding: 0 0 20px 0;
      margin: 0;
      font-size: 18px;
      color: #353535;
      font-family: "Computer Modern Sans", "iAWriter Duo", sans-serif; }
    section.post_summary div.title_and_blurb article {
      font-size: 16px;
      line-height: 26px;
      font-family: "iAWriter Quattro", sans-serif;
      font-weight: 400; }

@media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
  .post_wrapper {
    padding: 0 20px; } }

@media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
  .post_wrapper {
    padding: 0 40px; } }

section.a_post h1 {
  padding: 25px 0 15px 0;
  margin: 0;
  font-size: 30px;
  font-family: "Computer Modern Sans", "iAWriter Duo", sans-serif; }

section.a_post .date {
  padding: 0 0 0 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  color: #000; }

section.a_post article {
  padding: 25px 0 0 0;
  font-family: "iAWriter Quattro", sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: normal; }
  section.a_post article h3, section.a_post article h2, section.a_post article h1, section.a_post article h4 {
    font-size: 22px;
    font-family: "Computer Modern Sans", "iAWriter Duo", sans-serif; }

section.a_post aside {
  padding: 40px 0 40px 0; }
  section.a_post aside section.adjacent_posts {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px; }
    section.a_post aside section.adjacent_posts h4 {
      text-transform: uppercase;
      margin: 5px 0;
      padding: 0;
      font-size: 12px;
      font-weight: normal; }

blockquote {
  font-size: 16px;
  line-height: 26px;
  color: #585858;
  border-left: 1px solid #3a3a3a;
  padding: 0 3% 0 3%;
  margin: 30px 0 0 0; }

a.prev, a.next, a.prev:visited, a.next:visited {
  font-size: 14px;
  text-decoration: none !important;
  font-weight: normal;
  border-bottom: 1px solid #000; }

section.page_content h1 {
  margin: 0;
  padding: 0; }

section.page_content article {
  font-size: 16px;
  line-height: 1.55rem; }

section.page_content ul {
  list-style-type: '— '; }

footer {
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: center;
  border-top: 1px solid #210078;
  gap: 30px;
  margin-bottom: 80px; }
  @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
    footer {
      padding: 0 20px; } }
  @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
    footer {
      padding: 0 40px; } }
  footer div.copyright {
    font-size: 14px;
    padding: 20px 0 20px 0;
    text-transform: uppercase;
    line-height: 160%; }

section.pagination {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px; }
  section.pagination a, section.pagination a:visited {
    font-size: 14px;
    text-decoration: none !important;
    font-weight: normal;
    text-transform: uppercase; }

div.post_img {
  padding: 10px 0; }
  div.post_img p.mdimage {
    text-align: center;
    margin: 0; }
    div.post_img p.mdimage img {
      max-width: 80%; }
  div.post_img div.caption {
    text-align: center;
    font-size: 12px;
    max-width: 70%;
    margin: 0 auto; }

a.tw {
  background-image: url("/twitter_line.svg"); }

a.ig {
  background-image: url("/ins_line.svg"); }

a.lin {
  background-image: url("/linkedin_line.svg"); }

a.tik {
  background-image: url("/tiktok_line.svg"); }

.job-app-container {
  display: flex;
  flex-flow: column;
  gap: 40px; }
  .job-app-container h1 {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: "Computer Modern Sans", "iAWriter Duo", sans-serif;
    font-size: 28px; }
  @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
    .job-app-container {
      padding: 0 20px; } }
  @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
    .job-app-container {
      padding: 0 40px; } }
.job-columns {
  width: 100%;
  column-gap: 50px;
  column-rule: 1px dotted #b7b7b7;
  column-count: 3; }
  @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
    .job-columns {
      column-count: 1; } }
  @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
    .job-columns {
      column-count: 2; } }
  .job-columns .job-block {
    margin: 0 0 40px 0;
    break-inside: avoid; }
    .job-columns .job-block h2 {
      font-size: 16px;
      margin: 0;
      padding: 0;
      text-transform: capitalize;
      font-family: "Computer Modern Sans", "iAWriter Duo", sans-serif; }
    .job-columns .job-block p {
      padding: 0;
      margin: 15px 0;
      font-size: 14px;
      line-height: 160%;
      font-family: "iAWriter Quattro", sans-serif; }
    .job-columns .job-block h2:first-of-type {
      margin-top: 0px; }

.resume {
  display: grid;
  grid-template-columns: 1.8fr 1fr; }
  @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
    .resume {
      padding: 0 20px;
      grid-template-columns: 1fr; } }
  @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
    .resume {
      padding: 0 40px;
      grid-template-columns: 3fr 1fr; } }
  .resume .work-exp-col {
    display: grid;
    row-gap: 18px;
    border-right: 1px dotted #5a5a5a;
    padding: 0 50px 0 0; }
    @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
      .resume .work-exp-col {
        border-right: none;
        padding: 0 15px; } }
    @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
      .resume .work-exp-col {
        border-right: none;
        padding: 0 20px; } }
    .resume .work-exp-col .work-exp h3 {
      font-size: 14px;
      text-transform: uppercase;
      font-family: "iAWriter Duo", monospace;
      font-weight: 400;
      color: #5a5a5a;
      margin: 5px 0; }
      .resume .work-exp-col .work-exp h3 a, .resume .work-exp-col .work-exp h3 a:visited {
        color: #5a5a5a;
        text-decoration: none; }
      .resume .work-exp-col .work-exp h3 a:hover {
        color: #5a5a5a;
        text-decoration: none; }
    .resume .work-exp-col .work-exp h2 {
      font-size: 18px;
      font-family: "Computer Modern Sans", "iAWriter Duo", sans-serif;
      margin: 5px 0; }
    .resume .work-exp-col .work-exp p {
      font-size: 14px;
      font-family: "iAWriter Quattro", sans-serif;
      line-height: 150%;
      text-align: justify; }
      .resume .work-exp-col .work-exp p a, .resume .work-exp-col .work-exp p a:visited {
        text-decoration: none; }
      .resume .work-exp-col .work-exp p a:hover {
        text-decoration: none; }
    .resume .work-exp-col .work-exp .resume-date {
      font-size: 14px;
      text-transform: uppercase;
      font-family: "iAWriter Duo", monospace;
      font-weight: 400;
      color: #5a5a5a; }
    .resume .work-exp-col .work-exp .skills {
      font-size: 13px;
      text-transform: uppercase;
      font-family: "iAWriter Duo", monospace;
      font-weight: 400;
      color: #5a5a5a;
      margin-top: 10px;
      line-height: 160%; }
    .resume .work-exp-col .work-exp .secondary-work {
      display: flex;
      flex-flow: column;
      gap: 10px;
      margin-top: 12px; }
      .resume .work-exp-col .work-exp .secondary-work h4 {
        margin: 0;
        padding: 0;
        font-size: 14px;
        text-transform: uppercase;
        font-family: "iAWriter Quattro", sans-serif;
        color: #5a5a5a;
        font-weight: 400; }
      .resume .work-exp-col .work-exp .secondary-work .project {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        padding: 0 0 0 0;
        gap: 5px;
        font-family: "iAWriter Quattro", sans-serif; }
        .resume .work-exp-col .work-exp .secondary-work .project .project-title {
          display: flex;
          flex-flow: row nowrap;
          justify-content: start;
          gap: 15px;
          font-size: 14px;
          text-transform: uppercase;
          font-weight: 600; }
        .resume .work-exp-col .work-exp .secondary-work .project .project-desc {
          font-size: 14px;
          text-align: left;
          line-height: 160%;
          margin-left: 15px; }
  .resume .resume-header h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "iAWriter Duo", monospace;
    font-weight: 400;
    color: #5a5a5a;
    margin: 0 0 5px 0; }
  .resume .resume-header p {
    font-size: 14px;
    font-family: "iAWriter Quattro", sans-serif;
    margin: 0; }
    .resume .resume-header p a, .resume .resume-header p a:visited {
      color: #5a5a5a; }
  .resume .thumbnail-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; }
  .resume .references-col {
    padding: 0 0 0 30px; }
    @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
      .resume .references-col {
        padding: 30px 15px 0 15px; } }
    @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
      .resume .references-col {
        padding: 0 20px; } }
    .resume .references-col h2 {
      font-size: 18px;
      font-family: "Computer Modern Sans", "iAWriter Duo", sans-serif;
      margin: 0 0 12px 0; }
    .resume .references-col .reference {
      margin-bottom: 16px; }
      .resume .references-col .reference .quote {
        font-size: 12px;
        font-family: "iAWriter Quattro", sans-serif;
        line-height: 150%;
        margin: 0 0 6px 0; }
      .resume .references-col .reference .attribution {
        font-size: 12px;
        font-family: "iAWriter Quattro", sans-serif;
        margin: 0; }
        .resume .references-col .reference .attribution strong {
          font-weight: 600; }
  @media print {
    .resume .work-exp-col {
      row-gap: 15px !important; }
    .resume .work-exp h2 {
      margin: 5px 0 !important; }
    .resume .work-exp h3 {
      margin: 5px 0 !important; }
    .resume .work-exp .secondary-work {
      margin-top: 10px !important;
      gap: 10px !important; } }
@media print {
  nav, footer {
    display: none !important; }
  #topbar-wrapper {
    padding: 0 !important;
    margin-bottom: 10px !important; }
    #topbar-wrapper .topbar-nav {
      display: none !important; }
  #container {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    row-gap: 20px !important; }
  #container > * {
    grid-column: 1 !important; }
  .resume {
    grid-template-columns: 1.5fr 1fr !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important; }
  .work-exp-col {
    padding-right: 25px !important;
    border-right: none !important;
    row-gap: 12px !important; }
    .work-exp-col .resume-header h2, .work-exp-col .summary h2, .work-exp-col .work-exp h2 {
      font-size: 14px !important;
      margin: 3px 0 !important; }
    .work-exp-col .resume-header h3, .work-exp-col .summary h3, .work-exp-col .work-exp h3 {
      font-size: 11px !important;
      margin: 3px 0 !important; }
    .work-exp-col .resume-header p, .work-exp-col .summary p, .work-exp-col .work-exp p {
      font-size: 11px !important;
      line-height: 140% !important; }
    .work-exp-col .resume-header .skills, .work-exp-col .summary .skills, .work-exp-col .work-exp .skills {
      font-size: 10px !important;
      margin-top: 6px !important;
      line-height: 150% !important; }
    .work-exp-col .secondary-work {
      margin-top: 8px !important;
      gap: 6px !important; }
      .work-exp-col .secondary-work h4 {
        font-size: 11px !important; }
      .work-exp-col .secondary-work .project-title {
        font-size: 11px !important; }
      .work-exp-col .secondary-work .project-desc {
        font-size: 11px !important;
        line-height: 140% !important; }
      .work-exp-col .secondary-work .resume-date {
        font-size: 11px !important;
        font-weight: 400 !important; }
  .references-col {
    padding-left: 15px !important; }
    .references-col h2 {
      font-size: 14px !important; }
    .references-col .reference {
      margin-bottom: 12px !important; }
      .references-col .reference .quote {
        font-size: 10px !important;
        line-height: 140% !important; }
      .references-col .reference .attribution {
        font-size: 10px !important; }
  .work-exp {
    page-break-inside: auto !important;
    break-inside: auto !important; }
  .secondary-work {
    page-break-inside: auto !important;
    break-inside: auto !important; }
  .project {
    page-break-inside: avoid !important;
    break-inside: avoid !important; } }

.project-detail {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-bottom: 80px; }
  @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
    .project-detail {
      gap: 60px;
      padding: 0 20px; } }
  @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
    .project-detail {
      gap: 70px;
      padding: 0 40px; } }
  .project-detail .project-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto; }
  .project-detail .project-icon {
    width: 128px;
    height: 128px;
    border-radius: 28px;
    box-shadow: 0 4px 24px rgba(33, 0, 120, 0.08);
    object-fit: cover;
    background: #fff; }
    @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
      .project-detail .project-icon {
        width: 96px;
        height: 96px;
        border-radius: 22px; } }
  .project-detail .project-title {
    font-size: 48px;
    font-family: 'Lab Mono', 'iAWriter Duo', monospace;
    color: #210078;
    font-weight: 700;
    margin: 8px 0 0 0; }
    @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
      .project-detail .project-title {
        font-size: 32px; } }
    @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
      .project-detail .project-title {
        font-size: 40px; } }
  .project-detail .project-tagline {
    font-size: 18px;
    font-family: 'iAWriter Duo', monospace;
    color: #210078;
    opacity: 0.5;
    text-transform: uppercase; }
    @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
      .project-detail .project-tagline {
        font-size: 14px; } }
  .project-detail .project-desc {
    font-size: 24px;
    font-family: 'iAWriter Duo', monospace;
    color: #210078;
    font-weight: 400;
    margin: 8px 0 0 0;
    line-height: 1.5; }
    @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
      .project-detail .project-desc {
        font-size: 18px; } }
    @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
      .project-detail .project-desc {
        font-size: 22px; } }
  .project-detail .project-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
    justify-content: center; }
    .project-detail .project-links .project-link-btn, .project-detail .project-links .project-link-btn:visited {
      display: inline-block;
      padding: 12px 24px;
      background: #210078;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      font-family: 'Lab Mono', 'iAWriter Duo', monospace;
      border: none;
      border-radius: 8px;
      text-decoration: none;
      transition: opacity 0.2s; }
      .project-detail .project-links .project-link-btn:hover, .project-detail .project-links .project-link-btn:visited:hover {
        opacity: 0.8; }
      @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
        .project-detail .project-links .project-link-btn, .project-detail .project-links .project-link-btn:visited {
          padding: 10px 20px;
          font-size: 12px; } }
.project-media-gallery {
  display: flex;
  flex-direction: column;
  gap: 80px; }
  @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
    .project-media-gallery {
      gap: 60px; } }
  .project-media-gallery .media-section {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .project-media-gallery .media-section .media-section-title {
      font-size: 24px;
      font-family: 'Lab Mono', 'iAWriter Duo', monospace;
      color: #210078;
      font-weight: 600;
      margin: 0;
      text-align: center;
      text-transform: uppercase;
      opacity: 0.6; }
      @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
        .project-media-gallery .media-section .media-section-title {
          font-size: 18px; } }
    .project-media-gallery .media-section .media-row {
      display: flex;
      flex-direction: row;
      justify-content: center;
      gap: 40px; }
      @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
        .project-media-gallery .media-section .media-row {
          gap: 12px; } }
      @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
        .project-media-gallery .media-section .media-row {
          gap: 24px; } }
      .project-media-gallery .media-section .media-row.single .device-frame {
        max-width: 320px; }
        @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
          .project-media-gallery .media-section .media-row.single .device-frame {
            max-width: 280px; } }
      .project-media-gallery .media-section .media-row.double .device-frame {
        max-width: 280px; }
        @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
          .project-media-gallery .media-section .media-row.double .device-frame {
            max-width: 48%; } }
      .project-media-gallery .media-section .media-row.triple .device-frame {
        flex: 1;
        max-width: 280px; }
        @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
          .project-media-gallery .media-section .media-row.triple .device-frame {
            max-width: 32%; } }
    .project-media-gallery .media-section .device-frame {
      background: #1a1a1a;
      border-radius: 36px;
      padding: 8px;
      box-shadow: 0 8px 32px rgba(33, 0, 120, 0.15); }
      @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
        .project-media-gallery .media-section .device-frame {
          border-radius: 20px;
          padding: 4px; } }
      @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
        .project-media-gallery .media-section .device-frame {
          border-radius: 30px;
          padding: 6px; } }
      .project-media-gallery .media-section .device-frame.tablet {
        max-width: 500px;
        border-radius: 24px;
        padding: 10px; }
        @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
          .project-media-gallery .media-section .device-frame.tablet {
            max-width: 100%;
            border-radius: 16px;
            padding: 6px; } }
        .project-media-gallery .media-section .device-frame.tablet .device-media {
          border-radius: 14px; }
          @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
            .project-media-gallery .media-section .device-frame.tablet .device-media {
              border-radius: 10px; } }
      .project-media-gallery .media-section .device-frame.desktop {
        max-width: 100%;
        border-radius: 16px;
        padding: 10px 10px 24px 10px; }
        @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
          .project-media-gallery .media-section .device-frame.desktop {
            border-radius: 12px;
            padding: 6px 6px 16px 6px; } }
        .project-media-gallery .media-section .device-frame.desktop .device-media {
          border-radius: 6px; }
          @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
            .project-media-gallery .media-section .device-frame.desktop .device-media {
              border-radius: 4px; } }
      .project-media-gallery .media-section .device-frame .device-media {
        width: 100%;
        height: auto;
        border-radius: 28px;
        object-fit: contain;
        display: block; }
        @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
          .project-media-gallery .media-section .device-frame .device-media {
            border-radius: 16px; } }
        @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
          .project-media-gallery .media-section .device-frame .device-media {
            border-radius: 24px; } }
    .project-media-gallery .media-section .media-caption {
      font-size: 16px;
      font-family: 'iAWriter Duo', monospace;
      color: #210078;
      opacity: 0.6;
      text-align: center;
      margin: 8px 0 0 0;
      line-height: 1.5; }
      @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
        .project-media-gallery .media-section .media-caption {
          font-size: 14px; } }
.project-content {
  max-width: 700px;
  margin: 0 auto; }
  .project-content p {
    font-size: 20px;
    line-height: 170%;
    margin: 0 0 24px 0; }
    @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
      .project-content p {
        font-size: 17px; } }
    @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
      .project-content p {
        font-size: 19px; } }
  .project-content h2, .project-content h3 {
    font-family: 'Lab Mono', 'iAWriter Duo', monospace;
    margin: 48px 0 16px 0; }
  .project-content h2 {
    font-size: 28px; }
    @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
      .project-content h2 {
        font-size: 22px; } }
  .project-content h3 {
    font-size: 22px; }
    @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
      .project-content h3 {
        font-size: 18px; } }
  .project-content ul, .project-content ol {
    font-size: 20px;
    line-height: 170%;
    margin: 0 0 24px 0;
    padding-left: 24px; }
    @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
      .project-content ul, .project-content ol {
        font-size: 17px; } }
    .project-content ul li, .project-content ol li {
      margin-bottom: 8px; }

.folder-years {
  font-weight: 400;
  color: #210078;
  opacity: 0.3;
  font-size: 18px;
  text-align: center;
  margin-top: 0.2em;
  font-family: 'iAWriter Duo', monospace; }

.home-list,
section.archivelist,
.post_wrapper {
  max-width: 72ch; }

.home-list {
  font-family: "iAWriter Quattro", sans-serif;
  list-style: '> ';
  margin: 0;
  padding: 0 0 0 34px;
  display: flex;
  flex-flow: column;
  gap: 26px;
  font-size: 15px;
  line-height: 180%; }
  @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
    .home-list {
      padding: 0 20px 0 28px;
      gap: 20px; } }
  @media screen and (min-device-width: 600px) and (max-device-width: 1024px), screen and (min-width: 600px) and (max-width: 1024px) {
    .home-list {
      padding: 0 40px 0 54px; } }
  .home-list li {
    padding-left: 6px; }
  .home-list p {
    margin: 0; }
  .home-list .li-lead {
    font-weight: bold;
    text-transform: uppercase; }
  .home-list .bio-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    vertical-align: -6px;
    margin-right: 3px; }
  .home-list .links-line {
    margin-top: 8px;
    color: #666; }
    .home-list .links-line a, .home-list .links-line a:visited {
      color: #666;
      border-bottom-color: #666; }
  .home-list em {
    color: #666; }
  .home-list ul {
    list-style: '» ';
    margin: 10px 0 0 0;
    padding: 0 0 0 28px;
    display: flex;
    flex-flow: column;
    gap: 10px; }
    .home-list ul li {
      padding-left: 6px; }
    @media screen and (min-device-width: 320px) and (max-device-width: 599px), screen and (max-width: 599px) {
      .home-list ul {
        padding-left: 16px; } }
.solarday-media {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 18px 0 0 8px; }
  .solarday-media .device-frame {
    width: 170px;
    background: #1a1a1a;
    border-radius: 22px;
    padding: 5px;
    box-shadow: 0 4px 16px rgba(33, 0, 120, 0.15); }
    .solarday-media .device-frame video {
      width: 100%;
      height: auto;
      border-radius: 17px;
      display: block; }
  .solarday-media .video-toggle {
    font-family: 'Lab Mono', 'iAWriter Duo', monospace;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #fff;
    background: #210078;
    border: none;
    border-radius: 6px;
    padding: 5px 14px;
    cursor: pointer;
    transition: opacity 0.2s; }
    .solarday-media .video-toggle:hover {
      opacity: 0.8; }

.past-work-inline a, .past-work-inline a:visited {
  white-space: nowrap;
  border-bottom: none; }

.past-work-inline img {
  width: 18px;
  height: 18px;
  border-radius: 4.5px;
  object-fit: cover;
  vertical-align: -4px;
  margin-right: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: #fff; }
