.maker-heading,
.collection-intro,
.safety-intro {
  padding-block: 72px 48px;
}
.maker-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 40px;
}
.maker-heading h1,
.collection-intro h1,
.safety-intro h1 {
  font-size: clamp(42px, 5.7vw, 78px);
  line-height: 0.99;
  letter-spacing: -0.05em;
  margin: 18px 0 0;
  font-weight: 460;
}
.maker-heading em,
.collection-intro em,
.safety-intro em {
  font-style: normal;
  color: var(--blue, #2f4bff);
}
.maker-heading > div:last-child {
  max-width: 400px;
  padding-bottom: 4px;
}
.maker-heading p:not(.small-label) {
  font-size: 21px;
  line-height: 1.5;
  margin: 0 0 20px;
}
.maker-note {
  font-size: 14px;
  color: #55575f;
}
.maker-workbench {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: start;
  padding-bottom: 60px;
}
.maker-stage {
  position: sticky;
  top: 114px;
  background: #e7e9ef;
  padding: 30px 30px 0;
}
.maker-preview {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 0;
  transition: border-radius 0.2s ease;
}
.maker-preview.is-round {
  border-radius: 50%;
}
.maker-preview svg,
.character-art svg {
  display: block;
  width: 100%;
  height: auto;
}
.maker-preview-tools {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 12px;
  color: #41434c;
}
.quiet-button {
  border: 0;
  background: none;
  color: inherit;
  padding: 8px 0;
  font: inherit;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
  min-height: 40px;
}
.quiet-button:hover {
  text-decoration-thickness: 2px;
}
.quiet-button:disabled {
  opacity: 0.45;
  cursor: default;
}
.maker-controls-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c4c5c8;
}
.maker-controls-top h2 {
  font-size: 27px;
  margin: 0;
}
.maker-controls-top button {
  font-size: 14px;
}
.maker-options {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.trait-group {
  border: 0;
  padding: 0;
  margin: 22px 0 0;
  min-width: 0;
}
.trait-group legend {
  padding: 0;
  font-size: 13px;
  font-weight: 650;
  margin-bottom: 10px;
}
.trait-options {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.trait-choice {
  position: relative;
  cursor: pointer;
  font-size: 13px;
}
.trait-choice input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.trait-choice > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 8px 12px;
  background: transparent;
  border: 1px solid #80828a;
  border-radius: 3px;
  transition: background 0.15s;
}
.trait-choice input:checked + span {
  border-color: #111216;
  box-shadow: inset 0 0 0 1px #111216;
  background: #fff;
}
.trait-choice input:focus-visible + span {
  outline: 3px solid #2f4bff;
  outline-offset: 3px;
}
.trait-choice:hover > span {
  background: #fff;
}
.swatch {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  border-radius: 50%;
  border: 1px solid #11121625;
}
.swatch-color-0 {
  background: #304AFF;
}
.swatch-color-1 {
  background: #C7CED5;
}
.swatch-color-2 {
  background: #25272C;
}
.swatch-color-3 {
  background: #E7DFCC;
}
.swatch-color-4 {
  background: #A52036;
}
.swatch-color-5 {
  background: #777F90;
}
.swatch-backdrop-0 {
  background: #F7F6F2;
}
.swatch-backdrop-1 {
  background: #2F4BFF;
}
.swatch-backdrop-2 {
  background: #C6C8C9;
}
.swatch-backdrop-3 {
  background: #18191E;
}
.swatch-backdrop-4 {
  background: #A52036;
}
.maker-history {
  display: flex;
  gap: 22px;
  font-size: 12px;
  margin: 10px 0;
}
.maker-downloads {
  display: flex;
  gap: 10px;
}
.maker-downloads .button {
  font-size: 14px;
  min-height: 52px;
  flex: 1;
}
.maker-export-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  margin-top: 5px;
}
.maker-status {
  font-size: 13px;
  line-height: 1.5;
  min-height: 40px;
  color: #55575f;
  margin: 10px 0 0;
}
.maker-export-result {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  padding: 12px 0;
}
.maker-export-result[hidden] {
  display: none;
}
.maker-export-result a {
  text-underline-offset: 4px;
}
.design-url {
  margin-top: 18px;
}
.design-url input {
  font-size: 13px;
}
.maker-aftercare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 8vw, 120px);
  border-top: 1px solid #c4c5c8;
  padding-block: 40px 60px;
}
.maker-aftercare h2 {
  font-size: 25px;
  margin: 0 0 16px;
}
.maker-aftercare p {
  font-size: 15px;
  line-height: 1.7;
  max-width: 460px;
}
.art-usage {
  border-top: 1px solid #c4c5c8;
  padding-block: 30px 64px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 36px;
  scroll-margin-top: 120px;
}
.art-usage h2 {
  font-size: 24px;
}
.art-usage p {
  font-size: 13px;
  line-height: 1.8;
  color: #55575f;
  max-width: 680px;
  margin: 0;
}
.play-invitation {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(28px, 6vw, 88px);
  padding-block: 70px;
  align-items: center;
}
.play-invitation-art {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 10px;
}
.play-invitation-art > .character-art:first-child {
  transform: rotate(-5deg);
}
.play-invitation-art > .character-art:last-child {
  transform: rotate(5deg);
  margin-top: 65px;
}
.play-invitation h2 {
  font-size: clamp(30px, 3.6vw, 49px);
  line-height: 1.12;
  margin: 17px 0;
}
.play-invitation p {
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 25px;
  max-width: 390px;
}
.play-invitation .text-link {
  display: block;
  width: fit-content;
  margin-top: 20px;
}
.collection-intro {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  gap: clamp(24px, 6vw, 90px);
}
.collection-intro h1 {
  font-size: clamp(39px, 5.1vw, 67px);
}
.collection-intro p:not(.small-label) {
  font-size: 19px;
  line-height: 1.6;
  max-width: 540px;
  margin: 28px 0;
}
.collection-intro > .character-art {
  transform: rotate(4deg);
  max-width: 420px;
}
.collection-status {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 0 0 26px;
  font-size: 13px;
  padding-left: 14px;
  border-left: 3px solid #e75a3b;
}
.collection-status span {
  color: #55575f;
}
.collection-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px 20px;
  padding-block: 40px 90px;
}
.collection-piece {
  text-decoration: none;
  display: block;
  min-width: 0;
}
.collection-piece .character-art {
  transition: transform 0.18s ease;
  overflow: hidden;
}
.collection-piece:hover .character-art {
  transform: translateY(-5px);
}
.collection-piece > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  margin-top: 17px;
}
.collection-piece h2 {
  font-family: inherit;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 650;
  margin: 0;
}
.collection-piece span {
  font-size: 11px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.collection-piece p {
  font-size: 12px;
  color: #55575f;
  margin: 5px 0 0;
}
.collection-plan {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: clamp(24px, 9vw, 135px);
  border-top: 1px solid #c4c5c8;
  padding-block: 60px;
}
.collection-plan h2 {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin: 20px 0;
}
.collection-plan p {
  font-size: 16px;
  line-height: 1.7;
  max-width: 390px;
}
.collection-plan dl {
  margin: 0;
}
.collection-plan dl > div {
  border-bottom: 1px solid #c4c5c8;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 25px;
}
.collection-plan dl > div:first-child {
  padding-top: 0;
}
.collection-plan dt {
  font-size: 14px;
  font-weight: 650;
}
.collection-plan dd {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #55575f;
}
.safety-intro {
  max-width: 1160px;
}
.safety-intro > p:not(.small-label) {
  font-size: 20px;
  line-height: 1.6;
  max-width: 640px;
  margin: 28px 0;
}
.safety-actions {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.safety-facts {
  padding-block: 40px 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}
.safety-facts > div {
  border-top: 3px solid #2f4bff;
  padding-top: 22px;
}
.safety-facts h2 {
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 18px;
  max-width: 280px;
}
.safety-facts p {
  font-size: 15px;
  line-height: 1.75;
  color: #55575f;
}
.safety-guide {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 75px;
  padding-block: 55px 80px;
  border-top: 1px solid #c4c5c8;
}
.safety-guide h2 {
  font-size: 38px;
  letter-spacing: -0.04em;
  line-height: 1.12;
  margin: 18px 0;
}
.safety-guide > div > p:not(.small-label) {
  font-size: 16px;
  line-height: 1.7;
  max-width: 340px;
}
.safety-questions details {
  border-bottom: 1px solid #c4c5c8;
  padding: 21px 0;
}
.safety-questions details:first-child {
  padding-top: 0;
}
.safety-questions summary {
  list-style: none;
  display: flex;
  align-items: baseline;
  gap: 25px;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 550;
  cursor: pointer;
  line-height: 1.5;
}
.safety-questions summary::-webkit-details-marker {
  display: none;
}
.safety-questions summary::after {
  content: "+";
  font-size: 23px;
  font-weight: 400;
  flex-shrink: 0;
}
.safety-questions details[open] summary::after {
  content: "\2212";
}
.safety-questions p {
  font-size: 15px;
  line-height: 1.75;
  color: #55575f;
  margin: 18px 0;
}
.safety-questions a {
  font-size: 13px;
  text-underline-offset: 4px;
}
.community-explore {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  border-bottom: 1px solid #c4c5c8;
  padding-block: 22px;
  font-size: 15px;
}
.community-explore a {
  text-underline-offset: 5px;
}
.notice-strip {
  padding: 26px 30px;
}
.community-explore strong {
  margin-right: auto;
}
@media (min-width: 1440px) {
  .maker-stage {
    padding: 40px 40px 0;
  }
  .maker-workbench {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  .maker-workbench {
    gap: 30px;
  }
  .maker-stage {
    padding: 20px 20px 0;
    top: 100px;
  }
  .trait-choice > span {
    padding-inline: 9px;
  }
  .collection-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .collection-piece h2 {
    font-size: 18px;
  }
  .collection-piece span {
    font-size: 13px;
  }
  .collection-plan {
    gap: 35px;
  }
  .collection-plan dl > div {
    grid-template-columns: 110px 1fr;
    gap: 14px;
  }
  .safety-guide {
    gap: 35px;
  }
  .safety-facts {
    gap: 25px;
  }
  .maker-export-note {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
}
@media (max-width: 720px) {
  .maker-heading,
  .collection-intro,
  .safety-intro {
    padding-block: 38px 28px;
  }
  .maker-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .maker-heading h1 {
    font-size: 52px;
  }
  .maker-heading p:not(.small-label) {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .maker-heading > div:last-child {
    max-width: none;
  }
  .maker-note {
    font-size: 12px;
  }
  .maker-workbench {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 35px;
  }
  .maker-stage {
    position: sticky;
    top: 0;
    z-index: 5;
    max-width: 100%;
    padding: 10px 14px 0;
    border-bottom: 1px solid #c4c5c8;
  }
  .maker-preview {
    max-width: 190px;
    margin: auto;
  }
  .maker-preview-tools {
    min-height: 38px;
    font-size: 11px;
  }
  .maker-controls-top {
    padding-bottom: 10px;
  }
  .maker-controls-top h2 {
    font-size: 25px;
  }
  .trait-choice > span {
    padding-inline: 11px;
    min-height: 44px;
  }
  .trait-group {
    margin-top: 20px;
  }
  .maker-export-note {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .maker-aftercare {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 32px;
  }
  .art-usage {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-block: 28px 45px;
  }
  .art-usage h2 {
    margin: 0;
  }
  .play-invitation {
    grid-template-columns: 1fr;
    padding-block: 45px;
    gap: 38px;
  }
  .play-invitation-art {
    max-width: 460px;
  }
  .play-invitation h2 {
    font-size: 37px;
  }
  .collection-intro {
    grid-template-columns: 1fr;
  }
  .collection-intro h1 {
    font-size: 34px;
  }
  .collection-intro > .character-art {
    max-width: 270px;
    width: 80%;
    justify-self: center;
    margin-top: 20px;
  }
  .collection-intro p:not(.small-label) {
    font-size: 17px;
    margin: 23px 0;
  }
  .collection-gallery {
    gap: 28px 12px;
    padding-block: 35px 45px;
  }
  .collection-piece > div:nth-child(2) {
    display: block;
    margin-top: 12px;
  }
  .collection-piece h2 {
    font-size: 14px;
  }
  .collection-piece span {
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
  }
  .collection-piece p {
    font-size: 11px;
  }
  .collection-plan {
    grid-template-columns: 1fr;
    padding-block: 35px;
    gap: 30px;
  }
  .collection-plan h2 {
    font-size: 35px;
  }
  .collection-plan dl > div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .safety-intro h1 {
    font-size: 44px;
    line-height: 1.08;
  }
  .safety-intro > p:not(.small-label) {
    font-size: 17px;
  }
  .safety-facts {
    grid-template-columns: 1fr;
    padding-block: 25px 40px;
    gap: 25px;
  }
  .safety-facts h2 {
    max-width: none;
    font-size: 23px;
    margin-bottom: 10px;
  }
  .safety-facts p {
    margin: 0;
  }
  .safety-guide {
    grid-template-columns: 1fr;
    padding-block: 35px 45px;
    gap: 25px;
  }
  .safety-guide h2 {
    font-size: 34px;
  }
  .safety-guide > div > p:not(.small-label) {
    max-width: none;
  }
  .safety-questions summary {
    font-size: 17px;
  }
  .community-explore {
    gap: 18px;
    font-size: 13px;
  }
  .community-explore strong {
    flex-basis: 100%;
  }
}
@media (max-width: 360px) {
  .maker-heading h1 {
    font-size: 45px;
  }
  .maker-export-note {
    flex-direction: column;
    align-items: start;
  }
  .maker-downloads .button {
    padding-inline: 10px;
    font-size: 13px;
  }
  .trait-choice > span {
    padding-inline: 9px;
  }
  .safety-intro h1 {
    font-size: 38px;
  }
  .collection-intro h1 {
    font-size: 31px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .maker-preview,
  .collection-piece .character-art {
    transition: none;
  }
  .collection-piece:hover .character-art {
    transform: none;
  }
}
