*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%; line-height:1.5;}
body{
  margin:0;
  font-family:var(--ff-body);
  background:var(--bg);
  color:var(--text);
  font-size:16px;
  line-height:1.6;
  overflow-x:clip;
  -webkit-font-smoothing:antialiased;
}
img,svg,video{display:block; max-width:100%; height:auto}
a{color:inherit; text-decoration:none}
button{font:inherit; color:inherit; cursor:pointer; border:0; background:transparent}
h1,h2,h3,h4{
  font-family:var(--ff-display);
  font-weight:500;
  line-height:1.15;
  letter-spacing:-.01em;
  color:var(--text);
  margin:0 0 .6em;
}
h1{font-size:clamp(2.2rem, 6vw, 3.6rem); font-weight:500; letter-spacing:-.02em}
h2{font-size:clamp(1.7rem, 4.2vw, 2.6rem); font-weight:500}
h3{font-size:clamp(1.2rem, 2.4vw, 1.4rem); font-weight:600; letter-spacing:0}
p{margin:0 0 1em; color:var(--text-2)}
ul,ol{padding-left:1.2em; margin:0 0 1em}
::selection{background:var(--accent); color:#fff}

.container{
  width:100%;
  max-width:var(--container);
  margin:0 auto;
  padding:0 22px;
}
@media (min-width:768px){.container{padding:0 36px}}

.eyebrow{
  font-family:var(--ff-ui);
  font-size:.78rem;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--accent);
  margin:0 0 .8em;
  display:inline-flex;
  align-items:center;
  gap:.6rem;
}
.eyebrow::before{
  content:""; width:24px; height:1px; background:var(--accent); display:inline-block;
}
.section-title{margin-bottom:.4em}
.section-lead{
  max-width:640px; color:var(--text-2); font-size:1.05rem; margin-bottom:2.4rem;
}
