/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[11].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[11].oneOf[13].use[5]!./app/scss/components/landing.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Scoped landing page styles — ported from pre-template globals.css */
.landing-page {
  --ink: #172026;
  --muted: #65717b;
  --line: #ddd4c8;
  --paper: #f8f4ec;
  --panel: #fffdf8;
  --sage: #456b55;
  --sage-dark: #294638;
  --clay: #b76445;
  --gold: #d6a84f;
  --blue: #375f7f;
  --shadow: 0 14px 36px rgba(23, 32, 38, 0.08);
  --shadow-card: 0 3px 18px rgba(23, 32, 38, 0.05);
  --shadow-card-hover: 0 8px 22px rgba(23, 32, 38, 0.08);
  --tint-sage: rgba(69, 107, 85, 0.12);
  --tint-blue: rgba(55, 95, 127, 0.12);
  --tint-clay: rgba(183, 100, 69, 0.12);
  --tint-gold: rgba(214, 168, 79, 0.14);
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.landing-page * {
  box-sizing: border-box;
}

.landing-page a {
  color: inherit;
  text-decoration: none;
}

.landing-page button {
  cursor: pointer;
}

.landing-page button:disabled {
  cursor: wait;
}

.landing-page img {
  display: block;
  max-width: 100%;
}

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

.landing-page .mobile-only {
  display: none;
}

.landing-page .desktop-only {
  display: initial;
}

.landing-page .section-inner {
  width: min(1180px, 100% - 32px);
  margin: 0 auto;
}

.landing-page .mobile-hero, .landing-page .mobile-exchange-preview, .landing-page .mobile-simple-section {
  width: min(1180px, 100% - 32px);
  margin: 0 auto;
}

.landing-page .mobile-hero {
  padding: 20px 0 12px;
}

.landing-page .mobile-hero h1 {
  max-width: 18ch;
  font-size: clamp(1.9rem, 5vw, 2.4rem);
  line-height: 1.08;
}

.landing-page .mobile-hero__status {
  margin: 0 0 10px;
  color: var(--clay);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.landing-page .mobile-hero__copy {
  max-width: 36ch;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.landing-page .mobile-hero__microcopy {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.landing-page .mobile-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 16px;
  padding: 0 20px;
  color: #fffefb;
  font-weight: 700;
  background: var(--sage);
  border-radius: 10px;
}

.landing-page .mobile-exchange-preview {
  padding: 16px 0 12px;
}

.landing-page .mobile-exchange-preview h2 {
  margin-bottom: 12px;
  font-size: 1.15rem;
}

.landing-page .mobile-exchange-preview__list, .landing-page .mobile-simple-list, .landing-page .mobile-steps-list, .landing-page .mobile-trust-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.landing-page .mobile-exchange-preview__list {
  display: grid;
  gap: 10px;
}

.landing-page .mobile-exchange-preview__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.landing-page .mobile-exchange-preview__main {
  min-width: 0;
}

.landing-page .mobile-exchange-preview__title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
}

.landing-page .mobile-exchange-preview__meta {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.landing-page .mobile-nearby-list {
  display: grid;
  gap: 10px;
}

.landing-page .mobile-simple-section {
  padding-top: 40px;
  padding-bottom: 36px;
}

.landing-page .mobile-simple-section .section-heading {
  margin-bottom: 14px;
}

.landing-page .mobile-simple-section h2 {
  font-size: clamp(1.35rem, 4vw, 1.8rem);
  line-height: 1.12;
}

.landing-page .mobile-simple-list, .landing-page .mobile-trust-list {
  display: grid;
  gap: 10px;
}

.landing-page .mobile-simple-list li, .landing-page .mobile-trust-list li {
  padding: 14px;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.landing-page .mobile-simple-list h3, .landing-page .mobile-trust-list h3 {
  margin-bottom: 6px;
  font-size: 0.98rem;
}

.landing-page .mobile-simple-list p, .landing-page .mobile-trust-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.landing-page .mobile-steps-list {
  display: grid;
  gap: 12px;
}

.landing-page .mobile-steps-list li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.landing-page .mobile-steps-list li > span {
  display: inline-grid;
  width: 30px;
  height: 30px;
  margin-top: 1px;
  color: #fff;
  font-size: 0.84rem;
  font-weight: 800;
  background: var(--sage);
  border-radius: 50%;
  place-items: center;
}

.landing-page .mobile-steps-list h3 {
  font-size: 0.98rem;
}

.landing-page .mobile-steps-list p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.landing-page .landing-header {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  width: min(1180px, 100% - 32px);
  margin: 12px auto 0;
  padding: 10px 12px 10px 14px;
  background: rgba(251, 250, 246, 0.92);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(23, 32, 38, 0.05);
}

.landing-page .flipfair-logo-link {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  line-height: 0;
}

.landing-page .flipfair-logo-wrap {
  display: inline-block;
  overflow: hidden;
  line-height: 0;
}

.landing-page .flipfair-logo-wrap--compact {
  width: min(184px, 48vw);
}

.landing-page .flipfair-logo-wrap--compact .flipfair-logo {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.landing-page .page-brand {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.landing-page .landing-header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.94rem;
}

.landing-page .landing-header nav a {
  padding: 9px 11px;
  border-radius: 8px;
  transition: color 150ms ease, background 150ms ease;
}

.landing-page .landing-header nav a:hover, .landing-page .landing-footer a:hover {
  color: var(--ink);
  background: rgba(69, 107, 85, 0.08);
}

.landing-page .header-cta {
  justify-self: end;
  min-width: 86px;
  padding: 11px 18px;
  color: #fffefb;
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
  background: var(--sage);
  border-radius: 8px;
}

.landing-page .live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 8px 14px;
  color: var(--sage-dark);
  font-size: 0.82rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-card);
}

.landing-page .live-pill__dot {
  width: 8px;
  height: 8px;
  background: #3cb878;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(60, 184, 120, 0.25);
}

.landing-page .hero-shelf {
  position: relative;
  padding: 20px 0 56px;
  margin-bottom: 64px;
  background: transparent;
  border: 0;
  overflow: hidden;
}

.landing-page .hero-shelf__glow {
  display: none;
}

.landing-page .hero-shelf::after {
  display: none;
}

.landing-page .hero-shelf__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(300px, 1.12fr);
  gap: 28px 40px;
  align-items: start;
  width: min(1180px, 100% - 32px);
  margin: 0 auto;
  padding-top: 20px;
}

.landing-page .hero-shelf__intro {
  max-width: 520px;
  padding-top: 8px;
}

.landing-page .hero-shelf__intro h1 {
  font-size: clamp(2.1rem, 4.8vw, 3.6rem);
  line-height: 1.04;
}

.landing-page .eyebrow {
  margin: 0 0 16px;
  color: var(--clay);
  font-size: clamp(0.94rem, 1.4vw, 1.1rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.landing-page .eyebrow--lined {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.landing-page .eyebrow--lined::before {
  width: 25px;
  height: 1px;
  content: "";
  background: var(--sage);
}

.landing-page h1, .landing-page h2, .landing-page h3, .landing-page p {
  overflow-wrap: anywhere;
}

.landing-page h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.landing-page h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.landing-page h3 {
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: 0;
}

.landing-page .hero-text {
  max-width: 630px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 1.17rem;
  line-height: 1.7;
}

.landing-page .microcopy {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.landing-page .waitlist-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  max-width: 660px;
  margin-top: 30px;
}

.landing-page .waitlist-form--bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  padding: 6px 6px 6px 0;
  background: #fffefb;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow-card);
}

.landing-page .waitlist-form--bar input {
  flex: 1 1 180px;
  min-width: 0;
  min-height: 48px;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 10px 0 0 10px;
  box-shadow: none;
}

.landing-page .waitlist-form--bar input:focus {
  box-shadow: none;
}

.landing-page .waitlist-form--bar button {
  flex: 0 0 auto;
  min-height: 48px;
  margin: 0;
  border-radius: 6px;
}

.landing-page .waitlist-form--bar .form-message {
  flex: 1 1 100%;
  padding: 0 12px 8px;
}

.landing-page .waitlist-form input {
  min-height: 54px;
  padding: 0 18px;
  color: var(--ink);
  background: #fffefb;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: 0;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.landing-page .waitlist-form:not(.waitlist-form--bar) input:focus {
  border-color: #7e9b88;
  box-shadow: 0 0 0 3px rgba(126, 155, 136, 0.16);
}

.landing-page .waitlist-form input::-moz-placeholder {
  color: #8f8a81;
}

.landing-page .waitlist-form input::placeholder {
  color: #8f8a81;
}

.landing-page .waitlist-form button {
  min-height: 54px;
  padding: 0 22px;
  color: #fff;
  white-space: nowrap;
  background: var(--ink);
  border: 0;
  border-radius: 8px;
  transition: background 150ms ease, transform 150ms ease;
}

.landing-page .waitlist-form button:hover:not(:disabled) {
  background: var(--sage-dark);
}

.landing-page .waitlist-form--bar button {
  background: var(--sage);
}

.landing-page .waitlist-form--bar button:hover:not(:disabled) {
  background: var(--sage-dark);
}

.landing-page #waitlist-hero.waitlist-form--bar {
  gap: 12px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.landing-page #waitlist-hero.waitlist-form--bar input {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.landing-page #waitlist-hero.waitlist-form--bar input:focus {
  border-color: #7e9b88;
  box-shadow: 0 0 0 3px rgba(126, 155, 136, 0.16);
}

.landing-page #waitlist-hero.waitlist-form--bar button {
  border-radius: 10px;
}

.landing-page .form-message {
  grid-column: 1/-1;
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.5;
}

.landing-page .form-message--success {
  color: var(--sage-dark);
}

.landing-page .form-message--error {
  color: #9b2f2f;
}

.landing-page .neighborhood-shelf {
  position: relative;
  padding: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, #f7f3eb 100%);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.landing-page .neighborhood-shelf__toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.landing-page .neighborhood-shelf__locale {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow-card);
}

.landing-page .neighborhood-shelf__locale strong {
  display: block;
  font-size: 0.88rem;
}

.landing-page .neighborhood-shelf__locale span {
  color: var(--muted);
  font-size: 0.76rem;
}

.landing-page .neighborhood-shelf__pin {
  position: relative;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 2px solid var(--gold);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.landing-page .neighborhood-shelf__pin::after {
  position: absolute;
  inset: 4px;
  background: var(--gold);
  border-radius: 50%;
  content: "";
}

.landing-page .neighborhood-shelf__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.landing-page .trust-chip {
  padding: 5px 10px;
  color: var(--sage-dark);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.landing-page .trust-chip--live {
  color: #1e4d6b;
  background: var(--tint-blue);
}

.landing-page .neighborhood-shelf__surface {
  position: relative;
  min-height: 320px;
  padding: 18px 12px 12px;
  background: linear-gradient(180deg, #e8dfd1 0%, #ddd2c2 8%, #d4c8b6 100%);
  border: 1px solid #c9bba8;
  border-radius: 8px;
  box-shadow: inset 0 2px 8px rgba(23, 32, 38, 0.08);
}

.landing-page .neighborhood-shelf__rail {
  position: absolute;
  top: 14px;
  right: 8%;
  left: 8%;
  height: 6px;
  background: linear-gradient(180deg, #b8a992, #a6937c);
  border-radius: 999px;
  box-shadow: 0 2px 4px rgba(23, 32, 38, 0.12);
}

.landing-page .neighborhood-shelf__cards {
  position: relative;
  min-height: 290px;
}

.landing-page .shelf-card {
  position: absolute;
  width: min(172px, 44%);
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow-card);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.landing-page .shelf-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 8px;
}

.landing-page .shelf-card__avatar {
  display: inline-grid;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 800;
  background: var(--sage);
  border-radius: 50%;
  place-items: center;
}

.landing-page .shelf-card__thumb {
  display: grid;
  width: 100%;
  height: 52px;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  place-items: center;
  background: linear-gradient(135deg, var(--tint-sage), var(--tint-gold));
  border-radius: 4px;
}

.landing-page .shelf-card__title {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.25;
}

.landing-page .shelf-card__note {
  margin: 4px 0 0;
  color: var(--sage-dark);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.35;
}

.landing-page .shelf-card__location {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.3;
}

.landing-page .shelf-card--a {
  top: 6%;
  left: 0;
  transform: rotate(-5deg);
  z-index: 4;
}

.landing-page .shelf-card--b {
  top: 2%;
  right: 2%;
  transform: rotate(4deg);
  z-index: 5;
}

.landing-page .shelf-card--c {
  top: 36%;
  left: 14%;
  transform: rotate(-2deg);
  z-index: 6;
}

.landing-page .shelf-card--d {
  top: 32%;
  right: 0;
  transform: rotate(3deg);
  z-index: 3;
}

.landing-page .shelf-card--e {
  right: 10%;
  bottom: 2%;
  transform: rotate(-3deg);
  z-index: 2;
}

.landing-page .neighborhood-shelf__activity {
  margin-top: 12px;
  overflow: hidden;
  border-top: 1px dashed var(--line);
}

.landing-page .activity-marquee {
  padding-top: 10px;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.landing-page .activity-marquee__track {
  display: flex;
  gap: 10px;
  width: -moz-max-content;
  width: max-content;
  animation: activity-scroll 28s linear infinite;
}

.landing-page .activity-marquee__item {
  flex-shrink: 0;
  padding: 6px 12px;
  color: var(--muted);
  font-size: 0.72rem;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 999px;
}

@keyframes activity-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.landing-page .listing-badge {
  display: inline-block;
  padding: 3px 8px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 4px;
}

.landing-page .listing-badge--borrow {
  color: #1e4d6b;
  background: var(--tint-blue);
}

.landing-page .listing-badge--swap {
  color: var(--sage-dark);
  background: var(--tint-sage);
}

.landing-page .listing-badge--offer {
  color: var(--sage-dark);
  background: var(--tint-sage);
}

.landing-page .listing-badge--request {
  color: #6b4f2d;
  background: var(--tint-gold);
}

.landing-page .listing-badge--giveaway {
  color: #8a3f28;
  background: var(--tint-clay);
}

.landing-page .listing-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow-card);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.landing-page .listing-card__visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, var(--tint-gold), var(--tint-sage));
}

.landing-page .listing-card__emoji {
  display: grid;
  width: 100%;
  height: 100%;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
  letter-spacing: 0;
  place-items: center;
}

.landing-page .listing-card__verified {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 8px;
  color: var(--sage-dark);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.landing-page .listing-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6px;
  padding: 16px;
}

.landing-page .listing-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.landing-page .listing-card__distance {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 600;
}

.landing-page .listing-card__title {
  margin: 0;
  font-size: 1.05rem;
}

.landing-page .listing-card__status {
  margin: 0;
  color: var(--sage-dark);
  font-size: 0.82rem;
  font-weight: 600;
}

.landing-page .listing-card__footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
}

.landing-page .listing-card__avatar {
  display: inline-grid;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  background: var(--sage);
  border-radius: 50%;
  place-items: center;
}

.landing-page .listing-card__member {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.landing-page .listing-card--compact {
  flex-direction: row;
  align-items: stretch;
}

.landing-page .listing-card--compact .listing-card__visual {
  aspect-ratio: auto;
  width: 72px;
  min-width: 72px;
  flex-shrink: 0;
}

.landing-page .listing-card--compact .listing-card__emoji {
  font-size: 0.72rem;
}

.landing-page .listing-card--compact .listing-card__verified {
  display: none;
}

.landing-page .listing-card--compact .listing-card__body {
  padding: 10px 12px;
  gap: 4px;
}

.landing-page .listing-card--compact .listing-card__meta {
  gap: 6px;
}

.landing-page .listing-card--compact .listing-card__distance {
  font-size: 0.72rem;
}

.landing-page .listing-card--compact .listing-card__title {
  font-size: 0.94rem;
  line-height: 1.25;
}

.landing-page .listing-card--compact .listing-card__status {
  font-size: 0.76rem;
  line-height: 1.35;
}

.landing-page .listing-card--compact .listing-card__footer {
  margin-top: 2px;
  padding-top: 0;
}

.landing-page .listing-card--compact .listing-card__avatar {
  width: 22px;
  height: 22px;
  font-size: 0.58rem;
}

.landing-page .listing-card--compact .listing-card__member {
  font-size: 0.72rem;
}

.landing-page .section-share {
  padding-top: 56px;
}

.landing-page .share-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.landing-page .share-filter {
  padding: 8px 16px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  transition: color 150ms ease, background 150ms ease, border-color 150ms ease;
}

.landing-page .share-filter:hover {
  color: var(--ink);
  border-color: #c5cec7;
}

.landing-page .share-filter--active {
  color: #fff;
  background: var(--sage);
  border-color: var(--sage);
}

.landing-page .share-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.landing-page .different-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.landing-page .different-card h3 {
  font-size: 1.02rem;
}

.landing-page .trust-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 1.05fr);
  gap: 40px;
  align-items: start;
  padding: 36px;
  background: linear-gradient(135deg, #eef3ee, #fff);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-card);
}

.landing-page .trust-shell__copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.7;
}

.landing-page .trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.landing-page .trust-grid__item {
  padding: 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow-card);
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.landing-page .trust-grid__item--rich {
  padding: 20px;
}

.landing-page .trust-grid__item--rich .landing-card__icon {
  margin-bottom: 14px;
}

.landing-page .trust-grid__item h3 {
  margin-bottom: 8px;
  font-size: 0.98rem;
}

.landing-page .trust-grid__item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
}

