:root {
  color-scheme: light;
  --ink: #171717;
  --muted: #5d5a52;
  --line: #dedbd2;
  --paper: #fbfaf6;
  --soft: #f3f1e9;
  --warm: #ebe5d7;
  --green: #245d45;
  --blue: #315f7d;
  --red: #9a4638;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
}

a {
  color: inherit;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(251, 250, 246, 0.96);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 750;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 4px;
  font-size: 15px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
}

.nav a {
  text-decoration: none;
}

.nav a:hover {
  color: var(--ink);
}

.locale-select {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.locale-select span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.locale-select select {
  width: auto;
  min-height: 34px;
  padding: 5px 24px 5px 10px;
  border-color: var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 13px;
  font-weight: 760;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
  padding: clamp(54px, 9vw, 108px) clamp(18px, 5vw, 64px) clamp(48px, 7vw, 80px);
}

.photo-hero {
  position: relative;
  min-height: calc(100vh - 67px);
  align-items: end;
  background:
    linear-gradient(90deg, rgba(23, 23, 23, 0.74), rgba(23, 23, 23, 0.34), rgba(23, 23, 23, 0.08)),
    url("./emotional-hero-walk-home.png") center / cover;
}

.photo-hero .hero-copy {
  max-width: 850px;
  color: var(--white);
}

.photo-hero .eyebrow,
.photo-hero .subhead {
  color: rgba(255, 255, 255, 0.9);
}

.photo-hero .button.primary {
  border-color: var(--white);
  color: var(--ink);
  background: var(--white);
}

.photo-hero .button.secondary {
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--white);
}

.survey-hero {
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.75fr);
  align-items: start;
  min-height: calc(100vh - 67px);
}

.hero-copy {
  max-width: 860px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 14px;
  font-weight: 750;
  letter-spacing: 0;
}

h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(38px, 6vw, 74px);
  line-height: 1.02;
  letter-spacing: 0;
}

.subhead {
  max-width: 720px;
  margin: 22px 0 0;
  color: #373630;
  font-size: clamp(18px, 2vw, 24px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  font-weight: 720;
  text-decoration: none;
  cursor: pointer;
}

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

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

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
  color: var(--muted);
  font-size: 14px;
}

.hero-proof span {
  padding: 6px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fffdf8;
}

.position-anchor {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.7fr);
  gap: clamp(20px, 5vw, 56px);
  align-items: center;
  padding: clamp(24px, 4vw, 42px) clamp(18px, 5vw, 64px);
  border-top: 1px solid rgba(255, 253, 248, 0.18);
  border-bottom: 1px solid var(--line);
  background: #fffdf8;
}

.position-anchor h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(27px, 4vw, 46px);
  line-height: 1.06;
}

.anchor-scale {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 780;
  text-align: center;
}

.anchor-scale::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 2px;
  background: var(--line);
}

.anchor-scale span,
.anchor-scale strong {
  position: relative;
  z-index: 1;
  display: block;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fffdf8;
}

.anchor-scale strong {
  border-color: var(--green);
  color: var(--green);
  background: #eef6f0;
}

.phone-scene {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-top: 4px solid var(--ink);
  background: var(--soft);
}

.phone {
  display: none;
}

.scene-note {
  color: #2f2e29;
}

.scene-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.phone-scene::after {
  content: "Measure: signup rate, survey completion, interview acceptance, willingness to pay.";
  display: block;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.band {
  padding: clamp(46px, 7vw, 82px) clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--line);
}

.yes-step {
  padding-top: clamp(34px, 5vw, 56px);
  padding-bottom: clamp(34px, 5vw, 56px);
}

.yes-step + .yes-step {
  border-top: 0;
  padding-top: clamp(28px, 4vw, 44px);
}

.band.soft {
  background: var(--soft);
}

.section-head {
  max-width: 820px;
  margin-bottom: 28px;
}

