*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  line-height: 1.5;
  font: 16px/1.5 system-ui, -apple-system, "Segoe UI", sans-serif;
  color: #1a1a1a;
  background: #fafafa;
}

a {
  color: #0b5fff;
}

.shell {
  max-width: 720px;
  margin: 0 auto;
  padding: 64px 24px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: #6b6b6b;
  margin: 0 0 8px;
}

h1 {
  font-size: clamp(28px, 5vw, 40px);
  line-height: 1.15;
  margin: 0 0 24px;
}

.designs h2 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6b6b6b;
  margin: 48px 0 8px;
}

.design-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 8px;
}

.design-list li {
  padding: 12px 14px;
  border: 1px solid #e6e3da;
  border-radius: 8px;
  background: #fff;
}

.design-list a {
  font-weight: 600;
  display: block;
}

.design-list span {
  display: block;
  color: #6b6b6b;
  font-size: 14px;
  margin-top: 2px;
}
