/* legal page — extracted from source HTML */
.atlas-legal-buyer-terms{isolation:isolate;background:#fff;color:#171717;direction:ltr;font-family:Manrope,Arial,sans-serif;line-height:1.65;--y:#f4c400;--yd:#d4a800;--ys:#fff8cc;--k:#0b0b0c;--bg:#f5f5f2;--tx:#171717;--mut:#676761;--line:#deded7}
.atlas-legal-buyer-terms *{box-sizing:border-box}
.atlas-legal-buyer-terms a{color:inherit;text-decoration:none}
.atlas-legal-buyer-terms img{display:block;max-width:100%}
.atlas-legal-buyer-terms h1,.atlas-legal-buyer-terms h2,.atlas-legal-buyer-terms h3,.atlas-legal-buyer-terms p{margin-top:0}
.atlas-legal-buyer-terms button,.atlas-legal-buyer-terms input,.atlas-legal-buyer-terms select,.atlas-legal-buyer-terms textarea{font:inherit}
.atlas-legal-buyer-terms .wrap{width:min(1280px,calc(100% - 40px));margin:auto}
.atlas-legal-buyer-terms .eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800}
.atlas-legal-buyer-terms .eyebrow:before{content:"";width:28px;height:2px;background:var(--y)}
.atlas-legal-buyer-terms .btn{border:0;border-radius:8px;padding:15px 22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:800;cursor:pointer}
.atlas-legal-buyer-terms .btn-dark{background:#111;color:#fff}
.atlas-legal-buyer-terms .btn-yellow{background:var(--y);color:#111}
.atlas-legal-buyer-terms section{padding:96px 0}
.atlas-legal-buyer-terms .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.atlas-legal-buyer-terms .reveal.revealed{opacity:1;transform:none}
.atlas-legal-buyer-terms h1,.atlas-legal-buyer-terms h2,.atlas-legal-buyer-terms .legal-note h3,.atlas-legal-buyer-terms .legal-cta h2,.atlas-legal-buyer-terms .shipping-cta h2{font-family:"Cormorant Garamond",Georgia,serif!important;font-weight:700}
.atlas-legal-buyer-terms .legal-hero{
  background:#111;
  color:#fff;
  padding:92px 0 72px;
  position:relative;
  overflow:hidden;
}
.atlas-legal-buyer-terms .legal-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(255,212,0,.07) 1px, transparent 1px),
    linear-gradient(rgba(255,212,0,.07) 1px, transparent 1px);
  background-size:46px 46px;
  mask-image:linear-gradient(to bottom,black,transparent);
}
.atlas-legal-buyer-terms .legal-hero .wrap{position:relative;z-index:2}
.atlas-legal-buyer-terms .legal-hero h1{
  font-family:"Cormorant Garamond",serif;
  font-size:64px;
  line-height:1;
  margin:12px 0 18px;
  max-width:820px;
}
.atlas-legal-buyer-terms .legal-hero p{
  max-width:760px;
  font-size:14px;
  color:#d8d8d8;
  line-height:1.8;
}
.atlas-legal-buyer-terms .legal-layout{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:34px;
  align-items:start;
}
.atlas-legal-buyer-terms .legal-nav{
  position:sticky;
  top:95px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
  padding:18px;
}
.atlas-legal-buyer-terms .legal-nav h3{
  margin:0 0 14px;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.atlas-legal-buyer-terms .legal-nav a{
  display:block;
  padding:9px 10px;
  border-radius:7px;
  text-decoration:none;
  color:#2b2b2b;
  font-size:10px;
  border:1px solid transparent;
}
.atlas-legal-buyer-terms .legal-nav a:hover{
  background:#fff7c8;
  border-color:#f1d244;
}
.atlas-legal-buyer-terms .legal-content{
  display:grid;
  gap:14px;
}
.atlas-legal-buyer-terms .term-card{
  border:1px solid var(--line);
  border-radius:10px;
  padding:24px;
  background:#fff;
}
.atlas-legal-buyer-terms .term-card .num{
  width:38px;
  height:38px;
  border-radius:8px;
  display:grid;
  place-items:center;
  background:var(--y);
  font-weight:800;
  margin-bottom:14px;
}
.atlas-legal-buyer-terms .term-card h2{
  font-family:"Cormorant Garamond",serif;
  font-size:30px;
  line-height:1.05;
  margin:0 0 10px;
}
.atlas-legal-buyer-terms .term-card p{
  margin:0;
  color:var(--mut);
  font-size:11px;
  line-height:1.8;
}
.atlas-legal-buyer-terms .legal-note{
  margin-top:28px;
  padding:20px;
  border-radius:8px;
  background:#111;
  color:#fff;
}
.atlas-legal-buyer-terms .legal-note h3{
  font-family:"Cormorant Garamond",serif;
  font-size:28px;
  margin:0 0 8px;
}
.atlas-legal-buyer-terms .legal-note p{
  color:#d5d5d5;
  margin:0;
  font-size:11px;
  line-height:1.8;
}
.atlas-legal-buyer-terms .legal-cta{
  background:var(--y);
  padding:54px 0;
}
.atlas-legal-buyer-terms .legal-cta .inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.atlas-legal-buyer-terms .legal-cta h2{
  font-family:"Cormorant Garamond",serif;
  font-size:42px;
  margin:0;
}
@media(max-width:900px){.atlas-legal-buyer-terms .legal-layout{grid-template-columns:1fr}.atlas-legal-buyer-terms .legal-nav{position:relative;top:auto}.atlas-legal-buyer-terms .legal-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:6px}.atlas-legal-buyer-terms .legal-nav h3{grid-column:1/-1}}
@media(max-width:700px){.atlas-legal-buyer-terms .legal-hero{padding:72px 0 58px}.atlas-legal-buyer-terms .legal-hero h1{font-size:46px}.atlas-legal-buyer-terms .legal-nav{grid-template-columns:1fr}.atlas-legal-buyer-terms .legal-cta .inner{flex-direction:column;align-items:flex-start}.atlas-legal-buyer-terms .legal-cta .btn{width:100%;justify-content:center}}
@media(max-width:430px){.atlas-legal-buyer-terms .legal-hero h1{font-size:39px}.atlas-legal-buyer-terms .term-card{padding:18px}.atlas-legal-buyer-terms .term-card h2{font-size:26px}.atlas-legal-buyer-terms .legal-cta h2{font-size:34px}}

.atlas-legal-buyer-terms .legal-hero,.atlas-legal-buyer-terms .shipping-hero{padding:92px 0 72px}
.atlas-legal-buyer-terms .legal-cta,.atlas-legal-buyer-terms .shipping-cta,.atlas-legal-buyer-terms .cta{padding:54px 0}
.atlas-legal-buyer-terms .legal-hero .eyebrow,.atlas-legal-buyer-terms .shipping-hero .eyebrow{color:#fff}
.atlas-legal-buyer-terms .legal-hero h1,.atlas-legal-buyer-terms .shipping-hero h1{font-size:clamp(42px,5vw,64px)!important;line-height:1!important;color:#fff!important;margin:12px 0 18px!important}