.landing-page .trust-grid__item-detail {
  margin-top: 8px !important;
  color: var(--muted);
  font-size: 0.82rem !important;
  line-height: 1.5 !important;
  opacity: 0.92;
}

.landing-page .section-heading--row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  align-items: flex-end;
  justify-content: space-between;
}

.landing-page .section-heading__aside {
  max-width: 280px;
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.6;
}

.landing-page .section-trust {
  padding-top: 88px;
  padding-bottom: 88px;
}

.landing-page .final-cta--circle {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f6f1e8 0%, #efe8dc 100%);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
}

@media (prefers-reduced-motion: no-preference) {
  .landing-page .hero-shelf__intro {
    animation: landing-fade-in 600ms ease both;
  }
  .landing-page .neighborhood-shelf {
    animation: landing-fade-in 700ms ease 100ms both;
  }
  .landing-page .live-pill__dot {
    animation: live-pulse 2s ease infinite;
  }
  .landing-page .shelf-card {
    animation: board-float 5s ease-in-out infinite;
  }
  .landing-page .shelf-card--b {
    animation-delay: 0.6s;
  }
  .landing-page .shelf-card--c {
    animation-delay: 1.2s;
  }
  .landing-page .shelf-card--d {
    animation-delay: 0.3s;
  }
  .landing-page .shelf-card--e {
    animation-delay: 1.5s;
  }
  .landing-page .landing-card:hover, .landing-page .listing-card:hover, .landing-page .shelf-card:hover, .landing-page .different-card:hover, .landing-page .trust-grid__item:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-card-hover);
  }
  .landing-page .shelf-card--a:hover {
    transform: translateY(-3px) rotate(-5deg);
  }
  .landing-page .shelf-card--b:hover {
    transform: translateY(-3px) rotate(4deg);
  }
  .landing-page .shelf-card--c:hover {
    transform: translateY(-3px) rotate(-2deg);
  }
  .landing-page .shelf-card--d:hover {
    transform: translateY(-3px) rotate(3deg);
  }
  .landing-page .shelf-card--e:hover {
    transform: translateY(-3px) rotate(-3deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .landing-page .activity-marquee__track {
    animation: none;
  }
}
@keyframes landing-fade-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes live-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.55;
  }
}
@keyframes board-float {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: -6px;
  }
}
.landing-page .section {
  width: 100%;
  padding: 72px 0;
}

