:root {
  --ink: #20342f;
  --muted: #5f6f69;
  --paper: #fbf8ef;
  --cream: #f8f3e7;
  --green: #2f8f6b;
  --green-dark: #22694f;
  --mint: #dff2df;
  --coral: #ff725e;
  --gold: #f4b63d;
  --sky: #cce7f4;
  --line: rgba(32, 52, 47, 0.14);
  --shadow: 0 24px 70px rgba(32, 52, 47, 0.16);
  --soft-shadow: 0 16px 42px rgba(32, 52, 47, 0.1);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
}

img,
video,
canvas {
  max-width: 100%;
}

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

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 14px clamp(18px, 5vw, 64px);
  color: white;
  background: rgba(21, 39, 34, 0.56);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}

.brand,
.mini-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 850;
}

.brand img {
  width: 38px;
  height: 38px;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 30px);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
}

.header-action {
  padding: 10px 16px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.16);
  border-radius: 999px;
  font-weight: 800;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 90vh;
  padding: 124px clamp(20px, 6vw, 80px) 72px;
  overflow: hidden;
  isolation: isolate;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(18, 31, 28, 0.84), rgba(18, 31, 28, 0.42) 46%, rgba(18, 31, 28, 0.08)),
    linear-gradient(0deg, rgba(18, 31, 28, 0.58), rgba(18, 31, 28, 0.02) 52%);
}

.hero-content {
  width: min(720px, 100%);
  color: white;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(4rem, 10vw, 8.4rem);
  line-height: 0.88;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero-orbit {
  position: relative;
  display: inline-grid;
  width: min(360px, 100%);
  min-height: 104px;
  margin-top: 34px;
  align-items: center;
  padding: 18px 20px 18px 116px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.hero-orbit span {
  position: absolute;
  left: 22px;
  top: 50%;
  border: 2px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  transform: translateY(-50%);
}

.hero-orbit span:nth-child(1) {
  width: 74px;
  height: 74px;
}

.hero-orbit span:nth-child(2) {
  width: 52px;
  height: 52px;
  left: 34px;
  border-color: var(--gold);
}

.hero-orbit span:nth-child(3) {
  width: 22px;
  height: 22px;
  left: 49px;
  background: var(--coral);
  border-color: var(--coral);
}

.hero-orbit strong {
  color: white;
  font-size: 1.08rem;
}

.hero-actions,
.control-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 850;
}

.button.primary {
  color: white;
  background: var(--green);
}

.button.secondary {
  color: var(--ink);
  background: white;
}

.button.compact {
  min-height: 42px;
  padding: 0 15px;
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: -34px clamp(20px, 6vw, 80px) 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(32, 52, 47, 0.96);
  color: white;
  box-shadow: var(--shadow);
}

.quick-strip div {
  min-height: 116px;
  padding: 24px clamp(18px, 4vw, 40px);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.quick-strip strong,
.quick-strip span {
  display: block;
}

.quick-strip strong {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.quick-strip span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.section {
  padding: clamp(56px, 8vw, 104px) clamp(20px, 6vw, 80px);
}

.two-column {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(320px, 1.2fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: start;
}

.section-copy h2,
.trust-band h2,
.adult-band h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2.2rem, 5vw, 4.3rem);
  line-height: 1;
  letter-spacing: 0;
}

.section-copy p,
.adult-band p {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.72;
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.scenario-card,
.listing-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--soft-shadow);
}

.scenario-card {
  min-height: 240px;
  padding: 24px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.scenario-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.scenario-icon {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--green);
  font-weight: 900;
}

.scenario-card:nth-child(2) .scenario-icon {
  background: var(--coral);
}

.scenario-card:nth-child(3) .scenario-icon {
  color: var(--ink);
  background: var(--gold);
}

.scenario-card h3,
.feed-top h3 {
  margin: 18px 0 10px;
  font-size: 1.22rem;
}

.scenario-card p,
.listing-card p,
.trust-list span,
.mini-brand span,
.status-box {
  color: var(--muted);
  line-height: 1.5;
}

.trust-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1fr);
  gap: clamp(30px, 5vw, 70px);
  background: #edf7f0;
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.trust-list div {
  min-height: 150px;
  padding: 24px;
  background: #fbfff9;
}

.trust-list strong,
.trust-list span {
  display: block;
}

.trust-list span {
  margin-top: 10px;
}

.app-section {
  background:
    linear-gradient(135deg, rgba(204, 231, 244, 0.72), transparent 34%),
    linear-gradient(315deg, rgba(223, 242, 223, 0.9), transparent 34%),
    var(--cream);
}

.app-shell {
  display: grid;
  grid-template-columns: minmax(300px, 420px) minmax(360px, 1fr);
  gap: 22px;
  margin-top: 34px;
  align-items: start;
}

.app-panel,
.app-feed {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.app-panel {
  display: grid;
  gap: 16px;
  padding: 18px;
  position: sticky;
  top: 92px;
}

.auth-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(47, 143, 107, 0.2);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(237, 247, 240, 0.9), rgba(255, 255, 255, 0.72));
}

