@font-face {
  font-family: "Unbounded";
  src: url("../assets/fonts/Unbounded-VariableFont_wght.ttf") format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #1f1f1f;
  --red: #FAB900;
  --paper: #f5f5f3;
  --white: #ffffff;
  --gray: #7d7d7d;
  --line: rgba(31, 31, 31, 0.12);
  --soft: #ededed;
  --display: "Unbounded", Arial, sans-serif;
  --body: "Noto Sans", Arial, sans-serif;
  --container: min(1440px, calc(100vw - 80px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  color: var(--black);
  background: var(--paper);
  background-image: none;
  font-family: var(--body);
  font-size: 16px;
}

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

.brief-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

[hidden] {
  display: none !important;
}

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

.topbar {
  position: relative;
  z-index: 20;
  width: var(--container);
  min-height: 44px;
  margin: 24px auto 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.logo img {
  width: 150px;
  height: auto;
  display: block;
}

.hero {
  width: var(--container);
  min-height: clamp(540px, 68vh, 720px);
  margin: 0 auto;
  padding: clamp(34px, 4.2vw, 70px) 0 clamp(36px, 3.5vw, 62px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 52px;
}

.hero__meta,
.section-label {
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 560;
  color: var(--gray);
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.hero__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.hero__meta-note {
  max-width: 620px;
  text-transform: none;
}

.hero-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--body);
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.35;
}

.hero-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--black);
  text-decoration: none;
  transition: color 0.2s ease;
}

.hero-breadcrumb a:hover {
  color: var(--red);
}

.hero-breadcrumb > span:last-child {
  color: #9a9a9a;
}

.hero__meta-note > a {
  font-family: var(--body);
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.35;
  color: #aaa;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.hero__meta-note > a:hover {
  color: #707070;
}

.hero__meta-note p {
  margin: 10px 0 0;
  max-width: 560px;
  font-family: var(--body);
  font-size: clamp(1rem, 1.25vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  color: #565656;
  text-transform: none;
  letter-spacing: 0;
}

.hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
  gap: clamp(38px, 6vw, 100px);
  align-items: end;
}

.hero__content > * {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 22px;
  font-family: var(--display);
  font-size: clamp(1rem, 1.2vw, 1.35rem);
  font-weight: 720;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.9rem, 6.4vw, 7.1rem);
  line-height: 0.92;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

h1 span {
  display: inline-block;
  color: var(--red);
}

.hero__side {
  padding-bottom: 1vw;
}

.hero__author {
  margin: 0 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 740;
  line-height: 1.1;
  text-transform: uppercase;
}

.hero__author img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border: 2px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(31, 31, 31, 0.14);
}

.hero__author small {
  display: block;
  margin-top: 3px;
  color: var(--gray);
  font-family: var(--body);
  font-size: 0.72rem;
  font-weight: 500;
  text-transform: none;
}

.hero__side p {
  margin: 0 0 30px;
  max-width: 520px;
  color: #555;
  font-size: clamp(1.08rem, 1.25vw, 1.35rem);
  line-height: 1.48;
}

.hero__actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  min-height: 56px;
  padding: 18px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: var(--display);
  font-size: 0.82rem;
  font-weight: 760;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.3s ease,
    background 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(31, 31, 31, 0.12);
}

.button:disabled,
.button[aria-busy="true"] {
  cursor: wait;
  opacity: 0.72;
  transform: none;
  box-shadow: none;
}

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

.button--ghost,
.button--light {
  color: var(--black);
  background: var(--white);
}

.button--dark {
  color: var(--white);
  background: var(--black);
  border-color: var(--black);
}

.intro {
  width: var(--container);
  margin: 0 auto;
  padding: clamp(44px, 5.5vw, 88px) 0;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: clamp(34px, 5vw, 96px);
  border-top: 1px solid var(--line);
}

.intro h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.25rem, 1.65vw, 2.15rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.form-section__head h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.22rem, 1.75vw, 2.3rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.intro p {
  max-width: 980px;
  margin: 22px 0 0;
  color: #565656;
  font-size: clamp(0.98rem, 1.12vw, 1.15rem);
  line-height: 1.52;
}

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

.principles span,
.chips label {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
}

.principles span {
  padding: 12px 16px;
  font-family: var(--display);
  font-size: 0.76rem;
  font-weight: 650;
  text-transform: uppercase;
}

.brief-shell {
  width: var(--container);
  max-width: var(--container);
  margin: 0 auto clamp(80px, 10vw, 160px);
  display: grid;
  grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

.brief-status {
  position: -webkit-sticky;
  position: sticky;
  top: 112px;
  z-index: 30;
}

.brief-status--desktop {
  display: block;
  align-self: start;
}

.brief-status--mobile {
  display: none;
}

.brief-form {
  grid-column: 2;
}

.brief-status__card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--black);
  color: var(--white);
}

