:root {
  --slate: #2c4a6e;
  --glow: #7ec8e3;
  --char: #1c2430;
  --gallery: #eef2f5;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  background: var(--gallery);
  color: var(--char);
  line-height: 1.75;
}
h1, h2, h3 { font-weight: 650; letter-spacing: -.02em; }
a { color: var(--slate); }
.cut { height: 4px; background: var(--slate); }
.viewfinder {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 5vw;
  background: #fff;
}
.viewfinder img { width: 56px; height: 56px; }
.viewfinder h1 { margin: 0; font-size: 16px; }
.viewfinder h1 a { color: inherit; text-decoration: none; }
.viewfinder p { margin: 3px 0 0; color: var(--slate); font-size: 12px; letter-spacing: .12em; }
.slate {
  display: flex;
  flex-wrap: wrap;
  background: var(--char);
}
.slate a {
  color: #eef2f5;
  text-decoration: none;
  padding: 11px 13px;
  font-size: 14px;
}
.slate a:hover, .slate a.on { background: var(--glow); color: #1c2430; }
.booth { width: min(880px, 92vw); margin: 28px auto 70px; }
.take h2 { font-size: clamp(26px, 4.2vw, 36px); margin: 0 0 14px; line-height: 1.25; }
.take img { width: 100%; margin: 12px 0 18px; }
.take p, .clip p { margin: 0 0 1.05em; }
.lede { font-size: 1.06em; }
.clip h3 { font-size: 1.12em; margin: 1.25em 0 0.4em; color: var(--slate); }
.corridor {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
}
.corridor a {
  background: #fff;
  border-top: 3px solid var(--glow);
  padding: 16px 18px;
  text-decoration: none;
  color: inherit;
}
.clip {
  background: #fff;
  border: 1px solid #d5dde4;
  padding: 26px 28px;
}
.clip h2 { margin-top: 0; }
.reel {
  background: #fff;
  border-top: 3px solid var(--char);
  padding: 22px 5vw 40px;
  font-size: 13px;
}
.reel a { margin-right: 12px; }
@media (max-width: 720px) {
  .corridor { grid-template-columns: 1fr; }
}
