.contact { align-items: flex-start; }
.contact-copy { max-width: 590px; }
.signal-form { width: min(100%, 430px); margin-top: 28px; }
.signup-label { margin-bottom: 9px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.signup-button { display: inline-block; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); font-size: 12px; font-weight: 700; padding: 13px 16px; }
.signup-detail { margin: 10px 0 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.direct-contact { display: inline-block; margin-top: 24px; }

.marketplace { border-top: 1px solid var(--line); padding: 88px 32px; }
.marketplace > div { max-width: 1240px; margin: auto; }
.marketplace-intro { display: grid; grid-template-columns: .46fr 1fr; gap: 60px; }
.marketplace-intro h2 { max-width: 720px; margin-bottom: 21px; font-size: clamp(34px, 4vw, 56px); line-height: 1; letter-spacing: -.065em; }
.marketplace-intro p:not(.eyebrow) { max-width: 650px; color: #3c3934; font-size: 18px; line-height: 1.55; }
.marketplace-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 45px; }
.marketplace-cards article { min-height: 225px; padding: 25px; border: 1px solid var(--ink); display: flex; flex-direction: column; }
.marketplace-cards small { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.marketplace-cards h3 { margin: auto 0 12px; font-size: 29px; line-height: 1; letter-spacing: -.05em; }
.marketplace-cards p { margin: 0; color: #3c3934; font-size: 14px; line-height: 1.45; }
.marketplace-cards span, .marketplace-cards a { align-self: flex-start; margin-top: 20px; border: 1px solid var(--ink); padding: 6px 8px; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.marketplace-cards a:hover { background: var(--ink); color: var(--paper); }

@media (max-width: 760px) {
  .marketplace { padding: 62px 20px; }
  .marketplace-intro { grid-template-columns: 1fr; gap: 26px; }
  .marketplace-cards { grid-template-columns: 1fr; }
}

/* About / Privacy pages */
.about-hero { padding-top: 98px; padding-bottom: 64px; border-bottom: 1px solid var(--line); }
.about-hero h1 { max-width: 780px; }
.about-hero .lede { max-width: 640px; }
.about-hero p:not(.eyebrow):not(.lede):not(.muted) { max-width: 640px; color: #3c3934; font-size: 17px; line-height: 1.6; margin-top: 18px; margin-bottom: 0; }
.about-hero.privacy-copy .muted { margin-top: 18px; }

.about-grid { display: grid; grid-template-columns: .46fr 1fr; gap: 60px; padding-top: 72px; padding-bottom: 72px; border-bottom: 1px solid var(--line); }
.about-grid div { max-width: 715px; }
.about-grid h2 { font-size: clamp(30px, 3.6vw, 46px); line-height: 1.04; letter-spacing: -.055em; margin-bottom: 18px; }
.about-grid p { font-size: 17px; line-height: 1.6; color: #3c3934; margin-bottom: 16px; }
.about-grid p:last-child { margin-bottom: 0; }
.about-grid .actions { margin-top: 28px; }
.about-grid.inverse { background: var(--ink); color: var(--paper); border-bottom: none; }
.about-grid.inverse .eyebrow { color: var(--acid); }
.about-grid.inverse p { color: #d9d5cc; }

.inline-link { text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.inline-link:hover { color: var(--muted); }
.inline-link b { font-weight: 600; margin-left: 2px; text-decoration: none; display: inline-block; }

@media (max-width: 760px) {
  .about-hero { padding-top: 70px; padding-bottom: 44px; }
  .about-hero p:not(.eyebrow):not(.lede):not(.muted) { max-width: none; }
  .about-grid { grid-template-columns: 1fr; gap: 24px; padding-top: 48px; padding-bottom: 48px; }
}

/* Field Note article */
.note-hero { padding-bottom: 40px; border-bottom: none; }
.note-hero h1 { max-width: 820px; font-size: clamp(40px, 5.4vw, 72px); }
.note-body { max-width: 1240px; margin: auto; padding: 0 32px 8px; }
.note-body p { max-width: 700px; font-size: 19px; line-height: 1.7; color: #2c2a26; margin-bottom: 24px; }
.note-art { width: min(100%, 700px); margin: 42px 0 46px; }
.note-art img { display: block; width: 100%; max-height: 820px; object-fit: cover; object-position: center; border: 1px solid var(--ink); background: var(--ink); }
.note-art figcaption { margin-top: 10px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.desk-art { margin: 0; width: 100%; aspect-ratio: 3 / 4; overflow: hidden; border: 1px solid var(--ink); background: var(--ink); }
.desk-art img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.note-footer { max-width: 1240px; margin: auto; padding: 56px 32px 88px; border-top: 1px solid var(--line); }
.note-footer .actions { margin: 0; }

@media (max-width: 760px) {
  .note-hero { padding-bottom: 28px; }
  .note-body { padding: 0 20px 4px; }
  .note-body p { font-size: 17px; margin-bottom: 20px; }
  .note-art { margin: 32px 0 36px; }
  .note-footer { padding: 40px 20px 62px; }
}