.brief-status strong {
  display: block;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 0.9;
  color: var(--white);
}

.brief-status p {
  margin: 6px 0 14px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--display);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.progress {
  height: 6px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  overflow: hidden;
}

.progress span {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: var(--red);
  transition: width 0.35s ease;
}

.brief-discount {
  margin: -4px 0 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(250, 185, 0, 0.32);
  border-radius: 8px;
  background: rgba(250, 185, 0, 0.12);
}

.brief-discount span {
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--display);
  font-size: 0.62rem;
  font-weight: 720;
  line-height: 1.2;
  text-transform: uppercase;
}

.brief-discount strong {
  font-size: 1.55rem;
  line-height: 1;
  color: var(--red);
}

.brief-steps {
  display: grid;
  gap: 1px;
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
}

.brief-steps a {
  position: relative;
  padding: 10px 12px;
  padding-right: 34px;
  color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.035);
  font-family: var(--display);
  font-size: 0.68rem;
  font-weight: 620;
  line-height: 1.2;
  text-transform: uppercase;
  transition:
    color 0.24s ease,
    background 0.24s ease,
    transform 0.24s cubic-bezier(0.16, 1, 0.3, 1);
}

.brief-steps a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--white);
  font-family: var(--body);
  font-size: 0.62rem;
  line-height: 1;
  transform: translateY(-50%);
}

.brief-steps a.is-complete::after {
  content: "✓";
  border-color: var(--red);
  background: var(--red);
}

.brief-steps a:hover {
  color: var(--white);
  background: rgba(250, 185, 0, 0.22);
  transform: translateX(2px);
}

.brief-status .button {
  width: 100%;
  margin-top: 10px;
}

.brief-status .button--dark {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.24);
  background: transparent;
}

.brief-status .button--dark:hover {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.xp-toast {
  position: fixed;
  left: max(24px, calc((100vw - var(--container)) / 2));
  bottom: 24px;
  z-index: 30;
  isolation: isolate;
  width: 300px;
  padding: 2px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 108px;
  align-items: center;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #ffd34d, #FAB900 48%, #9f7400);
  color: var(--white);
  font-family: "Noto Sans", var(--body);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: none;
  box-shadow: 0 18px 42px rgba(31, 31, 31, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.xp-toast::before {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: -1;
  border-radius: 6px;
  background: linear-gradient(135deg, #FAB900, #d39a00);
}

.xp-toast span,
.xp-toast strong {
  position: relative;
  z-index: 1;
}

.xp-toast span {
  display: block;
  padding: 12px 8px 12px 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0;
}

.xp-toast strong {
  display: block;
  width: 108px;
  padding: 10px 14px 10px 6px;
  text-align: right;
  color: var(--white);
  font-family: var(--display);
  font-size: 1.62rem;
  line-height: 1;
  white-space: nowrap;
}

.xp-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reset-brief {
  width: fit-content;
  margin: 16px auto 0;
  padding: 0 0 3px;
  display: block;
  border: 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.58);
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--body);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

.reset-brief:hover {
  color: var(--white);
  border-color: var(--white);
  transform: translateY(-1px);
}

.brief-form {
  display: grid;
  gap: 22px;
}

.form-section {
  max-width: 100%;
  overflow: visible;
  padding: clamp(22px, 2.7vw, 38px);
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 70px rgba(31, 31, 31, 0.045);
}

.form-section__head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
  margin-bottom: 24px;
}

.form-section__head > span {
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 430;
  color: var(--red);
}

.form-section__head p {
  grid-column: auto;
  max-width: 680px;
  margin: 0;
  color: #606060;
  font-size: 0.9rem;
  line-height: 1.52;
}

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

.field,
.upload {
  display: grid;
  gap: 10px;
}

.field--wide {
  grid-column: 1 / -1;
}

.consent-check {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: 100%;
  margin-top: 4px;
  color: #606060;
  font-family: var(--body);
  font-size: 0.92rem;
  line-height: 1.35;
}

.consent-check span {
  font-family: var(--body);
  font-size: 0.92rem;
  font-weight: 500;
  text-transform: none;
}

.consent-check a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.consent-check a:hover {
  color: var(--red);
}

.field span,
.upload span,
.option-group h3 {
  font-family: var(--body);
  font-size: 0.76rem;
  font-weight: 500;
  color: #767676;
  text-transform: uppercase;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--black);
  font-family: var(--body);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
  padding: 17px 16px;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

select {
  min-height: 58px;
  padding-right: 46px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L7 7L12 2' stroke='%231F1F1F' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 14px 9px;
}

input::placeholder,
textarea::placeholder {
  color: rgba(31, 31, 31, 0.38);
  opacity: 1;
}

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

input[type="text"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(250, 185, 0, 0.75);
  box-shadow: 0 0 0 4px rgba(250, 185, 0, 0.1);
}

.color-builder {
  align-content: start;
}

.color-builder__control {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.color-builder input[type="color"] {
  width: 72px;
  height: 58px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  cursor: pointer;
}

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

.color-builder__meta span,
.color-builder__meta-field {
  min-width: 0;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--gray);
  font-family: var(--body);
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
}

.color-builder__meta-field em {
  font-style: normal;
  color: var(--gray);
}

.color-builder__meta b {
  color: var(--black);
  font-weight: 700;
  text-align: right;
}

.color-builder__meta-field input[type="text"] {
  width: 100%;
  min-width: 0;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--black);
  font: inherit;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
}

.color-builder__meta-field input[type="text"]:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

.choice-grid,
.chips,
.cards,
.visual-options,
.shape-decisions,
.color-options,
.font-options {
  display: grid;
  gap: 10px;
}

.choice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 24px;
}

