@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/static/fonts/bricolage-latin.woff2") format("woff2");
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Bricolage Grotesque";
  src: url("/static/fonts/bricolage-latin-ext.woff2") format("woff2");
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --cream: #f3efe8;
  --paper: #faf8f4;
  --ink: #101010;
  --ink-soft: #3b3733;
  --muted: #6f6a63;
  --line: #d8d2c7;
  --line-strong: #b4ab9e;
  --pink: #f0286a;
  --pink-deep: #c4184f;
  --blush: #fbdde6;
  --green: #167a4b;
  --font: "Bricolage Grotesque", "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: ui-monospace, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
  --gutter: clamp(18px, 3.2vw, 40px);
  --edge: max(var(--gutter), calc((100% - 1320px) / 2));
  --radius: 12px;
}

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

html {
  scroll-behavior: smooth;
  background: var(--cream);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--cream);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea {
  font: inherit;
  color: inherit;
}

a {
  color: inherit;
}

svg {
  display: block;
}

img {
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3 {
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 12px;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  color: var(--cream);
  background: var(--ink);
  border: 0;
  border-radius: 8px;
  clip-path: inset(50%);
  white-space: nowrap;
}

.skip-link:focus {
  top: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  overflow: visible;
  clip-path: none;
}

:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 3px;
}

/* Shared vocabulary: monospace labels, section marks, dots, display type */

.section-mark,
.section-num,
.hero__note,
.finds__meta,
.find__note,
.picker__head p,
.chip,
.radar__title,
.radar__checks,
.radar__facts,
.mobile-bar__count,
.mobile-bar__cta,
.site-header__tagline,
.site-nav,
.site-footer__claim,
.site-footer__brand,
.site-footer__fineprint,
.search-field input,
.brand-option small {
  font-family: var(--mono);
}