.section-head h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-head p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.section-kicker {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 14px;
  font-weight: 760;
}

.problem-intro {
  margin-bottom: 24px;
}

.visual-step {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(24px, 6vw, 76px);
  align-items: center;
}

.choice-copy h2,
.visual-step .section-head h2 {
  margin: 0;
  font-size: clamp(31px, 4.4vw, 56px);
  line-height: 1.06;
  letter-spacing: 0;
}

.choice-copy p:not(.section-kicker),
.visual-step .section-head p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.choice-position {
  max-width: 520px;
  color: var(--green) !important;
  font-weight: 820;
}

.emotional-figure {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #ddd5c8;
  box-shadow: 0 20px 54px rgba(23, 23, 23, 0.12);
}

.emotional-figure img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.emotional-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 23, 23, 0.02), rgba(23, 23, 23, 0.58));
  pointer-events: none;
}

.emotional-figure figcaption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 1;
  color: var(--white);
}

.emotional-figure figcaption span {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 760;
  opacity: 0.86;
}

.emotional-figure figcaption strong {
  display: block;
  max-width: 520px;
  font-size: clamp(24px, 3.2vw, 40px);
  line-height: 1.05;
}

.image-story {
  display: grid;
  grid-template-columns: minmax(360px, 0.96fr) minmax(0, 0.92fr);
  gap: clamp(24px, 6vw, 76px);
  align-items: center;
}

.image-choice {
  position: absolute;
  top: 16px;
  left: 16px;
  right: auto;
  z-index: 1;
  display: flex;
  width: min(440px, calc(100% - 32px));
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
}

.image-choice div {
  width: fit-content;
  max-width: min(330px, 100%);
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px 16px 16px 4px;
  color: var(--white);
  background: rgba(23, 23, 23, 0.48);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.image-choice div:nth-child(2) {
  align-self: flex-end;
  border-radius: 16px 16px 4px 16px;
  background: rgba(255, 253, 248, 0.88);
  color: var(--ink);
}

.image-choice span {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.02em;
  opacity: 0.72;
  text-transform: uppercase;
}

.image-choice strong {
  display: block;
  font-size: 15px;
  line-height: 1.16;
}

.choice-visual {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: 340px;
  padding: 20px;
}

.choice-node,
.middle-answer,
.branch {
  border-radius: 7px;
  background: var(--white);
  box-shadow: 0 18px 44px rgba(23, 23, 23, 0.08);
}

.choice-node {
  justify-self: center;
  padding: 14px 18px;
  border: 1px solid var(--ink);
  font-weight: 760;
}

.fork-line {
  position: relative;
  height: 70px;
}

.fork-line::before,
.fork-line::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  width: 42%;
  height: 70px;
  border-top: 2px solid var(--ink);
}

.fork-line::before {
  transform: skewX(-35deg);
  transform-origin: left top;
  border-left: 2px solid var(--ink);
}

.fork-line::after {
  transform: translateX(-100%) skewX(35deg);
  transform-origin: right top;
  border-right: 2px solid var(--ink);
}

.choice-branches {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.branch {
  min-height: 146px;
  padding: 18px;
  border: 1px solid var(--line);
}

.branch span,
.maturity-point span,
.maturity-shelf span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.branch strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1;
}

.branch.no {
  background: #f4ede8;
}

.branch.all {
  background: #edf0f2;
}

.middle-answer {
  justify-self: center;
  width: min(320px, 100%);
  margin-top: -8px;
  padding: 16px 18px;
  border: 2px solid var(--green);
  color: var(--green);
  font-size: 26px;
  font-weight: 820;
  text-align: center;
}

.maturity-step {
  grid-template-columns: minmax(360px, 1fr) minmax(0, 0.9fr);
}

.maturity-visual {
  display: grid;
  gap: 24px;
  padding: clamp(20px, 4vw, 34px);
  border-radius: 8px;
  background: #fffdf8;
  box-shadow: inset 0 0 0 1px var(--line);
}

