:root {
  --bg: #f7f4ef;
  --panel-soft: #fbf9f5;
  --public-bg: #efeae1;
  --fill: #ede7dc;
  --line: #e6dfd4;
  --line-soft: #f0eae0;
  --line-mid: #e0d8ca;
  --line-strong: #c9c0b1;
  --grey: #8c8377;
  --accent-hot: #17473c;
  --accent-line: #a9c6bb;
  --ochre-bg: #fbf3e2;
  --ochre-ring: #e3d2ac;
  --ochre-ink: #7a5312;
  --radius-sm: 7px;
  --radius-md: 8px;
  --radius-xl: 12px;
  --radius-2xl: 14px;
  --pill: 999px;
  --shadow-sm: 0 2px 10px rgba(25, 22, 18, .08);
  --ring-hairline: 0 0 0 1px var(--line-mid);
  --eyebrow: .04em;
  --lp-max: 1180px;
  --lp-gutter: clamp(14px, 3vw, 28px);
}

body { background: var(--bg); }

.lp { font-size: 14px; color: var(--ink); }
:where(.lp h1, .lp h2) { font-family: var(--display); font-weight: 400; margin: 0; }
:where(.lp p) { margin: 0; text-wrap: pretty; }
:where(.lp a) { color: inherit; text-decoration: none; }
:where(.lp img) { display: block; width: 100%; height: 100%; object-fit: cover; }

.lp-in {
  max-width: var(--lp-max); margin: 0 auto;
  padding-left: max(var(--lp-gutter), env(safe-area-inset-left));
  padding-right: max(var(--lp-gutter), env(safe-area-inset-right));
}
.lp-sec { padding-top: clamp(64px, 8vw, 110px); }

.lp-eyebrow {
  font-size: 11.5px; line-height: 1.4; text-transform: uppercase;
  letter-spacing: var(--eyebrow); color: var(--muted-soft);
}

