:root {
  --ink: #1a1a1a;
  --body: #5c5b59;
  --muted: #757471;
  --quiet: #9e9c97;
  --paper: #fbf9f4;
  --line: rgba(26, 26, 26, 0.12);
}

body {
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
.brand-name,
.footer-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

.eyebrow,
.meta,
.tag,
.button,
.site-nav a,
.footer-label,
.footer-grid a,
.footer-legal a,
.footer-place,
.text-link {
  font-family: Inter, sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.22em;
}

.lede,
.statement,
.footer-note,
blockquote p,
.section-aside {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.statement {
  font-style: normal;
}

.lede,
blockquote p,
.section-aside,
.footer-note {
  font-style: italic;
}

.brand {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.9px;
  color: #1a1a1a;
}

.footer-place {
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
}

.site-nav a {
  padding: 4px 0;
  color: #424242;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.8px;
}

.icon-button {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  padding: 8px;
  border: 0;
  background: transparent;
  color: #424242;
  cursor: pointer;
}

.icon-button svg {
  width: 20px;
  height: 20px;
  stroke-width: 1.25;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.75rem;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--paper);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
}

.button-outline {
  background: transparent;
  color: var(--ink);
  border-color: rgba(26, 26, 26, 0.4);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 500;
}

.text-link svg {
  width: 0.9rem;
  height: 0.9rem;
}

.signup {
  display: flex;
  gap: 0.75rem;
  width: min(100%, 28rem);
}

.signup input {
  flex: 1;
  min-width: 0;
  padding: 0.8rem 1rem;
  border: 1px solid #c5c3bc;
  background: var(--paper);
  color: var(--ink);
  font: 300 0.9rem/1.2 Inter, sans-serif;
}

.signup input::placeholder {
  color: var(--quiet);
}

.footer-title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.footer-note {
  max-width: 22rem;
  margin: 0.7rem 0 0;
  color: var(--body);
  font-size: 0.95rem;
  line-height: 1.45;
}

.footer-colophon {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.75rem;
}

.footer-place {
  margin: 1rem 0 0;
}

.footer-label {
  margin: 0 0 0.8rem;
  color: var(--quiet);
  font-size: 0.68rem;
  font-weight: 600;
}

.footer-legal p {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
