/* The two pages Google requires before a sign-in app can be published, and the
   only public pages besides the door. Deliberately plain: they carry no
   imagery, no mark beyond the plain lockup, and nothing about what the members'
   area is for. They scroll, unlike the door — they are documents, not a form. */
:root {
  --soot-0: #14100b; --soot-2: #231d15; --soot-3: #31281c;
  --parchment-0: #f4ecdb; --parchment-1: #e9dfc9; --parchment-2: #c9bda3; --parchment-3: #9d9179;
  --brass: #cfa557; --line: rgba(233,223,201,.1);
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--soot-0); color: var(--parchment-1);
  font-family: "Vollkorn", "Iowan Old Style", Georgia, serif;
  font-size: 1.0625rem; line-height: 1.7; -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 40rem; margin: 0 auto; padding: 3rem clamp(1.1rem, 5vw, 1.75rem) 5rem; }
h1 {
  font-family: "Cormorant Garamond", Garamond, Georgia, serif; font-weight: 600;
  font-size: clamp(1.9rem, 6vw, 2.5rem); line-height: 1.1;
  color: var(--parchment-0); margin: 1.6rem 0 .4rem;
}
h2 {
  font-family: "Cormorant Garamond", Garamond, Georgia, serif; font-weight: 600;
  font-size: 1.4rem; color: var(--parchment-0);
  border-top: 1px solid var(--line); padding-top: 1.7rem; margin: 2.8rem 0 .5rem;
}
h2 + p, h2 + ul { margin-top: .35rem; }
p, li { max-width: 62ch; }
ul { padding-left: 1.15rem; }
li { margin: .4rem 0; }
a { color: var(--brass); text-decoration-thickness: 1px; text-underline-offset: .18em; }
.dim { color: var(--parchment-3); font-size: .95rem; }
.updated { color: var(--parchment-3); font-size: .9rem; margin-top: 0; }
footer { margin-top: 3.5rem; border-top: 1px solid var(--line); padding-top: 1.2rem; font-size: .92rem; }
footer a { margin-right: 1.1rem; }
.home { display: inline-block; margin-bottom: 1.4rem; font-size: .92rem; }
