/* 612 Studio - interim site. Monochrome: white + black, Creato Display only. */

@font-face { font-family: "Creato"; src: url("/fonts/CreatoDisplay-Regular.otf") format("opentype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Creato"; src: url("/fonts/CreatoDisplay-Medium.otf") format("opentype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Creato"; src: url("/fonts/CreatoDisplay-Bold.otf") format("opentype"); font-weight: 700; font-display: swap; }

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: "Creato", -apple-system, "Helvetica Neue", sans-serif;
  background: #FFFFFF;
  color: #000000;
  font-size: 17px;
  line-height: 1.6;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/* header */
.site-head { padding: 28px clamp(24px, 6vw, 64px); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; }
.mark { height: 26px; width: auto; display: block; }
.wordmark { font-weight: 700; font-size: 17px; letter-spacing: .04em; }

/* home hero */
.hero-wrap { flex: 1; display: flex; align-items: center; padding: 0 clamp(24px, 6vw, 64px); }
.hero { max-width: 720px; }
.motto {
  font-weight: 700;
  font-size: clamp(44px, 8vw, 88px);
  line-height: 1.02;
  letter-spacing: -.01em;
  margin: 0 0 28px;
}
.sub { max-width: 52ch; font-size: 19px; margin: 0 0 32px; }
.cta { margin: 0 0 10px; }
.cta a {
  color: #000; font-weight: 500; text-decoration: none;
  border-bottom: 1px solid #000; padding-bottom: 2px;
}
.cta a:hover { opacity: .55; }
.soon { color: #8A8A8A; font-size: 15px; margin: 0; }

/* document pages */
.doc-col { flex: 1; width: 100%; max-width: 760px; margin: 0 auto; padding: 8px clamp(24px, 6vw, 64px) 56px; }
.doc-col h1 { font-size: clamp(30px, 4.5vw, 40px); line-height: 1.15; margin: 18px 0 24px; }
.doc-col h2 { font-size: 21px; margin: 34px 0 10px; padding-bottom: 6px; border-bottom: 1px solid #E8E8E8; }
.doc-col h3 { font-size: 18px; margin: 22px 0 8px; }
.doc-col p, .doc-col ul, .doc-col ol { margin: 0 0 14px; }
.doc-col li { margin-bottom: 6px; }
.doc-col a { color: #000; text-underline-offset: 3px; }
.doc-col a:hover { opacity: .55; }
.doc-col blockquote {
  background: #F7F7F7; border-left: 2px solid #000;
  margin: 16px 0; padding: 12px 18px; color: #555; font-size: 15.5px;
}
.doc-col table { border-collapse: collapse; width: 100%; margin: 16px 0; font-size: 15.5px; }
.doc-col th, .doc-col td { border: 1px solid #E5E5E5; padding: 8px 10px; text-align: left; vertical-align: top; }
.doc-col th { background: #F7F7F7; font-weight: 700; }
.doc-col hr { border: none; border-top: 1px solid #E5E5E5; margin: 28px 0; }
.support-email { font-size: 24px; font-weight: 500; }

/* footer */
.site-foot {
  padding: 28px clamp(24px, 6vw, 64px) 36px;
  color: #8A8A8A; font-size: 14px;
  border-top: 1px solid #E8E8E8;
}
.site-foot p { margin: 0 0 6px; }
.site-foot nav a { color: #8A8A8A; text-decoration: none; }
.site-foot nav a:hover { color: #000; }
