@charset "UTF-8";
/* https://hankchizljaw.com/wrote/a-modern-css-reset/ */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* also see preloading in base template */
@font-face {
  font-family: "Source Sans";
  font-weight: 200 900;
  font-style: normal;
  font-stretch: normal;
  src: url("./fonts/SourceSans3VF-Roman.otf.woff2") format("woff2 supports variations"), url("./fonts/SourceSans3VF-Roman.otf.woff2") format("woff2-variations");
}
@font-face {
  font-family: "Source Sans";
  font-weight: 200 900;
  font-style: italic;
  font-stretch: normal;
  src: url("./fonts/SourceSans3VF-Roman.otf.woff2") format("woff2 supports variations"), url("./fonts/SourceSans3VF-Roman.otf.woff2") format("woff2-variations");
}
body {
  height: 100%;
  margin: 0;
}

.main-header, .main-container, .main-footer {
  display: grid;
  grid-template-columns: 1fr min(768px, 90%) 1fr;
}

.pale {
  grid-column: 2;
}

body {
  background: hsl(140deg, 100%, 25%);
  color: hsl(0deg, 0%, 5%);
  font-family: "Source Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
}

.main-header {
  background: hsl(0deg, 0%, 99%);
  padding-top: 32px;
  font-size: 1rem;
  padding-bottom: 3rem;
  font-variant-numeric: lining-nums proportional-nums;
}
.main-header .site-title, .main-header .breadcrumb {
  display: inline-block;
  bottom: 0;
}
.main-header .site-title {
  padding-top: 5px;
}
.main-header .site-title svg * {
  fill: hsl(140deg, 100%, 25%);
}
.main-header a.site-title:hover {
  background-color: hsl(140deg, 100%, 25%);
  color: hsl(0deg, 0%, 99%);
}
.main-header a.site-title:hover svg * {
  fill: hsl(0deg, 0%, 99%);
}
.main-header .breadcrumb * {
  border: none;
  margin-left: 1rem;
  display: block;
  float: left;
}

.main-container {
  background: hsl(0deg, 0%, 99%);
  padding-bottom: 18px;
}

