@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Lora:wght@400..700&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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #f8f8f8;
}
body.menu {
  overflow: hidden;
}

.content {
  width: 100%;
  display: block;
}
.content .container {
  width: 100%;
  padding: clamp(2rem, 6vw, 8rem);
  display: block;
  text-align: center;
  background-color: #241F17;
  color: #DDD2C1;
}
.content .container a {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.content .container a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.32rem;
  bottom: 0;
  left: 0;
  background-color: #2D4296;
  opacity: 0.32;
  transition: opacity 0.16s;
}
.content .container a:hover::before {
  opacity: 0.48;
}
.content .container:nth-child(odd) {
  background-color: #DDD2C1;
  color: #241F17;
}
.home .content .container:nth-child(odd) {
  background-color: #241F17;
  color: #DDD2C1;
}
.home .content .container:nth-child(even) {
  background-color: #DDD2C1;
  color: #241F17;
}
.content .container .row {
  margin: auto;
  width: 100%;
  max-width: 800px;
  text-align: left;
}
.content .container .row img {
  width: 100%;
  height: auto;
  margin: 1.5rem 0;
  display: inline-block;
}
.content .container.homeblog .row {
  margin: 2rem auto;
  display: inline-block;
}
.content .container .leesverder {
  font-family: "Lora", serif;
  font-size: clamp(1rem, 1.5vw + 0.5rem, 1.25rem);
  font-weight: 800;
  line-height: 1.5;
  margin: 1.5rem 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DM Serif Display", serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 1.5rem 0;
}

h1 {
  font-size: clamp(1.75rem, 3vw + 1rem, 3rem);
}

h2 {
  font-size: clamp(1.5rem, 2.5vw + 1rem, 2.5rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw + 1rem, 2rem);
}

h4 {
  font-size: clamp(1rem, 1.5vw + 1rem, 1.75rem);
}

h5 {
  font-size: clamp(0.875rem, 1.25vw + 1rem, 1.5rem);
}

h6 {
  font-size: clamp(0.75rem, 1vw + 1rem, 1.25rem);
}

p {
  font-family: "Lora", serif;
  font-size: clamp(1rem, 1.5vw + 0.5rem, 1.25rem);
  font-weight: 400;
  line-height: 1.5;
  margin: 1.5rem 0;
}
p em {
  font-style: italic;
}
p strong {
  font-weight: 700;
}

blockquote {
  font-family: "Lora", serif;
  font-size: clamp(1.25rem, 2vw + 0.5rem, 1.5rem);
  font-weight: 400;
  line-height: 1.5;
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid #ccc;
  background-color: #f9f9f9;
}
blockquote p {
  margin: 0;
}

pre, code {
  font-family: "Courier New", monospace;
  font-size: clamp(0.875rem, 1vw + 0.5rem, 1rem);
  background-color: #f5f5f5;
  padding: 0.5rem;
  border-radius: 4px;
}

pre {
  overflow-x: auto;
  margin: 1.5rem 0;
}

code {
  padding: 0.25rem 0.5rem;
}

.content ul, .content ol {
  list-style-type: none;
  margin: 1.5rem 0;
  padding: 2rem 0;
}
.content ul li, .content ol li {
  font-family: "Lora", serif;
  font-size: clamp(1rem, 1.5vw + 0.5rem, 1.25rem);
  font-weight: 400;
  line-height: 1.5;
  margin: 0.5rem 0;
}
.content ul li::before, .content ol li::before {
  font-weight: 700;
  margin-right: 0.5rem;
}
.content ul li::before {
  content: "-";
}
.content ol {
  counter-reset: list;
}
.content ol li::before {
  counter-increment: list;
  content: counter(list) ".";
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 2em;
  text-align: left;
  z-index: 99;
  pointer-events: none;
}
.header .logo {
  pointer-events: all;
  color: #DDD2C1;
  text-decoration: none;
  color: #fff;
}
.header .logo .title {
  font-family: "DM Serif Display", serif;
  font-size: clamp(1.75rem, 3vw + 1rem, 3rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 1.5rem 0;
}
@media screen and (max-width: 640px) {
  .header .logo .title {
    display: none;
  }
}
.header .logo .title-mobile {
  display: none;
}
@media screen and (max-width: 640px) {
  .header .logo .title-mobile {
    display: block;
    font-family: "DM Serif Display", serif;
    font-size: clamp(1.75rem, 3vw + 1rem, 3rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 1.5rem 0;
  }
}
.menu .header .logo {
  opacity: 0;
  pointer-events: none;
}
.header .book {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.2rem;
  height: 3.2rem;
  background-image: url(/assets/img/book.svg);
  background-size: 2rem 2rem;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  pointer-events: all;
}
.menu .header .book {
  background-image: url(/assets/img/close.svg);
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100svh;
  background-color: #241F17;
  color: #fff;
  padding: 2em;
  text-align: left;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition: all 0.32s;
}
.nav ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 90%;
  max-width: 480px;
}
.nav ul li {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  transition: all 0s;
  opacity: 0;
  transform: translateY(1rem);
}
.nav ul li a {
  font-size: clamp(1.5rem, 2.5vw + 0.75rem, 2.5rem);
  color: #2D4296;
  text-decoration: none;
  display: block;
  padding: 0.32em 1em;
  transition: all 0.16s;
  font-style: italic;
}
.nav ul li a:hover {
  color: rgba(221, 210, 193, 0.64);
}
.nav ul li a.active {
  color: #DDD2C1;
}
.nav.active {
  opacity: 1;
  pointer-events: all;
}
.nav.active ul li {
  transition: all 1.6s;
  transform: translateY(0);
  opacity: 1;
}
.nav.active ul li:nth-child(1) {
  transition-delay: 0.16s;
}
.nav.active ul li:nth-child(2) {
  transition-delay: 0.32s;
}
.nav.active ul li:nth-child(3) {
  transition-delay: 0.48s;
}
.nav.active ul li:nth-child(4) {
  transition-delay: 0.64s;
}
.nav.active ul li:nth-child(5) {
  transition-delay: 0.8s;
}

.thumbnail {
  position: relative;
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.48));
}

.footer {
  background-color: #241F17;
  color: #DDD2C1;
  padding: clamp(2rem, 6vw, 8rem);
  border-top: 1px dashed rgba(221, 210, 193, 0.64);
}
.footer .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer .row .col {
  width: 50%;
}
.footer .row .col:nth-child(2) {
  text-align: right;
}
.footer .row .col ul li {
  margin: 1rem 0;
}
.footer .row .col ul li a {
  font-family: "Lora", serif;
  font-size: clamp(1rem, 1.5vw + 0.5rem, 1.25rem);
  font-weight: 400;
  line-height: 1.5;
  margin: 1.5rem 0;
  text-decoration: none;
  color: #2D4296;
  font-style: italic;
  opacity: 1;
  transition: all 0.16s;
}
.footer .row .col ul li a:hover {
  color: rgba(221, 210, 193, 0.64);
}
.footer .row .col ul li a.active {
  color: #DDD2C1;
}