.detail-page main {
  min-height: 70vh;
}
.page-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  min-height: 72px;
  border-bottom: 1px solid var(--rule);
}
.page-location {
  min-width: 0;
}
.crumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 0;
  flex-wrap: wrap;
  list-style: none;
  font-size: 12px;
  color: var(--quiet);
}
.crumbs a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  min-width: 24px;
  text-decoration: none;
}
.crumbs a:hover {
  text-decoration: underline;
}
.crumbs li + li:before {
  content: "/";
  margin-right: 10px;
  color: #9ea68f;
}
.crumbs li:last-child {
  color: var(--ink);
}
.context-nav {
  display: flex;
  align-self: stretch;
  flex-shrink: 0;
  gap: 26px;
}
.context-nav a,
.context-nav span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  font-size: 13px;
  text-decoration: none;
  position: relative;
}
.context-nav [aria-current="page"] {
  color: var(--green);
  font-weight: 600;
}
.page-heading {
  padding: 32px 0 42px;
  max-width: 780px;
}
.page-heading h1 {
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.35;
  margin: 17px 0 20px;
  letter-spacing: -0.06em;
}
.page-heading .lead {
  font-size: 16px;
  line-height: 1.9;
  color: var(--quiet);
  max-width: 660px;
}
.page-heading > .pixel {
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: var(--quiet);
}
.catalog-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.catalog-intro .page-heading {
  max-width: 720px;
}
.catalog-intro > .page-heading,
.page-navigation + main > .page-heading {
  padding-top: 34px;
}
.tiny-sprout {
  width: 104px;
  height: 104px;
  flex: none;
  display: grid;
  place-items: center;
}
.tiny-sprout svg {
  width: 62px;
  height: 62px;
}
.catalog-toolbar {
  border-block: 1px solid var(--rule);
  padding: 16px 0;
  margin-bottom: 28px;
}
.catalog-count {
  font-size: 12px;
  color: var(--quiet);
}
.tool-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 72px;
}
.tool-card {
  background: var(--sheet);
  border: 1px solid var(--rule);
  min-width: 0;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.tool-card:hover {
  border-color: var(--green);
}
.tool-picture {
  height: 240px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background-color: #ebcead;
  background-image:
    linear-gradient(#be9b6f1c 1px, transparent 1px),
    linear-gradient(90deg, #be9b6f1c 1px, transparent 1px);
  background-size: 20px 20px;
  position: relative;
  border-bottom: 1px solid var(--rule);
}
.tool-picture .notebook {
  transform: rotate(-11deg) scale(0.62);
  flex: none;
}
.tool-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.tool-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 26px;
  margin-bottom: 14px;
  font-size: 12px;
  color: var(--quiet);
}
.tool-labels .platforms {
  margin: 0;
}
.tool-body h2 {
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}
.tool-body p {
  font-size: 14px;
  line-height: 1.85;
  color: var(--quiet);
}
.detail-hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 38px 0 60px;
}
.detail-hero .page-heading {
  padding: 0;
}
.detail-hero .page-heading h1 {
  font-size: clamp(34px, 3.8vw, 46px);
  margin: 22px 0;
}
.detail-hero .product-stage {
  min-height: 450px;
  border: 1px solid #b6bf9e;
}
.detail-hero .product-stage .notebook {
  transform: rotate(-11deg) scale(0.93);
}
.product-identity {
  display: flex;
  align-items: center;
  gap: 14px;
}
.product-identity > img {
  width: 52px;
  height: 52px;
  border-radius: 12px;
}
.product-identity strong {
  font-family: Pixel, monospace;
  font-size: 28px;
  font-weight: 400;
}
.product-identity .platforms {
  margin: 0;
}
.detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}
.detail-actions .textlink {
  border: 0;
}
.feature-band {
  position: relative;
  background: #e7ebd9;
  padding: 52px 0 60px;
}
.feature-band:before {
  content: "";
  position: absolute;
  inset: -8px 0 auto;
  height: 8px;
  background: linear-gradient(90deg, transparent 50%, #e7ebd9 50%);
  background-size: 16px 8px;
}
.detail-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 30px;
}
.detail-section-head h2 {
  font-size: 32px;
  max-width: 630px;
}
.detail-section-head .eyebrow {
  flex: none;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.feature-panel {
  padding: 32px;
  border: 1px solid #bec7ac;
  background: var(--cream);
}
.feature-panel h3 {
  font-size: 24px;
  margin: 26px 0 12px;
}
.feature-panel p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--quiet);
  max-width: 430px;
}
.feature-art {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #f1ead7;
  overflow: hidden;
}
.record-stack {
  display: flex;
  gap: 9px;
  transform: rotate(-5deg);
}
.record-sheet {
  width: 68px;
  height: 84px;
  background: #fcf8ed;
  border: 1px solid #899774;
  padding: 14px 10px;
  box-shadow: 3px 3px 0 #c7ceb3;
}
.record-sheet i {
  display: block;
  height: 3px;
  background: #a6b28d;
  margin-bottom: 9px;
}
.record-sheet i:first-child {
  width: 20px;
  height: 20px;
  background: var(--green);
}
.record-sheet:nth-child(2) {
  transform: translateY(10px) rotate(10deg);
}
.calendar-glyph {
  width: 110px;
  height: 98px;
  border: 2px solid var(--green);
  position: relative;
  background: var(--cream);
  display: grid;
  grid-template-columns: repeat(3, 12px);
  gap: 10px;
  justify-content: center;
  align-content: end;
  padding-bottom: 15px;
}
.calendar-glyph:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
  background: var(--green);
}
.calendar-glyph i {
  height: 10px;
  background: #c6cfae;
}
.calendar-glyph i:nth-child(4) {
  background: var(--orange);
}
.detail-footer {
  border-top: 1px solid var(--rule);
}
.help-document,
.legal-document {
  max-width: 780px;
}
.help-layout {
  padding: 12px 0 72px;
}
.faq-list {
  border-top: 1px solid var(--rule);
}
details.faq {
  border-bottom: 1px solid var(--rule);
}
summary {
  cursor: pointer;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
.faq > summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 78px;
  font-size: 17px;
  font-weight: 500;
  padding: 20px 0;
  word-break: keep-all;
}
.faq > summary:after,
.contact-fold > summary:after {
  content: "+";
  font-family: Pixel, monospace;
  font-size: 24px;
  font-weight: 400;
  flex: none;
  color: var(--orange);
}
.faq[open] > summary:after,
.contact-fold[open] > summary:after {
  content: "−";
}
.faq .answer {
  padding: 0 34px 24px 0;
  font-size: 14px;
  line-height: 1.95;
  color: var(--quiet);
}
.contact-fold {
  border: 1px solid #bac5a8;
  background: #edf0df;
  margin-top: 30px;
}
.contact-fold > summary {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 22px 26px;
  min-height: 76px;
  font-size: 15px;
}
.contact-content {
  padding: 0 26px 26px;
  font-size: 14px;
  line-height: 1.9;
}
.contact-content p {
  margin-bottom: 14px;
}
.contact-content ul {
  padding-left: 20px;
  margin: 16px 0;
}
.email-small {
  display: inline-block;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: 15px;
  min-height: 44px;
  padding: 8px 0;
}
.notice {
  border-left: 3px solid var(--orange);
  padding: 14px 18px;
  background: #f5e6d5;
  font-size: 13px;
  margin-top: 18px;
}
.notice p {
  margin: 0;
}
.legal-heading {
  max-width: none;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 38px;
  padding-bottom: 34px;
}
.legal-meta {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 22px;
  font-size: 12px;
  color: var(--quiet);
}
.legal-layout {
  padding-bottom: 70px;
}
.prose {
  min-width: 0;
}
.prose section {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--rule);
  scroll-margin-top: 30px;
}
.prose h2 {
  font-size: 24px;
  letter-spacing: -0.04em;
  line-height: 1.5;
  margin-bottom: 19px;
}
.prose h3 {
  font-size: 18px;
  line-height: 1.55;
  margin: 24px 0 10px;
}
.prose p,
.prose li {
  font-size: 15px;
  line-height: 1.95;
  color: #45503d;
  overflow-wrap: anywhere;
}
.prose p + p {
  margin-top: 15px;
}
.prose ul {
  padding-left: 23px;
  margin: 16px 0;
}
.prose li + li {
  margin-top: 7px;
}
.prose a {
  color: #29492f;
}
.prose .meta {
  padding: 18px 20px;
  background: #edf0df;
  margin-top: 22px;
  font-size: 13px;
}
.provider-card {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid var(--rule);
  background: var(--sheet);
}
.provider-card h3 {
  margin-top: 0;
}
.provider-card p,
.provider-card p + p {
  margin-top: 8px;
}
.error-page {
  min-height: 72vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  padding: 70px 0;
}
.error-art {
  min-height: 330px;
  background: #e7ebd9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #c5cdb3;
  gap: 20px;
}
.error-code {
  font-family: Pixel, monospace;
  font-size: clamp(90px, 12vw, 154px);
  line-height: 1;
  color: var(--green);
  letter-spacing: -0.08em;
}
.error-art .mono {
  color: var(--quiet);
}
.error-page p {
  font-size: 15px;
  color: var(--quiet);
  line-height: 1.9;
}
summary:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}
html[lang="en"] .page-heading h1,
html[lang="en"] .detail-section-head h2 {
  letter-spacing: -0.04em;
}
.download-actions {
  margin-top: 22px;
}
.store-download {
  display: inline-flex;
  align-items: center;
  padding: 12px;
  margin-left: -12px;
  text-decoration: none;
  flex: none;
}
.store-download img {
  height: 48px;
  width: auto;
  max-width: none;
}
.availability-note {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--quiet);
  font-size: 12px;
  line-height: 1.6;
  margin-top: 4px;
}
.availability-note > span {
  width: 5px;
  height: 5px;
  background: var(--green);
  flex: none;
}
.legal-disclosure {
  padding-bottom: 12px;
}
.trademark-notice {
  font-size: 12px;
  color: var(--quiet);
}
.trademark-notice > summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
  list-style: none;
}
.trademark-notice > summary:after {
  content: "+";
  font-family: Pixel, monospace;
  font-size: 15px;
  text-decoration: none;
}
.trademark-notice[open] > summary:after {
  content: "−";
}
.trademark-notice > p {
  max-width: 700px;
  margin: 0;
  padding: 0 0 16px;
  font-size: 12px;
  line-height: 1.8;
  word-break: keep-all;
}
.context-nav [aria-current="page"]:after {
  content: "";
  position: absolute;
  bottom: 14px;
  height: 2px;
  background: var(--green);
  left: 0;
  right: 0;
}
@media (max-width: 1100px) {
  .tool-grid {
    gap: 18px;
  }
  .tool-body {
    padding: 20px;
  }
  .tool-body h2 {
    font-size: 25px;
  }
  .tool-picture {
    height: 210px;
  }
  .detail-section-head h2 {
    font-size: 29px;
  }
  .detail-hero {
    gap: 34px;
  }
}
@media (max-width: 850px) {
  .tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .detail-hero .page-heading {
    max-width: 650px;
  }
  .detail-hero .product-stage {
    min-height: 390px;
  }
  .detail-hero .product-stage .notebook {
    transform: rotate(-11deg);
  }
  .detail-hero .stage-foot {
    max-width: none;
  }
  .legal-heading {
    margin-bottom: 26px;
  }
  .detail-section-head {
    display: block;
  }
  .detail-section-head h2 {
    margin-top: 16px;
  }
  .feature-panel {
    padding: 24px;
  }
  .error-page {
    gap: 30px;
  }
  .page-navigation {
    gap: 22px;
    min-height: 68px;
  }
  .context-nav {
    gap: 20px;
  }
  .page-heading h1,
  .detail-hero .page-heading h1 {
    font-size: 36px;
  }
  .detail-hero {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 32px;
  }
}
@media (max-width: 600px) {
  .page-heading {
    padding: 22px 0 30px;
  }
  .page-heading .lead {
    font-size: 14px;
  }
  .catalog-intro {
    gap: 15px;
  }
  .catalog-intro .tiny-sprout {
    display: none;
  }
  .tool-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }
  .tool-picture {
    height: 250px;
  }
  .tool-picture .notebook {
    transform: rotate(-11deg) scale(0.7);
  }
  .tool-body {
    padding: 23px;
  }
  .tool-body h2 {
    font-size: 27px;
  }
  .product-identity > img {
    width: 44px;
    height: 44px;
  }
  .product-identity strong {
    font-size: 25px;
  }
  .detail-actions {
    gap: 16px;
    margin-top: 22px;
  }
  .detail-hero .product-stage {
    min-height: 360px;
  }
  .detail-hero .product-stage .notebook {
    transform: rotate(-11deg) scale(0.88);
  }
  .feature-band {
    padding: 35px 0 40px;
  }
  .detail-section-head h2 {
    font-size: 26px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .feature-panel {
    padding: 23px;
  }
  .feature-panel h3 {
    font-size: 23px;
    margin-top: 22px;
  }
  .help-layout {
    padding-bottom: 42px;
  }
  .faq > summary {
    font-size: 16px;
    min-height: 76px;
    gap: 20px;
  }
  .faq .answer {
    padding-right: 15px;
  }
  .contact-fold > summary {
    padding: 20px;
    font-size: 14px;
  }
  .contact-content {
    padding: 0 20px 20px;
    font-size: 13px;
  }
  .notice {
    padding: 12px 14px;
    font-size: 12px;
  }
  .legal-meta {
    gap: 8px 20px;
  }
  .prose h2 {
    font-size: 22px;
  }
  .prose p,
  .prose li {
    font-size: 14px;
  }
  .prose section {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
  .error-page {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    padding: 30px 0 50px;
    gap: 34px;
  }
  .error-art {
    min-height: 230px;
  }
  .error-code {
    font-size: 112px;
  }
  .error-page p {
    font-size: 14px;
  }
  .footer {
    padding-bottom: 22px;
  }
  .store-download img {
    height: 44px;
  }
  .store-download {
    padding: 11px;
    margin-left: -11px;
  }
  .availability-note {
    margin-top: 2px;
  }
  .page-navigation {
    display: block;
    min-height: 0;
    padding: 8px 0 0;
  }
  .crumbs {
    padding: 0;
    gap: 5px;
    min-height: 39px;
  }
  .crumbs li + li:before {
    margin-right: 5px;
  }
  .context-nav {
    justify-content: flex-start;
    gap: 24px;
    min-height: 47px;
  }
  .context-nav a,
  .context-nav span {
    min-height: 47px;
  }
  .context-nav [aria-current="page"]:after {
    bottom: 0;
  }
  .page-heading h1,
  .detail-hero .page-heading h1 {
    font-size: 32px;
    line-height: 1.45;
    margin-top: 13px;
  }
  .detail-hero .page-heading h1 {
    margin: 20px 0 16px;
  }
  .detail-hero {
    padding: 28px 0 42px;
  }
  .catalog-intro > .page-heading,
  .page-navigation + main > .page-heading {
    padding-top: 27px;
  }
  .download-actions {
    margin-top: 20px;
  }
}
