/* Gate (free-resources.html) and bridge (library-ready.html) page layout.
   All typography, colours, header, footer, buttons and Kit form theming
   come from styles-v2.css. This file only shapes the centred main column. */
.gate-main{
  max-width:44rem;
  margin:0 auto;
  padding:clamp(4rem,9vw,7rem) var(--pad-x) clamp(5rem,10vw,8rem);
  text-align:center;
}
.gate-main h1{
  font-family:var(--display);
  font-weight:300;
  font-size:clamp(2rem,4.4vw,3.2rem);
  line-height:1.18;
  color:var(--forest);
  margin:1rem auto 1.4rem;
  max-width:22ch;
}
.gate-main .lede{
  font-family:var(--display);
  font-weight:300;
  font-style:italic;
  font-size:clamp(1.15rem,2.2vw,1.4rem);
  line-height:1.5;
  color:var(--moss);
  margin-bottom:1.6rem;
}
.gate-main p{
  max-width:56ch;
  margin:0 auto 1.1rem;
}
.gate-main .signup{margin:2.6rem auto 0;}
.gate-main .quiet-note{margin-top:1.1rem;font-size:.8rem;color:var(--moss);}
.gate-main .consent-note{
  max-width:34rem;
  margin-left:auto;margin-right:auto;
  line-height:1.5;
}
.gate-main .btn{display:inline-block;margin-top:2.6rem;text-decoration:none;}
.gate-lines{
  max-width:40rem;
  margin:0 auto 1.1rem;
}
.gate-lines p{margin-bottom:.35rem;}
.gate-rule{
  width:46px;height:1px;background:var(--moss);
  border:none;margin:2.2rem auto;
}