.landing-page .section + .section,
.landing-page .hero-shelf + .section,
.landing-page .section + .final-cta-wrap {
  margin-top: 32px;
}

.landing-page #what-is-flipfair,
.landing-page #how-it-works,
.landing-page #membership {
  padding-top: 104px;
}

.landing-page #what-is-flipfair .section-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.landing-page #how-it-works .section-inner {
  padding-bottom: 70px;
}

.landing-page #membership .section-inner {
  padding-top: 40px;
}

.landing-page .section-muted {
  background: transparent;
}

.landing-page .section-muted .section-inner {
  padding: 48px 36px;
  background: #eef3ee;
  border-radius: 12px;
}

.landing-page .section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.landing-page .section-heading p:not(.eyebrow), .landing-page .trust-section > p, .landing-page .final-cta p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.landing-page .card-grid, .landing-page .steps-grid {
  display: grid;
  gap: 20px;
}

.landing-page .card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-page .card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-page #membership .card-grid--three {
  gap: 28px;
  margin-bottom: 48px;
}

.landing-page #community .trust-shell {
  margin-top: 32px;
}

.landing-page .section-inner--exchange {
  padding: 48px 36px;
  background: linear-gradient(180deg, #f3eee4 0%, #fffdf8 100%);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-card);
}

.landing-page .exchange-categories-grid {
  gap: 24px;
}

.landing-page .exchange-category-card {
  display: flex;
  flex-direction: column;
  min-height: 210px;
}

.landing-page .exchange-category-card h3 {
  font-size: 1.04rem;
}

.landing-page .exchange-category-card__examples {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 0;
  padding: 16px 0 0;
  list-style: none;
}

.landing-page .exchange-category-card__examples li {
  padding: 5px 10px;
  color: var(--sage-dark);
  font-size: 0.78rem;
  font-weight: 700;
  background: rgba(255, 253, 248, 0.88);
  border: 1px solid rgba(221, 212, 200, 0.9);
  border-radius: 999px;
}

.landing-page .steps-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-page .landing-card {
  min-height: 160px;
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow-card);
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.landing-page .landing-card__icon {
  display: inline-grid;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid rgba(221, 212, 200, 0.75);
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(23, 32, 38, 0.04);
}

.landing-page .landing-card__icon--compact {
  width: 44px;
  height: 44px;
  margin-bottom: 0;
  border-radius: 12px;
}

.landing-page .landing-card__icon--sage {
  color: var(--sage-dark);
  background: linear-gradient(180deg, rgba(69, 107, 85, 0.18), rgba(69, 107, 85, 0.08));
}

.landing-page .landing-card__icon--gold {
  color: #8a6424;
  background: linear-gradient(180deg, rgba(214, 168, 79, 0.22), rgba(214, 168, 79, 0.1));
}

.landing-page .landing-card__icon--clay {
  color: #9a4f34;
  background: linear-gradient(180deg, rgba(183, 100, 69, 0.2), rgba(183, 100, 69, 0.1));
}

.landing-page .landing-card__icon--blue {
  color: var(--blue);
  background: linear-gradient(180deg, rgba(55, 95, 127, 0.18), rgba(55, 95, 127, 0.08));
}

.landing-page .mobile-simple-list__item--icon {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.landing-page .landing-card p, .landing-page .step-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.landing-page .landing-card--sage {
  background: linear-gradient(180deg, var(--tint-sage), var(--panel) 72%);
}

.landing-page .landing-card--blue {
  background: linear-gradient(180deg, var(--tint-blue), var(--panel) 72%);
}

.landing-page .landing-card--clay {
  background: linear-gradient(180deg, var(--tint-clay), var(--panel) 72%);
}

.landing-page .landing-card--gold {
  background: linear-gradient(180deg, var(--tint-gold), var(--panel) 72%);
}

.landing-page .step-card__number {
  display: inline-grid;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
  place-items: center;
  color: #fff;
  font-weight: 800;
  background: var(--sage);
  border-radius: 50%;
}

.landing-page .final-cta-wrap {
  padding-top: 24px;
  padding-bottom: 104px;
}

.landing-page .final-cta {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 42px;
  align-items: center;
  padding: 42px;
  color: var(--ink);
  background: #f4eee3;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.landing-page .final-cta .eyebrow {
  color: var(--clay);
}

.landing-page .final-cta p {
  color: var(--muted);
}

.landing-page .final-cta .eyebrow--lined::before {
  background: var(--gold);
}

.landing-page .final-cta .waitlist-form--bar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 10px;
  background: #fffdf8;
}

.landing-page .final-cta .waitlist-form--bar input, .landing-page .final-cta .waitlist-form--bar button {
  width: 100%;
  min-height: 52px;
  margin: 0;
  border-radius: 10px;
}

.landing-page .final-cta .waitlist-form--bar input {
  padding: 0 14px;
  border: 1px solid var(--line);
}

.landing-page .final-cta .form-message--success {
  color: var(--sage-dark);
}

.landing-page .final-cta .form-message--error {
  color: #9b2f2f;
}

.landing-page .waitlist-form--compact {
  max-width: none;
  margin-top: 0;
}

.landing-page .hero-waitlist--mobile {
  display: none;
}

.landing-page .hero-scroll-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: 22px;
  padding: 0 20px;
  color: var(--ink);
  font-weight: 700;
  text-align: center;
  background: var(--gold);
  border-radius: 8px;
  box-shadow: none;
  transition: filter 150ms ease, transform 150ms ease;
}