.section-mark {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 22px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-num {
  flex: 0 0 auto;
}

h2.section-mark {
  letter-spacing: 0.1em;
}

.dot {
  display: inline-block;
  font-style: normal;
}

i.dot:empty {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: var(--pink);
  border-radius: 50%;
  vertical-align: middle;
}

h1 .dot,
h2 .dot {
  color: var(--pink);
}

.display,
.signup__intro h2,
.settings-hero h1,
.message-shell h1,
.privacy-copy > h1 {
  font-weight: 800;
  font-stretch: 78%;
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

.plus {
  color: var(--pink);
  font-weight: 700;
}

/* Header */

.site-header {
  min-height: 64px;
  padding: 0 var(--edge);
  display: flex;
  align-items: center;
  gap: 40px;
}

.wordmark {
  color: var(--ink);
  font-size: 26px;
  font-weight: 800;
  font-stretch: 90%;
  letter-spacing: -0.045em;
  text-decoration: none;
  white-space: nowrap;
}

.wordmark i {
  color: var(--pink);
  font-style: normal;
}

.wordmark--small {
  font-family: var(--font);
  font-size: 20px;
  letter-spacing: -0.045em;
  text-transform: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-nav a {
  padding: 6px 0;
  text-decoration: none;
  text-underline-offset: 5px;
}

.site-nav a:hover {
  text-decoration: underline;
}

.site-header__tagline {
  margin: 0 0 0 auto;
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0.14em;
  text-align: right;
  text-transform: uppercase;
}

/* Hero */

.hero {
  position: relative;
  height: 440px;
  padding: 56px var(--edge) 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}

.hero__copy {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.hero__title {
  margin: 0;
  font-size: clamp(34px, 4.6vw, 62px);
  line-height: 0.98;
}

.hero__title-accent {
  color: var(--pink);
}

.hero__lead {
  max-width: 52ch;
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.5;
}

.hero__script {
  position: absolute;
  z-index: 1;
  top: 70px;
  left: calc(var(--edge) + 620px);
  margin: 0;
  color: var(--muted);
  font-family: "Snell Roundhand", "Savoye LET", "Brush Script MT", "Segoe Script", cursive;
  font-size: 19px;
  line-height: 1.25;
  transform: rotate(-9deg);
  transform-origin: left top;
}

.hero__art {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 44%;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 32%), linear-gradient(180deg, transparent, #000 22%);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(90deg, transparent, #000 32%), linear-gradient(180deg, transparent, #000 22%);
  mask-composite: intersect;
}

.hero__art img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 40% 30%;
}

/* Buttons */

.button {
  min-height: 58px;
  padding: 0 28px 0 26px;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  color: var(--cream);
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 150ms ease, border-color 150ms ease;
}

.button:hover {
  background: #2a2624;
  border-color: #2a2624;
}

.button__dot {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  background: var(--pink);
  border-radius: 50%;
}

.button__arrow {
  width: 24px;
  height: 12px;
  margin-left: 6px;
  flex: 0 0 auto;
  transition: transform 150ms ease;
}

.button:hover .button__arrow {
  transform: translateX(4px);
}

.button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.button--pink {
  color: #fff;
  background: var(--pink);
  border-color: var(--pink);
}

.button--pink:hover {
  background: var(--pink-deep);
  border-color: var(--pink-deep);
}

.button--small {
  min-height: 42px;
  padding: 0 20px 0 18px;
  gap: 14px;
  font-size: 10.5px;
}

.button--wide {
  width: 100%;
  padding: 0 18px;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  white-space: nowrap;
}

.button--wide > span:nth-child(2) {
  flex: 1 1 auto;
  text-align: left;
}

.text-link {
  display: inline-block;
  padding: 3px 0 2px;
  color: var(--ink);
  border-bottom: 2px solid var(--pink);
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover {
  color: var(--pink-deep);
}

.text-link--quiet {
  border-bottom-color: var(--line-strong);
  font-size: 14px;
  font-weight: 600;
}

/* Finds */

.finds {
  padding: 48px var(--edge) 64px;
  border-top: 1px solid var(--line);
}

.finds__head {
  margin-bottom: 26px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.finds__title {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  font-size: clamp(18px, 1.9vw, 24px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.finds__title .section-num {
  padding-top: 0.35em;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.finds__meta {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.14em;
  text-align: right;
  text-transform: uppercase;
}

.finds__updated {
  margin: 0;
}

.finds__all {
  padding: 4px 0 4px 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: 0;
  border-left: 1px solid var(--line);
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  cursor: pointer;
}

.finds__all:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.finds__all .button__arrow {
  margin-left: 4px;
}

.finds__grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 28px;
}

.js .finds__grid:not(.is-expanded) .find--extra {
  display: none;
}

.find {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.find__media {
  position: relative;
  aspect-ratio: 1.3;
  display: block;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.find__media img {
  width: 100%;
  height: 100%;
  padding: 6%;
  display: block;
  object-fit: contain;
  transition: transform 220ms ease;
}

.find:hover .find__media img {
  transform: scale(1.04);
}

.find__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: var(--line);
  font-size: 72px;
  font-weight: 800;
}

.find__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 7px 14px 8px;
  color: #fff;
  background: var(--pink);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: -0.01em;
}

.find__brand {
  margin: 16px 0 2px;
  font-size: 13px;
  font-weight: 700;
}

.find__name {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0;
}

.find__name a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: none;
}

.find__name a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.find__price {
  margin: 12px 0 0;
}

.find__note {
  margin: 10px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10.5px;
  letter-spacing: 0.02em;
}

.find__note i.dot {
  width: 6px;
  height: 6px;
}

.find__store {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.find__follow {
  margin-top: 12px;
  align-self: flex-start;
  color: var(--ink);
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-underline-offset: 4px;
}

.find__follow:hover,
.find__follow.is-on {
  text-decoration: underline;
}

.find__follow.is-on {
  color: var(--pink);
}

.finds__empty {
  max-width: 640px;
  padding: 32px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.finds__empty-title {
  margin: 0;
  font-size: clamp(22px, 2.6vw, 28px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.finds__empty p + p {
  margin: 10px 0 0;
  color: var(--muted);
}

/* Setup: picker + radar panel */

.setup {
  position: relative;
  padding: 0 var(--edge) 56px;
}

.setup-form {
  min-width: 0;
}

.setup .form-errors {
  max-width: 640px;
  margin: 28px 0 0;
}

/* Brand picker */

.picker {
  min-width: 0;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: clamp(28px, 4vw, 60px);
  align-items: start;
  border: 0;
}

.picker__main {
  min-width: 0;
  padding-top: 24px;
}

.brand-tools {
  margin: 0 0 22px;
}

.search-field {
  position: relative;
}

.search-field svg {
  position: absolute;
  top: 50%;
  left: 18px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 1.8;
  stroke-linecap: round;
  transform: translateY(-50%);
}

.search-field input {
  width: 100%;
  min-height: 46px;
  padding: 10px 70px 10px 48px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.search-field__sort {
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  transform: translateY(-50%);
}

.search-field input::placeholder,
.text-input::placeholder {
  color: #8f887f;
}

.search-field input:focus,
.text-input:focus {
  border-color: var(--ink);
  outline: 3px solid var(--blush);
  outline-offset: 0;
}

.search-result {
  min-height: 16px;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.picker__head {
  margin: 0 0 14px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 24px;
  border-bottom: 1px solid var(--line);
}

.picker__head p {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  min-height: 30px;
  padding: 0 14px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease;
}

.chip:hover {
  border-color: var(--ink);
}

.chip.is-on {
  color: var(--cream);
  background: var(--ink);
  border-color: var(--ink);
}

.brand-list {
  columns: 3;
  column-gap: 32px;
}

.brand-option {
  position: relative;
  min-height: 36px;
  padding: 3px 0;
  display: flex;
  align-items: center;
  gap: 12px;
  break-inside: avoid;
  cursor: pointer;
}

.brand-option input {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.brand-option__mark {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  border: 1.5px solid var(--ink);
  border-radius: 50%;
  transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

.brand-option:hover .brand-option__mark {
  border-color: var(--pink);
}

.brand-option input:checked + .brand-option__mark {
  background: var(--pink);
  border-color: var(--pink);
  box-shadow: inset 0 0 0 3px var(--cream);
}

.brand-option input:focus-visible + .brand-option__mark {
  outline: 3px solid var(--pink);
  outline-offset: 2px;
}

.brand-option__label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
}

.brand-option small {
  margin-left: 6px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.empty-filter {
  margin: 14px 0 0;
  padding: 14px 16px;
  color: var(--muted);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 14px;
}

.picker__suggest {
  max-width: 520px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

/* Radar panel (dark) */

.radar {
  position: relative;
  z-index: 2;
  margin-top: calc(-440px + 56px);
  padding: 24px 24px 22px;
  color: var(--cream);
  background: #111;
  border-radius: 18px;
  box-shadow: 0 34px 60px -34px rgba(0, 0, 0, 0.6);
}

.page-home .radar {
  position: sticky;
  top: 20px;
}

.radar__title {
  margin: 0 0 14px;
  padding-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border-bottom: 1px solid #2a2a2a;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.radar__title-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.radar__count {
  font-size: 13px;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.radar__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.radar__list li {
  min-height: 34px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 0 6px;
}

.radar__name {
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.radar__remove {
  width: 30px;
  height: 30px;
  margin-left: auto;
  padding: 0;
  display: grid;
  place-items: center;
  color: #b8b2a8;
  background: none;
  border: 0;
  border-radius: 50%;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
}

.radar__remove:hover {
  color: var(--pink);
  background: #1f1f1f;
}

html:not(.js) .radar__remove {
  display: none;
}

.radar__empty {
  margin: 0;
  color: #8f8a82;
  font-size: 13px;
  line-height: 1.5;
}

.radar__email {
  margin-top: 26px;
}

.radar .field-label {
  color: var(--cream);
  font-size: 14px;
  font-weight: 600;
}

.email-field {
  position: relative;
}

.email-field svg {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--muted);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: translateY(-50%);
  pointer-events: none;
}

.email-field .text-input {
  padding-left: 42px;
}

.radar .field-help {
  color: #8f8a82;
}

.radar .button--wide {
  margin-top: 18px;
}

.radar__checks {
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
  list-style: none;
  font-size: 10px;
  letter-spacing: 0.04em;
}

.radar__checks li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.radar__checks li::before {
  content: "";
  width: 9px;
  height: 5px;
  flex: 0 0 auto;
  border-left: 1.5px solid var(--cream);
  border-bottom: 1.5px solid var(--cream);
  transform: translateY(-2px) rotate(-45deg);
}

.radar__privacy {
  margin: 12px 0 0;
  font-size: 11px;
}

.radar__privacy a {
  color: #b8b2a8;
  text-underline-offset: 3px;
}

.radar__facts {
  margin: 22px 0 0;
  padding: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid #2a2a2a;
  color: #8f8a82;
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.radar__facts li {
  padding-left: 12px;
  border-left: 1px solid #2a2a2a;
}

.radar__facts li:first-child {
  padding-left: 0;
  border-left: 0;
}

.radar__facts strong {
  display: block;
  margin-bottom: 4px;
  color: var(--cream);
  font-family: var(--font);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

/* Mobile bar */

.mobile-bar {
  position: fixed;
  z-index: 50;
  right: 12px;
  bottom: 12px;
  left: 12px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 56px;
  padding: 8px 8px 8px 20px;
  color: var(--cream);
  background: #111;
  border-radius: 999px;
  box-shadow: 0 18px 40px -16px rgba(0, 0, 0, 0.6);
  text-decoration: none;
  transition: transform 200ms ease, opacity 200ms ease;
}

.mobile-bar.is-away {
  opacity: 0;
  transform: translateY(120%);
  pointer-events: none;
}

.mobile-bar__count {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mobile-bar__count strong {
  font-size: 14px;
}

.mobile-bar__cta {
  min-height: 40px;
  padding: 0 16px 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  background: var(--pink);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-bar__cta .button__dot {
  background: #fff;
}

.mobile-bar__cta .button__arrow {
  width: 20px;
  margin-left: 0;
}

/* Fields */

.form-section {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}


.field-label {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
}

.text-input {
  width: 100%;
  min-height: 46px;
  padding: 10px 16px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 14px;
}

.text-input--area {
  min-height: 72px;
  padding: 12px 16px;
  line-height: 1.4;
  resize: vertical;
}

.field-help {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.submit-row {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.submit-row p {
  max-width: 40ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.submit-row p a {
  color: var(--ink);
  font-weight: 700;
  text-underline-offset: 3px;
}

.submit-row--settings {
  justify-content: space-between;
}

.form-errors,
.form-success {
  margin: 0 0 28px;
  padding: 14px 18px;
  background: #ffe1e1;
  border-radius: var(--radius);
}

.form-success {
  color: #12513a;
  background: #dff3e8;
}

.form-errors p,
.form-success p {
  margin: 0;
  font-weight: 700;
}

.form-errors ul {
  margin: 5px 0 0;
  padding-left: 20px;
}

/* Preferences */

.settings-hero {
  padding: clamp(40px, 6vw, 72px) var(--gutter) clamp(28px, 4vw, 48px);
  border-bottom: 1px solid var(--line);
}

.settings-hero h1 {
  max-width: 12ch;
  margin-top: 26px;
  font-size: clamp(44px, 6.4vw, 92px);
}

.settings-hero > p:last-child {
  max-width: 34em;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.settings-hero strong {
  color: var(--ink);
  overflow-wrap: anywhere;
}

.settings-panel {
  max-width: 1100px;
  padding: clamp(32px, 5vw, 56px) var(--gutter) clamp(56px, 8vw, 96px);
}

/* Simple pages */

.message-shell {
  max-width: 720px;
  min-height: calc(100vh - 380px);
  padding: clamp(56px, 8vw, 96px) var(--gutter) clamp(64px, 9vw, 120px);
}

.message-shell h1 {
  font-size: clamp(44px, 6.4vw, 88px);
}

.message-shell__lead {
  max-width: 32em;
  margin: 24px 0 30px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.5;
}

.message-shell__lead strong {
  overflow-wrap: anywhere;
  color: var(--ink);
}

.message-shell__mark {
  width: 56px;
  height: 56px;
  margin: 0 0 28px;
  display: grid;
  place-items: center;
  color: var(--pink-deep);
  background: var(--blush);
  border-radius: 50%;
}

.message-shell__mark svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.note-box {
  max-width: 34em;
  margin: 0 0 28px;
  padding: 14px 18px;
  color: var(--muted);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 14px;
}

.note-box p {
  margin: 0;
}

.note-box p + p {
  margin-top: 8px;
}

.unsubscribe-form {
  display: flex;
  align-items: center;
  gap: 24px;
}

.privacy-copy {
  max-width: 760px;
  padding: clamp(56px, 8vw, 90px) var(--gutter) clamp(64px, 9vw, 110px);
}

.privacy-copy > h1 {
  font-size: clamp(44px, 6.4vw, 88px);
}

.privacy-copy__lead {
  max-width: 32em;
  margin: 24px 0 44px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.5;
}

.privacy-copy section {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.privacy-copy section h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.privacy-copy section p {
  max-width: 38em;
  margin: 0;
  color: var(--muted);
}

.privacy-copy__contact {
  margin: 24px 0;
}

.privacy-copy__contact a {
  font-weight: 700;
  text-underline-offset: 3px;
}

/* Footer */

.site-footer {
  border-top: 1px solid var(--line);
}

.site-footer__band {
  padding: 22px var(--edge);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 9.5px;
  letter-spacing: 0.14em;
  line-height: 1.6;
  text-transform: uppercase;
}

.site-footer__band p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-footer__claim .section-num,
.site-footer__brand .section-num {
  color: var(--muted);
}

.site-footer__fineprint {
  padding: 16px var(--edge) 22px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 32px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.site-footer__fineprint p {
  max-width: 78ch;
  margin: 0;
}

.site-footer__fineprint p:last-child {
  display: flex;
  gap: 24px;
}

.site-footer__fineprint a {
  color: var(--ink);
  text-underline-offset: 3px;
}

/* Responsive */

@media (max-width: 1180px) {
  .picker {
    grid-template-columns: minmax(0, 1fr) 290px;
  }

  .brand-list {
    columns: 2;
  }

  .hero__script {
    display: none;
  }
}

@media (max-width: 980px) {
  body.page-home {
    padding-bottom: 88px;
  }

  .hero {
    height: auto;
    min-height: 0;
    padding-top: 28px;
  }

  .hero__art {
    width: 40%;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 45%);
    mask-image: linear-gradient(90deg, transparent, #000 45%);
  }

  .hero__copy {
    max-width: 62%;
  }

  .picker {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .radar {
    margin-top: 0;
  }

  .page-home .radar {
    position: relative;
    top: auto;
  }

  .mobile-bar {
    display: flex;
  }

  .finds__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 58px;
    gap: 18px;
  }

  .site-header__tagline {
    display: none;
  }

  .site-nav {
    margin-left: auto;
    gap: 16px;
    font-size: 9.5px;
  }

  .site-nav a:last-child {
    display: none;
  }

  .hero__art {
    position: static;
    width: auto;
    height: clamp(200px, 48vw, 320px);
    margin: 22px calc(-1 * var(--gutter)) 0;
    -webkit-mask-image: linear-gradient(180deg, transparent, #000 25%);
    mask-image: linear-gradient(180deg, transparent, #000 25%);
  }

  .hero__art img {
    object-position: center 40%;
  }

  .hero__copy {
    max-width: none;
  }

  .finds__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 16px;
  }

  .find__tag {
    top: 8px;
    left: 8px;
    font-size: 14px;
  }

  .submit-row,
  .submit-row--settings,
  .unsubscribe-form {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .submit-row--settings,
  .unsubscribe-form {
    align-items: flex-start;
  }

  .submit-row .button,
  .unsubscribe-form .button {
    width: 100%;
  }

  .message-shell {
    min-height: auto;
  }

  .site-footer__band {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .site-nav a:nth-child(2) {
    display: none;
  }

  .brand-list {
    columns: 1;
  }

  .finds__grid {
    grid-template-columns: 1fr;
  }

  .hero__title {
    font-size: 34px;
  }

  .radar {
    padding: 20px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .find:hover .find__media img,
  .button:hover .button__arrow {
    transform: none;
  }
}

@media print {
  .site-header,
  .site-footer,
  .brand-tools,
  .button,
  .text-link,
  .hero__art,
  .mobile-bar {
    display: none !important;
  }

  body {
    background: #fff;
  }
}