.choice-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 0;
}

.choice,
.chips label,
.visual-choice,
.mini-card,
.upload,
.binary-side,
.color-card,
.font-card {
  cursor: pointer;
  transition:
    transform 0.24s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.24s ease,
    background 0.24s ease,
    color 0.24s ease;
}

.choice {
  min-height: 72px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  font-family: var(--body);
  font-weight: 700;
}

.choice:hover,
.chips label:hover,
.visual-choice:hover,
.mini-card:hover,
.upload:hover,
.binary-side:hover,
.color-card:hover,
.font-card:hover {
  transform: translateY(-2px);
  border-color: rgba(250, 185, 0, 0.72);
}

.binary-side:hover,
.binary-side:has(input:checked) {
  background: #fff;
}

.binary-list {
  display: grid;
  gap: 22px;
}

.binary-pair {
  position: relative;
  padding-bottom: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
  border-bottom: 1px solid var(--line);
}

.binary-pair:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.binary-pair > span {
  align-self: center;
  justify-self: center;
  min-width: 34px;
  text-align: center;
  color: var(--gray);
  font-family: var(--display);
  font-size: 0.66rem;
  font-weight: 720;
  text-transform: uppercase;
}

.binary-pair > span::before,
.binary-pair > span::after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  margin: 10px auto;
  background: var(--line);
}

.binary-side {
  min-height: 118px;
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 24px 88px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.binary-side img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  border-radius: 10px;
  background: transparent;
  filter: drop-shadow(0 14px 22px rgba(31, 31, 31, 0.08));
}

.binary-side strong {
  font-family: var(--display);
  font-size: clamp(0.82rem, 1.05vw, 1rem);
  font-weight: 820;
  line-height: 1.05;
  text-transform: uppercase;
}

.option-group {
  margin-top: 42px;
}

.option-group:first-of-type {
  margin-top: 0;
}

.option-group h3 {
  margin: 0 0 26px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.chips label {
  width: fit-content;
  min-width: max-content;
  max-width: 100%;
  min-height: 54px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--body);
  font-size: 0.94rem;
  font-weight: 700;
  white-space: nowrap;
}

.chips--tone {
  display: flex;
  flex-wrap: wrap;
}

