/* 0.6: original brand marks, reusable assets and practical small-business tools. */
.brand-symbol {
  display: block;
  object-fit: contain;
  flex: none;
}
.signature-site .site-logo-symbol {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  background: transparent;
  border-radius: 0;
}
.signature-site .site-logo-symbol .brand-symbol {
  width: 34px;
  height: 34px;
}
.signature-site .site-name {
  gap: 10px;
  min-width: 0;
}
.signature-site.brand-dj .site-logo-symbol img {
  filter: brightness(0) invert(1);
}
.business-monogram .brand-symbol {
  width: 29px;
  height: 29px;
  filter: brightness(0) invert(1);
}
.studio-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 5px;
  border: 1px solid #d5deca;
  background: #f7f9f2;
  border-radius: 12px;
  width: fit-content;
}
.studio-tabs button {
  font: inherit;
  font-size: 12px;
  font-weight: 650;
  padding: 10px 14px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #405336;
  cursor: pointer;
  min-height: 40px;
}
.studio-tabs button[aria-pressed="true"] {
  background: #284d34;
  color: #fff;
}
.brand-studio .panel {
  border-color: #d9e1d1;
}
.brand-identity {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: center;
}
.brand-identity > div:first-child > p {
  font-size: 14px;
  line-height: 1.8;
  color: #53634b;
}
.brand-identity h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 42px;
  letter-spacing: -0.045em;
  margin: 14px 0;
}
.brand-identity label {
  margin: 20px 0;
}
.logo-stage {
  min-height: 325px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  background: #edf1e4;
  border-radius: 14px;
  text-align: center;
  color: #243c2a;
  transition:
    background 0.3s,
    color 0.3s;
}
.logo-stage > img {
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
}
.logo-stage > b {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: -0.03em;
  line-height: 1.15;
  overflow-wrap: anywhere;
}
.logo-stage > span {
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 12px;
}
.logo-stage.tone-dark {
  background: #1e3026;
  color: #f5f3e4;
}
.logo-stage.tone-dark img {
  filter: brightness(0) invert(1);
}
.logo-small-preview {
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #99a68c66;
  padding-top: 16px;
  margin-top: 28px;
}
.logo-small-preview img {
  width: 20px;
  height: 20px;
}
.logo-small-preview small {
  font-size: 10px;
}
.brand-workbench {
  display: grid;
  grid-template-columns: minmax(270px, 0.8fr) minmax(0, 1.2fr);
  gap: 24px;
  margin: 24px 0;
  align-items: start;
}
.brand-workbench h2 {
  font-size: 28px;
  margin: 12px 0;
  letter-spacing: -0.04em;
}
.brand-workbench .asset-tabs {
  margin: 22px 0;
}
.brand-workbench form .field {
  margin: 17px 0;
}
.brand-workbench textarea {
  min-height: 110px;
}
.asset-preview {
  background: #edf0e6;
  border: 1px solid #d8e0ce;
  border-radius: 14px;
  padding: 28px;
}
.asset-preview > p {
  font-size: 10px;
  line-height: 1.7;
  color: #5c6750;
  margin: 18px 0 0;
}
.brand-asset {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 32px;
  min-height: 355px;
  border: 1px solid #d6d9c9;
  background: #fbf8ee;
  color: #263e2c;
  border-radius: 3px;
  box-shadow: 0 12px 32px #1d34230a;
}
.asset-corner {
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
.asset-lockup {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 25px;
  max-width: 100%;
}
.asset-lockup img {
  width: 48px;
  height: 48px;
}
.asset-lockup b {
  display: block;
  font-size: 18px;
  font-family: Georgia, serif;
  font-weight: 400;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.asset-lockup span {
  display: block;
  font-size: 8px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 5px;
}
.asset-copy {
  position: relative;
  margin: 32px 0 42px;
  max-width: 95%;
}
.asset-copy h2 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: clamp(24px, 2.8vw, 40px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
  margin: 0 0 14px;
}
.asset-copy p {
  font-size: 12px;
  line-height: 1.8;
  max-width: 320px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.asset-bottom {
  margin-top: auto;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #82927455;
  padding-top: 16px;
  font-size: 9px;
  line-height: 1.6;
}
.asset-bottom > span:last-child {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.asset-bottom svg {
  width: 14px;
  height: 14px;
}
.asset-orbit {
  position: absolute;
  z-index: -1;
  width: 240px;
  height: 240px;
  border: 1px solid #8ca16a55;
  border-radius: 50%;
  top: 50px;
  right: -140px;
  box-shadow:
    0 0 0 20px #8ca16a0a,
    0 0 0 40px #8ca16a0a;
}
.asset-social {
  min-height: 480px;
  padding: 34px;
}
.asset-social .asset-copy {
  margin: 60px 0;
}
.asset-social .asset-copy h2 {
  font-size: clamp(32px, 3.3vw, 47px);
}
.asset-signature {
  min-height: 300px;
}
.asset-signature > p {
  font-size: 13px;
  line-height: 1.8;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.asset-signature > p:first-of-type {
  margin: 26px 0 20px;
}
.signature-rule {
  display: block;
  width: 55px;
  height: 2px;
  background: currentColor;
  opacity: 0.4;
}
.asset-signature > small {
  font-size: 11px;
  margin-top: 10px;
}
.asset-dj {
  background: #201f33;
  color: #f7f1e7;
  border-color: #39364f;
}
.asset-dj img {
  filter: brightness(0) invert(1);
}
.asset-dj .asset-copy h2 {
  font-family: Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.asset-dj .asset-orbit {
  border-color: #aaa1c366;
  box-shadow:
    0 0 0 24px #aaa1c30a,
    0 0 0 48px #aaa1c30a;
}
.asset-musik {
  background: #f4e8ce;
  color: #573e28;
}
.asset-musik .asset-orbit {
  border-radius: 4px;
  transform: rotate(-15deg);
  border-color: #9d663b55;
}
.asset-rede {
  background: #f7e7e0;
  color: #643a32;
}
.asset-rede .asset-copy h2 {
  font-style: italic;
}
.asset-rede .asset-orbit {
  width: 160px;
  height: 200px;
  border-radius: 80px 80px 0 0;
  border-color: #b2775555;
}
.asset-massage {
  background: #e9eedc;
  color: #344a2b;
}
.asset-massage .asset-orbit {
  border-radius: 50% 50% 0 0;
  right: -170px;
  height: 340px;
}
.asset-tattoo {
  background: #f3f0e8;
  color: #262724;
}
.asset-tattoo .asset-copy h2 {
  font-family: Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.asset-tattoo .asset-orbit {
  border-radius: 0;
  transform: rotate(35deg);
  box-shadow: none;
  border-color: #73756a55;
}
.asset-piercing {
  background: #e8eeed;
  color: #2a4444;
}
.asset-piercing .asset-orbit {
  border-width: 4px;
  border-color: #78968b55;
  width: 180px;
  height: 180px;
  right: -120px;
}
.asset-haar {
  background: #efe2ce;
  color: #4a3b2a;
}
.asset-haar .asset-copy h2 {
  font-family: Arial, sans-serif;
  font-weight: 750;
}
.asset-haar .asset-orbit {
  border-radius: 48% 52% 25% 75%;
  transform: rotate(35deg);
  border-color: #9c755155;
}
.brand-family {
  margin-top: 24px;
}
.brand-family h2 {
  font-size: 26px;
  margin: 14px 0 28px;
  letter-spacing: -0.035em;
}
.brand-family-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.brand-family-grid > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #f7f8f2;
  border: 1px solid #e0e5d8;
  border-radius: 10px;
  padding: 22px 10px;
  text-align: center;
}
.brand-family-grid > div.active {
  background: #e9efd8;
  border-color: #9eb183;
}
.brand-family-grid img {
  width: 54px;
  height: 54px;
  margin-bottom: 15px;
}
.brand-family-grid b {
  font-size: 12px;
}
.brand-family-grid small {
  font-size: 10px;
  color: #56644c;
  margin-top: 7px;
}
.tool-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.tool-metrics > div {
  background: #f4f7ec;
  border: 1px solid #dce4d0;
  border-radius: 12px;
  padding: 22px;
}
.tool-metrics span {
  display: block;
  font-size: 12px;
  color: #526348;
  line-height: 1.6;
}
.tool-metrics b {
  display: block;
  font-size: 34px;
  font-weight: 500;
  margin-top: 10px;
}
.tool-columns {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.85fr);
  gap: 24px;
  align-items: start;
}
.tool-columns > .panel {
  min-width: 0;
}
.tool-section-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  margin-bottom: 18px;
}
.tool-section-head h2 {
  margin: 0;
  font-size: 23px;
  letter-spacing: -0.035em;
}
.tool-editor {
  background: #f4f7ec;
}
.tool-editor h2 {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  margin: 15px 0 25px;
}
.tool-editor form .field {
  margin-bottom: 17px;
}
.tool-columns .form-grid {
  grid-template-columns: 1fr;
  gap: 0;
}
.task-item {
  display: flex;
  align-items: start;
  gap: 14px;
  padding: 22px 0;
  border-top: 1px solid #dde4d3;
}
.task-item > div {
  min-width: 0;
}
.task-item h3 {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  overflow-wrap: anywhere;
  font-weight: 650;
}
.task-item p {
  font-size: 11px;
  line-height: 1.8;
  margin: 8px 0;
  color: #5a6751;
}
.task-item.is-done h3 {
  text-decoration: line-through;
  color: #68735d;
}
.task-check {
  border: 1px solid #71875c;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  cursor: pointer;
  color: #aabd94;
}
.task-check svg {
  width: 17px;
  height: 17px;
  opacity: 0;
}
.task-check[aria-pressed="true"] {
  background: #345534;
  color: #fff;
  border-color: #345534;
}
.task-check[aria-pressed="true"] svg {
  opacity: 1;
}
.task-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.task-actions button {
  font-size: 11px;
  min-height: 32px;
}
.task-overdue {
  color: #97431f;
  font-weight: 650;
}
.tool-empty {
  padding: 35px 18px;
  text-align: center;
}
.tool-empty > svg {
  width: 38px;
  height: 38px;
  color: #617a43;
  margin: 0 auto 18px;
}
.tool-empty p {
  font-size: 13px;
  color: #58674d;
  line-height: 1.8;
}
.message-kind-tabs {
  margin: 0 0 24px;
}
.message-preview-panel {
  background: #f3f6ed;
}
.message-envelope {
  border: 1px solid #dae1ce;
  background: #fffdf5;
  padding: 25px;
  border-radius: 10px;
  margin: 24px 0;
}
.message-envelope > span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  line-height: 1.6;
  font-weight: 750;
  color: #5c684d;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #dbe1ce;
  padding-bottom: 17px;
}
.message-envelope > p {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 1.9;
  color: #35432d;
  margin: 24px 0;
}
.message-envelope > small {
  font-size: 10px;
  overflow-wrap: anywhere;
  color: #5a674d;
}
#message-form textarea {
  min-height: 310px;
  font-size: 13px;
  line-height: 1.8;
}
.prep-summary {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  background: #edf3e1;
}
.prep-summary > div:first-child {
  flex: 1;
}
.prep-summary p {
  color: #566749;
  font-size: 12px;
  line-height: 1.8;
}
.prep-progress {
  flex: 0 0 160px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.prep-progress > b {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.prep-progress b span {
  font-size: 23px;
  color: #536443;
}
.prep-progress > span {
  font-size: 12px;
  color: #526543;
}
.prep-progress progress {
  width: 100%;
  height: 9px;
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  background: #d2debd;
  accent-color: #365636;
}
.prep-progress progress::-webkit-progress-bar {
  background: #d2debd;
}
.prep-progress progress::-webkit-progress-value {
  background: #365636;
}
.prep-progress progress::-moz-progress-bar {
  background: #365636;
}
.prep-item {
  display: flex;
  align-items: start;
  gap: 13px;
  padding: 22px 0;
  border-top: 1px solid #dce4d1;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.8;
}
.prep-item input {
  width: 20px;
  height: 20px;
  accent-color: #365636;
  flex: none;
  margin-top: 3px;
}
.prep-item input:checked + span {
  text-decoration: line-through;
  color: #5f6d54;
}
.tool-showcase {
  padding: 70px 0 15px;
}
.tool-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 32px;
}
.tool-showcase-grid > a {
  color: #233e29;
  text-decoration: none;
  min-width: 0;
}
.tool-showcase-grid > a > div {
  padding: 26px;
  min-height: 205px;
  border: 1px solid #dae2d0;
  background: #f1f4e8;
  border-radius: 12px;
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.tool-showcase-grid > a:hover > div {
  transform: translateY(-4px);
}
.tool-showcase-grid > a > div > span {
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.tool-showcase-grid h3 {
  font-size: 22px;
  letter-spacing: -0.03em;
  margin: 22px 0 10px;
}
.tool-showcase-grid > a > p {
  font-size: 13px;
  line-height: 1.8;
  color: #5a684f;
  max-width: 310px;
  margin-bottom: 17px;
}
.tool-showcase-grid > a > span {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  font-weight: 650;
}
.mini-task-art b {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid #d7e0c7;
  font-size: 11px;
  font-weight: 500;
}
.mini-task-art i {
  font-style: normal;
}
.tool-showcase-grid .mini-message-art {
  background: #faf0de;
  border-color: #e9dbc0;
}
.mini-message-art b {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 25px;
}
.mini-message-art p {
  font-size: 12px;
  line-height: 1.8;
  margin: 0;
}
.mini-message-art i,
.mini-prep-art i {
  font-style: normal;
  font-size: 10px;
}
.tool-showcase-grid .mini-prep-art {
  background: #e6eceb;
  border-color: #d0dad6;
}
.mini-prep-art b {
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
.mini-prep-art > div {
  display: flex;
  gap: 8px;
}
.mini-prep-art svg {
  width: 31px;
  height: 31px;
  background: #f6f8f4;
  padding: 7px;
  border-radius: 50%;
}
.brand-studio-link {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid #d5deca;
  border-bottom: 1px solid #d5deca;
  margin-top: 35px;
  color: #344e2e;
  text-decoration: none;
  font-size: 14px;
}
.brand-studio-link > span,
.brand-studio-link b {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand-studio-link b {
  font-size: 12px;
}
@media (max-width: 1100px) {
  .brand-identity {
    gap: 25px;
  }
  .brand-workbench,
  .tool-columns {
    grid-template-columns: 1fr;
  }
  .brand-workbench .asset-preview {
    max-width: 680px;
    width: 100%;
    justify-self: center;
  }
  .brand-family-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .tool-showcase-grid > a > div {
    padding: 22px 18px;
  }
}
@media (max-width: 640px) {
  .signature-site .site-logo-symbol,
  .signature-site .site-logo-symbol .brand-symbol {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }
  .signature-site .site-name {
    font-size: 17px;
    gap: 7px;
  }
  .brand-identity {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .logo-stage {
    min-height: 290px;
  }
  .logo-stage > b {
    font-size: 28px;
  }
  .brand-family-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .asset-preview {
    padding: 18px;
  }
  .brand-asset {
    padding: 24px;
    min-height: 360px;
  }
  .asset-lockup {
    gap: 9px;
  }
  .asset-lockup img {
    width: 38px;
    height: 38px;
  }
  .asset-lockup b {
    font-size: 18px;
  }
  .asset-copy h2 {
    font-size: 29px;
  }
  .asset-social {
    min-height: 420px;
  }
  .asset-social .asset-copy h2 {
    font-size: 35px;
  }
  .asset-bottom {
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
  .asset-signature {
    min-height: 310px;
  }
  .tool-metrics {
    gap: 8px;
  }
  .tool-metrics > div {
    padding: 16px 12px;
  }
  .tool-metrics span {
    font-size: 10px;
  }
  .tool-metrics b {
    font-size: 30px;
  }
  .prep-summary {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .prep-progress {
    flex: auto;
  }
  .prep-progress > b {
    font-size: 40px;
  }
  .tool-showcase-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .tool-showcase-grid > a > div {
    min-height: 210px;
    padding: 27px;
  }
  .brand-studio-link {
    flex-direction: column;
    align-items: start;
  }
  .task-check {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
  .message-envelope {
    padding: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .logo-stage,
  .tool-showcase-grid > a > div {
    transition: none;
  }
  .tool-showcase-grid > a:hover > div {
    transform: none;
  }
}
body.motion-paused .logo-stage,
body.motion-paused .tool-showcase-grid > a > div {
  transition: none;
}
body.motion-paused .tool-showcase-grid > a:hover > div {
  transform: none;
}
.prep-row {
  border-top: 1px solid #dce4d1;
  padding: 17px 0;
}
.prep-row .prep-item {
  border: 0;
  padding: 0;
}
.prep-actions {
  display: flex;
  gap: 16px;
  margin: 6px 0 0 33px;
}
.prep-actions button {
  font-size: 11px;
  min-height: 32px;
}
.selected-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  margin: -4px 0 25px;
}
.selected-tools > span {
  font-size: 12px;
  color: #526248;
  margin-right: 5px;
}
.selected-tools button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #c8d6b7;
  padding: 10px 13px;
  border-radius: 24px;
  color: #304d2d;
  background: #edf3e2;
  font: inherit;
  font-size: 11px;
  cursor: pointer;
}
.selected-tools button svg {
  width: 15px;
  height: 15px;
}
.selected-tools button > span {
  font-size: 17px;
  line-height: 1;
  margin-left: 3px;
}
.selected-tools small {
  flex-basis: 100%;
  font-size: 11px;
  line-height: 1.7;
  color: #56654b;
  margin-top: 6px;
}