.maturity-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-top: 34px;
}

.maturity-track::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 10%;
  right: 10%;
  height: 3px;
  background: linear-gradient(90deg, var(--green), var(--green) 55%, var(--line) 55%, var(--line));
}

.maturity-point {
  position: relative;
  min-height: 132px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--white);
}

.maturity-point::before {
  content: "";
  position: absolute;
  top: -29px;
  left: 16px;
  width: 17px;
  height: 17px;
  border: 2px solid var(--line);
  border-radius: 50%;
  background: var(--white);
}

.maturity-point.active::before {
  border-color: var(--green);
  background: var(--green);
}

.maturity-point strong {
  display: block;
  margin-top: 12px;
  font-size: clamp(20px, 2.6vw, 32px);
  line-height: 1.1;
}

.maturity-shelf {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 20px;
}

.maturity-shelf div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-content: start;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.8);
}

.maturity-shelf div:nth-child(2) {
  border-style: dashed;
  background: rgba(237, 240, 242, 0.52);
}

.maturity-shelf span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
  color: #3a3934;
}

.maturity-shelf span::before {
  content: "+";
  color: var(--green);
  font-weight: 900;
}

.maturity-shelf div:nth-child(2) span::before {
  content: "-";
  color: var(--muted);
  font-weight: 900;
}

.shelf-label {
  width: 100%;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 720;
}

.solution-card {
  align-self: center;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
}

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

.card {
  min-height: 180px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
}

.card h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.quote-stack {
  display: grid;
  gap: 14px;
}

.quote-stack blockquote {
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-left: 3px solid var(--green);
  border-radius: 8px;
  background: #fffdf8;
  color: #282720;
  font-size: clamp(19px, 2.3vw, 28px);
  line-height: 1.18;
}

