:root {
  color-scheme: only light;
  --ink: #192c3b;
  --muted: #63717a;
  --paper: #fafbf9;
  --accent: #c94a28;
  --line: #dce2e0;
  --serif: Georgia, 'Times New Roman', serif;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}
a {
  color: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 7px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
img[src='1001weetjes3.png'] {
  rotate: 180deg;
}
h1,
h2,
p {
  margin: 0;
}
a {
  text-decoration: none;
}
button {
  font: inherit;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  background: white;
  padding: 12px;
  transform: translateY(-150%);
}
.skip-link:focus {
  transform: none;
}
main:focus {
  outline: none;
}
.home {
  max-width: 1520px;
  padding: 0 5.5%;
  margin: auto;
}
.home-header {
  text-align: center;
  padding: 43px 0 42px;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--muted);
}
.home-header h1 {
  font-family: var(--serif);
  font-size: clamp(4rem, 6.8vw, 7rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.055em;
  margin: 8px 0 5px;
}
.home-header h1 > span {
  font-style: italic;
}
.home-header nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 27px;
}
.contact-button {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  border-radius: 4px;
  background: var(--accent);
  color: white;
  font-size: 0.9375rem;
  font-weight: 600;
  padding: 15px 20px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.contact-button:hover {
  background: #a8391c;
  transform: translateY(-2px);
}
.contact-button span {
  font-size: 1.35rem;
  line-height: 1;
}
.about-link {
  font-size: 0.9375rem;
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-color: #aab4b9;
}
.about-link:hover {
  text-decoration-color: var(--accent);
  color: var(--accent);
}
.section-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 0 0 12px;
  margin-bottom: 20px;
}
.section-label h2 {
  font-size: 0.875rem;
  font-weight: 500;
}
.collection-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 24px 25px;
  padding-bottom: 40px;
}
.collection-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  isolation: isolate;
}
.cover-stage {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: clamp(125px, 11.5vw, 168px);
  perspective: 850px;
  padding: 5px 0 7px;
}
.cover-wrap {
  position: relative;
  display: block;
  height: 100%;
  max-width: 100%;
  transform-origin: 50% 85%;
  transition:
    filter 0.45s,
    scale 0.45s,
    rotate 0.5s;
  will-change: transform;
}
.cover-wrap img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(3px 7px 5px #17252e20);
}
.book .cover-wrap {
  border-radius: 1px 3px 3px 1px;
  box-shadow:
    3px 3px 0 #d8d6cc,
    5px 4px 0 #aaa99e;
}
.book .cover-wrap:after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    #0003 0,
    transparent 3%,
    #fff4 5%,
    transparent 9%,
    transparent 96%,
    #0002
  );
  pointer-events: none;
}
.art .cover-wrap img {
  border-radius: 2px;
}
.cover-shine {
  position: absolute;
  inset: 10% -8%;
  z-index: -1;
  border-radius: 50%;
  background: #ffc565;
  filter: blur(20px);
  opacity: 0;
  transition: opacity 0.5s;
}
.card-title {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 12px;
  max-width: 185px;
  text-wrap: balance;
  transition: color 0.2s;
}
.collection-card:is(:focus-visible, .is-held) .cover-wrap {
  scale: 1.065;
  animation: wiggle 0.65s steps(1, end) infinite;
  filter: drop-shadow(0 0 9px #f4c78188);
}
.collection-card:is(:focus-visible, .is-held) .cover-shine {
  opacity: 0.7;
}
.collection-card:is(:focus-visible, .is-held) .card-title {
  color: var(--accent);
}
.collection-card.is-opening .cover-wrap {
  animation: none;
  scale: 1;
  filter: none;
}
@keyframes wiggle {
  0%,
  100% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
}
footer {
  max-width: 1354px;
  margin: 0 auto;
  padding: 22px 0 28px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.75rem;
  width: 89%;
}
footer a:hover {
  color: var(--accent);
}
.back-book {
  position: fixed;
  left: 30px;
  top: 26px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 8px 10px;
  background: #fafbf9ee;
  border: 1px solid #e0e5e2;
  border-radius: 10px;
  box-shadow: 0 4px 15px #17252e06;
}
.back-book svg {
  width: 53px;
  height: 40px;
  overflow: visible;
}
.book-lines {
  fill: white;
  stroke: var(--ink);
  stroke-width: 1.8;
  stroke-linejoin: round;
}
.back-arrow {
  fill: none;
  stroke: #cd392f;
  stroke-width: 3.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: filter 0.3s;
}
.back-book span {
  font-size: 0.75rem;
  color: var(--muted);
}
.back-book:is(:focus-visible, .is-held) svg {
  animation: wiggle 0.65s steps(1, end) infinite;
}
.back-book:is(:focus-visible, .is-held) .back-arrow {
  filter: drop-shadow(0 0 4px #e95b49);
}
.page-header {
  text-align: center;
  padding: 70px 100px 52px;
}
.page-header h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(2.5rem, 4.5vw, 4.6rem);
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 16px auto 14px;
  max-width: 950px;
  text-wrap: balance;
}
.collection-count {
  font-size: 0.875rem;
  color: var(--muted);
}
.collection-page {
  max-width: 1360px;
  margin: auto;
  padding: 0 8%;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 55px 60px;
  margin-bottom: 55px;
}
.gallery figure {
  display: flow-root;
  margin: 0 auto;
  width: min(100%, var(--image-width));
  min-width: 0;
}
.gallery img {
  background: white;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  box-shadow: 0 3px 18px #152b3807;
}
.gallery figcaption {
  display: flex;
  gap: 14px;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  margin-top: 16px;
  padding-top: 12px;
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.4;
}
.gallery figcaption > span:first-child {
  font-variant-numeric: tabular-nums;
  color: var(--accent);
}
.bottom-back {
  display: table;
  margin: 5px auto 60px;
  font-size: 1rem;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.about-page {
  max-width: 1160px;
  margin: auto;
  padding: 0 8%;
}
.bio {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 65px;
  align-items: center;
  margin: 5px 0 90px;
}
.portrait {
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 3px;
}
.bio h2,
.cv h2 {
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.2;
}
.bio-placeholder {
  margin: 25px 0 30px;
  border-left: 2px solid var(--line);
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
}
.bio-placeholder p + p {
  margin-top: 12px;
}
.cv h2 {
  margin: 12px 0 18px;
}
.cv-intro {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--muted);
}
.cv dl {
  margin: 34px 0 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
}
.cv dl > div {
  padding: 17px 0;
  border-top: 1px solid var(--line);
}
.cv dt {
  font-size: 1rem;
}
.cv dd {
  margin: 7px 0 0;
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--muted);
}
.contact-page {
  min-height: calc(100svh - 80px);
  padding: 17vh 10% 120px;
  max-width: 1200px;
  margin: auto;
}
.contact-page h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(4rem, 9vw, 8rem);
  letter-spacing: -0.05em;
  line-height: 1.15;
  margin: 14px 0 34px;
}
.contact-intro {
  font-size: 1.25rem;
  color: var(--muted);
  margin-bottom: 24px;
}
.email-link {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 4vw, 3rem);
  color: var(--accent);
  border-bottom: 1px solid #c94a2866;
  padding-bottom: 9px;
  display: table;
}
.email-link:hover {
  border-color: var(--accent);
}
.contact-page > .about-link {
  display: table;
  margin-top: 45px;
}
@media (min-width: 1700px) {
  .home {
    max-width: 1630px;
  }
  .home-header {
    padding: 52px 0;
  }
  .cover-stage {
    height: 185px;
  }
  .collection-grid {
    gap: 30px 40px;
  }
}
@media (max-width: 1000px) {
  .collection-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .cover-stage {
    height: 150px;
  }
  .gallery {
    column-gap: 32px;
  }
  .back-book {
    left: 15px;
    top: 15px;
  }
  .page-header {
    padding: 100px 0 45px;
  }
  .bio {
    gap: 35px;
  }
}
@media (max-width: 650px) {
  .home {
    padding: 0 6%;
  }
  .home-header {
    padding: 36px 0 35px;
  }
  .home-header h1 {
    font-size: clamp(3.5rem, 12vw, 5rem);
  }
  .home-header nav {
    gap: 18px;
    flex-wrap: wrap;
  }
  .contact-button {
    padding: 14px 16px;
    gap: 15px;
  }
  .collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 25px;
  }
  .cover-stage {
    height: 170px;
  }
  .card-title {
    font-size: 0.9375rem;
  }
  .gallery {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 36px;
    margin-bottom: 36px;
  }
  .collection-page {
    padding: 0 6%;
  }
  .page-header h1 {
    font-size: 2.7rem;
  }
  .back-book {
    padding: 5px 8px;
  }
  .back-book svg {
    width: 42px;
    height: 33px;
  }
  .bio {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
  .portrait {
    max-width: 300px;
    width: 100%;
    margin: auto;
  }
  .cv dl {
    grid-template-columns: 1fr;
  }
  .contact-page {
    padding-top: 140px;
  }
  .contact-intro {
    font-size: 1.125rem;
  }
  .contact-page h1 {
    font-size: 4.5rem;
  }
  .email-link {
    font-size: clamp(1.4rem, 6vw, 2.4rem);
  }
}
@media (hover: hover) and (pointer: fine) {
  .collection-card:hover .cover-wrap {
    scale: 1.065;
    animation: wiggle 0.65s steps(1, end) infinite;
    filter: drop-shadow(0 0 9px #f4c78188);
  }
  .collection-card:hover .cover-shine {
    opacity: 0.7;
  }
  .collection-card:hover .card-title {
    color: var(--accent);
  }
  .collection-card.is-opening .cover-wrap {
    animation: none;
    scale: 1;
    filter: none;
  }
  .back-book:hover svg {
    animation: wiggle 0.65s steps(1, end) infinite;
  }
  .back-book:hover .back-arrow {
    filter: drop-shadow(0 0 4px #e95b49);
  }
}
@media (pointer: coarse) {
  .collection-card,
  .back-book,
  .collection-arrow {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