.main-footer {
  background-color: hsl(140deg, 100%, 25%);
  color: hsl(0deg, 0%, 99%);
  padding-top: 18px;
  margin-top: 50px;
  font-variant-numeric: lining-nums proportional-nums;
}
.main-footer a {
  text-decoration: none;
}
.main-footer a:hover {
  color: hsl(140deg, 100%, 25%);
  background-color: hsl(0deg, 0%, 99%);
  box-shadow: none;
}
.main-footer .footer-topnav {
  position: relative;
  width: 100%;
}
.main-footer .footer-topnav .homelink {
  display: inline-block;
  padding-top: 4px;
  font-weight: 700;
  text-decoration: none;
}
.main-footer .footer-topnav .homelink svg * {
  fill: hsl(0deg, 0%, 99%);
}
.main-footer .footer-topnav .homelink:hover svg * {
  fill: hsl(140deg, 100%, 25%);
}
.main-footer .footer-topnav .search-form {
  position: absolute;
  bottom: 4px;
  right: 0;
  width: 190px;
  height: 30px;
}
.main-footer .footer-topnav .search-form input {
  width: 100%;
  border-radius: 15px;
  border: none;
  padding: 0 2px 0 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.main-footer .footer-topnav .search-form button {
  position: absolute;
  top: 4px;
  left: 4px;
  height: 26px;
  width: 26px;
  z-index: 10;
  border: none;
  background: none;
}
.main-footer .footer-topnav .search-form button svg * {
  stroke: hsl(140deg, 100%, 25%);
}
.main-footer .sitemap {
  width: 100%;
  clear: both;
  padding-top: 18px;
  padding-bottom: 18px;
}
.main-footer .sitemap .internal::before {
  content: "/";
  color: hsl(0deg, 0%, 99%);
  font-weight: 700;
}
.main-footer .sitemap a.internal:hover::before {
  color: hsl(140deg, 100%, 25%);
}
.main-footer .sitemap > dl {
  width: 50%;
}
.main-footer .sitemap > dl dt {
  clear: left;
  float: left;
  min-width: 25%;
  padding-bottom: 8px;
}
.main-footer .sitemap > dl dd {
  display: none;
}
@media (min-width: 614.4px) {
  .main-footer .sitemap > dl dd {
    display: inherit;
    clear: right;
    padding-bottom: 8px;
  }
}
.main-footer .sitemap dl.published {
  clear: left;
  float: left;
}
.main-footer .sitemap dl.personal {
  clear: right;
  float: right;
}
.main-footer .fineprint {
  clear: both;
  padding-top: 18px;
  font-size: small;
  font-style: italic;
}

/**************************************
    $CLEANUP / VARIABLES
/**************************************/
/**************************************
    $DEFAULT ELEMENTS
/**************************************/
table {
  border-collapse: separate;
  border-spacing: 1.5rem 0.5rem;
  margin: 2rem 0 4rem -1.5rem;
  text-align: left;
  width: 100%;
}
table th, table td {
  font-weight: bold;
  padding: 0;
}
table thead th {
  border-bottom: 1px solid #111;
}

/**************************************
    $DEFAULT CLASSES
/**************************************/
/*p*/
.subtitle {
  font-size: 1.8rem;
  font-style: italic;
}

/*span*/
.mini-note {
  display: block;
  font-size: 80%;
  font-style: italic;
}

/*div*/
.epigraph {
  margin: 4rem 0;
}
.epigraph blockquote {
  font-style: italic;
  margin: 2rem 0;
}
.epigraph blockquote footer {
  font-style: normal;
}

.timeline .toggles input {
  -webkit-transform: translateZ(0);
}
.timeline ol {
  list-style-type: none;
  position: relative;
  margin-left: 100px;
  padding-left: 48px;
}
.timeline ol::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -8px;
  width: 4px;
  height: 100%;
  background-color: hsl(0deg, 0%, 5%);
}
.timeline ol li {
  position: relative;
  width: 100%;
}
.timeline ol li time {
  position: absolute;
  width: 52px;
  left: -152px;
  text-align: right;
  padding-right: 48px;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.timeline ol li time.first {
  opacity: 1;
}
.timeline ol li:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: -62px;
  margin-top: -12px;
  top: 50%;
  border: 4px solid hsl(0deg, 0%, 5%);
  border-radius: 50%;
  background-color: hsl(0deg, 0%, 99%);
  transition: background-color 0.5s ease-in;
}
.timeline ol li:hover:before {
  background-color: hsl(0deg, 0%, 5%);
  transition: background-color 0.5s ease-out;
}
.timeline ol li p {
  display: inline;
}
.timeline ol li .map-link {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.timeline ol li:hover .map-link {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.timeline ol li a {
  text-decoration: none;
  display: inline;
}
.timeline.reverse ol::before {
  top: -12px;
}

article p {
  float: left;
  clear: left;
  width: 100%;
}
@media (min-width: 614.4px) {
  article p {
    width: 80%;
  }
}
@media (min-width: 768px) {
  article p {
    width: 66%;
  }
}

article > *, footer {
  clear: both;
}

a.sidenote-ref {
  vertical-align: super;
  line-height: 0;
  font-size: 0.83em;
  color: hsl(0deg, 0%, 5%);
  pointer-events: inherit;
  cursor: pointer;
  text-decoration: none;
}
a.sidenote-ref:hover {
  color: hsl(140deg, 100%, 25%);
  background-color: inherit;
  box-shadow: none;
}
@media (min-width: 768px) {
  a.sidenote-ref {
    pointer-events: none;
    cursor: default;
  }
}

.sidenote {
  position: relative;
  float: left;
  width: 100%;
  font-size: 1rem;
  vertical-align: baseline;
  font-family: "Source Sans", sans-serif;
  font-size: 66%;
  line-height: 1.3rem;
  padding-left: 1rem;
}
@media (min-width: 614.4px) {
  .sidenote {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .sidenote {
    float: right;
    clear: right;
    width: 34%;
    padding-left: 3rem;
    margin-top: 1em;
    margin-bottom: 1.96rem;
  }
}
.sidenote .sidenote-ref {
  float: left;
  margin-left: -1rem;
  color: hsl(0deg, 0%, 5%);
}

* {
  box-sizing: border-box;
  font-kerning: auto;
}

html {
  font-family: sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-variant-numeric: oldstyle-nums proportional-nums;
}

h1, h2, h3 {
  font-family: "Source Sans", sans-serif;
  font-weight: 700;
  font-variant-numeric: lining-nums proportional-nums;
  font-variant-alternates: stylistic(2);
}

h1 {
  font-size: 3.5rem;
  line-height: 4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.6875rem;
  line-height: 2.4rem;
  margin-top: 4rem;
  margin-bottom: 0.8rem;
}

h3 {
  font-size: 1.3rem;
}

p {
  position: relative;
  margin-bottom: 1rem;
  hyphens: auto;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-before: 5;
  -webkit-hyphenate-limit-after: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: 10 5 4;
}

a {
  color: inherit;
}

.c-blockquote {
  padding-left: 1em;
  border-left: 0.2em solid;
  border-color: hsl(0deg, 0%, 5%);
}
.c-blockquote blockquote {
  margin: 0;
}
.c-blockquote figcaption {
  text-align: right;
}
.c-blockquote figcaption::before {
  content: "— ";
}

figure {
  margin: 1rem 0 2rem;
  padding: 0;
  position: relative;
}
figure iframe {
  display: block;
  margin: 0 auto;
}

figcaption {
  font-family: "Source Sans", sans-serif;
  font-size: 80%;
  line-height: 1.3rem;
  text-align: center;
  padding: 0.5rem;
}

hr {
  background: #111;
  border: 0;
  height: 1px;
  margin: 4rem 0;
  width: 100%;
}

pre {
  font-size: 90%;
  margin-left: 2.5%;
  overflow-x: auto;
}

img {
  max-width: 100%;
}

div.hidden {
  display: none;
}

a {
  text-decoration: underline;
  text-decoration-color: hsl(140deg, 100%, 25%);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  position: relative;
}

.internal {
  font-family: "Source Sans", sans-serif;
}

a.internal {
  font-weight: 700;
}

.internal::before {
  content: "/";
  color: hsl(140deg, 100%, 25%);
  font-weight: 700;
  text-decoration: none;
}

a.internal:hover::before {
  color: hsl(0deg, 0%, 99%);
}

a:hover {
  color: hsl(0deg, 0%, 99%);
  background-color: hsl(140deg, 100%, 25%);
  box-shadow: 0 0 0.5rem 0.5rem hsl(0deg, 0%, 99%);
}

a.sticker {
  display: inline-block;
}

a:hover.sticker {
  border-color: hsl(140deg, 100%, 25%);
}

dt {
  clear: left;
  float: left;
  min-width: 25%;
  padding-bottom: 8px;
}

dd {
  clear: right;
  padding-bottom: 8px;
}

.feed-item {
  margin-top: 3.9rem;
}
.feed-item *:first-child *:last-child {
  margin-bottom: 0;
}
.meta {
  font-family: "Source Sans", sans-serif;
  font-weight: 200;
  color: hsl(0deg, 0%, 5%);
  font-variant-numeric: lining-nums proportional-nums;
}
.meta a {
  text-decoration-color: hsl(0deg, 0%, 5%);
}

.signature {
  border-top: solid 1px hsl(140deg, 100%, 25%);
  padding-top: 1rem;
  font-style: italic;
}
.signature a.internal {
  font-weight: inherit;
}

.writing-headline {
  font-size: 1.3rem;
  font-family: "Source Sans", sans-serif;
  font-weight: 700;
}

body.weeks-index ol {
  padding-left: 0;
}
body.weeks-index ol li {
  list-style-type: none;
}

::-moz-selection {
  background-color: hsl(140deg, 100%, 25%);
  color: hsl(0deg, 0%, 99%);
}

::selection {
  background-color: hsl(140deg, 100%, 25%);
  color: hsl(0deg, 0%, 99%);
}