.lp-bar {
  position: sticky; top: 0; z-index: 20;
  background: rgba(247, 244, 239, .92); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.lp-bar .lp-in {
  display: flex; align-items: center; gap: 28px;
  padding-top: 14px; padding-bottom: 14px;
}
.lp-mark { font-size: 22px; line-height: 1.2; }
.lp-nav { display: flex; flex: 1; flex-wrap: wrap; gap: 22px; margin-left: 8px; }
.lp-nav a { color: var(--muted); }
.lp-bar-acts { display: flex; align-items: center; gap: 12px; }
.lp-signin { color: var(--muted); white-space: nowrap; }
.lp-cta {
  font-weight: 500; white-space: nowrap; background: var(--accent);
  color: var(--accent-ink); padding: 9px 16px; border-radius: var(--radius-md);
}
@media (hover: hover) {
  .lp-nav a:hover, .lp-signin:hover { color: var(--ink); }
  .lp-cta:hover { background: var(--accent-hot); }
}

.lp-hero {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: clamp(28px, 4vw, 56px); align-items: center;
  padding-top: clamp(40px, 7vw, 86px);
}
.lp-title {
  font-size: clamp(36px, 7.4vw, 68px); line-height: 1.03; letter-spacing: -.025em;
  margin: 18px 0 20px; text-wrap: pretty;
}
.lp-lead { font-size: 15px; line-height: 1.5; color: var(--muted); max-width: 46ch; }
.lp-hero .lp-lead { margin-bottom: 28px; }
.lp-note { font-size: 12.5px; line-height: 1.45; color: var(--grey); }

.lp-hero-art { position: relative; }
.lp-shot {
  border-radius: var(--radius-xl); overflow: hidden;
  border: 1px solid var(--line); background: var(--fill); aspect-ratio: 1;
}
.lp-faces {
  position: absolute; left: -14px; bottom: 26px;
  display: flex; flex-direction: column; gap: 9px;
}
.lp-face {
  display: flex; align-items: center; gap: 9px;
  background: var(--panel); border: 1px solid var(--line);
  border-radius: var(--pill); padding: 5px 14px 5px 5px; box-shadow: var(--shadow-sm);
}
.lp-face-thumb {
  width: 30px; height: 30px; border-radius: 50%; overflow: hidden; flex: none;
  background: var(--fill); box-shadow: var(--ring-hairline);
}
.lp-face-name { font-size: 13.5px; font-weight: 500; }
.lp-face-count { font-size: 12.5px; color: var(--grey); white-space: nowrap; }
.lp-face.is-unnamed {
  background: var(--ochre-bg); border-color: var(--ochre-ring); box-shadow: none;
}
.lp-face.is-unnamed .lp-face-name { color: var(--ochre-ink); }

.lp-claims { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; }
.lp-claim {
  background: var(--panel); border: 1px solid var(--line);
  border-radius: var(--radius-xl); padding: 18px 20px 20px;
}
.lp-claim h2 { font-size: 19px; line-height: 1.25; letter-spacing: -.01em; margin-bottom: 9px; }
.lp-claim p { color: var(--muted); line-height: 1.5; }

.lp-sec-title {
  font-size: 34px; line-height: 1.1; letter-spacing: -.015em; margin: 13px 0 36px; max-width: 24ch;
}
.lp-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.lp-step {
  background: var(--panel); border: 1px solid var(--line);
  border-radius: var(--radius-xl); overflow: hidden;
}
.lp-step-body { padding: 18px 20px 14px; }
.lp-step-n {
  font-family: var(--display); font-size: 38px; line-height: 1;
  letter-spacing: -.025em; color: var(--accent); margin-bottom: 6px;
}
.lp-step h3 {
  font-family: var(--display); font-weight: 400; font-size: 19px; line-height: 1.25;
  margin: 0 0 7px;
}
.lp-step p { color: var(--muted); line-height: 1.5; }
.lp-step-foot {
  border-top: 1px solid var(--line-soft); padding: 14px 20px 18px;
  display: flex; align-items: center; gap: 10px;
}
.lp-step-face {
  width: 54px; height: 54px; border-radius: var(--radius-2xl); overflow: hidden;
  flex: none; background: var(--fill); box-shadow: var(--ring-hairline);
}
.lp-step-who { font-size: 13.5px; font-weight: 500; }
.lp-step-sub { font-size: 12.5px; color: var(--grey); }
.lp-step-foot.is-tags { flex-wrap: wrap; gap: 7px; }
.lp-tag {
  font-size: 12.5px; border-radius: var(--pill); padding: 5px 12px;
  border: 1px solid var(--line); color: var(--muted);
}
.lp-tag.is-person {
  font-weight: 500; background: var(--accent); color: var(--accent-ink); border-color: transparent;
}
.lp-tag-meta { font-size: 12.5px; color: var(--grey); }

.lp-spaces {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(28px, 4vw, 56px); align-items: center;
}
.lp-spaces h2 { font-size: 34px; line-height: 1.1; letter-spacing: -.015em; margin: 13px 0 16px; }
.lp-spaces .lp-lead { margin-bottom: 18px; }
.lp-chip {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid var(--line); background: var(--panel);
  border-radius: var(--pill); padding: 7px 15px;
}
.lp-chip-name { font-size: 13.5px; font-weight: 500; }
.lp-chip-kind { font-size: 12.5px; color: var(--grey); }
.lp-chip-caret { color: var(--muted-soft); }
.lp-quad { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lp-quad span {
  display: block; aspect-ratio: 1; overflow: hidden; background: var(--fill);
  border: 1px solid var(--line); border-radius: var(--radius-md);
}

.lp-share {
  background: var(--public-bg); border: 1px solid var(--line);
  border-radius: var(--radius-xl); padding: clamp(24px, 4vw, 44px);
  display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(24px, 4vw, 48px); align-items: center;
}
.lp-share h2 { font-size: 30px; line-height: 1.12; letter-spacing: -.015em; margin: 13px 0 16px; }
.lp-share .lp-lead { max-width: 44ch; margin-bottom: 18px; }
.lp-ghost {
  display: inline-block; font-weight: 500; color: var(--ink);
  border: 1px solid var(--line-strong); background: var(--panel);
  padding: 11px 20px; border-radius: var(--radius-md);
}
@media (hover: hover) {
  .lp-ghost:hover { color: var(--accent); border-color: var(--accent); }
}
.lp-preview {
  background: var(--panel); border: 1px solid var(--line);
  border-radius: var(--radius-xl); padding: 16px 18px 18px;
}
.lp-preview .lp-eyebrow { display: block; margin-bottom: 8px; }
.lp-preview-url {
  font-size: 13.5px; color: var(--muted); border: 1px solid var(--line);
  border-radius: var(--radius-md); padding: 10px 12px; background: var(--panel-soft);
  margin-bottom: 12px; overflow-wrap: anywhere;
}
.lp-preview-shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 12px; }
.lp-preview-shots span {
  display: block; aspect-ratio: 3 / 4; overflow: hidden;
  background: var(--fill); border-radius: var(--radius-sm);
}
.lp-preview-foot {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 12.5px; color: var(--grey);
}
.lp-preview-foot b { color: var(--accent); font-weight: 500; }

.lp-privacy { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 22px; }
.lp-privacy h2 { font-size: 30px; line-height: 1.12; letter-spacing: -.015em; }
.lp-privacy-item { border-top: 1px solid var(--line); padding-top: 14px; }
.lp-privacy-item h3 { font: inherit; font-weight: 500; margin: 0 0 6px; }
.lp-privacy-item p { color: var(--muted); line-height: 1.5; }

.lp-join { margin-top: clamp(64px, 8vw, 110px); }
.lp-join-panel {
  background: var(--ink); border-radius: var(--radius-xl);
  padding: clamp(32px, 5vw, 64px); text-align: center; scroll-margin-top: 80px;
}
.lp-join-title {
  font-size: 34px; line-height: 1.1; letter-spacing: -.015em;
  color: var(--accent-ink); margin-bottom: 14px;
}
.lp-join-note {
  font-size: 15px; line-height: 1.5; color: rgba(247, 244, 239, .72);
  margin: 0 auto 26px; max-width: 48ch;
}

.lp-form { display: flex; flex-wrap: wrap; gap: 9px; max-width: 460px; margin-bottom: 12px; }
.lp-form input[type="email"] {
  flex: 1 1 200px; min-width: 0; font-family: inherit; font-size: 14px;
  padding: 11px 14px; border: 1px solid var(--line);
  border-radius: var(--radius-md); background: var(--panel); color: var(--ink); outline: none;
}
.lp-form input[type="email"]::placeholder { color: var(--muted-soft); }
.lp-form input[type="email"]:focus-visible { border-color: var(--accent); }
.lp-form button {
  font-family: inherit; font-size: 14px; font-weight: 500; background: var(--accent);
  color: var(--accent-ink); padding: 11px 20px; border: none;
  border-radius: var(--radius-md); cursor: pointer;
}
@media (hover: hover) { .lp-form button:hover { background: var(--accent-hot); } }

.lp-form.is-dark { justify-content: center; max-width: 470px; margin: 0 auto; }
.lp-form.is-dark input[type="email"] {
  flex: 1 1 220px; padding: 12px 15px;
  border-color: rgba(247, 244, 239, .28); background: rgba(247, 244, 239, .06);
  color: var(--accent-ink);
}
.lp-form.is-dark input[type="email"]::placeholder { color: rgba(247, 244, 239, .42); }
.lp-form.is-dark input[type="email"]:focus-visible { border-color: var(--accent-line); }
.lp-form.is-dark button { padding: 12px 22px; }
.lp-join .lp-note { color: rgba(247, 244, 239, .58); margin-top: 14px; }

.lp-flash { list-style: none; margin: 0 auto 20px; padding: 0; max-width: 470px; }
.lp-flash li {
  border-radius: var(--radius-md); padding: 11px 16px; font-size: 13.5px;
  background: rgba(247, 244, 239, .12); color: var(--accent-ink);
}
.lp-flash li + li { margin-top: 8px; }
.lp-flash li.is-error { background: rgba(147, 51, 31, .34); }

.lp-sr, .lp-trap {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap;
}

.lp-foot {
  display: flex; flex-wrap: wrap; gap: 18px; justify-content: space-between;
  align-items: center; padding-top: 28px; padding-bottom: calc(48px + env(safe-area-inset-bottom));
}
.lp-foot-mark { font-size: 19px; }
.lp-foot-links { display: flex; flex-wrap: wrap; gap: 20px; }
.lp-foot-links a { font-size: 12.5px; color: var(--grey); }
@media (hover: hover) { .lp-foot-links a:hover { color: var(--ink); } }

@media (max-width: 720px) {
  .lp-nav { display: none; }
  .lp-faces { left: 0; bottom: 12px; }
  .lp-face-count { display: none; }
}
@media (max-width: 420px) {
  .lp-signin { display: none; }
  .lp-form button { flex: 1 1 100%; }
}