.visual-options {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.color-options {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.font-options {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.color-card,
.font-card {
  min-height: 160px;
  padding: 16px;
  display: grid;
  align-content: start;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.color-card:has(input:checked),
.font-card:has(input:checked),
.visual-choice:has(input:checked),
.mini-card:has(input:checked),
.choice:has(input:checked),
.chips label:has(input:checked),
.binary-side:has(input:checked),
.shape-row:has(input:checked) {
  border-color: var(--black);
  box-shadow: 0 0 0 2px var(--black);
}

.color-card input,
.font-card input {
  justify-self: start;
}

.font-card {
  grid-template-columns: auto 1fr;
  column-gap: 10px;
}

.font-card--custom {
  grid-column: 1 / -1;
}

.font-card .font-preview,
.font-card small {
  grid-column: 1 / -1;
}

.font-card--custom .custom-font-field {
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
}

.custom-font-field > span {
  color: var(--gray);
  font-size: 0.72rem;
  font-weight: 700;
}

.custom-font-control {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}

.custom-font-field select {
  appearance: none;
  min-height: 44px;
  width: 100%;
  padding: 10px 44px 10px 12px;
  border-radius: 8px;
  font-size: 0.95rem;
  background: #fff url("../assets/brand/arrow-down.svg") right 12px center / 20px 20px no-repeat;
}

.palette {
  min-height: 56px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 6px;
}

.palette i {
  display: block;
  min-height: 56px;
  border: 1px solid rgba(31, 31, 31, 0.1);
  border-radius: 8px;
  background: var(--c);
}

.color-card strong {
  font-family: var(--display);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.font-card strong {
  align-self: center;
  font-family: var(--body);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.18;
  text-transform: none;
}

.color-card small,
.font-card small {
  color: var(--gray);
  font-size: 0.84rem;
  line-height: 1.32;
}

.font-card small b {
  color: var(--black);
  font-weight: 700;
}

.font-card small span {
  display: inline-block;
  margin-top: 4px;
  color: rgba(31, 31, 31, 0.55);
}

.font-preview {
  min-height: 58px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--black);
  font-size: clamp(1.55rem, 2vw, 2.35rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.font-preview--geologica {
  font-family: "Geologica", var(--display);
}

.font-preview--manrope {
  font-family: "Manrope", Arial, sans-serif;
}

.font-preview--rubik {
  font-family: "Rubik", Arial, sans-serif;
  border-radius: 999px;
}

.font-preview--oswald {
  font-family: "Oswald", Impact, sans-serif;
  letter-spacing: 0;
}

.font-preview--playfair {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 900;
}

.font-preview--slab {
  font-family: "Roboto Slab", Georgia, serif;
}

.font-preview--mono {
  font-family: "IBM Plex Mono", monospace;
  font-size: clamp(1.22rem, 1.55vw, 1.7rem);
  letter-spacing: -0.06em;
}

.font-preview--display {
  font-family: var(--display);
}

.font-preview--russo {
  font-family: "Russo One", Arial, sans-serif;
  font-size: clamp(1.42rem, 1.8vw, 2.05rem);
  letter-spacing: -0.02em;
}

.font-preview--script {
  font-family: "Pacifico", cursive;
  font-size: clamp(1.55rem, 2.1vw, 2.35rem);
  font-weight: 400;
  letter-spacing: 0;
}

.font-preview--custom {
  font-family: "Pacifico", var(--body);
  font-size: clamp(1.55rem, 2.1vw, 2.35rem);
  letter-spacing: 0;
}

.shape-decisions {
  gap: 22px;
}

.shape-row {
  padding: 28px;
  display: grid;
  grid-template-columns: minmax(190px, 250px) minmax(220px, 1fr) minmax(140px, 0.44fr) minmax(190px, 0.58fr);
  gap: 28px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  transition:
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s cubic-bezier(0.16, 1, 0.3, 1);
}

.shape-row:hover {
  transform: translateY(-2px);
  border-color: rgba(31, 31, 31, 0.42);
}

.shape-row__symbol {
  min-height: 210px;
  display: grid;
  place-items: center;
  background: var(--white);
}

.shape-row__symbol img {
  width: min(318px, 100%);
  height: auto;
  max-height: 232px;
  object-fit: contain;
}

.shape-row__copy strong {
  display: block;
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: 0.92rem;
  font-weight: 820;
  text-transform: uppercase;
}

.shape-row__copy p {
  margin: 0 0 5px;
  color: #5d5d5d;
  font-size: 0.82rem;
  line-height: 1.34;
}

.shape-row__copy b {
  color: var(--black);
  font-weight: 700;
}

.decision-field {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-content: start;
  border: 0;
}

.decision-field legend,
.shape-notes span {
  grid-column: 1 / -1;
  margin: 0 0 12px;
  font-family: var(--display);
  font-size: 0.6rem;
  font-weight: 760;
  text-transform: uppercase;
}

.decision-field label {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #5f5f5f;
  font-family: var(--body);
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.strategy-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 14px 18px 14px 48px;
  position: relative;
  border: 0;
  border-left: 2px solid rgba(250, 185, 0, 0.52);
  border-radius: 0;
  background: transparent;
  color: #5d4b4b;
  font-size: 0.78rem;
  line-height: 1.45;
}

.strategy-note img {
  position: absolute;
  left: 16px;
  top: 15px;
  width: 17px;
  height: 17px;
  opacity: 0.72;
}

.strategy-note[data-state="use"] img {
  filter: hue-rotate(88deg) saturate(0.7);
}

.strategy-note[data-state="possibly"] img {
  filter: hue-rotate(34deg) saturate(0.8);
}

.strategy-note[data-state="use"] {
  border-left-color: rgba(45, 154, 91, 0.56);
  background: transparent;
  color: #3f5f4c;
}

.strategy-note[data-state="possibly"] {
  border-left-color: rgba(216, 154, 34, 0.62);
  background: transparent;
  color: #5e5038;
}


.shape-notes {
  display: grid;
  gap: 12px;
}

.shape-notes textarea {
  min-height: 112px;
  padding: 14px;
  border: 1px solid rgba(31, 31, 31, 0.14);
  border-radius: 8px;
  background: var(--white);
  color: var(--black);
  font-size: 0.82rem;
  box-shadow: inset 0 1px 0 rgba(31, 31, 31, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.shape-notes textarea:focus {
  border-color: rgba(250, 185, 0, 0.75);
  box-shadow: 0 0 0 4px rgba(250, 185, 0, 0.1);
}

.human-question {
  border-color: rgba(250, 185, 0, 0.38);
  background:
    radial-gradient(circle at 88% 14%, rgba(250, 185, 0, 0.18), transparent 30%),
    rgba(255, 255, 255, 0.84);
}

.human-question .form-section__head {
  margin-bottom: 30px;
}

.human-question .form-section__head p {
  max-width: 780px;
  font-size: 1rem;
}

.human-question .form-section__head p b {
  color: var(--red);
  font-weight: 760;
}

.human-card {
  display: grid;
  gap: 14px;
}

.human-card span {
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 760;
  text-transform: uppercase;
}

.human-card textarea {
  min-height: 150px;
  border-color: rgba(250, 185, 0, 0.46);
  box-shadow: 0 0 0 4px rgba(250, 185, 0, 0.055);
}

.font-test {
  max-width: 520px;
  margin-bottom: 16px;
}

.font-test small {
  color: var(--gray);
  font-size: 0.82rem;
  line-height: 1.35;
}

.visual-choice {
  min-height: 192px;
  padding: 18px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.visual-choice input {
  position: relative;
  z-index: 2;
}

.visual-choice strong {
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 780;
  text-transform: uppercase;
}

.visual-choice small {
  color: var(--gray);
  font-size: 0.86rem;
  line-height: 1.32;
}

.shape-icon,
.line-icon,
.logo-sample,
.visual-asset {
  align-self: center;
  justify-self: center;
  display: block;
  position: relative;
}

.visual-asset {
  width: min(92px, 58%);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 22px rgba(31, 31, 31, 0.08));
  transition:
    transform 0.32s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.32s ease;
}

.visual-asset--logo {
  width: min(102px, 64%);
}

.visual-choice:hover .visual-asset,
.mini-card:hover .visual-asset {
  transform: translateY(-4px) scale(1.06);
  filter: drop-shadow(0 20px 28px rgba(31, 31, 31, 0.14));
}

.shape-icon {
  width: 80px;
  height: 80px;
}

.shape-icon--circle {
  border: 13px solid var(--red);
  border-radius: 50%;
}

.shape-icon--oval {
  width: 96px;
  height: 62px;
  border: 13px solid var(--red);
  border-radius: 50%;
}

.shape-icon--square {
  border: 13px solid var(--black);
}

.shape-icon--triangle {
  width: 0;
  height: 0;
  border-left: 48px solid transparent;
  border-right: 48px solid transparent;
  border-bottom: 86px solid var(--red);
}

.shape-icon--pictorial::before {
  content: "";
  position: absolute;
  inset: 8px 18px 26px;
  border-radius: 60% 60% 45% 45%;
  background: var(--red);
  transform: rotate(-12deg);
}

.shape-icon--pictorial::after {
  content: "";
  position: absolute;
  left: 23px;
  right: 23px;
  bottom: 14px;
  height: 34px;
  border-radius: 0 0 28px 28px;
  border: 10px solid var(--black);
  border-top: 0;
}

.shape-icon--abstract::before,
.shape-icon--abstract::after {
  content: "";
  position: absolute;
  border-radius: 20px;
  background: var(--red);
}

.shape-icon--abstract::before {
  width: 72px;
  height: 26px;
  left: 0;
  top: 17px;
  transform: rotate(-24deg);
}

.shape-icon--abstract::after {
  width: 58px;
  height: 26px;
  right: 0;
  bottom: 18px;
  background: var(--black);
  transform: rotate(22deg);
}

.shape-icon--mascot {
  border: 10px solid var(--black);
  border-radius: 50% 50% 42% 42%;
}

.shape-icon--mascot::before,
.shape-icon--mascot::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--red);
}

.shape-icon--mascot::before {
  left: 22px;
}

.shape-icon--mascot::after {
  right: 22px;
}

.shape-icon--emblem {
  width: 76px;
  height: 88px;
  background: var(--black);
  clip-path: polygon(50% 0, 92% 16%, 84% 70%, 50% 100%, 16% 70%, 8% 16%);
}

.shape-icon--emblem::after {
  content: "";
  position: absolute;
  inset: 17px;
  background: var(--white);
  clip-path: inherit;
}

.shape-icon--spiral {
  border: 12px solid var(--red);
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-30deg);
}

.shape-icon--spiral::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 10px solid var(--black);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.line-icon {
  width: 96px;
  height: 76px;
}

.line-icon::before,
.line-icon::after {
  content: "";
  position: absolute;
  background: var(--red);
  border-radius: 999px;
}

.line-icon--vertical::before,
.line-icon--vertical::after {
  width: 12px;
  height: 72px;
  top: 2px;
}

.line-icon--vertical::before {
  left: 32px;
}

.line-icon--vertical::after {
  right: 32px;
  background: var(--black);
}

.line-icon--horizontal::before,
.line-icon--horizontal::after {
  left: 5px;
  width: 86px;
  height: 12px;
}

.line-icon--horizontal::before {
  top: 22px;
}

.line-icon--horizontal::after {
  bottom: 22px;
  background: var(--black);
}

.line-icon--diagonal::before,
.line-icon--diagonal::after {
  left: 8px;
  width: 88px;
  height: 12px;
  transform-origin: center;
}

.line-icon--diagonal::before {
  top: 20px;
  transform: rotate(-24deg);
}

.line-icon--diagonal::after {
  bottom: 22px;
  background: var(--black);
  transform: rotate(-24deg);
}

.line-icon--curved::before {
  left: 5px;
  top: 11px;
  width: 86px;
  height: 54px;
  border: 11px solid var(--red);
  border-left-color: transparent;
  border-bottom-color: transparent;
  background: transparent;
  transform: rotate(8deg);
}

.line-icon--curved::after {
  left: 30px;
  bottom: 13px;
  width: 54px;
  height: 10px;
  background: var(--black);
  transform: rotate(-14deg);
}

.cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mini-card {
  min-height: 130px;
  padding: 18px;
  display: grid;
  align-content: start;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.mini-card input {
  justify-self: start;
}

.mini-card strong {
  display: block;
  font-family: var(--display);
  font-size: 1.05rem;
  text-transform: uppercase;
}

.mini-card span {
  color: var(--gray);
  font-size: 0.92rem;
}

.logo-sample {
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  font-family: var(--display);
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.logo-sample--combo {
  gap: 10px;
}

.logo-sample--combo i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--red);
}

.logo-sample--combo b {
  font-size: 1.08rem;
}

.logo-sample--word {
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  letter-spacing: -0.06em;
}

.logo-sample--letter {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  background: var(--red);
  color: var(--white);
  font-size: 2.4rem;
}

.logo-sample--mono {
  font-size: 2rem;
  letter-spacing: -0.15em;
}

.logo-sample--badge {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 10px solid var(--black);
  color: var(--red);
  font-size: 0.82rem;
}

.logo-sample--dynamic {
  gap: 8px;
}

.logo-sample--dynamic i {
  width: 34px;
  height: 52px;
  display: block;
  border-radius: 18px;
  background: var(--black);
}

.logo-sample--dynamic i:nth-child(2) {
  height: 34px;
  background: var(--red);
}

.logo-sample--dynamic i:nth-child(3) {
  height: 64px;
  transform: rotate(18deg);
}

.upload {
  padding: 24px;
  border: 1px dashed rgba(31, 31, 31, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.75);
}

.upload input {
  width: 100%;
}

.upload small {
  color: var(--gray);
  line-height: 1.4;
}

input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 20px;
  accent-color: var(--red);
}

.summary-panel {
  margin-top: 36px;
}

.summary-panel__head {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.summary-panel__head span {
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 760;
  text-transform: uppercase;
}

.summary-copy {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--black);
  cursor: pointer;
  transition:
    transform 0.24s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.summary-copy:hover {
  transform: translateY(-2px);
  border-color: var(--black);
  box-shadow: 0 12px 24px rgba(31, 31, 31, 0.1);
}

.summary-copy svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linejoin: round;
}

.summary-box {
  min-height: 180px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  color: #4a4a4a;
  white-space: pre-wrap;
  line-height: 1.55;
}

.summary-box p {
  margin: 0;
}

.final-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.final-actions .button {
  min-width: 210px;
}

.send-status {
  min-height: 1.4em;
  margin: 14px 0 0;
  color: #707070;
  font-size: 0.95rem;
  line-height: 1.4;
}

.send-status.is-success {
  color: #1f8f4d;
}

.send-status.is-error {
  color: var(--red);
}

.footer {
  padding: 38px max(28px, calc((100vw - var(--container)) / 2));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px 18px;
  background: var(--black);
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--display);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.footer > *:not(:last-child)::after {
  content: "|";
  margin-left: 18px;
  color: rgba(255, 255, 255, 0.34);
}

.footer a {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-copy-group {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-copy-button {
  width: 22px;
  height: 22px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.footer-copy-button img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
  opacity: 0.82;
}

.footer-copy-button.is-copied img {
  opacity: 1;
}

.click-effect {
  position: fixed;
  z-index: 9999;
  width: 96px;
  height: auto;
  pointer-events: none;
  user-select: none;
  transform: translate(-50%, -50%) scale(0.68) rotate(-8deg);
  opacity: 0;
  filter: drop-shadow(0 16px 22px rgba(31, 31, 31, 0.12));
  animation: click-pop 720ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
  will-change: transform, opacity;
}

.click-effect--done {
  width: 77px;
  animation-duration: 760ms;
}

@keyframes click-pop {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.58) rotate(-10deg);
  }
  18% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.03) rotate(-3deg);
  }
  68% {
    opacity: 0.95;
    transform: translate(-50%, -50%) scale(0.98) rotate(1deg);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.82) rotate(5deg);
  }
}

@media (max-width: 1350px) {
  :root {
    --container: min(100%, calc(100vw - 48px));
  }

  .brief-shell {
    grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
    gap: 24px;
  }

  .brief-status {
    top: 88px;
  }

  .brief-status__card {
    padding: 20px;
  }

  .brief-status strong {
    font-size: clamp(2.7rem, 5.4vw, 3.6rem);
  }

  .brief-steps a {
    padding: 9px 10px;
    padding-right: 32px;
    font-size: 0.6rem;
  }

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

  .choice {
    min-height: 66px;
    padding: 16px;
  }

  .form-section__head h2 {
    max-width: 100%;
    font-size: clamp(1.8rem, 3.4vw, 2.8rem);
    overflow-wrap: anywhere;
  }
}

@media (max-width: 1100px) {
  .hero__content {
    grid-template-columns: 1fr;
  }

  .brief-shell {
    grid-template-columns: 1fr;
  }

  .brief-status--desktop {
    display: none;
  }

  .brief-form {
    grid-column: 1;
  }

  .color-options,
  .font-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shape-row {
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 22px;
  }

  .shape-row__copy,
  .decision-field,
  .shape-notes {
    grid-column: 1 / -1;
  }

  .decision-field {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  :root {
    --container: calc(100vw - 24px);
  }

  html,
  body {
    overflow-x: clip;
  }

  body {
    padding-bottom: 118px;
  }

  .brief-shell {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .brief-form {
    grid-column: 1;
  }

  .topbar {
    min-height: 38px;
    margin-top: 16px;
  }

  .logo img {
    width: 124px;
  }

  .hero {
    min-height: auto;
    padding: 40px 0 36px;
    gap: 28px;
  }

  .hero__meta {
    gap: 14px;
    font-size: 0.54rem;
    line-height: 1.2;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 0.84rem;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.45rem, 11.5vw, 3.4rem);
    line-height: 0.9;
    letter-spacing: -0.045em;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero__side p {
    margin-bottom: 22px;
    max-width: 100%;
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .hero__author {
    margin-bottom: 14px;
    gap: 10px;
    font-size: 0.68rem;
  }

  .hero__author img {
    width: 46px;
    height: 46px;
  }

  .hero__actions,
  .final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .color-builder__control,
  .color-builder__meta {
    grid-template-columns: 1fr;
  }

  .color-builder input[type="color"] {
    width: 100%;
  }

  .button {
    min-height: 54px;
    width: 100%;
    padding: 16px 18px;
    font-size: 0.72rem;
  }

  .intro {
    grid-template-columns: 1fr;
    padding: 64px 0;
  }

  .intro h2 {
    font-size: clamp(1.24rem, 5.3vw, 1.9rem);
    line-height: 1.12;
    letter-spacing: -0.01em;
  }

  .form-section__head h2 {
    font-size: clamp(1.08rem, 4.75vw, 1.55rem);
    line-height: 1.14;
    letter-spacing: -0.005em;
  }

  .intro p {
    font-size: 1rem;
  }

  .brief-status--desktop {
    display: none;
  }

  .brief-status--mobile {
    display: block;
    position: fixed;
    left: clamp(14px, 6vw, 44px);
    right: clamp(14px, 6vw, 44px);
    top: auto;
    bottom: 14px;
    z-index: 60;
    width: auto;
    max-height: none;
    overflow: visible;
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition:
      opacity 0.22s ease,
      transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .xp-toast {
    left: clamp(14px, 6vw, 44px);
    bottom: 132px;
    width: min(300px, calc(100vw - 28px));
  }

  body.brief-status-is-visible .brief-status--mobile {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .brief-status__card {
    grid-template-columns: max-content max-content 1fr max-content;
    padding: 10px 12px 12px;
    border-radius: 16px;
    gap: 7px 8px;
    box-shadow: 0 18px 44px rgba(31, 31, 31, 0.28);
  }

  .brief-status__card .section-label {
    display: none;
  }

  .brief-status strong {
    margin: 0;
    font-family: var(--body);
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    align-self: center;
  }

  .brief-status p {
    margin: 0;
    font-family: var(--body);
    font-size: 0.54rem;
    font-weight: 700;
    line-height: 1;
    align-self: center;
    justify-self: start;
    white-space: nowrap;
    text-transform: uppercase;
  }

  .brief-discount {
    grid-column: 4;
    grid-row: 1;
    margin: 0;
    padding: 0;
    display: block;
    border: 0;
    border-radius: 0;
    background: transparent;
    justify-self: end;
  }

  .brief-discount span {
    display: none;
  }

  .brief-discount strong {
    margin: 0;
    color: var(--red);
    font-family: var(--body);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
  }

  .progress {
    grid-column: 1 / -1;
    height: 5px;
    margin: 0;
  }

  .brief-steps {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin: 0;
    border: 0;
    border-radius: 0;
    overflow: visible;
    counter-reset: brief-step -1;
  }

  .brief-steps a {
    counter-increment: brief-step;
    width: 26px;
    height: 26px;
    padding: 0;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.055);
    font-size: 0;
    transform: none;
    touch-action: manipulation;
  }

  .brief-steps a::before {
    content: counter(brief-step);
    color: rgba(255, 255, 255, 0.72);
    font-family: var(--body);
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1;
  }

  .brief-steps a::after {
    content: none;
    display: none;
    inset: auto;
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
    transform: none;
  }

  .brief-steps a.is-complete {
    border-color: var(--red);
    background: var(--red);
  }

  .brief-steps a.is-complete::before {
    content: "✓";
    color: var(--white);
  }

  .brief-status .button {
    display: none;
  }

  .form-section {
    padding: 18px 16px;
  }

  .form-section__head {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 22px;
  }

  .form-section__head p {
    grid-column: auto;
    font-size: 0.86rem;
  }

  .field-grid,
  .choice-grid,
  .cards,
  .visual-options,
  .color-options,
  .font-options {
    grid-template-columns: 1fr;
  }

  input[type="text"],
  textarea,
  select {
    padding: 14px 14px;
    font-size: 0.92rem;
  }

  textarea {
    min-height: 92px;
  }

  .choice {
    min-height: 58px;
    padding: 14px 16px;
    gap: 10px;
    font-size: 0.9rem;
  }

  .choice-grid {
    gap: 8px;
    margin-bottom: 18px;
  }

  .option-group {
    margin-top: 30px;
  }

  .option-group h3 {
    margin-bottom: 16px;
  }

  .binary-pair {
    grid-template-columns: 1fr;
    gap: 9px;
    padding-bottom: 20px;
  }

  .binary-pair > span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-self: center;
    justify-content: center;
    gap: 12px;
  }

  .binary-pair > span::before,
  .binary-pair > span::after {
    width: min(30%, 110px);
    height: 1px;
    margin: 0;
  }

  .binary-side {
    min-height: 78px;
    grid-template-columns: 22px 62px minmax(0, 1fr);
    padding: 10px 12px;
    gap: 10px;
  }

  .binary-side img {
    width: 62px;
    height: 62px;
    background: transparent;
    box-shadow: none;
    filter: drop-shadow(0 10px 18px rgba(31, 31, 31, 0.08));
  }

  .binary-side strong {
    font-size: 0.76rem;
    line-height: 1.08;
  }

  .field--wide {
    grid-column: auto;
  }

  .chips {
    align-items: flex-start;
    gap: 8px;
  }

  .chips label {
    min-height: 42px;
    padding: 10px 14px;
    min-width: 0;
    font-size: 0.82rem;
    white-space: normal;
  }

  input[type="checkbox"],
  input[type="radio"] {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
  }

  .shape-row {
    grid-template-columns: 1fr;
    padding: 16px;
    gap: 18px;
  }

  .shape-row__symbol {
    min-height: auto;
    justify-items: center;
    background: var(--white);
  }

  .shape-row__symbol img {
    width: min(330px, 100%);
    max-width: 330px;
    max-height: 250px;
  }

  .decision-field {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .decision-field legend,
  .shape-notes span {
    margin-bottom: 8px;
  }

  .strategy-note {
    padding: 12px 14px 12px 42px;
  }

  .strategy-note img {
    left: 14px;
    top: 13px;
  }

  .font-card,
  .color-card {
    min-height: auto;
    padding: 14px;
  }

  .font-preview {
    min-height: 46px;
    font-size: clamp(1.35rem, 8.5vw, 2rem);
  }

  .upload {
    padding: 18px;
  }

  .upload small {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .human-question {
    background:
      radial-gradient(circle at 88% 10%, rgba(250, 185, 0, 0.14), transparent 34%),
      rgba(255, 255, 255, 0.88);
  }

  .human-question .form-section__head {
    margin-bottom: 22px;
  }

  .human-question .form-section__head p {
    font-size: 0.88rem;
  }

  .human-card textarea {
    min-height: 128px;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 18px;
  }

  .footer > *:not(:last-child)::after {
    content: none;
  }

  .click-effect {
    width: 76px;
  }

  .click-effect--done {
    width: 62px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .click-effect {
    animation-duration: 260ms;
  }
}
