/* sapphireadizes.com supersite - design language borrowed from the PRESENT site (Mona Sans, typographic, minimal) */
@font-face {
  font-family: 'Mona-Sans';
  src: url('../fonts/Mona-Sans-Medium.woff2') format('woff2'),
       url('../fonts/Mona-Sans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Mona-Sans', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  background: #fff;
}
a { color: inherit; text-decoration: none; }
a:hover { opacity: .55; }

.topnav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 10;
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 5vw;
  background: rgba(255,255,255,.92);
  font-size: 12px; letter-spacing: .22em; text-transform: uppercase;
}
.topnav .brand { font-weight: 500; }
.topnav nav a { margin-left: 2.2em; }
@media (max-width: 760px) {
  .topnav { flex-direction: column; gap: 10px; position: absolute; }
  .topnav nav a { margin: 0 1em 0 0; }
}

.page { max-width: 1060px; margin: 0 auto; padding: 140px 5vw 90px; }

.hero-kicker { font-size: 12px; letter-spacing: .28em; text-transform: uppercase; color: #888; margin-bottom: 18px; }
h1 { font-size: clamp(42px, 8vw, 96px); line-height: 1.02; letter-spacing: .01em; text-transform: uppercase; font-weight: 500; }
h2 { font-size: 13px; letter-spacing: .26em; text-transform: uppercase; margin: 70px 0 8px; color: #888; font-weight: 500; }
h3 { font-size: 20px; font-weight: 500; margin-bottom: 4px; }
.lede { font-size: clamp(18px, 2.6vw, 26px); line-height: 1.45; max-width: 760px; margin-top: 26px; }
.muted { color: #888; }

.rooms { margin-top: 80px; border-top: 1px solid #e6e6e6; }
.rooms a {
  display: flex; justify-content: space-between; align-items: baseline; gap: 24px;
  padding: 26px 0; border-bottom: 1px solid #e6e6e6;
}
.rooms a:hover { opacity: 1; background: #fafafa; }
.rooms .room-name { font-size: clamp(22px, 4vw, 40px); text-transform: uppercase; letter-spacing: .02em; }
.rooms .room-desc { font-size: 13px; color: #888; text-align: right; max-width: 320px; }

.credit { padding: 22px 0; border-bottom: 1px solid #eee; }
.credit .role { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: #888; margin-top: 3px; }
.credit p { margin-top: 8px; color: #444; font-size: 15px; }
.credit .links { margin-top: 8px; font-size: 13px; }
.credit .links a { text-decoration: underline; margin-right: 16px; }

.prose { max-width: 720px; }
.prose p { margin: 0 0 1.3em; }
.prose .byline { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: #888; margin: 40px 0 20px; }
blockquote.press {
  margin: 34px 0; padding-left: 22px; border-left: 2px solid #111;
  font-size: 17px; line-height: 1.55;
}
blockquote.press cite { display: block; margin-top: 10px; font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: #888; font-style: normal; }

.track { display: flex; align-items: center; gap: 18px; padding: 16px 0; border-bottom: 1px solid #eee; }
.track .num { font-size: 12px; color: #aaa; width: 24px; }
.track .t { flex: 1; font-size: 17px; }
.track audio { height: 32px; width: 240px; }
@media (max-width: 640px) { .track { flex-wrap: wrap; } .track audio { width: 100%; } }

.pill {
  display: inline-block; font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  border: 1px solid #111; padding: 8px 16px; margin-top: 30px;
}
footer.site {
  margin-top: 100px; padding-top: 30px; border-top: 1px solid #e6e6e6;
  font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: #999;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px;
}
img.wide { width: 100%; margin: 40px 0; }
.video { position: relative; width: 100%; max-width: 560px; aspect-ratio: 16/9; margin-top: 14px; }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