.quote-stack cite {
  display: block;
  margin-bottom: 6px;
  color: var(--green);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.choice-statement {
  display: grid;
  gap: 18px;
  max-width: 940px;
  margin-top: 0;
  padding: 22px;
  border: 1px solid var(--ink);
  border-radius: 6px;
  background: #fffdf8;
}

.choice-statement p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.comparison div {
  min-height: 128px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
}

.comparison span {
  display: block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.comparison strong {
  display: block;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.08;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.outcome-panel {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
}

.outcome-panel h3 {
  margin: 0 0 14px;
  font-size: 22px;
}

.outcome-panel ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.outcome-panel li {
  padding-left: 28px;
  color: #34332e;
  position: relative;
}

.outcome-panel li::before {
  position: absolute;
  left: 0;
  font-weight: 800;
}

.outcome-panel:first-child li::before {
  content: "+";
  color: var(--green);
}

.outcome-panel:last-child li::before {
  content: "-";
  color: var(--red);
}

.steps .card {
  min-height: 150px;
}

.process-band {
  background: var(--paper);
}

.process-compact {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.process-compact figure {
  align-self: stretch;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.process-compact img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 330px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.process-compact h2 {
  max-width: 720px;
  margin: 0 0 22px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
}

.setup-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.setup-rail article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 6px;
  min-height: 0;
  padding: 18px 18px 18px 0;
  border-right: 1px solid var(--line);
  background: transparent;
}

.setup-rail article + article {
  padding-left: 18px;
}

.setup-rail article:last-child {
  border-right: 0;
}

.setup-rail span {
  display: grid;
  grid-row: 1 / 3;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  margin-bottom: 0;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 820;
}

.setup-rail strong {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 1.1;
}

.setup-rail p {
  grid-column: 2;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.step-number {
  display: inline-grid;
  width: 32px;
  height: 32px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-weight: 800;
}

.signup-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.85fr);
  gap: clamp(24px, 5vw, 60px);
  align-items: start;
}

.beta-band {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(23, 23, 23, 0.82), rgba(23, 23, 23, 0.56), rgba(23, 23, 23, 0.24)),
    url("./emotional-beta-signup.png") center / cover;
}

.beta-band .section-head p {
  color: rgba(255, 255, 255, 0.82);
}

.beta-band .form-panel {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(251, 250, 246, 0.94);
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.form-panel {
  padding: 20px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  background: var(--white);
}

.form-grid {
  display: grid;
  gap: 13px;
}

label {
  display: grid;
  gap: 6px;
  font-size: 14px;
  font-weight: 690;
}

.checkbox-label,
.check-group label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 520;
}

.checkbox-label input,
.check-group input[type="checkbox"] {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  flex: 0 0 18px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 11px;
  border: 1px solid #bbb7ad;
  border-radius: 4px;
  color: var(--ink);
  background: #fffefa;
  font: inherit;
}

textarea {
  min-height: 88px;
  resize: vertical;
}

fieldset {
  margin: 0;
  padding: 14px;
  border: 1px solid #bbb7ad;
  border-radius: 4px;
}

legend {
  padding: 0 6px;
  font-size: 14px;
  font-weight: 720;
}

.check-group {
  display: grid;
  gap: 10px;
}

.fine-print {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.success {
  display: none;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid rgba(36, 93, 69, 0.35);
  border-radius: 4px;
  color: var(--green);
  background: #eef6f0;
}

.success.visible {
  display: block;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 28px clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.variant-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.variant-card {
  display: grid;
  gap: 10px;
  min-height: 156px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
  text-decoration: none;
}

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

.variant-card strong {
  font-size: 21px;
}

.variant-card span {
  color: var(--muted);
}

@media (max-width: 920px) {
  .hero,
  .visual-step,
  .maturity-step,
  .image-story,
  .signup-layout,
  .position-anchor {
    grid-template-columns: 1fr;
  }

  .grid,
  .two-column,
  .comparison,
  .choice-branches,
  .maturity-track,
  .process-compact,
  .variant-list {
    grid-template-columns: 1fr;
  }

  .choice-visual {
    min-height: 0;
    padding: 4px 0 0;
  }

  .fork-line {
    display: none;
  }

  .middle-answer {
    order: -1;
    justify-self: stretch;
  }

  .maturity-shelf {
    grid-template-columns: 1fr;
  }

  .maturity-track {
    gap: 24px;
    padding-top: 0;
  }

  .maturity-track::before {
    top: 0;
    bottom: 0;
    left: 24px;
    right: auto;
    width: 3px;
    height: auto;
    background: linear-gradient(180deg, var(--green), var(--green) 55%, var(--line) 55%, var(--line));
  }

  .maturity-point {
    min-height: 0;
    margin-left: 44px;
  }

  .maturity-point::before {
    top: 18px;
    left: -29px;
  }
}

@media (max-width: 620px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    gap: 12px;
  }

  h1 {
    font-size: clamp(36px, 12vw, 54px);
  }

  .subhead {
    font-size: 18px;
  }

  .photo-hero {
    min-height: calc(100vh - 104px);
    background-position: 45% center;
  }

  .button {
    width: 100%;
  }

  .comparison div {
    min-height: 0;
  }

  .emotional-figure,
  .emotional-figure img {
    min-height: 300px;
  }

  .emotional-figure figcaption {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .image-choice {
    top: 12px;
    left: 12px;
    width: calc(100% - 24px);
    gap: 7px;
  }

  .image-choice div {
    max-width: 76%;
    padding: 8px 10px;
  }

  .image-choice span {
    font-size: 10px;
  }

  .image-choice strong {
    font-size: 13px;
  }

  .setup-rail {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-right: 0;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }

  .setup-rail article {
    grid-template-columns: 32px minmax(0, 1fr);
    column-gap: 14px;
    min-width: 0;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    scroll-snap-align: none;
  }

  .setup-rail article + article {
    padding-left: 0;
  }

  .setup-rail article:last-child {
    border-bottom: 0;
  }
}
