:root {
  --color-text: #303030;
  --color-body: #333332;
  --color-link: #303030;
  --color-link-hover: #f30600;
  --color-accent: #b30600;
  --color-neutral-700: #444;
  --color-surface: #fbfaf7;
  --color-panel: #f3f0ea;
  --color-panel-subtle: #f7f4ef;
  --color-border: #d8d1c8;
  --color-muted: #756f68;
  --color-nav-background: #fbfaf7;
  --font-content: "Lora", "Helvetica", sans-serif;
  --font-heading: "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif;
  --type-step-0: 1rem;
  --type-step-1: 1.25rem;
  --type-step-2: 1.5rem;
  --type-step-3: 1.875rem;
  --type-step-4: 2.25rem;
  --type-step-5: 2.8125rem;
  --type-step-6: 3.375rem;
  --leading-tight: 1.1;
  --leading-snug: 1.33;
  --leading-body: 1.5;
  --leading-code: 1.875;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-page-top: 3.75em;
  --space-title-top: 67.5px;
  --space-page-bottom: 5.625em;
  --space-article-top: 0.625em;
  --space-article-bottom: 1.875em;
  --space-tags-list-top: 80px;
  --space-tags-item-gap-x: 20px;
  --space-tags-item-gap-y: 5px;
}


@charset "UTF-8";

@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: normal;
  src: local('Lora Regular'), local('Lora-Regular'), url("/fonts/lora-v24-latin-ext_latin-regular.woff2") format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  src: local('Fira Sans Medium'), local('FiraSans-Medium'), url("/fonts/Fira_Sans_500.woff2") format('woff2');
  font-display: swap;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

button, input {
  line-height: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  font-style: normal; }

