:root {
  --paper: #fffafd;
  --pink: #f65b9d;
  --pink-light: #ffc1d9;
  --ink: #7c3f60;
}

* {
  box-sizing: border-box;
}

html {
  background: #fa80ad;
}

body {
  min-width: 1024px;
  min-height: 100vh;
  margin: 0;
  overflow-x: auto;
  color: var(--ink);
  background-color: #fa80ad;
  background-image: url("assets/pink-dots.svg");
  background-repeat: repeat;
  font-family: "Times New Roman", Times, serif;
}

.site {
  position: relative;
  width: 960px;
  min-height: 1045px;
  margin: 0 auto;
  overflow: hidden;
  background-color: var(--paper);
  background-image: url("assets/paper-specks.svg");
  background-repeat: repeat;
  border-right: 1px solid #ffacd0;
  border-left: 1px solid #ffacd0;
}

.lace {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  height: 16px;
  background: url("assets/lace-strip.svg") repeat-x top left;
}

.masthead {
  position: absolute;
  z-index: 3;
  top: 44px;
  left: 62px;
  width: 350px;
}

h1 {
  margin: 0;
  color: #efa3c5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -3px;
  line-height: .86;
  text-shadow: 1px 1px 0 #fff;
}

.hero-art {
  position: absolute;
  z-index: 1;
  top: 44px;
  left: 458px;
  width: 440px;
  height: 496px;
  margin: 0;
}

.hero-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 49% 42%;
}

.notice {
  position: absolute;
  z-index: 2;
  top: 136px;
  left: 62px;
  width: 352px;
  min-height: 372px;
  padding: 27px 27px 22px;
  border: 1px solid #ff84ba;
  background: #fff;
  text-align: left;
}

.notice::before {
  position: absolute;
  top: 8px;
  right: 8px;
  bottom: 8px;
  left: 8px;
  border: 1px dotted #f9c2d8;
  content: "";
  pointer-events: none;
}

.notice h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 17px;
  color: var(--pink);
  font-family: "Times New Roman", Times, serif;
  font-size: 38px;
  font-weight: normal;
  letter-spacing: -1.5px;
  line-height: .8;
  text-shadow: 1px 1px 0 #ffa7cb;
}

.notice-kicker {
  position: relative;
  z-index: 1;
  margin: 0 0 13px;
  color: #d56e99;
  font-family: "Courier New", monospace;
  font-size: 8px;
  letter-spacing: .35px;
  line-height: 1;
  text-transform: uppercase;
}

.notice-copy {
  position: relative;
  z-index: 1;
  margin: 0 0 13px;
  color: #e1518c;
  font-size: 12px;
  line-height: 1.35;
}

.notice-close {
  margin-bottom: 0;
}

.latest-note {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: #a25177;
  font-family: "Courier New", monospace;
  font-size: 9px;
  line-height: 1.25;
}

.latest-note a {
  color: #d74383;
}

.portal-row {
  position: absolute;
  z-index: 4;
  bottom: 22px;
  left: 62px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
}

.portal {
  display: flex;
  width: 88px;
  height: 31px;
  padding: 3px 5px;
  border: 1px solid #5d2948;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1;
  text-decoration: none;
}

.portal-black {
  border-color: #111;
  background: #111;
}

.portal-pink {
  width: 77px;
  height: 26px;
  border-color: #e24d8c;
  color: #d23e80;
  background-color: #ffc2da;
  background-image: url("assets/pink-dots.svg");
  background-size: 26px 26px;
}

.portal-blue {
  width: 69px;
  height: 23px;
  border-color: #5e7fba;
  background: #8ca7dc;
  font-family: "Courier New", monospace;
}

.portal-white {
  width: 94px;
  border-color: #ff82b6;
  color: #d74383;
  background: #fff;
}

.tiny-credit {
  position: absolute;
  z-index: 4;
  right: 62px;
  bottom: 27px;
  margin: 0;
  font-family: "Courier New", monospace;
  font-size: 8px;
}

.tiny-credit a {
  color: #d56e99;
  text-decoration: underline;
}

.world-preview {
  position: absolute;
  z-index: 2;
  top: 586px;
  left: 62px;
  display: block;
  width: 836px;
  height: 354px;
  padding: 5px;
  overflow: hidden;
  border: 1px solid #ff84ba;
  background: #fff;
  color: #d74383;
  text-decoration: none;
}

.world-preview img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}

.world-preview span {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: flex;
  min-width: 155px;
  min-height: 35px;
  padding: 7px 9px;
  border: 1px solid #ff84ba;
  background: rgba(255, 255, 255, .94);
  flex-direction: column;
  gap: 3px;
  font-family: "Courier New", monospace;
  font-size: 9px;
  line-height: 1;
}

.world-preview small {
  color: #8b5d73;
  font-size: 8px;
}

.archive-page {
  min-height: 100vh;
}

.archive-site {
  position: relative;
  width: 960px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 43px 0 35px;
  overflow: hidden;
  border-right: 1px solid #ffacd0;
  border-left: 1px solid #ffacd0;
  background-color: var(--paper);
  background-image: url("assets/paper-specks.svg");
  background-repeat: repeat;
}

.archive-masthead {
  position: relative;
  z-index: 2;
  display: flex;
  width: 836px;
  min-height: 49px;
  margin: 0 auto;
  align-items: flex-end;
  border-bottom: 1px solid #ffc1d9;
}

