html {
  scroll-behavior: smooth;
  scroll-padding-top: 25px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.software header {
  gap: 35px;
  justify-content: space-between;
}
.software header nav {
  gap: 25px;
}
.software header nav a {
  font-size: 12px;
}
.software-main {
  max-width: 1200px;
  margin: auto;
  padding: 0 35px;
}
.collection-hero {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 70px;
  align-items: center;
  padding: 70px 0 55px;
}
.collection-hero h1 {
  font-size: 66px;
  line-height: 1.08;
  letter-spacing: -2.7px;
  margin: 22px 0;
}
.lede {
  font-size: 17px;
  color: #737c6b;
  line-height: 1.8;
}
.quiet-note {
  font-size: 11px;
  color: #77806f;
  line-height: 1.8;
}
.tool-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  transform: rotate(-6deg);
  padding: 20px;
}
.mosaic-tile {
  aspect-ratio: 1;
  border: 7px solid #fffef9;
  outline: 1px solid #dedfd4;
  box-shadow: 0 12px 30px #34462f0c;
  display: grid;
  place-content: center;
  text-align: center;
  gap: 12px;
}
.mosaic-tile:nth-child(2) {
  transform: rotate(13deg);
}
.mosaic-tile:nth-child(3) {
  transform: rotate(5deg);
}
.mosaic-tile span {
  font-family: Georgia, serif;
  font-size: 75px;
  line-height: 1;
}
.mosaic-tile small {
  font-size: 7px;
  letter-spacing: 1.2px;
}
.peach {
  background: #f2dccb;
  color: #ae613e;
}
.sage {
  background: #dce5ce;
  color: #5b7950;
}
.blue {
  background: #d5e4e5;
  color: #547d86;
}
.lilac {
  background: #e6ddec;
  color: #88678d;
}
.sand {
  background: #ece3c9;
  color: #9a8146;
}
.rose {
  background: #edd6d3;
  color: #a16863;
}
.collection-values {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-block: 1px solid var(--line);
  padding: 21px 5px;
  font-size: 12px;
  color: #67765c;
}
.collection {
  padding: 55px 0;
}
.collection-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.collection h2,
.membership-section h2,
.together-strip h2 {
  font-size: 35px;
}
.library-search {
  width: 310px;
  max-width: 100%;
}
.library-search input {
  font-size: 12px;
  background: var(--white);
  padding: 13px;
}
.app-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.app-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  padding: 26px;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.15s,
    border-color 0.15s;
}
.app-card:hover {
  transform: translateY(-3px);
  border-color: #b5c3a8;
}
.app-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.app-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  font-family: Georgia, serif;
  font-size: 33px;
}
.app-badge {
  font-size: 8px;
  letter-spacing: 1px;
  color: #819074;
}
.app-card .eyebrow {
  font-size: 8px;
  margin-bottom: 7px;
}
.app-card h3 {
  font-size: 29px;
  margin-bottom: 7px;
}
.app-card > p:not(.eyebrow) {
  color: #77806f;
  font-size: 12px;
  min-height: 65px;
}
.app-card ul {
  list-style: none;
  padding: 0;
  font-size: 11px;
  color: #6e7b63;
  line-height: 2.1;
  margin: 6px 0 24px;
}
.app-card li:before {
  content: "✓";
  margin-right: 8px;
  color: #8b9c76;
}
.app-card .outline {
  margin-top: auto;
}
.membership-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  border-top: 1px solid var(--line);
  padding: 65px 0;
}
.membership-section > div > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.9;
  color: #77806f;
}
.membership-card {
  background: #eaf0e1;
  border: 1px solid #dce4cf;
  border-radius: 12px;
  padding: 30px;
}
.plan-label {
  font-size: 9px;
  letter-spacing: 1.4px;
}
.membership-card h3 {
  margin-top: 14px;
}
.membership-card .plan-price {
  font-size: 40px !important;
  color: #34462f !important;
  margin: 15px 0;
  font-family: Georgia, serif;
}
.plan-price span {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #74836b;
}
.membership-card ul {
  padding-left: 18px;
  font-size: 12px;
  line-height: 2;
}
.consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 18px 0;
  font-size: 11px;
}
.consent input {
  width: auto;
  margin-top: 4px;
}
.member-active {
  font-size: 20px;
  color: #3f673a;
}
.together-strip {
  border-top: 1px solid var(--line);
  padding: 55px 0 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.together-strip p:not(.eyebrow) {
  color: #77806f;
  line-height: 1.9;
}
.ecosystem-cards {
  display: grid;
  gap: 12px;
}
.ecosystem-cards a {
  background: #eeeee5;
  border: 1px solid var(--line);
  padding: 18px;
  border-radius: 8px;
  font-size: 21px;
}
.ecosystem-cards strong {
  font-size: 13px;
  margin-left: 10px;
}
.ecosystem-cards span {
  display: block;
  font-size: 11px;
  margin: 5px 0 0 31px;
  color: #78816b;
}
.software footer a:last-child {
  font-size: 12px;
  margin-left: auto;
}
/* App workspaces */
.tool-layout {
  display: grid;
  grid-template-columns: 195px minmax(0, 1fr);
  min-height: calc(100vh - 88px);
}
.tool-sidebar {
  border-right: 1px solid var(--line);
  padding: 30px 18px;
}
.tool-sidebar a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px;
  border-radius: 6px;
  margin: 4px 0;
  font-size: 12px;
}
.tool-sidebar a.active {
  background: #e8eddf;
  font-weight: 700;
}
.tool-sidebar .quiet-note {
  margin-top: 30px;
}
.tool-main {
  padding: 35px 40px;
  min-width: 0;
  max-width: 1300px;
  width: 100%;
  margin: auto;
  align-self: start;
}
.tool-heading {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
  margin-bottom: 26px;
}
.tool-heading h1 {
  font-size: 38px;
  margin-bottom: 10px;
}
.tool-heading p {
  font-size: 12px;
  color: #77806f;
}
.tool-panel {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--white);
  padding: 25px;
}
.tool-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin: 15px 0;
}
.tool-row .form-field {
  flex: 1;
  min-width: 120px;
  margin: 0;
}
.editor-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.editor-grid textarea {
  min-height: 420px;
  font-family: ui-monospace, monospace;
  font-size: 13px;
}
.document-preview {
  background: #f9faf4;
  border: 1px solid var(--line);
  padding: 25px;
  overflow-wrap: anywhere;
  max-height: 600px;
  overflow: auto;
}
.document-preview h1 {
  font-size: 30px;
}
.document-preview h2 {
  font-size: 25px;
  margin: 20px 0 10px;
}
.document-preview pre {
  white-space: pre-wrap;
}
.image-preview {
  max-width: 100%;
  max-height: 400px;
  display: block;
  margin: 20px auto;
  background: repeating-conic-gradient(#eee 0 25%, #fff 0 50%) 50%/16px 16px;
}
.table-scroll {
  overflow: auto;
  max-height: 520px;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
th,
td {
  padding: 10px;
  border: 1px solid var(--line);
  text-align: left;
  max-width: 350px;
  overflow-wrap: anywhere;
}
th {
  background: #edf1e5;
  position: sticky;
  top: 0;
}
th button {
  text-align: left;
  font-weight: 600;
}
.kanban {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.kanban-column {
  background: #eff1e8;
  padding: 15px;
  border-radius: 8px;
  min-height: 240px;
}
.kanban-column h2 {
  font-size: 21px;
  margin-bottom: 15px;
}
.task {
  background: var(--white);
  border: 1px solid var(--line);
  padding: 13px;
  border-radius: 7px;
  margin-bottom: 10px;
}
.task p {
  overflow-wrap: anywhere;
  font-size: 13px;
}
.task .task-actions {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.task button {
  font-size: 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 4px 6px;
}
.timer {
  text-align: center;
  padding: 35px 0;
}
.timer output {
  display: block;
  font-family: Georgia, serif;
  font-size: 100px;
  line-height: 1.3;
}
.timer .tool-row {
  justify-content: center;
}
.file-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.file-row > span {
  flex: 1;
  overflow-wrap: anywhere;
}
.file-row button {
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 6px 10px;
}
.status-line {
  font-size: 12px;
  color: #5a7350;
  min-height: 24px;
  margin: 14px 0;
}
.status-line.error {
  color: #a53723;
}
.tool-main .quiet-note a {
  text-decoration: underline;
}
@media (max-width: 950px) {
  .software header {
    gap: 15px;
  }
  .software header nav {
    gap: 13px;
  }
  .collection-hero {
    gap: 20px;
  }
  .collection-hero h1 {
    font-size: 49px;
  }
  .app-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .membership-section,
  .together-strip {
    gap: 35px;
  }
  .tool-layout {
    grid-template-columns: 150px minmax(0, 1fr);
  }
  .tool-main {
    padding: 25px;
  }
  .editor-grid {
    grid-template-columns: 1fr;
  }
  .kanban {
    grid-template-columns: 1fr;
  }
  .mosaic-tile span {
    font-size: 55px;
  }
  .mosaic-tile small {
    font-size: 5px;
  }
}
@media (max-width: 650px) {
  .software-main {
    padding: 0 20px;
  }
  .software header {
    padding: 0 16px;
  }
  .software header nav {
    display: none;
  }
  .collection-hero {
    padding: 40px 0 25px;
    grid-template-columns: 1fr;
  }
  .collection-hero h1 {
    font-size: 46px;
  }
  .lede {
    font-size: 15px;
  }
  .tool-mosaic {
    display: none;
  }
  .collection-values {
    font-size: 10px;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: start;
  }
  .collection {
    padding: 35px 0;
  }
  .collection-heading {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
  .collection h2,
  .membership-section h2,
  .together-strip h2 {
    font-size: 29px;
  }
  .app-grid {
    grid-template-columns: 1fr;
  }
  .app-card {
    padding: 23px;
  }
  .app-card > p:not(.eyebrow) {
    min-height: 0;
  }
  .membership-section,
  .together-strip {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 0;
  }
  .membership-card {
    padding: 25px;
  }
  .software footer a:last-child {
    margin-left: 0;
  }
  .tool-layout {
    display: block;
  }
  .tool-sidebar {
    display: flex;
    overflow-x: auto;
    padding: 12px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    gap: 5px;
  }
  .tool-sidebar a {
    white-space: nowrap;
    margin: 0;
    padding: 8px;
  }
  .tool-sidebar .eyebrow,
  .tool-sidebar .quiet-note {
    display: none;
  }
  .tool-main {
    padding: 22px 15px;
  }
  .tool-heading h1 {
    font-size: 33px;
  }
  .tool-heading .outline {
    font-size: 10px;
    padding: 8px;
  }
  .tool-panel {
    padding: 17px;
  }
  .editor-grid textarea {
    min-height: 260px;
  }
  .timer output {
    font-size: 78px;
  }
  .file-row {
    flex-wrap: wrap;
  }
  .file-row > span {
    flex-basis: 100%;
  }
}
