/* Deep blue, no script font.
   Professional literary serif system:
   - Titles: Cormorant Garamond
   - Body: Spectral
*/

:root {
  --blue: #0f1b2e;
  --blue-mid: #14233a;
  --blue-deep: #08111f;
  --paper: #fffdf8;
  --ink: #f6efe5;
  --ink-soft: rgba(246, 239, 229, .76);
  --line: rgba(246, 239, 229, .23);
  --black: #111111;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 15px;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% -5%, rgba(255,255,255,.075), transparent 30%),
    radial-gradient(circle at 92% 8%, rgba(255,255,255,.032), transparent 28%),
    linear-gradient(180deg, var(--blue-mid) 0%, var(--blue) 42%, var(--blue-deep) 100%);
  color: var(--ink);
  font-family: "Spectral", Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.62;
}

.page {
  width: min(840px, calc(100vw - 56px));
  margin: 0 auto;
  padding: 76px 0 96px;
}

.hero {
  padding: 0 0 60px;
  border-bottom: 1px solid var(--line);
}

.name {
  margin: 0 0 20px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1.2;
}

h1 {
  max-width: 665px;
  margin: 0 0 15px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: .005em;
}

.subtitle {
  max-width: 460px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 22px;
  margin-top: 36px;
  font-size: 12px;
  letter-spacing: .075em;
  text-transform: uppercase;
}

a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid rgba(246, 239, 229, .55);
  text-underline-offset: 3px;
}

section {
  padding: 50px 0 0;
}

section + section {
  margin-top: 50px;
  border-top: 1px solid var(--line);
}

h2 {
  margin: 0 0 30px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.demo {
  display: grid;
  grid-template-columns: 166px minmax(0,1fr);
  gap: 38px;
  align-items: start;
  padding: 34px 0;
  border-top: 1px solid rgba(246, 239, 229, .18);
}

.demo:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.cover {
  width: 166px;
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(17,17,17,.78);
  background: var(--paper);
  color: var(--black);
  position: relative;
  padding: 16px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 42px rgba(0,0,0,.16);
}

.cover-title {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 31px;
  font-weight: 400;
  line-height: .95;
  letter-spacing: .025em;
  text-align: center;
  margin-top: -25px;
}

.cover-title.two {
   font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: .95;
  letter-spacing: .025em;
  text-align: center;
  margin-top: -25px;
}

.cover-title.long {
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: .95;
  letter-spacing: .025em;
  text-align: center;
  margin-top: -55px;
}

.cover-subtitle {
  position: absolute;
  top: 58%;
  left: 12px;
  right: 12px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 10.5px;
  font-style: italic;
  text-align: center;
  letter-spacing: .08em;
}

.cover-bottom {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 15px;
  text-align: center;
}

.cover-bottom .line {
  display: block;
  width: 25px;
  height: 1px;
  margin: 0 auto 10px;
  background: var(--black);
}

.cover-bottom p {
  margin: 0 0 5px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 5px;
  line-height: 1;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.info h3 {
  margin: 0 0 7px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.04;
}

.info p {
  margin: 0 0 10px;
  max-width: 540px;
  font-size: 15px;
}

.meta {
  color: var(--ink-soft);
  font-size: 13px !important;
}

audio {
  display: block;
  width: min(350px, 100%);
  height: 32px;
  margin-top: 16px;
}

.more {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
}

.text-section p {
  max-width: 600px;
  margin: 0 0 10px;
  font-size: 15px;
}

.contact .place {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.1;
}

.contact-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-bottom: none;
  font-size: 15px;
}

.contact-link span {
  border-bottom: 1px solid rgba(246, 239, 229, .55);
}

.contact-link svg {
  width: 17px;
  height: 17px;
  stroke: var(--ink);
  fill: none;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
  opacity: .9;
}

@media (max-width: 660px) {
  .page {
    width: min(100vw - 34px, 840px);
    padding-top: 54px;
  }

  h1 {
    font-size: 32px;
  }

  .demo {
    grid-template-columns: 132px minmax(0,1fr);
    gap: 20px;
    padding: 30px 0;
  }

  .cover {
    width: 132px;
  }

  .cover-title {
    font-size: 25px;
  }

  .cover-title.two {
    font-size: 23px;
  }

  .cover-title.long {
    font-size: 15px;
  }

  .info h3 {
    font-size: 27px;
  }

  nav {
    gap: 9px 16px;
  }
}