.landing-page .hero-scroll-cta:hover {
  filter: brightness(1.06);
}

.landing-page .hero-scroll-cta:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.landing-page .share-grid--scroll, .landing-page .neighborhood-shelf__cards--scroll {
  scrollbar-width: thin;
}

.landing-page .share-grid--scroll::-webkit-scrollbar, .landing-page .neighborhood-shelf__cards--scroll::-webkit-scrollbar {
  height: 4px;
}

.landing-page .share-grid--scroll::-webkit-scrollbar-thumb, .landing-page .neighborhood-shelf__cards--scroll::-webkit-scrollbar-thumb {
  background: rgba(69, 107, 85, 0.2);
  border-radius: 999px;
}

.landing-page .landing-footer {
  width: 100%;
  margin-top: 8px;
  padding: 0 0 48px;
  background: transparent;
}

.landing-page .landing-footer__shell {
  padding: 44px 40px 28px;
  color: #5f676e;
  background: linear-gradient(180deg, #e4ddd2 0%, #ebe3d8 100%);
  border: 1px solid #cfc5b8;
  border-radius: 12px;
  box-shadow: var(--shadow-card);
}

.landing-page .landing-footer__main {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: 48px 64px;
  width: 100%;
  margin: 0;
}

.landing-page .landing-footer__brand {
  max-width: 360px;
}

.landing-page .landing-footer__tagline {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.landing-page .landing-footer__note {
  margin: 12px 0 0;
  font-size: 0.94rem;
  line-height: 1.65;
}

.landing-page .landing-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 20px;
}

.landing-page .landing-footer__label {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.landing-page .landing-footer__column ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.landing-page .landing-footer__column li {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.45;
}

.landing-page .landing-footer a {
  display: inline-block;
  padding: 2px 0;
  border-radius: 6px;
  transition: color 150ms ease, background 150ms ease;
}

.landing-page .landing-footer__soon {
  color: #7a746b;
  font-style: italic;
}

.landing-page .landing-footer__soon::after {
  content: " · coming soon";
}

.landing-page .landing-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 36px 0 0;
  padding-top: 24px;
  font-size: 0.88rem;
  border-top: 1px solid rgba(164, 154, 140, 0.45);
}

.landing-page .landing-footer__bottom p {
  margin: 0;
}

@media (max-width: 980px) {
  .landing-page .landing-header {
    grid-template-columns: 1fr auto;
  }
  .landing-page .card-grid--four, .landing-page .card-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .landing-page .landing-header nav {
    display: none;
  }
  .landing-page .landing-footer__main {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .landing-page .landing-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .landing-page .hero-shelf__inner, .landing-page .trust-shell, .landing-page .final-cta {
    grid-template-columns: 1fr;
  }
  .landing-page .hero-shelf__inner {
    gap: 24px;
  }
  .landing-page .neighborhood-shelf__surface {
    min-height: auto;
    padding: 12px 0 12px 12px;
  }
  .landing-page .neighborhood-shelf__rail, .landing-page .neighborhood-shelf__map-hint {
    display: none;
  }
  .landing-page .neighborhood-shelf__cards {
    position: relative;
    display: flex;
    gap: 12px;
    min-height: auto;
    padding-right: 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .landing-page .shelf-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    flex: 0 0 min(220px, 44vw);
    width: min(220px, 44vw);
    transform: none;
    scroll-snap-align: start;
    animation: none;
  }
  .landing-page .share-grid, .landing-page .different-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .landing-page .steps-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .landing-page .mobile-only {
    display: block;
  }
  .landing-page .desktop-only {
    display: none !important;
  }
  .landing-page .section-inner, .landing-page .mobile-hero, .landing-page .mobile-exchange-preview, .landing-page .mobile-simple-section {
    width: min(100% - 20px, 1180px);
  }
  .landing-page .section-muted .section-inner,
  .landing-page .section-inner--exchange {
    padding: 28px 18px;
  }
  .landing-page .exchange-category-card {
    min-height: 0;
  }
  .landing-page .mobile-hero {
    padding: 6px 0 8px;
  }
  .landing-page .mobile-hero h1 {
    font-size: clamp(1.54rem, 6.4vw, 1.92rem);
    line-height: 1.1;
    text-wrap: balance;
  }
  .landing-page .mobile-hero__status {
    margin-bottom: 8px;
    font-size: 0.68rem;
  }
  .landing-page .mobile-hero__copy {
    margin-top: 10px;
    font-size: 0.92rem;
    line-height: 1.45;
  }
  .landing-page .mobile-hero__cta {
    width: 100%;
    min-height: 48px;
    margin-top: 14px;
  }
  .landing-page .mobile-exchange-preview {
    padding: 8px 0 2px;
  }
  .landing-page .mobile-exchange-preview h2 {
    margin-bottom: 10px;
    font-size: 1.08rem;
  }
  .landing-page .mobile-exchange-preview__row {
    padding: 10px;
  }
  .landing-page .mobile-nearby-list .listing-card {
    width: 100%;
  }
  .landing-page .section-share .section-heading__aside {
    display: none;
  }
  .landing-page .mobile-simple-section {
    padding-top: 36px;
    padding-bottom: 28px;
  }
  .landing-page .mobile-simple-section .section-heading {
    margin-bottom: 12px;
  }
  .landing-page .mobile-simple-list li, .landing-page .mobile-trust-list li {
    padding: 12px;
  }
  .landing-page .mobile-steps-list li {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 9px;
  }
  .landing-page .mobile-steps-list li > span {
    width: 28px;
    height: 28px;
  }
  .landing-page .landing-header {
    top: 8px;
    width: min(100% - 20px, 1180px);
    margin-top: 8px;
    padding: 8px;
    gap: 10px;
  }
  .landing-page .flipfair-logo-wrap--compact {
    max-width: min(140px, 40vw);
  }
  .landing-page .header-cta {
    min-width: auto;
    min-height: 44px;
    padding: 10px 12px;
    font-size: 0.82rem;
    letter-spacing: 0.01em;
  }
  .landing-page .hero-shelf__inner {
    width: min(100% - 20px, 1180px);
  }
  .landing-page .hero-shelf {
    padding: 6px 0 30px;
    overflow-x: clip;
  }
  .landing-page .hero-shelf__glow {
    display: none;
  }
  .landing-page .hero-shelf__inner {
    gap: 16px;
  }
  .landing-page .hero-shelf__inner > * {
    min-width: 0;
  }
  .landing-page .hero-shelf__intro {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .landing-page .hero-shelf__intro h1 {
    text-wrap: balance;
  }
  .landing-page .hero-shelf__intro h1, .landing-page .hero-shelf h1 {
    max-width: 100%;
    font-size: clamp(1.62rem, 7vw, 2rem);
    line-height: 1.08;
    letter-spacing: -0.01em;
  }
  .landing-page h2 {
    max-width: 100%;
    font-size: clamp(1.38rem, 5.2vw, 1.75rem);
    line-height: 1.12;
  }
  .landing-page .live-pill {
    margin-bottom: 10px;
    padding: 0;
    color: var(--clay);
    font-size: 0.7rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .landing-page .hero-text {
    margin-top: 10px;
    font-size: 0.92rem;
    line-height: 1.45;
  }
  .landing-page .microcopy {
    margin-top: 8px;
    font-size: 0.82rem;
  }
  .landing-page .hero-waitlist--desktop {
    display: none;
  }
  .landing-page .hero-waitlist--mobile {
    display: block;
  }
  .landing-page .hero-scroll-cta {
    min-height: 50px;
    margin-top: 16px;
  }
  .landing-page .neighborhood-shelf {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 10px;
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(23, 32, 38, 0.08);
  }
  .landing-page .neighborhood-shelf__toolbar {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    margin-bottom: 10px;
  }
  .landing-page .neighborhood-shelf__locale {
    width: 100%;
  }
  .landing-page .neighborhood-shelf__locale span {
    display: block;
    line-height: 1.35;
  }
  .landing-page .neighborhood-shelf__chips {
    gap: 6px;
  }
  .landing-page .trust-chip:not(.trust-chip--live) {
    display: none;
  }
  .landing-page .neighborhood-shelf__surface {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 10px 0 10px 10px;
  }
  .landing-page .neighborhood-shelf__rail, .landing-page .neighborhood-shelf__map-hint {
    display: none;
  }
  .landing-page .neighborhood-shelf__cards {
    position: relative;
    display: flex;
    gap: 10px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding-right: 6px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .landing-page .shelf-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    flex: 0 0 min(214px, 71vw);
    width: min(214px, 71vw);
    min-width: 0;
    padding: 12px;
    transform: none;
    scroll-snap-align: start;
    animation: none;
  }
  .landing-page .shelf-card__header {
    margin-bottom: 6px;
  }
  .landing-page .shelf-card__thumb {
    height: 48px;
    margin-bottom: 6px;
    font-size: 0.78rem;
  }
  .landing-page .shelf-card__title {
    font-size: 0.92rem;
  }
  .landing-page .shelf-card__note {
    font-size: 0.76rem;
  }
  .landing-page .shelf-card__location {
    font-size: 0.72rem;
  }
  .landing-page .listing-badge {
    padding: 4px 8px;
    font-size: 0.68rem;
  }
  .landing-page .neighborhood-shelf__activity {
    margin-top: 8px;
  }
  .landing-page .activity-marquee {
    padding-top: 8px;
  }
  .landing-page .section {
    padding: 52px 0;
  }
  .landing-page .section + .section,
  .landing-page .hero-shelf + .section,
  .landing-page .section + .final-cta-wrap {
    margin-top: 20px;
  }
  .landing-page .section-muted {
    padding-top: 0;
    padding-bottom: 0;
  }
  .landing-page .section-share {
    padding-top: 36px;
  }
  .landing-page .section-trust {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .landing-page .section-heading {
    margin-bottom: 22px;
  }
  .landing-page .section-heading p:not(.eyebrow), .landing-page .section-heading__aside {
    font-size: 0.94rem;
    line-height: 1.55;
  }
  .landing-page .section-heading--row {
    display: block;
  }
  .landing-page .section-heading__aside {
    max-width: none;
    margin-top: 8px;
  }
  .landing-page .share-filters {
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
    padding: 0 0 4px;
    overflow: visible;
  }
  .landing-page .share-filter {
    flex-shrink: 0;
    min-height: 44px;
    padding: 10px 14px;
    font-size: 0.82rem;
  }
  .landing-page .share-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0 0 6px;
    padding-bottom: 6px;
    overflow: visible;
  }
  .landing-page .listing-card {
    width: 100%;
  }
  .landing-page .listing-card__visual {
    aspect-ratio: 2/1;
  }
  .landing-page .listing-card--compact .listing-card__visual {
    aspect-ratio: auto;
    width: 68px;
    min-width: 68px;
  }
  .landing-page .listing-card--compact .listing-card__body {
    padding: 10px 12px;
  }
  .landing-page .listing-card__body {
    padding: 14px;
  }
  .landing-page .listing-card__title {
    font-size: 1rem;
  }
  .landing-page .listing-card--compact .listing-card__title {
    font-size: 0.92rem;
  }
  .landing-page .different-grid, .landing-page .steps-grid--three, .landing-page .card-grid--four, .landing-page .card-grid--three {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .landing-page #membership .card-grid--three {
    gap: 16px;
    margin-bottom: 32px;
  }
  .landing-page #community .trust-shell {
    margin-top: 20px;
  }
  .landing-page .landing-card, .landing-page .step-card {
    min-height: 0;
    padding: 18px;
  }
  .landing-page .landing-card p, .landing-page .step-card p {
    margin-top: 8px;
    font-size: 0.92rem;
    line-height: 1.55;
  }
  .landing-page .step-card__number {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
    font-size: 0.9rem;
  }
  .landing-page .trust-shell {
    padding: 20px 16px;
    gap: 20px;
  }
  .landing-page .trust-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .landing-page .trust-grid__item {
    padding: 16px;
  }
  .landing-page .trust-grid__item p {
    font-size: 0.86rem;
  }
  .landing-page .final-cta-wrap {
    padding-top: 20px;
    padding-bottom: 48px;
  }
  .landing-page .final-cta {
    padding: 24px 16px;
    gap: 20px;
  }
  .landing-page .waitlist-form {
    margin-top: 0;
  }
  .landing-page .waitlist-form--bar {
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
    padding: 9px;
  }
  .landing-page .waitlist-form--bar input, .landing-page .waitlist-form input {
    min-height: 50px;
    border-radius: 10px;
  }
  .landing-page .waitlist-form--bar input {
    padding: 0 12px;
  }
  .landing-page .waitlist-form:not(.waitlist-form--bar) {
    grid-template-columns: 1fr;
  }
  .landing-page .waitlist-form:not(.waitlist-form--bar) button, .landing-page .waitlist-form--bar button {
    width: 100%;
    min-height: 50px;
  }
  .landing-page .waitlist-form--bar .form-message {
    padding: 0 4px 4px;
  }
  .landing-page .waitlist-form input:focus-visible, .landing-page .waitlist-form button:focus-visible, .landing-page .share-filter:focus-visible, .landing-page .hero-scroll-cta:focus-visible, .landing-page .header-cta:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 2px;
  }
  .landing-page .form-message {
    font-size: 0.88rem;
  }
  .landing-page .landing-footer {
    padding: 0 0 32px;
  }
  .landing-page .landing-footer__shell {
    padding: 28px 18px 20px;
  }
  .landing-page .landing-footer__main {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .landing-page .landing-footer__brand {
    max-width: none;
  }
  .landing-page .landing-footer__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px;
  }
  .landing-page .landing-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 28px;
    padding-top: 20px;
  }
}
@media (max-width: 390px) {
  .landing-page .section-inner, .landing-page .mobile-hero, .landing-page .mobile-exchange-preview, .landing-page .mobile-simple-section {
    width: calc(100% - 16px);
  }
  .landing-page .mobile-hero {
    padding-top: 4px;
  }
  .landing-page .mobile-hero h1 {
    font-size: 1.44rem;
  }
  .landing-page .mobile-hero__copy {
    font-size: 0.88rem;
  }
  .landing-page .mobile-exchange-preview__row {
    padding: 9px;
  }
  .landing-page .hero-shelf {
    padding-bottom: 26px;
  }
  .landing-page .neighborhood-shelf {
    padding: 8px;
  }
  .landing-page .neighborhood-shelf__surface {
    padding: 8px 0 8px 8px;
  }
  .landing-page .landing-header {
    width: calc(100% - 16px);
    padding: 7px;
    gap: 8px;
  }
  .landing-page .flipfair-logo-wrap--compact {
    max-width: min(132px, 39vw);
  }
  .landing-page .header-cta {
    min-height: 42px;
    padding: 9px 11px;
    font-size: 0.8rem;
  }
  .landing-page .hero-shelf__inner {
    width: calc(100% - 16px);
  }
  .landing-page .hero-shelf__intro h1, .landing-page .hero-shelf h1 {
    font-size: 1.52rem;
  }
  .landing-page .hero-text {
    font-size: 0.9rem;
  }
  .landing-page .hero-shelf__intro {
    padding: 0;
    border-radius: 0;
  }
  .landing-page .share-filter {
    min-height: 42px;
    padding: 9px 12px;
  }
  .landing-page .listing-card {
    width: 100%;
  }
  .landing-page .live-pill {
    font-size: 0.68rem;
  }
  .landing-page .shelf-card {
    flex-basis: min(188px, 72vw);
    width: min(188px, 72vw);
  }
}
.landing-page .auth-page {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background: var(--paper);
  border: 0;
  border-radius: 0;
}

.landing-page .auth-layout {
  display: flex;
  width: 100%;
  min-height: 100vh;
}

.landing-page .auth-layout__visual {
  position: relative;
  display: none;
  flex: 1;
  padding: 80px clamp(24px, 6vw, 72px);
  overflow: hidden;
  background: radial-gradient(circle at 15% 12%, rgba(214, 168, 79, 0.24), transparent 40%), radial-gradient(circle at 78% 14%, rgba(55, 95, 127, 0.15), transparent 42%), linear-gradient(180deg, #f7efe2 0%, #efe7d8 100%);
  border-right: 1px solid var(--line);
}

.landing-page .auth-layout__visual-copy {
  position: relative;
  z-index: 2;
  max-width: 480px;
}

.landing-page .auth-layout__visual-copy h2 {
  margin: 28px 0 0;
  font-size: clamp(2rem, 3.6vw, 2.9rem);
  line-height: 1.08;
}

.landing-page .auth-layout__visual-copy p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.landing-page .auth-layout__visual-art {
  position: absolute;
  right: -180px;
  bottom: -110px;
  width: min(760px, 86%);
  height: 66%;
  opacity: 0.4;
  background: radial-gradient(circle at 36% 24%, rgba(69, 107, 85, 0.18), transparent 32%), radial-gradient(circle at 62% 42%, rgba(214, 168, 79, 0.28), transparent 36%), linear-gradient(180deg, rgba(255, 253, 248, 0.8), rgba(237, 229, 214, 0.95));
  border: 1px solid rgba(221, 212, 200, 0.9);
  border-radius: 32px;
  pointer-events: none;
}

.landing-page .auth-layout__panel {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 30px 16px;
}

.landing-page .auth-card {
  width: min(100%, 520px);
  padding: clamp(22px, 4vw, 40px);
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-card);
}

.landing-page .auth-card__brand {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.landing-page .auth-card h1 {
  margin: 0;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  line-height: 1.15;
}

.landing-page .auth-card__subtext {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.landing-page .auth-form {
  margin-top: 22px;
}

.landing-page .auth-form__group {
  margin-top: 14px;
}

.landing-page .auth-form__group:first-child {
  margin-top: 0;
}

.landing-page .auth-form__label {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 0.92rem;
  font-weight: 600;
}

.landing-page .auth-form__control {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.landing-page .auth-form__control:focus-visible {
  border-color: #7e9b88;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(126, 155, 136, 0.16);
}

.landing-page .auth-form__control:disabled {
  color: #8b8b8b;
  background: #f4f1eb;
}

.landing-page .auth-form__submit {
  width: 100%;
  min-height: 50px;
  margin-top: 18px;
  padding: 0 18px;
  color: #fff;
  font-weight: 700;
  background: var(--sage);
  border: 0;
  border-radius: 10px;
}

.landing-page .auth-form__submit:hover:not(:disabled) {
  background: var(--sage-dark);
}

.landing-page .auth-form__submit:focus-visible, .landing-page .auth-card__link:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.landing-page .auth-form__submit:disabled {
  opacity: 0.72;
}

.landing-page .auth-card__error {
  margin: 14px 0 0;
  padding: 10px 12px;
  color: #8d2f2f;
  font-size: 0.92rem;
  line-height: 1.45;
  background: #fff1f1;
  border: 1px solid rgba(141, 47, 47, 0.22);
  border-radius: 8px;
}

.landing-page .auth-card__footnote {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  text-align: center;
}

.landing-page .auth-card__link {
  color: var(--sage-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (min-width: 980px) {
  .landing-page .auth-layout__visual {
    display: block;
  }
}
@media (max-width: 767px) {
  .landing-page .auth-layout__panel {
    padding: 12px 10px;
  }
  .landing-page .auth-card {
    width: 100%;
    padding: 18px 14px;
    border-radius: 12px;
  }
  .landing-page .auth-form__control, .landing-page .auth-form__submit {
    min-height: 50px;
  }
}