.step-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.step-title span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
}

.control-row.tight {
  margin-top: 0;
}

.mini-brand img {
  width: 48px;
  height: 48px;
}

.mini-brand span {
  display: block;
  margin-top: 2px;
  font-size: 0.9rem;
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--ink);
  background: white;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(47, 143, 107, 0.16);
}

input[type="range"] {
  accent-color: var(--green);
  padding: 0;
}

.range-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.85rem;
}

.range-row strong {
  color: var(--ink);
  font-size: 1rem;
}

.status-box,
.notice {
  border: 1px solid rgba(244, 182, 61, 0.44);
  border-radius: 8px;
  padding: 13px;
  background: #fff8df;
  font-size: 0.92rem;
}

.auth-status {
  min-height: 58px;
}

#camera,
#snapshot {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  background: #d9e9e3;
  object-fit: cover;
}

.app-feed {
  min-height: 640px;
  padding: 22px;
}

.app-feed.locked .listing-form,
.app-feed.locked .listing-grid {
  opacity: 0.54;
}

.feed-top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}

.feed-top h3 {
  margin-top: 0;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.verified-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  white-space: nowrap;
  border-radius: 999px;
  padding: 0 12px;
  color: var(--green-dark);
  background: var(--mint);
  font-weight: 850;
  font-size: 0.85rem;
}

.circle-map {
  position: relative;
  height: 230px;
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(47, 143, 107, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.84) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.84) 1px, transparent 1px),
    linear-gradient(135deg, #dff2df, #cce7f4);
  background-size: 34px 34px, 34px 34px, auto;
}

.map-ring,
.map-core,
.map-dot {
  position: absolute;
  border-radius: 50%;
}

.map-ring {
  left: 50%;
  top: 50%;
  border: 2px solid rgba(47, 143, 107, 0.5);
  transform: translate(-50%, -50%);
}

.ring-large {
  width: 280px;
  height: 280px;
}

.ring-mid {
  width: 166px;
  height: 166px;
  border-color: rgba(244, 182, 61, 0.72);
}

.map-core {
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  width: 48px;
  height: 48px;
  background: var(--coral);
  box-shadow: 0 0 0 10px rgba(255, 114, 94, 0.16);
}

.map-dot {
  width: 18px;
  height: 18px;
  background: var(--ink);
  box-shadow: 0 0 0 7px rgba(32, 52, 47, 0.1);
}

.dot-one {
  left: 24%;
  top: 35%;
}

.dot-two {
  right: 24%;
  top: 28%;
  background: var(--green);
}

.dot-three {
  right: 32%;
  bottom: 20%;
  background: var(--gold);
}

.listing-form {
  display: grid;
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.notice {
  margin: 18px 0;
  background: #fff6ee;
  border-color: rgba(255, 114, 94, 0.32);
  color: #654239;
  line-height: 1.55;
}

.listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.listing-card {
  overflow: hidden;
}

.listing-visual {
  display: grid;
  height: 124px;
  place-items: center;
  background:
    radial-gradient(circle at 30% 45%, var(--gold) 0 18%, transparent 19%),
    radial-gradient(circle at 64% 35%, var(--coral) 0 14%, transparent 15%),
    radial-gradient(circle at 52% 70%, var(--green) 0 16%, transparent 17%),
    var(--sky);
}

.listing-card:nth-child(even) .listing-visual {
  background:
    radial-gradient(circle at 38% 42%, var(--green) 0 15%, transparent 16%),
    radial-gradient(circle at 70% 58%, var(--gold) 0 18%, transparent 19%),
    radial-gradient(circle at 48% 68%, var(--coral) 0 12%, transparent 13%),
    #ece2f7;
}

.listing-body {
  padding: 15px;
}

.listing-body h4 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.listing-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.listing-meta span {
  border-radius: 999px;
  padding: 6px 9px;
  background: #eef5f2;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

.adult-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 60px);
  color: white;
  background: #263c46;
}

.adult-band .eyebrow {
  color: var(--gold);
}

.adult-band p {
  color: rgba(255, 255, 255, 0.76);
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(20px, 6vw, 80px);
  color: rgba(255, 255, 255, 0.72);
  background: #182723;
}

.footer-brand {
  color: white;
}

footer p {
  max-width: 620px;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .site-header {
    position: absolute;
    flex-wrap: wrap;
  }

  .site-header nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .quick-strip,
  .two-column,
  .trust-band,
  .app-shell,
  .adult-band {
    grid-template-columns: 1fr;
  }

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

  .app-panel {
    position: static;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 12px 16px;
  }

  .header-action {
    display: none;
  }

  .hero {
    min-height: 92vh;
    padding: 158px 20px 44px;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(18, 31, 28, 0.88), rgba(18, 31, 28, 0.18)),
      linear-gradient(90deg, rgba(18, 31, 28, 0.62), rgba(18, 31, 28, 0.08));
  }

  .quick-strip,
  .scenario-grid,
  .trust-list,
  .listing-grid {
    grid-template-columns: 1fr;
  }

  .quick-strip div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .feed-top,
  footer {
    display: grid;
  }
}