time {
  font-family: "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif; }

body {
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  /* EDIT: new syntax for FF 15+ */
  -ms-font-feature-settings: "liga";
  -o-font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga"; }

/* Flash messages & errors */
.flash {
  background-color: #d9edf7; }

.flash-error {
  color: #b94a48;
  background-color: #f2dede; }

.flash-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

#error_explanation ul li {
  color: #b30600;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.33333em; }



pre.highlight {
  font-size: 16px;
  line-height: 1.875em;
  font-family: Menlo, Monaco, "DejaVu Sans Mono", Consolas, monospace;
  background-color: var(--color-panel-subtle, #f7f4ef);
  padding: 20px;
  margin: 20px 0 20px 0;
  overflow: auto;
  color: var(--color-muted, #756f68); }
  pre.highlight tr td {
    vertical-align: top; }

pre.highlight code span,
pre.highlight .lineno {
  transition: color 0.18s ease;
}

pre.highlight:not(:hover) code,
pre.highlight:not(:hover) code span,
pre.highlight:not(:hover) .lineno {
  color: var(--color-muted, #756f68) !important;
}

p code {
  font-family: 'Inconsolata', 'Monaco', monospace; }

.lineno {
  padding: 0 10px;
  color: #CFCFCF; }

p > code {
  border-radius: 3px;
  border: 1px solid var(--color-border, #d8d1c8);
  background-color: var(--color-panel-subtle, #f7f4ef);
  padding: 2px 5px;
  font-size: 18px; }

.highlight .c {
  color: #586E75; }

/* Comment */
.highlight .err {
  color: #93A1A1; }

/* Error */
.highlight .g {
  color: #93A1A1; }

/* Generic */
.highlight .k {
  color: #859900; }

/* Keyword */
.highlight .l {
  color: #93A1A1; }

/* Literal */
.highlight .n {
  color: #586E75; }

/* Name */
.highlight .o {
  color: #859900; }

/* Operator */
.highlight .x {
  color: #CB4B16; }

/* Other */
.highlight .p {
  color: #93A1A1; }

/* Punctuation */
.highlight .cm {
  color: #586E75; }

/* Comment.Multiline */
.highlight .cp {
  color: #859900; }

/* Comment.Preproc */
.highlight .c1 {
  color: #93a1a1; }

/* Comment.Single */
.highlight .cs {
  color: #859900; }

/* Comment.Special */
.highlight .gd {
  color: #2AA198; }

/* Generic.Deleted */
.highlight .ge {
  color: #93A1A1;
  font-style: italic; }

/* Generic.Emph */
.highlight .gr {
  color: #DC322F; }

/* Generic.Error */
.highlight .gh {
  color: #CB4B16; }

/* Generic.Heading */
.highlight .gi {
  color: #859900; }

/* Generic.Inserted */
.highlight .go {
  color: #93A1A1; }

/* Generic.Output */
.highlight .gp {
  color: #93A1A1; }

/* Generic.Prompt */
.highlight .gs {
  color: #93A1A1;
  font-weight: bold; }

/* Generic.Strong */
.highlight .gu {
  color: #CB4B16; }

/* Generic.Subheading */
.highlight .gt {
  color: #93A1A1; }

/* Generic.Traceback */
.highlight .kc {
  color: #CB4B16; }

/* Keyword.Constant */
.highlight .kd {
  color: #268BD2; }

/* Keyword.Declaration */
.highlight .kn {
  color: #859900; }

/* Keyword.Namespace */
.highlight .kp {
  color: #859900; }

/* Keyword.Pseudo */
.highlight .kr {
  color: #268BD2; }

/* Keyword.Reserved */
.highlight .kt {
  color: #DC322F; }

/* Keyword.Type */
.highlight .ld {
  color: #93A1A1; }

/* Literal.Date */
.highlight .m {
  color: #2AA198; }

/* Literal.Number */
.highlight .s {
  color: #2AA198; }

/* Literal.String */
.highlight .na {
  color: #93A1A1; }

/* Name.Attribute */
.highlight .nb {
  color: #B58900; }

/* Name.Builtin */
.highlight .nc {
  color: #268BD2; }

/* Name.Class */
.highlight .no {
  color: #CB4B16; }

/* Name.Constant */
.highlight .nd {
  color: #268BD2; }

/* Name.Decorator */
.highlight .ni {
  color: #CB4B16; }

/* Name.Entity */
.highlight .ne {
  color: #CB4B16; }

/* Name.Exception */
.highlight .nf {
  color: #268BD2; }

/* Name.Function */
.highlight .nl {
  color: #93A1A1; }

/* Name.Label */
.highlight .nn {
  color: #93A1A1; }

/* Name.Namespace */
.highlight .nx {
  color: #555; }

/* Name.Other */
.highlight .py {
  color: #93A1A1; }

/* Name.Property */
.highlight .nt {
  color: #268BD2; }

/* Name.Tag */
.highlight .nv {
  color: #268BD2; }

/* Name.Variable */
.highlight .ow {
  color: #859900; }

/* Operator.Word */
.highlight .w {
  color: #93A1A1; }

/* Text.Whitespace */
.highlight .mf {
  color: #2AA198; }

/* Literal.Number.Float */
.highlight .mh {
  color: #2AA198; }

/* Literal.Number.Hex */
.highlight .mi {
  color: #2AA198; }

/* Literal.Number.Integer */
.highlight .mo {
  color: #2AA198; }

/* Literal.Number.Oct */
.highlight .sb {
  color: #586E75; }

/* Literal.String.Backtick */
.highlight .sc {
  color: #2AA198; }

/* Literal.String.Char */
.highlight .sd {
  color: #93A1A1; }

/* Literal.String.Doc */
.highlight .s2 {
  color: #2AA198; }

/* Literal.String.Double */
.highlight .se {
  color: #CB4B16; }

/* Literal.String.Escape */
.highlight .sh {
  color: #93A1A1; }

/* Literal.String.Heredoc */
.highlight .si {
  color: #2AA198; }

/* Literal.String.Interpol */
.highlight .sx {
  color: #2AA198; }

/* Literal.String.Other */
.highlight .sr {
  color: #DC322F; }

/* Literal.String.Regex */
.highlight .s1 {
  color: #2AA198; }

/* Literal.String.Single */
.highlight .ss {
  color: #2AA198; }

/* Literal.String.Symbol */
.highlight .bp {
  color: #268BD2; }

/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #268BD2; }

/* Name.Variable.Class */
.highlight .vg {
  color: #268BD2; }

/* Name.Variable.Global */
.highlight .vi {
  color: #268BD2; }

/* Name.Variable.Instance */
.highlight .il {
  color: #2AA198; }

/* Literal.Number.Integer.Long */


body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading, "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif);
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.01em;
}

h1 {
  font-size: var(--type-step-6, 3.375rem);
  line-height: var(--leading-tight, 1.1);
  margin: 0 0 var(--space-4, 1rem) 0;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: var(--type-step-3, 1.875rem);
  line-height: var(--leading-snug, 1.33);
  margin: var(--space-7, 3rem) 0 var(--space-3, 0.75rem) 0;
}

p,
pre,
label {
  font-size: 1.25em;
  line-height: var(--leading-body, 1.5);
  margin: 0 0 var(--space-4, 1rem) 0;
  color: var(--color-body, #333332);
}

ol,
ul {
  font-size: 1.25em;
  line-height: var(--leading-body, 1.5);
  margin: 0 0 var(--space-6, 2rem) 0;
}

li {
  line-height: normal;
}

ul {
  list-style-position: outside;
  list-style-type: disc;
}

ol {
  list-style-position: outside;
  list-style-type: decimal;
}

strong,
b {
  font-weight: 600;
}

em,
i,
q {
  font-style: italic;
}

time {
  font-family: var(--font-heading, "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif);
}

section.homepage h3 {
  padding-left: 1%;
}

blockquote {
  background: var(--color-panel-subtle, #f7f4ef);
  margin: 20px 0 20px 0;
  padding: var(--space-3, 0.75rem) var(--space-5, 1.5rem);
  quotes: "“" "”" "‘" "’";
  font-family: Menlo, Monaco, "DejaVu Sans Mono", Consolas, monospace;
  font-size: var(--type-step-0, 1rem);
  font-style: normal;
  line-height: var(--leading-code, 1.875);
}

blockquote p {
  margin: var(--space-4, 1rem) 0;
  font-size: var(--type-step-0, 1rem);
  line-height: var(--leading-code, 1.875);
  font-family: Menlo, Monaco, "DejaVu Sans Mono", Consolas, monospace;
  font-style: normal;
  color: var(--color-muted, #756f68);
}

/* Long-form rhythm is defined on direct children so component internals keep
   their own spacing and old article markup remains unaffected. */
.longform-article .entry-content {
  margin-top: var(--space-7, 3rem);

  > p {
    margin-bottom: var(--space-5, 1.5rem);
  }

  > p:first-child {
    color: var(--color-text, #303030);
    font-family: var(--font-heading, "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif);
    font-size: 1.4rem;
    line-height: 1.55;
    margin-bottom: 3.5rem;
  }

  > h2 {
    font-size: var(--type-step-4, 2.25rem);
    margin: 4.5rem 0 var(--space-5, 1.5rem);
  }

  > h3 {
    font-size: var(--type-step-2, 1.5rem);
    margin: var(--space-7, 3rem) 0 var(--space-4, 1rem);
  }

  > ul,
  > ol {
    margin-bottom: var(--space-6, 2rem);
  }

  > pre.highlight {
    margin: var(--space-6, 2rem) 0 var(--space-7, 3rem);
  }

  > blockquote {
    background: var(--color-panel-subtle, #f7f4ef);
    margin: var(--space-6, 2rem) 0 var(--space-7, 3rem);
    padding: 20px;

    p {
      color: var(--color-muted, #756f68);
      font-family: Menlo, Monaco, "DejaVu Sans Mono", Consolas, monospace;
      font-size: 16px;
      font-style: normal;
      line-height: 1.875;
      margin: 0;
    }
  }

  /* Reference panels adapt the standards/source cards used in Type.Today's
     editorial pages without coupling article content to presentational HTML. */
  > .article-reference {
    background: var(--color-panel, #f3f0ea);
    color: var(--color-text, #303030);
    font-family: var(--font-heading, "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif);
    font-size: var(--type-step-1, 1.25rem);
    line-height: 1.55;
    margin: 3.5rem 0;
    padding: 4.5rem 4.25rem 3.5rem;

    p {
      color: inherit;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      margin: 0 0 var(--space-7, 3rem);
    }

    p:last-child {
      border-top: 1px solid var(--color-border, #d8d1c8);
      margin: 0;
      padding-top: var(--space-5, 1.5rem);
    }

    strong {
      font-weight: 500;
    }

    p:last-child strong {
      display: block;
    }

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

    a sup {
      display: none;
    }
  }

  /* CSS-only benchmark charts mirror Ark's evidence graphs. Exact values
     remain in adjacent tables so the visual comparison is not the sole source. */
  > .article-chart {
    background: var(--color-panel-subtle, #f7f4ef);
    margin: var(--space-7, 3rem) 0;
    padding: var(--space-5, 1.5rem);

    .article-chart-title {
      color: var(--color-text, #303030);
      font-family: var(--font-heading, "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif);
      font-size: 0.9rem;
      font-weight: 500;
      margin-bottom: var(--space-5, 1.5rem);
      text-transform: uppercase;
    }

    .article-chart-row + .article-chart-row {
      margin-top: var(--space-5, 1.5rem);
    }

    .article-chart-label {
      display: flex;
      font-family: var(--font-heading, "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif);
      font-size: 0.95rem;
      gap: var(--space-4, 1rem);
      justify-content: space-between;
    }

    .article-chart-label strong {
      font-weight: 500;
    }

    .article-chart-label span,
    .article-chart-meta {
      font-family: Menlo, Monaco, "DejaVu Sans Mono", Consolas, monospace;
    }

    .article-chart-bar {
      appearance: none;
      background: var(--color-panel, #f3f0ea);
      border: 1px solid var(--color-border, #d8d1c8);
      display: block;
      height: 0.65rem;
      margin: 0.35rem 0;
      width: 100%;
    }

    .article-chart-bar::-webkit-progress-bar {
      background: var(--color-panel, #f3f0ea);
    }

    .article-chart-bar::-webkit-progress-value {
      background: var(--color-accent, #b30600);
    }

    .article-chart-bar::-moz-progress-bar {
      background: var(--color-accent, #b30600);
    }

    .article-chart-meta {
      color: var(--color-muted, #756f68);
      font-size: 0.8rem;
      line-height: 1.5;
    }
  }

  > .article-figure {
    margin: var(--space-7, 3rem) 0;

    img {
      display: block;
      height: auto;
      max-width: 100%;
    }

    figcaption {
      color: var(--color-muted, #756f68);
      font-family: var(--font-heading, "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif);
      font-size: 0.85rem;
      line-height: var(--leading-body, 1.5);
      margin-top: var(--space-2, 0.5rem);
      max-width: 38rem;
    }
  }

  > .article-table {
    margin: var(--space-6, 2rem) 0 var(--space-7, 3rem);
    max-width: 100%;
    overflow-x: auto;
    width: 100%;

    table {
      border-collapse: collapse;
      font-size: 0.95rem;
      width: 100%;

      th,
      td {
        border-bottom: 1px solid var(--color-border, #d8d1c8);
        padding: var(--space-3, 0.75rem) var(--space-4, 1rem);
        text-align: left;
        vertical-align: top;
      }

      th {
        color: var(--color-text, #303030);
        font-family: var(--font-heading, "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif);
        font-weight: 500;
      }
    }
  }
}

form {
  margin-bottom: 3.75em; }

label, select {
  display: block; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
  font-family: "Lora", "Helvetica", sans-serif;
  background-color: rgba(133, 133, 133, 0.07); }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer; }

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto; }

select,
input[type="file"] {
  *margin-top: 4px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */ }

section input[type="text"],
#main input[type="text"] {
  border-radius: 3px;
  font-size: 18px;
  padding: 15px 0;
  text-indent: 12px;
  border: 1px solid #f8f9fa; }

section textarea,
#main textarea {
  font-size: 18px;
  padding: 15px 0;
  text-indent: 12px;
  border-radius: 3px;
  border: 1px solid #f8f9fa; }

section input[type="submit"],
#main input[type="submit"] {
  border-radius: 3px;
  color: #333;
  margin: 20px 0;
  border: none;
  background-color: rgba(133, 133, 133, 0.07);
  padding: 20px;
  font-size: 20px;
  font-weight: bold; }
  section input[type="submit"]:hover,
  #main input[type="submit"]:hover {
    background-color: rgba(133, 133, 133, 0.13); }
  section input[type="submit"]:active,
  #main input[type="submit"]:active {
    background-color: rgba(133, 133, 133, 0.03); }

section div.field,
#main div.field {
  position: relative; }
  section div.field label,
  #main div.field label {
    position: absolute;
    top: 30px;
    left: 20px; }

input:focus {
  outline: none; }

input, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

/* ::Clearfixs and extends. Use which suits best */
/* ----------------------------------------------------------- */
.clearfix, .container {
  overflow: hidden; }

/* ::Base styles Almost exclusively single element selectors */
/* ------------------------------------------------------------ */
html {
  font-size: 100%; }

body {
  background-color: var(--color-surface, #fbfaf7);
  font-family: "Lora", "Helvetica", sans-serif; }

a {
  transition: color 0.2s ease-out;
  color: #303030;
  white-space: pre-line;
  word-wrap: break-word; }
  a:hover, a:focus, a:active {
    color: #f30600; }

/* ::Layout styles - Layouts hold one or more modules together. */
/* ------------------------------------------------------------ */
.container {
  background-color: var(--color-surface, #fbfaf7);
  margin: 0 auto; }

div.main-content, div.main-footer-content {
  display: block;
  margin: 0 auto;
  width: 800px; }

/* ::Used for extends */
/* ------------------------------------------------------------ */
.default_link a, section a {
  color: #b30600; }
  .default_link a:hover, section a:hover {
    color: #303030; }

#main article .entry-content a[href^="http"] {
  color: var(--color-text, #303030);
}

#main article .entry-content a[href^="http"]:hover {
  color: var(--color-text, #303030);
}

.social a {
  text-decoration: none; }

/* ::Basic layout */
/* ------------------------------------------------------------ */
#nav {
  border-bottom: 1px solid #DFDFDF; }

/* ::Sections */
/* ------------------------------------------------------------ */
#main {
  padding: 0;
  margin: 0 auto; }

section.mini-about {
  padding-top: var(--space-title-top, 67.5px);
  padding-bottom: 0.625em;
  font-size: 1.875em;
  line-height: 1.42857em;
  text-underline-offset: 5px; }
  section.mini-about p:last-child {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.5; }

#main article > h1.entry-title,
#main article > h1 {
  padding-top: var(--space-title-top, 67.5px);
}

#main > h1.archive-page-title {
  padding-top: var(--space-title-top, 67.5px);
}

section.homepage {
  padding-top: 1.25em;
  padding-bottom: 0em; }
  section.homepage:last-child {
    padding-bottom: 4.25em; }
  section.homepage b {
    padding-top: 0em;
    padding-bottom: 0em;
    margin-top: 0em;
    margin-bottom: 0em;
    font-size: 1.25em;
    line-height: 1.5em;
    color: #b30600; }
    section.homepage b.article-spacer {
      text-align: center;
      margin-top: 1em;
      margin-bottom: 2em; }
  section.homepage h3 {
    color: black;
    padding-top: 0em;
    padding-bottom: 0em;
    font-size: 2.1875em;
    line-height: 1.2em;
    margin: 0em 0 0.25em 0;
    font-weight: 500; }
    section.homepage h3 a {
      color: #303030;
      text-underline-offset: 5px; }
      section.homepage h3 a:hover {
        color: #b30600; }
  section.homepage time {
    font-size: 1.125em;
    line-height: 1.66667em;
    margin: 0em 0 0.5em 0; }
    section.homepage time sup {
      font-size: 0.625em;
      line-height: 2em;
      vertical-align: super; }

section.homepage-year {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }
  section.homepage-year h2 {
    padding-top: 0em;
    padding-bottom: 0em;
    margin-top: 0em;
    margin-bottom: 0em; }



section {
  width: 800px;

  article {
    padding-top: var(--space-page-top, 3.75em);
    padding-bottom: var(--space-page-top, 3.75em);
    font-size: 1.125em;
    line-height: 1.66667em;
    margin: 0;
    color: var(--color-text, #303030);
    position: relative;

    div.entry-content {
      position: relative;
    }

    h1,
    h2.home-entry-title {
      font-size: 3em;
      line-height: 1.16667em;
      margin: 0.16667em 0;
      font-weight: 500;

      &.about-title {
        padding-bottom: 0.625em;
      }

      a {
        color: var(--color-text, #303030);

        &:hover {
          color: var(--color-accent, #b30600);
        }
      }
    }

    h3.home-entry-title {
      padding-top: 0;
      padding-bottom: 0;
      font-size: 2.1875em;
      line-height: 1.4em;
      margin: 0 0 0.25em;
      font-weight: 800;

      a {
        color: var(--color-text, #303030);

        &:hover {
          color: var(--color-accent, #b30600);
        }
      }
    }

    h4 {
      font-size: 1.5em;
      line-height: 1.25em;
    }

    .meta {
      overflow: hidden;
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: nowrap;

      a {
        font-size: 0.875em;
        line-height: 1.42857em;
        margin-right: 7px;
      }

      time {
        margin: 0;
        white-space: nowrap;
        padding-left: 0;
      }
    }

    time {
      font-size: 1.25em;
      line-height: 1.5em;
      margin: 0 0 2em;
      display: inline-block;
      width: auto;

      sup {
        font-size: 0.625em;
        line-height: 2em;
        vertical-align: super;
      }
    }

    p {
      line-height: 1.6em;
    }

    blockquote {
      font-size: 1.3125em;
      line-height: 1.42857em;
      margin: 20px 0 20px 0;
      border-color: var(--color-accent, #b30600);
    }

    a.permalink {
      line-height: 0;
      display: inline-block;
      margin-left: 0;
      white-space: normal;
      word-wrap: normal;

      svg {
        &:hover path {
          fill: #111;
        }

        path {
          transition: 200ms;
          transition-timing-function: ease-in-out;
        }
      }
    }

    a sup {
      vertical-align: super;
      font-size: 12px;
      display: inline-block;
    }

  }

  .pagination {
    font-size: 1.25em;
    line-height: 1.5em;
    float: left;
    padding: 100px 0 100px 0;
    margin: 0;
    width: 800px;

    span,
    a {
      padding: 0 5px;
    }

    .disabled {
      color: #cfcfcf;
    }

    .previous_page {
      float: left;
    }

    .next_page {
      float: right;
    }

    a:hover {
      text-decoration: none;
    }

  }
}

#main > article .entry-content ul,
#main > article .entry-content ol,
#main > article > ul.entry-tags {
  margin-left: 1.4em;
  padding-left: 0.2em;
  list-style-position: outside;
}

#main > article .entry-content ul,
#main > article > ul.entry-tags {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#main > article .entry-content ol {
  list-style-type: decimal;
}

#main > article .entry-content ul li,
#main > article > ul.entry-tags li {
  position: relative;
  padding-left: 1em;
  line-height: 1.6em;
  margin: 0.45em 0;
}

#main > article .entry-content ul li::before,
#main > article > ul.entry-tags li::before {
  content: '-';
  position: absolute;
  left: 0;
}

/* ::Header */
/* ------------------------------------------------------------ */
header {
  background-color: var(--color-surface, #fff);

  nav.main-navigation {
    float: left;
    color: #d3d3d0;
    background-color: var(--color-nav-background, #fbfbfb);
    background-repeat: repeat-x;
    background-position: top;
    width: 100%;

    ul {
      padding: 20px 0 0;
      margin: 0 0 23px;
      line-height: 0;

      &.main-navigation-menu {
        margin: 0;
        background-color: var(--color-nav-background, #fbfbfb);
        padding: 0 30px 0 0;
        height: 80px;
      }

      &:first-child {
        float: left;
      }

      &:last-child {
        float: right;
      }

      li {
        font-size: 20px;
        margin: 0 25px 0 0;
        float: left;

        &:first-child {
          margin-left: 30px;
        }

        a {
          color: var(--color-accent, #b30600);
          text-decoration: none;
          display: inline-flex;
          align-items: center;
          line-height: 0;
          white-space: normal;
          word-wrap: normal;

          &.active svg path {
            fill: var(--color-accent, #b30600);
          }

          span {
            display: none;
          }

          svg {
            transition: 200ms;
            transition-timing-function: ease-in-out;

            &:hover path {
              fill: #000;
            }
          }

          &.avatar {
            width: 32px;
            height: 32px;
            float: left;
            margin-right: 12px;
            background-repeat: no-repeat;

            img {
              float: left;
              border-radius: 16px;
            }

            span {
              float: left;
              display: block;
              font-size: 12px;
              font-weight: bold;
              margin: 7px;
              padding-top: 8px;
              color: #000;
            }
          }
        }
      }
    }
  }
}

/* Desktop nav fallback for non-nesting support */
header nav.main-navigation {
  float: left;
  color: #d3d3d0;
  background-color: var(--color-nav-background, #fbfbfb);
  background-repeat: repeat-x;
  background-position: top;
  width: 100%;
}

header nav.main-navigation ul {
  padding: 20px 0 0;
  margin: 0 0 23px;
  line-height: 0;
}

header nav.main-navigation ul.main-navigation-menu {
  margin: 0;
  background-color: var(--color-nav-background, #fbfbfb);
  padding: 0 30px 0 0;
  height: 80px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 25px;
  list-style: none;
}

header nav.main-navigation ul:first-child {
  float: left;
}

header nav.main-navigation ul:last-child {
  float: right;
}

header nav.main-navigation ul li {
  font-size: 20px;
  margin: 0 25px 0 0;
  float: left;
}

header nav.main-navigation ul.main-navigation-menu li {
  float: none;
  margin: 0;
}

header nav.main-navigation ul li:first-child {
  margin-left: 30px;
}

header nav.main-navigation ul.main-navigation-menu li:first-child {
  margin-left: 0;
}

header nav.main-navigation ul li a {
  color: var(--color-accent, #b30600);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  line-height: 0;
  white-space: normal;
  word-wrap: normal;
}

header nav.main-navigation ul li a.active svg path {
  fill: var(--color-accent, #b30600);
}

header nav.main-navigation ul li a span {
  display: none;
}

header nav.main-navigation ul li a svg {
  transition: 200ms;
  transition-timing-function: ease-in-out;
}

header nav.main-navigation ul li a svg:hover path {
  fill: #000;
}

/* ::Footer */
/* ------------------------------------------------------------ */
footer::before {
  content: '';
  display: block;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), transparent);
}

footer {
  background-color: var(--color-surface, #fff);

  .ecosystem-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--space-2) var(--space-4);
    padding: var(--space-6) 0 var(--space-4);
    font-family: var(--font-heading);
    font-size: 0.75rem;

    a {
      color: var(--color-muted);
      text-decoration: none;

      &:hover,
      &:focus-visible {
        color: var(--color-text);
      }
    }
  }

  .footer-copyright-disclaimer {
    font-size: 12px;
    color: #66696f;
    text-align: center;
    padding: 0 0 80px;

    a.footer-ruby-word {
      color: var(--color-accent, #b30600);
    }

    a {
      color: #545454;

      &:hover {
        color: #2d3137;
      }
    }
  }

  .back-to-top {
    width: 100%;
    text-align: center;

    b {
      transition: opacity 240ms ease-out, transform 0.4s;
      cursor: pointer;
      margin-bottom: 50px;
      display: inline-block;
      background-color: #545454;
      width: 40px;
      height: 80px;
      color: #fff;
      font-weight: bold;
      font-size: 50px;
      border-radius: 30px;
      opacity: 0.18;

      &:hover {
        opacity: 1;
        transform: translateY(-6px);
        transition-duration: 0.1s;
      }
    }
  }

  section {
    width: 800px;
  }

  div.container {
    background-color: transparent;
  }

  .social {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
    font-size: 2.1875em;
    line-height: 1.14286em;

    a {
      white-space: normal;
      margin-right: 4.5%;
      line-height: 1.875em;

      &:hover {
        text-decoration: none;
      }

      &:last-child {
        margin-right: 0;
      }

      svg {
        &:hover path {
          fill: #2d3137;
        }

        path {
          transition: 200ms;
          transition-timing-function: ease-in-out;
        }
      }
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  footer .back-to-top b {
    transition: none;
  }
}

ol {
  list-style-position: inside;
  list-style-type: decimal;
}

ul {
  list-style-position: inside;
  list-style-type: disc;
  list-style: none;
}

section.padded {
  padding: 0 40px 0 0;
}

.about-profile-image {
  padding: 0 0 20px 0;
}

.cryptedmail {
  color: var(--color-accent, #b30600);
  display: inline-block;
  margin: 14px 0;
  text-underline-offset: 5px;

  &:hover {
    color: var(--color-text, #303030);
  }

  &::after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
  }
}

.home_projects,
.home_gems {
  .project-group > h2 {
    margin-top: 2.5rem;
  }

  .project-item {
    border-bottom: 1px solid #eee;
    padding: 20px 0;

    h2 a,
    h3 a {
      color: var(--color-text, #303030);
      text-underline-offset: 5px;

      &:hover {
        color: var(--color-accent, #b30600);
      }
    }

    &:last-child {
      border-bottom: none;
    }
  }
}

.home_projects .project-group--archive {
  > h2 {
    font-size: var(--type-step-1);
  }

  .project-item {
    padding: 14px 0;

    h3 {
      font-size: var(--type-step-0);
      line-height: var(--leading-snug);
    }

    p {
      font-size: 0.9rem;
      line-height: var(--leading-body);
    }

    .project-status {
      font-size: 0.8rem;
    }
  }
}

.home_gems {
  .project-item:last-child {
    padding-bottom: 3.25rem;
  }
}

.articles_index,
.tags_show,
.tags_year,
.tags_index {
  article.article-redux {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;

    &:last-of-type {
      border-bottom: none;
    }
  }
}

.articles_index,
.tags_year {
  article.article-redux {
    h2 {
      margin-top: var(--space-7, 3rem);
      margin-bottom: var(--space-3, 0.75rem);
    }

    .entry-content p {
      margin-bottom: var(--space-3, 0.75rem);
      color: #555;
    }
  }
}

.articles_show {
  #main article .meta,
  article .meta {
    margin-bottom: 18px;
  }
}

/* ::Page specific */
/* ------------------------------------------------------------ */


/* ::Search result page */
/* ------------------------------------------------------------ */
.articles_index,
.tags_show,
.tags_year,
.tags_index {
  #main {
    padding-bottom: var(--space-page-bottom);
  }

  article {
    padding-top: var(--space-article-top);
    padding-bottom: var(--space-article-bottom);

    h2 {
      margin-top: var(--space-article-top);
      margin-bottom: 0;
      font-size: 1.875em;
      line-height: 1.33333em;
      font-weight: 500;

      a {
        color: var(--color-text);
        text-underline-offset: 5px;

        &:hover {
          color: var(--color-accent);
        }
      }
    }

    time {
      font-size: 0.9375em;
      line-height: 1.33333em;
      margin-top: var(--space-article-top);
      margin-bottom: var(--space-article-top);
    }

  }
}

.articles_index {
  .search_container {
    display: block;
    margin-top: 40px;

    label {
      display: none;
    }

    form {
      margin-bottom: 0;

      input {
        width: 100%;
      }
    }
  }

  .semantic-search-meta {
    margin-top: 12px;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #666;
  }
}

.tags_show,
.tags_index {
  #main {
    padding-top: 0;
  }
}

.tags_show {
  section.padded {
    margin-bottom: 40px;
  }
}

.tags_index {
  article.padded {
    ul {
      margin-top: var(--space-tags-list-top);

      li {
        display: inline-block;
        height: 80px;
        font-family: var(--font-heading);
        font-size: 34px;
        margin-right: var(--space-tags-item-gap-x);
        margin-bottom: var(--space-tags-item-gap-y);

        &::before {
          content: '';
        }

        a {
          font-weight: bold;
          padding: 7px 15px;
          text-decoration: none;
          color: var(--color-neutral-700);
          background: var(--color-surface);
          transition: background-color 0.2s ease;

          &:hover {
            color: var(--color-surface);
            background: var(--color-accent);
            text-decoration: none;
          }
        }
      }
    }
  }
}

/* ::Media_queries */
/* ------------------------------------------------------------ */
/*! responsive-nav.js v1.0.14 by @viljamis */
#nav {
  display: none;
  overflow: hidden;
  padding: 0 0 var(--space-5, 1.5rem);

  ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
    float: left;
  }

  li {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    display: block;
    float: left;
  }

  a {
    align-items: center;
    border-top: 1px solid var(--color-border, #d8d1c8);
    box-sizing: border-box;
    color: var(--color-text, #303030);
    display: flex;
    font-family: var(--font-heading, 'Fira Sans', 'Helvetica Neue', 'Helvetica', sans-serif);
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    padding: 14px 0;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    float: left;

    &:hover {
      color: var(--color-accent, #b30600);

      i svg path {
        fill: var(--color-accent, #b30600);
      }
    }

    &.active {
      color: var(--color-accent, #b30600);

      i svg path {
        fill: var(--color-accent, #b30600);
      }
    }

    i {
      display: inline-flex;
      margin-right: 14px;

      svg path {
        fill: var(--color-text, #303030);
      }
    }
  }

}

#nav-toggle {
  align-items: center;
  text-decoration: none;
  display: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 72px;
  justify-content: flex-start;
  line-height: 0;
  width: 44px;

  &:hover {
    color: #f43c12;
  }
}

/* ::Media queries */
/* ------------------------------------------------------------ */
/* 1366 */
/*********************************************************************/
@media only screen and (min-width: 1024px) {
  html,
  body {
    height: 100%;
  }

  body {
    display: flex;
    flex-direction: column;
  }

  .main-content {
    flex: 1 0 auto;
  }
}

/* 1280 */
/*********************************************************************/
/* 1024 */
/*********************************************************************/
@media only screen and (max-width: 1000px) {
  .responsive-navigation {
    border-bottom: 1px solid var(--color-border, #d8d1c8);
    box-sizing: border-box;
    padding: 0 8%;
    width: 100%;
  }

  .home_about h1,
  .home_colophon h1,
  .home_projects h1,
  .home_gems h1,
  .home_archive h1.archive-page-title,
  .articles_show h1 {
    margin-top: 40px;
  }

  .tags_index li a {
    font-size: 26px;
  }

  div.main-content,
  div.main-footer-content {
    width: 100%;
  }

  .homepage-year {
    border-bottom: none;
  }

  #nav {
    background-color: var(--color-surface, #fbfaf7);
    max-height: none;
    position: relative;
  }

  #nav-toggle {
    display: flex;
  }

  header {
    display: none;
  }

  section {
    width: 100%;
  }

  #main {
    display: block;

    article {
      padding: 0 10.5%;
      margin: 0;

      p {
        font-size: 1.1em;
      }

      h1,
      h2 {
        font-size: 34px;
      }
    }

    > h1.archive-page-title {
      padding-left: 10.5%;
      padding-right: 10.5%;
      font-size: 34px;
    }

    time {
      font-size: 16px;
    }
  }

  section.homepage,
  section.mini-about {
    padding: 0 10.5%;
    margin: 10.5% 0 0 0;

    p {
      width: 79.5%;
      margin-bottom: 50px;
      font-size: 20px;
    }

    h2 {
      font-size: 30px;
      width: 79.5%;
    }

    h3 {
      font-size: 24px;
      width: 79.5%;
    }
  }

  footer {
    padding: 0 10.5%;

    section {
      width: auto;
    }

    .twitter blockquote #tweet {
      font-size: 14px;
    }
  }

  section .pagination,
  .articles_index .pagination,
  .tags_show .pagination {
    margin: 0;
    padding: 100px 10.5%;
    display: block;
    width: 79%;

    .previous_page {
      margin-right: 20px;
    }
  }

  section article blockquote p,
  #main article blockquote p {
    font-size: 0.9em;
  }

  #main article.longform-article .entry-content {
    margin-top: var(--space-6, 2rem);

    > p {
      margin-bottom: var(--space-5, 1.5rem);
    }

    > p:first-child {
      font-size: var(--type-step-1, 1.25rem);
      margin-bottom: var(--space-7, 3rem);
    }

    > h2 {
      margin: var(--space-7, 3rem) 0 var(--space-4, 1rem);
    }

    > h3 {
      margin-top: var(--space-6, 2rem);
    }

    > blockquote,
    > .article-reference,
    > .article-chart,
    > .article-figure,
    > .article-table,
    > pre.highlight {
      margin-bottom: var(--space-6, 2rem);
      margin-top: var(--space-6, 2rem);
    }

    > .article-reference {
      font-size: var(--type-step-0, 1rem);
      padding: var(--space-6, 2rem) var(--space-5, 1.5rem);

      p {
        margin-bottom: var(--space-6, 2rem);
      }
    }

    > .article-chart {
      padding: var(--space-4, 1rem);

      .article-chart-label {
        align-items: baseline;
        font-size: 0.85rem;
      }

      .article-chart-meta {
        font-size: 0.72rem;
      }
    }
  }

  section article pre.highlight,
  #main article pre.highlight {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 520px) {
  .responsive-navigation {
    padding-left: 6%;
    padding-right: 6%;
  }
}



/* ::State styles */
/* ------------------------------------------------------------ */
.articles_show #main article .meta,
.articles_show article .meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.articles_show #main article .meta time,
.articles_show article .meta time {
  margin: 0;
  padding-left: 0;
  white-space: nowrap;
}

.articles_show #main article .meta a.permalink,
.articles_show article .meta a.permalink {
  margin-left: 0;
  white-space: normal;
  word-wrap: normal;
}

/* Shared editorial treatment for public content pages
   ------------------------------------------------------------ */
.application #main > article:not(.article-redux) {
  padding-bottom: 72px;
  padding-top: 64px;
}

.application #main > article > h1.entry-title,
.application #main > h1.entry-title {
  color: #242321;
  font-family: var(--font-content, "Lora", "Helvetica", sans-serif);
  font-size: clamp(3rem, 5vw, 4.25rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.06;
  margin: 0 0 36px;
  padding-top: 0;
}

.application #main > article .entry-content > p {
  font-size: 1.125rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.application #main > article .entry-content > h2 {
  color: #242321;
  font-family: var(--font-content, "Lora", "Helvetica", sans-serif);
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 4rem 0 1.5rem;
}

.application #main > article .entry-content a {
  color: var(--color-accent, #b30600);
  text-underline-offset: 5px;
}

.application #main > article .entry-content a:hover {
  color: #242321;
}

.home_about .about-profile-image {
  border-bottom: 1px solid #dedad4;
  box-sizing: border-box;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}

.home_colophon #main > article,
.errors_not_found #main > article {
  min-height: 48vh;
}

.home_archive #main > h1.archive-page-title {
  margin-bottom: 0;
  padding: 64px 0 20px;
}

.home_projects .entry-content > p:first-of-type {
  color: #242321;
  font-size: 1.35rem;
  line-height: 1.6;
}

.home_projects .project-group > h2 {
  color: #242321;
  font-family: var(--font-content, "Lora", "Helvetica", sans-serif);
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin: 4rem 0 1rem;
}

.home_projects .project-item,
.home_gems .project-item {
  border-bottom-color: #dedad4;
  padding: 26px 0;
}

.home_projects .project-item h3,
.home_gems .project-item h2 {
  font-family: var(--font-content, "Lora", "Helvetica", sans-serif);
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 0 0.75rem;
}

.home_projects .project-item h3 a,
.home_gems .project-item h2 a {
  color: #242321;
  text-decoration: none;
  white-space: normal;
}

.home_projects .project-item p,
.home_gems .project-item p {
  color: #5d5953;
  font-size: 1rem;
  line-height: 1.65;
}

.home_gems .gem-catalog-intro > p:first-child {
  color: #242321;
  font-size: 1.25rem;
  line-height: 1.6;
}

.home_gems .gem-catalog-warning {
  background: #f5f1eb;
  border: 1px solid #dedad4;
  color: #4d4944;
  line-height: 1.65;
  margin: 2rem 0 1rem;
  padding: 1.25rem 1.5rem;
}

.home_gems .gem-details {
  border-top: 1px solid #e8e4de;
  margin: 1.25rem 0;
}

.home_gems .gem-details div {
  border-bottom: 1px solid #e8e4de;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(7rem, 0.35fr) 1fr;
  padding: 0.65rem 0;
}

.home_gems .gem-details dt {
  color: #6b6660;
  font-family: var(--font-heading, "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home_gems .gem-details dd {
  color: #3f3c38;
  margin: 0;
}

.home_gems .project-item p.gem-compatibility-warning {
  color: #6b6660;
  font-size: 0.9rem;
}

.home_projects .project-group--archive .project-item h3 {
  font-size: 1.05rem;
}

.home_projects .project-group--archive .project-item p {
  font-size: 0.9rem;
}

.project-page .project-breadcrumb {
  border-bottom: 1px solid #dedad4;
  color: #6b6660;
  font-family: var(--font-heading, "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif);
  margin-bottom: 2rem;
  padding-bottom: 0.75rem;
}

.project-page .project-page-meta {
  border-bottom-color: #dedad4;
  color: #6b6660;
  font-family: var(--font-heading, "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif);
}

.articles_show .longform-article > h1.entry-title {
  max-width: 760px;
}

.articles_show .longform-article .meta {
  border-bottom: 1px solid #dedad4;
  color: #6b6660;
  font-family: var(--font-heading, "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif);
  padding-bottom: 1.25rem;
}

.articles_show .longform-article .entry-content > p:first-child {
  color: #242321;
  font-family: var(--font-content, "Lora", "Helvetica", sans-serif);
}

.articles_show .longform-article > h4 {
  font-family: var(--font-content, "Lora", "Helvetica", sans-serif);
  font-weight: 400;
}

.application #main > article.listing-header {
  border-bottom: 0;
  padding-bottom: 2.25rem;
}

.application #main > article.listing-header .listing-eyebrow {
  color: var(--color-accent, #b30600);
  font-family: var(--font-heading, "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.application #main > article.listing-header > h1.entry-title {
  margin-bottom: 1rem;
  max-width: 740px;
}

.application #main > article.listing-header .listing-summary {
  color: var(--color-muted, #756f68);
  font-family: var(--font-content, "Lora", "Helvetica", sans-serif);
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0;
}

.result-list {
  width: 100%;
}

.result-list > article.article-redux:first-child {
  border-top: 1px solid #dedad4;
}

.articles_index .search_container,
.articles_semantic_index .search_container {
  margin: 2rem 0 0;
}

.articles_index .search_container .field,
.articles_semantic_index .search_container .field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.articles_index .search_container label,
.articles_semantic_index .search_container label {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  display: block;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.articles_index #main .search_container input[type="text"],
.articles_semantic_index #main .search_container input[type="text"] {
  background: transparent;
  border: 1px solid #cfcac3;
  border-radius: 0;
  box-sizing: border-box;
  color: #242321;
  font-family: var(--font-content, "Lora", "Helvetica", sans-serif);
  font-size: 1rem;
  min-width: 0;
  min-height: 52px;
  padding: 14px 16px;
  text-indent: 0;
  width: 100%;
}

.articles_index #main .search_container input[type="text"]:focus,
.articles_semantic_index #main .search_container input[type="text"]:focus {
  border-color: var(--color-accent, #b30600);
  box-shadow: inset 0 0 0 1px var(--color-accent, #b30600);
  outline: 0;
}

.articles_index #main .search_container input[type="submit"],
.articles_semantic_index #main .search_container input[type="submit"] {
  background-color: #242321;
  border-radius: 0;
  color: #fbfaf7;
  font-family: var(--font-heading, "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif);
  margin: 0;
  padding: 0 1.75rem;
  transition: background-color 160ms ease-out;
  width: auto;
}

.articles_index #main .search_container input[type="submit"]:hover,
.articles_semantic_index #main .search_container input[type="submit"]:hover {
  background-color: var(--color-accent, #b30600);
}

.articles_index #main article.article-redux,
.articles_semantic_index #main article.article-redux,
.tags_show #main article.article-redux,
.tags_year #main article.article-redux {
  border-bottom: 1px solid #dedad4;
  margin: 0;
  padding: 28px 0;
}

.application #main article.article-redux h2.entry-title {
  font-family: var(--font-content, "Lora", "Helvetica", sans-serif);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

.application #main article.article-redux h2.entry-title a {
  color: #242321;
  text-decoration: none;
  transition: color 160ms ease-out;
  white-space: normal;
}

.application #main article.article-redux h2.entry-title a:hover {
  color: var(--color-accent, #b30600);
}

.application #main article.article-redux .meta {
  border-bottom: 0;
  color: #6b6660;
  font-family: var(--font-heading, "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  padding-bottom: 0;
}

.application #main article.article-redux .meta time {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.application #main article.article-redux .entry-content {
  margin-top: 1rem;
}

.application #main article.article-redux .entry-content p,
.application #main article.article-redux .entry-content > p:first-child {
  color: #5d5953;
  font-family: var(--font-content, "Lora", "Helvetica", sans-serif);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}

.result-pagination {
  align-items: center;
  display: flex;
  font-family: var(--font-heading, "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif);
  font-size: 0.8rem;
  justify-content: space-between;
  letter-spacing: 0.08em;
  padding: 2rem 0 4.5rem;
  text-transform: uppercase;
}

.result-pagination a {
  color: #242321;
  text-decoration: none;
}

.result-pagination a:hover {
  color: var(--color-accent, #b30600);
}

.result-pagination span {
  color: var(--color-muted, #756f68);
  margin-left: auto;
}

.listing-empty {
  border-top: 1px solid #dedad4;
  color: var(--color-muted, #756f68);
  font-family: var(--font-content, "Lora", "Helvetica", sans-serif);
  font-size: 1.1rem;
  margin: 0;
  padding: 2rem 0 5rem;
}

.tags_index #main > article {
  container-type: inline-size;
}

.tags_index #main > article ul.tags {
  background: transparent;
  box-sizing: border-box;
  display: grid;
  gap: 0;
  grid-auto-flow: dense;
  grid-auto-rows: calc(100cqi / 6);
  grid-template-columns: repeat(6, minmax(0, 1fr));
  list-style: none;
  margin-top: 2.5rem;
  padding: 0;
}

.tags_index #main > article ul.tags li {
  height: auto;
  margin: 0;
  min-width: 0;
}

.tags_index #main > article ul.tags li.tag-tile--span-2 {
  grid-column: span 2;
  grid-row: span 2;
}

.tags_index #main > article ul.tags li.tag-tile--span-3 {
  grid-column: span 3;
  grid-row: span 3;
}

.tags_index #main > article ul.tags li a {
  align-items: center;
  background: var(--color-surface, #fbfaf7);
  box-sizing: border-box;
  box-shadow: inset 0 0 0 0.5px var(--color-border, #d8d1c8);
  color: #242321;
  display: flex;
  flex-direction: column;
  font-family: var(--font-content, "Lora", "Helvetica", sans-serif);
  font-size: 1rem;
  font-weight: 400;
  height: 100%;
  justify-content: center;
  line-height: 1.12;
  overflow-wrap: anywhere;
  padding: 0.75rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease-out, color 160ms ease-out;
  white-space: normal;
}

.tags_index #main > article ul.tags li.tag-tile--long a {
  font-size: 0.72rem;
  letter-spacing: -0.02em;
}

.tags_index #main > article ul.tags .tag-count {
  bottom: 0.6rem;
  color: #5d5953;
  font-family: var(--font-heading, "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  position: absolute;
  right: 0.65rem;
}

.tags_index #main > article ul.tags li a:hover {
  background: var(--color-accent, #b30600);
  color: #fbfaf7;
}

.tags_index #main > article ul.tags li a:hover .tag-count {
  color: #fbfaf7;
}

@media only screen and (max-width: 1000px) {
  .tags_index #main > article ul.tags {
    grid-auto-rows: calc(100cqi / 4);
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tags_index #main > article ul.tags li.tag-tile--span-3 {
    grid-column: span 2;
    grid-row: span 2;
  }

  .application:not(.home_index):not(.home_archive) div.main-content {
    box-sizing: border-box;
    padding: 0 8%;
    width: auto;
  }

  .application:not(.home_index):not(.home_archive) #main > article {
    padding-left: 0;
    padding-right: 0;
  }

  .application #main > article.article-redux {
    padding-bottom: 28px;
    padding-top: 28px;
  }

  .application #main > article.listing-header {
    padding-bottom: 2rem;
    padding-top: 3rem;
  }

  .application #main > article > h1.entry-title,
  .application #main > h1.entry-title {
    font-size: clamp(2.6rem, 9vw, 3.75rem);
  }
}

@media only screen and (max-width: 520px) {
  .tags_index #main > article ul.tags {
    grid-auto-rows: calc(100cqi / 3);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tags_index #main > article ul.tags li a {
    font-size: 0.9rem;
    padding: 0.55rem;
  }

  .tags_index #main > article ul.tags li.tag-tile--long a {
    font-size: 0.68rem;
  }

  .application:not(.home_index):not(.home_archive) div.main-content {
    padding: 0 6%;
  }

  .application:not(.home_index):not(.home_archive):is(.articles_index, .tags_show, .tags_year) div.main-content {
    padding-left: 4%;
    padding-right: 4%;
  }

  .articles_index .search_container .field,
  .articles_semantic_index .search_container .field {
    grid-template-columns: 1fr;
  }

  .articles_index #main .search_container input[type="submit"],
  .articles_semantic_index #main .search_container input[type="submit"] {
    min-height: 48px;
    width: 100%;
  }

  .result-pagination {
    padding-bottom: 3.5rem;
  }
}

/* Editorial navigation treatment shared by every public page. */
header nav.main-navigation ul li a {
  height: 80px;
  justify-content: center;
}

header nav.main-navigation ul li a svg path {
  fill: #30302e;
}

header nav.main-navigation ul li a svg {
  opacity: 0.18;
  transition: opacity 240ms ease-out;
}

header nav.main-navigation ul li a.active svg {
  opacity: 0.4;
}

header nav.main-navigation ul li a:hover svg,
header nav.main-navigation ul li a:focus-visible svg {
  opacity: 1;
}

header nav.main-navigation ul li a:hover svg path,
header nav.main-navigation ul li a.active svg path {
  fill: var(--color-accent, #b30600);
}

footer .social a svg {
  opacity: 0.18;
  transition: opacity 240ms ease-out;
}

footer .social a:hover svg,
footer .social a:focus-visible svg {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  header nav.main-navigation ul li a svg,
  footer .social a svg {
    transition: none;
  }
}

.home_index section.mini-about {
  padding: 58px 0 28px;
}

.home_index .home-intro-title {
  color: #1f1e1c;
  font-family: var(--font-content, "Lora", "Helvetica", sans-serif);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5;
  margin: 0 0 28px;
}

.home_index .home-intro-title span {
  display: block;
}

.home_index .home-intro-title .home-intro-greeting {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.2;
}

.home_index .home-intro-title a.home-intro-name {
  display: block;
  font-size: clamp(4.5rem, 7vw, 6rem);
  letter-spacing: -0.045em;
  line-height: 0.96;
  margin: 0.08em 0 0.18em;
}

.home_index .home-intro-title a {
  color: var(--color-accent, #b30600);
  display: inline;
  text-decoration: none;
  white-space: normal;
}

.home_index .home-intro-title a:hover {
  color: #30302e;
}

.home_index .home-intro-title .home-intro-role {
  color: #242321;
  font-size: clamp(1.65rem, 2.5vw, 2rem);
  line-height: 1.2;
  max-width: 690px;
}

.home_index .home-intro-title .home-intro-topics {
  color: #4d4944;
  font-size: 1.125rem;
  line-height: 1.65;
  margin-top: 34px;
  max-width: 800px;
}

:is(.home_index, .home_archive) section.homepage-year {
  margin: 0;
  padding: 28px 0 5px;
}

:is(.home_index, .home_archive) section.homepage-entry + section.homepage-year {
  padding-top: 44px;
}

:is(.home_index, .home_archive) section.homepage-year h2 {
  color: var(--color-accent, #b30600);
  font-family: var(--font-heading, "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif);
  font-size: 1.125rem;
  line-height: 1.2;
}

:is(.home_index, .home_archive) section.homepage-entry {
  align-items: center;
  border-bottom: 1px solid #ece8e2;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  margin: 0;
  padding: 24px 0;
}

:is(.home_index, .home_archive) section.homepage-year + section.homepage-entry {
  border-top: 1px solid #ece8e2;
}

.home_archive section.homepage-entry:last-of-type {
  border-bottom: 0;
}

:is(.home_index, .home_archive) section.homepage-entry time.homepage-entry-date {
  align-self: stretch;
  border-right: 1px solid #ece8e2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0 24px;
  width: auto;
}

:is(.home_index, .home_archive) .homepage-entry-day {
  color: #242321;
  font-family: var(--font-content, "Lora", "Helvetica", sans-serif);
  font-size: 2.25rem;
  line-height: 1;
  white-space: nowrap;
}

:is(.home_index, .home_archive) section.homepage-entry time .homepage-entry-day sup {
  font-size: 0.45em;
  line-height: 1;
  margin-left: 2px;
  vertical-align: super;
}

:is(.home_index, .home_archive) .homepage-entry-month {
  color: #5d5953;
  font-family: var(--font-heading, "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  line-height: 1;
  margin-top: 10px;
  text-transform: uppercase;
}

:is(.home_index, .home_archive) section.homepage-entry h3.home-entry-title {
  font-family: var(--font-content, "Lora", "Helvetica", sans-serif);
  font-size: clamp(1.8rem, 3vw, 2.25rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin: 0;
  padding: 0 40px;
  width: auto;
}

:is(.home_index, .home_archive) section.homepage-entry h3.home-entry-title a {
  color: #242321;
  text-decoration: none;
  white-space: normal;
}

:is(.home_index, .home_archive) section.homepage-entry h3.home-entry-title a:hover {
  color: var(--color-accent, #b30600);
}

.home_index section.homepage-archive {
  align-items: flex-start;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 48px 0 72px;
}

.home_index section.homepage-archive h2 {
  color: #242321;
  flex: 0 0 auto;
  font-family: var(--font-heading, "Fira Sans", "Helvetica Neue", "Helvetica", sans-serif);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
}

.home_index section.homepage-archive p {
  color: #756f68;
  font-family: var(--font-content, "Lora", "Helvetica", sans-serif);
  font-size: 1.55rem;
  line-height: 1.35;
  margin: 0;
}

.home_index section.homepage-archive a {
  color: #756f68;
  text-decoration-color: var(--color-accent, #b30600);
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
  white-space: normal;
}

.home_index section.homepage-archive a:hover {
  color: var(--color-accent, #b30600);
}

@media only screen and (max-width: 1000px) {
  :is(.home_index, .home_archive) div.main-content {
    box-sizing: border-box;
    padding: 0 8%;
    width: auto;
  }

  .home_index section.mini-about,
  :is(.home_index, .home_archive) section.homepage {
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .home_index section.mini-about {
    margin-top: 0;
    padding-top: 48px;
  }

  .home_index .home-intro-title a.home-intro-name {
    font-size: clamp(4rem, 12vw, 5.25rem);
  }

  .home_index .home-intro-title .home-intro-role,
  .home_index .home-intro-title .home-intro-topics {
    width: 100%;
  }

  .home_index .home-intro-title .home-intro-role {
    font-size: clamp(1.4rem, 5vw, 1.75rem);
  }

  .home_index .home-intro-title .home-intro-topics {
    font-size: 1rem;
    margin-bottom: 0;
  }

  :is(.home_index, .home_archive) section.homepage-entry {
    grid-template-columns: 92px minmax(0, 1fr);
    margin-top: 0;
    padding-bottom: 22px;
    padding-top: 22px;
  }

  :is(.home_index, .home_archive) section.homepage-entry time.homepage-entry-date {
    padding: 0 18px 0 0;
  }

  :is(.home_index, .home_archive) .homepage-entry-day {
    font-size: 1.9rem;
  }

  :is(.home_index, .home_archive) section.homepage-entry h3.home-entry-title {
    font-size: clamp(1.45rem, 5vw, 2rem);
    padding: 0 0 0 24px;
  }
}

@media only screen and (max-width: 520px) {
  :is(.home_index, .home_archive) div.main-content {
    padding: 0 6%;
  }

  .home_index .home-intro-title a.home-intro-name {
    font-size: clamp(3.4rem, 15vw, 4.5rem);
  }

  :is(.home_index, .home_archive) section.homepage-entry {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  :is(.home_index, .home_archive) section.homepage-entry time.homepage-entry-date {
    padding-right: 12px;
  }

  :is(.home_index, .home_archive) .homepage-entry-day {
    font-size: 1.65rem;
  }

  :is(.home_index, .home_archive) .homepage-entry-month {
    font-size: 0.62rem;
    letter-spacing: 0.12em;
  }

  :is(.home_index, .home_archive) section.homepage-entry h3.home-entry-title {
    font-size: 1.35rem;
    padding-left: 18px;
  }

  .home_index section.homepage-archive {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .home_index section.homepage-archive p {
    font-size: 1.25rem;
  }
}