.archive-masthead a {
  color: #efa3c5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 45px;
  font-style: italic;
  letter-spacing: -3px;
  line-height: .86;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
}

.archive-masthead p {
  margin: 0 0 4px 15px;
  color: #d56e99;
  font-family: "Courier New", monospace;
  font-size: 9px;
  line-height: 1;
}

.archive-paper {
  position: relative;
  z-index: 2;
  width: 674px;
  margin: 48px auto 0;
  padding: 34px 43px 40px;
  border: 1px solid #ff84ba;
  background: #fff;
}

.archive-paper::before {
  position: absolute;
  inset: 8px;
  border: 1px dotted #f9c2d8;
  content: "";
  pointer-events: none;
}

.archive-paper > * {
  position: relative;
  z-index: 1;
}

.archive-kicker {
  margin: 0 0 12px;
  color: #d56e99;
  font-family: "Courier New", monospace;
  font-size: 9px;
  line-height: 1;
}

.archive-paper h2 {
  margin: 0 0 26px;
  color: var(--pink);
  font-family: "Times New Roman", Times, serif;
  font-size: 39px;
  font-weight: normal;
  letter-spacing: -1.5px;
  line-height: .88;
  text-shadow: 1px 1px 0 #ffa7cb;
}

.note-anchor {
  float: right;
  width: 174px;
  height: 174px;
  margin: 0 0 20px 28px;
  padding: 4px;
  overflow: hidden;
  border: 1px solid #ff84ba;
  background: #fff;
}

.note-anchor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 42% 39%;
}

.note-entry {
  min-height: 76px;
  margin: 0;
  padding: 0 0 19px;
  border-bottom: 1px dotted #f2b6cf;
}

.note-entry + .note-entry {
  padding-top: 19px;
}

.note-entry:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.blog-lede {
  max-width: 415px;
  margin: 0 0 25px;
  color: #9e4b72;
  font-size: 15px;
  line-height: 1.45;
}

.blog-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px dotted #f2b6cf;
}

.blog-list li {
  padding: 18px 0 17px;
  border-bottom: 1px dotted #f2b6cf;
}

.blog-list time {
  display: block;
  margin: 0 0 6px;
  color: #d56e99;
  font-family: "Courier New", monospace;
  font-size: 9px;
}

.blog-list a {
  color: #d74383;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  line-height: 1;
}

.blog-list p {
  margin: 8px 0 0;
  color: #9e4b72;
  font-size: 14px;
  line-height: 1.4;
}

.blog-disclosure {
  margin: 25px 0 0;
  color: #a25177;
  font-family: "Courier New", monospace;
  font-size: 9px;
  line-height: 1.45;
}

.post-paper {
  max-width: 674px;
}

.post-date {
  margin: 0 0 12px;
  color: #d56e99;
  font-family: "Courier New", monospace;
  font-size: 9px;
  line-height: 1;
}

.post-image {
  width: 100%;
  margin: 0 0 24px;
  padding: 4px;
  border: 1px solid #ff84ba;
  background: #fff;
}

.post-image img {
  display: block;
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  object-position: 49% 42%;
}

.post-body p {
  margin: 0 0 16px;
  color: #9e4b72;
  font-size: 15px;
  line-height: 1.55;
}

.post-body a,
.post-source a,
.post-footer a {
  color: #d74383;
}

.post-source {
  margin: 23px 0 0;
  padding-top: 14px;
  border-top: 1px dotted #f2b6cf;
  color: #a25177;
  font-family: "Courier New", monospace;
  font-size: 9px;
  line-height: 1.45;
}

.post-footer {
  margin: 15px 0 0;
  color: #a25177;
  font-family: "Courier New", monospace;
  font-size: 9px;
  line-height: 1.45;
}

.entry-number {
  float: left;
  width: 31px;
  margin: 3px 12px 0 0;
  color: #efa3c5;
  font-family: "Courier New", monospace;
  font-size: 10px;
}

.note-entry h3 {
  margin: 0 0 7px;
  color: #d74383;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 1;
}

.note-entry p:last-child {
  margin: 0;
  color: #9e4b72;
  font-size: 14px;
  line-height: 1.42;
}

.gallery-paper {
  width: 836px;
  padding: 34px 39px 40px;
}

.gallery-anchor {
  float: right;
  width: 204px;
  height: 154px;
  margin: 0 0 19px 28px;
  padding: 4px;
  overflow: hidden;
  border: 1px solid #ff84ba;
  background: #fff;
}

.gallery-anchor img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 42%;
}

.girls-intro {
  max-width: 474px;
  margin: 0 0 22px;
  color: #9e4b72;
  font-size: 15px;
  line-height: 1.42;
}

.girls-triptych {
  clear: both;
  width: 100%;
  margin: 20px 0 18px;
  padding: 5px;
  border: 1px solid #ff84ba;
  background: #fff;
}

.girls-triptych img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-rule {
  margin: 0;
  color: #d74383;
  font-size: 14px;
  line-height: 1.42;
}

.archive-nav {
  position: relative;
  bottom: auto;
  left: auto;
  width: max-content;
  margin: 27px auto 0;
}

@media (max-width: 1024px) {
  .site,
  .archive-site {
    margin-left: 24px;
    margin-right: 0;
  }
}
