.ws-cutoff{display:flex;flex-direction:column;gap:4px;font-family:'Hanken Grotesk',sans-serif}
.ws-cutoff__main{font-family:'Space Mono',monospace;font-size:13px;letter-spacing:.1em;text-transform:uppercase}
.ws-cutoff__rural{font-size:12px;opacity:.75}

.ws-cutoff--hero{margin-top:22px}
.ws-cutoff--hero .ws-cutoff__main{color:#F4EFE6}
.ws-cutoff--hero .ws-cutoff__rural{color:#E4DED3}

.ws-cutoff--bar{flex-direction:row;align-items:baseline;gap:12px}
.ws-cutoff--bar .ws-cutoff__main{color:#FBF6F0;font-size:13px}
.ws-cutoff--bar .ws-cutoff__rural{color:rgba(251,246,240,.8);font-size:11px}

.ws-cutoff--product{margin:14px 0 6px;padding:12px 14px;background:#F4EFE6;border-left:3px solid #A9603F}
.ws-cutoff--product .ws-cutoff__main{color:#2A2520;font-size:12px}
.ws-cutoff--product .ws-cutoff__rural{color:#6E665B}

@media (max-width:749px){
  .ws-cutoff--hero{margin-top:14px}
  .ws-cutoff--hero .ws-cutoff__main{font-size:11px;letter-spacing:.06em}
  .ws-cutoff--bar{flex-direction:column;gap:2px;text-align:center}
  .ws-cutoff--bar .ws-cutoff__main{font-size:11px;letter-spacing:.06em}
  .ws-cutoff--bar .ws-cutoff__rural{display:none}
}
