/* Standalone company pages, owned by the Macfleet studio. */
.subpage-main {
  padding-top: 44px;
}
.page-kicker {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.page-heading {
  padding: 35px 0 68px;
}
.page-heading h1 {
  max-width: 1320px;
  font-size: clamp(78px, 12.5vw, 200px);
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: -0.07em;
}
.page-intro {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: start;
  gap: 60px;
  margin-top: 52px;
}
.page-intro > span {
  font-size: 11px;
  padding-top: 7px;
}
.page-intro > p {
  max-width: 850px;
  font-size: clamp(23px, 3vw, 43px);
  line-height: 1.22;
  letter-spacing: -0.035em;
}
.page-intro em {
  color: #7b8272;
  font-style: normal;
}
.page-media {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #30322f;
}
.page-media > img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  max-height: 720px;
  object-fit: cover;
  filter: grayscale(1);
}
.page-media figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 17px 22px;
  background: #20221f;
  color: #c3c9bb;
  font-size: 10px;
  letter-spacing: 0.015em;
}
.page-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
  gap: 10px;
}
.page-fact {
  padding: 28px;
  border-radius: 17px;
  background: #dedfd7;
}
.page-fact > strong {
  display: block;
  margin-bottom: 27px;
  font-size: clamp(55px, 5.8vw, 95px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.055em;
}
.page-fact > span {
  display: block;
  font-size: 12px;
  font-weight: 500;
}
.page-fact > p {
  margin-top: 11px;
  max-width: 230px;
  color: #59634e;
  font-size: 13px;
  line-height: 1.5;
}
.page-section {
  padding-block: 115px;
}
.page-section-heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  margin-bottom: 50px;
}
.page-section-heading > span {
  padding-top: 9px;
  font-size: 10px;
  letter-spacing: 0.025em;
}
.page-section-heading h2 {
  max-width: 820px;
  font-size: clamp(45px, 5.9vw, 94px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.98;
}
.page-story {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
}
.page-story > img {
  width: 100px;
  height: 100px;
}
.page-story > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}
.page-story p {
  color: #606a54;
  font-size: 17px;
  line-height: 1.6;
}
.page-principles {
  margin-top: 65px;
  border-top: 1px solid var(--line);
}
.page-principles article {
  display: grid;
  grid-template-columns: 0.35fr 1.15fr 1.5fr;
  gap: 35px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.page-principles article > span {
  font-size: 11px;
  color: #606a54;
  padding-top: 5px;
}
.page-principles h3 {
  font-size: 29px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 500;
}
.page-principles p {
  max-width: 570px;
  font-size: 15px;
  line-height: 1.6;
  color: #606a54;
}
.page-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.page-identity-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 415px;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: #d4d9cb;
}
.page-identity-card > img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  filter: grayscale(1) brightness(0.58);
}
.page-identity-card > span,
.page-identity-card > div {
  position: relative;
  z-index: 1;
}
.page-identity-card > span {
  font-size: 10px;
  letter-spacing: 0.035em;
}
.page-identity-card > div {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 25px;
}
.page-identity-card h3 {
  font-size: clamp(46px, 6vw, 90px);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.06em;
}
.page-identity-card h3 > small {
  display: block;
  font-size: 13px;
  letter-spacing: -0.015em;
  line-height: 1.4;
  margin-top: 18px;
}
.page-identity-card .page-card-arrow {
  font-size: 34px;
}
.page-identity-card--dark {
  color: #f1f3eb;
  background: #272d26;
}
.page-identity-card--dark .page-notch-icon {
  align-self: center;
}
.page-identity-card:hover .page-card-arrow {
  transform: translate(4px, -4px);
}
.page-card-arrow {
  transition: transform 0.2s;
}
.page-process {
  margin-top: 115px;
  padding: 65px 35px 35px;
  border-radius: 23px;
  background: #181b17;
  color: #edf0e6;
}
.page-process .page-section-heading > span {
  color: #aeb9a0;
}
.page-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
}
.page-process-grid article {
  border-top: 1px solid #4b5442;
  padding-top: 23px;
}
.page-process-grid article > span {
  display: block;
  margin-bottom: 42px;
  font-size: 11px;
  color: #acb899;
}
.page-process-grid h3 {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 500;
}
.page-process-grid p {
  margin-top: 17px;
  font-size: 14px;
  line-height: 1.5;
  color: #aab59c;
}
.page-cta {
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  align-items: end;
  gap: 60px;
  padding: 105px 0;
}
.page-cta h2 {
  font-size: clamp(52px, 7.8vw, 122px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.06em;
}
.page-cta p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.45;
  color: #606a54;
}
.page-cta .pill-button {
  font-size: 13px;
}
.page-notch-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 185px;
  height: 88px;
  border-radius: 23px;
  background: #131613;
  border: 1px solid #738067;
  box-shadow: 0 24px 25px #0003;
}
.page-notch-icon > i {
  width: 75px;
  height: 23px;
  border-radius: 14px;
  background: #eef1e3;
}
.page-notch-icon > b {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e17b45;
}
.app-directory-tools {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 35px;
  padding: 25px 0 35px;
  border-top: 1px solid var(--line);
}
.app-search-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: min(100%, 560px);
}
.app-search-group label {
  font-size: 11px;
  font-weight: 500;
}
.app-search-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
#app-search {
  width: 100%;
  min-width: 0;
  padding: 13px 0;
  border: 0;
  border-bottom: 1px solid #777f6e;
  border-radius: 0;
  background: transparent;
  color: #181e14;
  font-size: 23px;
}
#app-search::placeholder {
  color: #606a54;
  opacity: 1;
}
#app-clear {
  flex-shrink: 0;
  padding: 12px 0;
  background: transparent;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.app-directory-tools > span {
  margin-bottom: 14px;
  font-size: 10px;
  letter-spacing: 0.02em;
}
#app-empty {
  margin: 25px 0 55px;
  padding: 40px 28px;
  border-radius: 18px;
  background: #dedfd7;
  font-size: 19px;
  line-height: 1.5;
}
#app-empty > span {
  display: block;
  margin-top: 9px;
  font-size: 14px;
  color: #59634e;
}
.directory-product {
  padding: 10px;
  border-radius: 23px;
  background: #fff;
}
.directory-product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  padding: 20px 22px 28px;
}
.directory-product-header h2 {
  font-size: 29px;
  letter-spacing: -0.035em;
}
.directory-product-header h2 > span {
  margin-left: 16px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: #606a54;
}
.directory-product-header > span {
  font-size: 9px;
  letter-spacing: 0.025em;
}
.directory-product-body {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
}
.page-product-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: 40px 25px;
  border-radius: 17px;
  background: #313d33;
  color: #edf2e6;
  overflow: hidden;
}
.page-product-stage:before,
.page-product-stage:after {
  content: "";
  position: absolute;
  width: 500px;
  height: 650px;
  border: 1px solid #cad6bd25;
  border-radius: 50%;
  transform: rotate(35deg);
  pointer-events: none;
}
.page-product-stage:before {
  left: 40%;
  top: -30%;
}
.page-product-stage:after {
  left: 20%;
  top: -25%;
}
.page-sample-label {
  position: absolute;
  bottom: 23px;
  left: 25px;
  font-size: 10px;
  color: #c1ccba;
}
.page-preview {
  position: relative;
  z-index: 1;
  width: min(100%, 450px);
  padding: 21px;
  background: #121813;
  border: 1px solid #778d693d;
  border-radius: 22px;
  box-shadow: 0 30px 50px #09120a70;
}
.page-preview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 14px;
}
.page-preview-header span:last-child {
  font-size: 9px;
  color: #9aaa8b;
}
.page-preview-files {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 30px;
}
.page-preview-files > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  padding: 18px 5px;
  border: 1px solid #48543d;
  border-radius: 9px;
  font-size: 9px;
}
.page-mini-file {
  display: grid;
  place-items: center;
  height: 64px;
  width: 46px;
  border-radius: 3px 12px 3px 3px;
  background: #dce3c7;
  color: #536346;
  font-size: 26px;
  transform: rotate(-5deg);
}
.page-mini-file--photo {
  background: #b6c6a7;
  transform: rotate(5deg);
}
.page-mini-file--link {
  border-radius: 10px;
  background: #32412c;
  color: #ccdfb5;
  transform: none;
}
.page-preview-foot {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
  font-size: 9px;
  color: #8fa77b;
}
.directory-product-copy {
  padding: 45px 40px;
  align-self: center;
}
.directory-product-copy > span {
  font-size: 10px;
  color: #6b7961;
}
.directory-product-copy h3 {
  margin-top: 24px;
  font-size: clamp(34px, 3.3vw, 54px);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 500;
}
.directory-product-copy p {
  margin-top: 22px;
  max-width: 440px;
  font-size: 15px;
  line-height: 1.6;
  color: #606a54;
}
.directory-product-copy .pill-button {
  margin-top: 27px;
  font-size: 13px;
}
.directory-product-copy p.directory-note {
  font-size: 11px;
}
.app-workflow-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding-top: 20px;
}
.app-workflow-links a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px;
  border: 1px solid #bdc4b4;
  border-radius: 13px;
  font-size: 14px;
}
.app-workflow-links a:hover {
  background: #dce1d3;
}
.workflow-intro-image {
  height: 430px;
}
.workflow-intro-image > img {
  min-height: 0;
  height: 100%;
}
.workflow-intro-image > figcaption {
  position: absolute;
  inset: auto 0 0;
  background: linear-gradient(transparent, #10160deb);
  padding-top: 55px;
}
.workflow-list {
  padding-top: 75px;
}
.workflow-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  padding: 50px 0;
  border-top: 1px solid var(--line);
}
.workflow-row:nth-child(2) .workflow-visual {
  order: 2;
}
.workflow-copy > span {
  font-size: 10px;
  letter-spacing: 0.03em;
  color: #606a54;
}
.workflow-copy h2 {
  margin-top: 25px;
  font-size: clamp(43px, 5vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 500;
}
.workflow-copy > p {
  margin-top: 23px;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.6;
  color: #606a54;
}
.workflow-copy ul {
  list-style: none;
  padding: 0;
  margin: 26px 0 29px;
  border-top: 1px solid var(--line);
}
.workflow-copy li {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}
.workflow-copy li:before {
  content: "↗";
  margin-right: 14px;
  color: #7b8c6e;
}
.workflow-copy > a {
  display: inline-flex;
  gap: 25px;
  font-size: 13px;
  border-bottom: 1px solid #77856c;
  padding-bottom: 7px;
}
.workflow-copy > a:hover {
  color: #606a54;
}
.workflow-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 445px;
  padding: 30px;
  overflow: hidden;
  border-radius: 20px;
  background: #d3daca;
}
.workflow-visual > small {
  position: absolute;
  bottom: 23px;
  left: 26px;
  font-size: 9px;
  color: #4f5c43;
}
.workflow-visual--study {
  background: #cbd3bd;
}
.workflow-visual--capture {
  background: #333e35;
}
.workflow-visual--capture > small {
  color: #b4c3a6;
}
.workflow-capture-frame {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 85%;
  min-height: 240px;
  padding: 27px;
  border: 1px dashed #b4c89e;
  color: #c0d6a7;
}
.workflow-capture-frame span:first-child {
  font-size: 60px;
  line-height: 0.9;
  letter-spacing: -0.065em;
}
.workflow-capture-frame span:last-child {
  font-size: 12px;
}
.workflow-focus {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 250px;
  height: 250px;
  border: 1px solid #b0bda0;
  outline: 1px solid #b0bda080;
  outline-offset: 17px;
  border-radius: 50%;
}
.workflow-focus > span {
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #536047;
}
.workflow-focus > strong {
  font-size: 70px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.065em;
}
.workflow-focus > small {
  font-size: 10px;
  color: #536047;
}
.page-faq {
  padding: 75px 0 0;
}
.page-faq details {
  border-top: 1px solid var(--line);
  padding: 23px 0;
}
.page-faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.page-faq summary {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  list-style: none;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.page-faq summary::-webkit-details-marker {
  display: none;
}
.page-faq summary:after {
  content: "+";
  font-size: 27px;
  line-height: 1;
}
.page-faq details[open] summary:after {
  content: "−";
}
.page-faq details p {
  margin-top: 21px;
  max-width: 750px;
  font-size: 16px;
  color: #606a54;
  line-height: 1.6;
}
.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 100px;
  padding: 15px 0 100px;
}
.contact-page-intro > span {
  font-size: 10px;
  letter-spacing: 0.035em;
}
.contact-page-email {
  display: inline-block;
  margin-top: 30px;
  font-size: clamp(27px, 3vw, 48px);
  letter-spacing: -0.04em;
  border-bottom: 1px solid #87967a;
  overflow-wrap: anywhere;
}
.contact-page-email:hover {
  color: #67785a;
}
.contact-context {
  margin-top: 70px;
  max-width: 380px;
}
.contact-context h2 {
  font-size: 25px;
  letter-spacing: -0.035em;
  line-height: 1.15;
  font-weight: 500;
  margin-bottom: 15px;
}
.contact-context p {
  font-size: 15px;
  line-height: 1.6;
  color: #606a54;
}
.contact-context p + h2 {
  margin-top: 33px;
}
.contact-page-grid .contact-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}
.contact-form .page-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-form label {
  font-size: 12px;
  font-weight: 500;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 15px 0;
  border: 0;
  border-bottom: 1px solid #89997a;
  border-radius: 0;
  background: transparent;
  color: #1a2314;
  font: inherit;
  font-size: 19px;
  line-height: 1.45;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #606a54;
  opacity: 1;
}
.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}
.contact-form .page-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  margin-top: 3px;
}
.contact-form [data-copy-message] {
  padding: 12px 0;
  background: transparent;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.page-form-note,
.contact-form .form-status {
  font-size: 12px;
  color: #607251;
  line-height: 1.6;
}
.page-form-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact-form .form-status:empty {
  display: none;
}
.contact-form textarea[data-copy-fallback] {
  font-size: 13px;
  border: 1px solid #89997a;
  padding: 15px;
}
.contact-page-art {
  margin-bottom: 100px;
}
.contact-page-art .page-identity-card {
  min-height: 330px;
}
.page-legal-header .page-heading h1 {
  font-size: clamp(70px, 11.4vw, 180px);
}
.legal-intro {
  max-width: 740px;
  margin-top: 40px;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #606a54;
}
.legal-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 70px;
  padding: 10px 0 110px;
}
.legal-aside {
  font-size: 11px;
  color: #606a54;
}
.legal-aside p + p {
  margin-top: 12px;
}
.legal-aside a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.legal-body {
  max-width: 800px;
}
.legal-section {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 26px;
  border-top: 1px solid var(--line);
  padding-top: 27px;
  margin-bottom: 42px;
}
.legal-section > span {
  padding-top: 6px;
  font-size: 10px;
  color: #606a54;
}
.legal-section h2 {
  margin-bottom: 22px;
  font-size: 31px;
  line-height: 1.1;
  letter-spacing: -0.035em;
  font-weight: 500;
}
.legal-section p {
  font-size: 16px;
  line-height: 1.7;
  color: #515e46;
}
.legal-section p + p {
  margin-top: 20px;
}
.legal-section a {
  text-decoration: underline;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}
.subpage-site
  .site-header:not(:has(.menu-toggle))
  .desktop-nav
  a[aria-current] {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.page-fallback-footer {
  padding: 40px;
  border-radius: 23px;
  margin: 0 7px 7px;
  background: #d5dcca;
}
.page-fallback-footer h2 {
  font-size: clamp(40px, 6vw, 95px);
  letter-spacing: -0.065em;
  line-height: 0.95;
}
.page-fallback-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  font-size: 13px;
  margin-top: 32px;
}
@media (max-width: 1050px) {
  .page-intro,
  .page-section-heading,
  .page-story {
    gap: 35px;
    grid-template-columns: 0.75fr 2fr;
  }
  .page-fact {
    padding: 22px;
  }
  .page-fact > p {
    font-size: 12px;
  }
  .page-story > div {
    gap: 30px;
  }
  .page-story p {
    font-size: 16px;
  }
  .page-process-grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
  .page-process-grid article > span {
    margin-bottom: 25px;
  }
  .page-cta {
    gap: 35px;
  }
  .page-cta p {
    font-size: 16px;
  }
  .directory-product-body {
    grid-template-columns: 1.2fr 1fr;
  }
  .directory-product-copy {
    padding: 30px;
  }
  .page-preview {
    padding: 15px;
  }
  .page-preview-files {
    gap: 6px;
  }
  .page-preview-files > div {
    font-size: 8px;
  }
  .workflow-row {
    gap: 40px;
  }
  .workflow-visual {
    min-height: 400px;
    padding: 23px;
  }
  .workflow-focus {
    width: 200px;
    height: 200px;
  }
  .workflow-focus > strong {
    font-size: 58px;
  }
  .workflow-capture-frame {
    width: 100%;
    padding: 20px;
  }
  .workflow-capture-frame span:first-child {
    font-size: 48px;
  }
  .contact-page-grid {
    gap: 55px;
  }
  .contact-page-email {
    font-size: 30px;
  }
  .legal-layout {
    grid-template-columns: 0.75fr 2fr;
    gap: 35px;
  }
}
@media (max-width: 760px) {
  .subpage-site .site-header:not(:has(.menu-toggle)) {
    height: auto;
    min-height: 100px;
    padding: 16px 20px 9px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .subpage-site .site-header:not(:has(.menu-toggle)) .desktop-nav {
    display: flex;
    width: 100%;
    flex: auto;
    justify-content: space-between;
    margin: 0;
    gap: 15px;
  }
  .subpage-site .site-header:not(:has(.menu-toggle)) .desktop-nav a,
  .subpage-site
    .site-header:not(:has(.menu-toggle))
    .desktop-nav
    a:not(:first-child) {
    display: inline-block;
    padding-block: 10px;
    font-size: 12px;
  }
  .subpage-main {
    padding-top: 30px;
  }
  .page-kicker {
    font-size: 9px;
    gap: 15px;
  }
  .page-heading {
    padding: 30px 0 40px;
  }
  .page-heading h1 {
    font-size: clamp(60px, 13vw, 100px);
    letter-spacing: -0.065em;
  }
  .page-intro {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }
  .page-intro > span {
    font-size: 9px;
    padding: 0;
  }
  .page-intro > p {
    font-size: 25px;
    line-height: 1.25;
  }
  .page-media {
    border-radius: 16px;
  }
  .page-media > img {
    min-height: 320px;
    max-height: 460px;
  }
  .page-media figcaption {
    padding: 14px 17px;
    font-size: 8px;
    gap: 22px;
    align-items: start;
  }
  .page-facts {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 15px;
  }
  .page-fact {
    border-radius: 12px;
    padding: 21px 17px;
  }
  .page-fact > strong {
    font-size: 54px;
    margin-bottom: 20px;
  }
  .page-fact > span {
    font-size: 10px;
  }
  .page-fact > p {
    font-size: 11px;
  }
  .page-section {
    padding-block: 70px;
  }
  .page-section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 30px;
  }
  .page-section-heading > span {
    font-size: 9px;
    padding-top: 0;
  }
  .page-section-heading h2 {
    font-size: 47px;
  }
  .page-story {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .page-story > img {
    width: 64px;
    height: 64px;
  }
  .page-story > div {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .page-story p {
    font-size: 15px;
  }
  .page-principles {
    margin-top: 36px;
  }
  .page-principles article {
    grid-template-columns: 27px 1fr;
    gap: 15px;
    padding: 24px 0;
  }
  .page-principles h3 {
    font-size: 26px;
  }
  .page-principles p {
    grid-column: 2;
    font-size: 13px;
  }
  .page-pair {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .page-identity-card {
    min-height: 350px;
    padding: 25px;
    border-radius: 16px;
  }
  .page-identity-card h3 {
    font-size: 60px;
  }
  .page-identity-card h3 > small {
    font-size: 12px;
  }
  .page-process {
    margin-top: 65px;
    padding: 35px 22px 30px;
    border-radius: 19px;
  }
  .page-process-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .page-process-grid h3 {
    font-size: 29px;
  }
  .page-process-grid p {
    font-size: 13px;
  }
  .page-process-grid article > span {
    margin-bottom: 23px;
  }
  .page-cta {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 65px 0;
  }
  .page-cta h2 {
    font-size: 54px;
  }
  .page-cta p {
    max-width: 430px;
    font-size: 16px;
  }
  .app-directory-tools {
    flex-direction: column-reverse;
    align-items: start;
    gap: 23px;
    padding: 25px 0;
  }
  .app-directory-tools > span {
    margin-bottom: 0;
    font-size: 9px;
  }
  .app-search-group {
    width: 100%;
  }
  .app-search-group label {
    font-size: 10px;
  }
  #app-search {
    font-size: 20px;
  }
  #app-clear {
    font-size: 11px;
  }
  #app-empty {
    font-size: 17px;
    padding: 30px 20px;
  }
  #app-empty > span {
    font-size: 13px;
  }
  .directory-product {
    padding: 6px;
    border-radius: 17px;
  }
  .directory-product-header {
    padding: 15px 13px 21px;
    align-items: start;
    gap: 15px;
  }
  .directory-product-header h2 {
    font-size: 25px;
  }
  .directory-product-header h2 > span {
    display: block;
    margin: 9px 0 0;
    font-size: 10px;
  }
  .directory-product-header > span {
    font-size: 7px;
    max-width: 135px;
    line-height: 1.5;
    text-align: right;
  }
  .directory-product-body {
    grid-template-columns: 1fr;
  }
  .page-product-stage {
    min-height: 370px;
    padding: 35px 15px;
    border-radius: 13px;
  }
  .page-preview {
    border-radius: 17px;
    max-width: 440px;
    padding: 18px 13px;
  }
  .page-preview-files {
    margin-top: 23px;
    gap: 6px;
  }
  .page-preview-files > div {
    padding: 14px 3px;
    font-size: 8px;
  }
  .page-mini-file {
    width: 38px;
    height: 54px;
    font-size: 23px;
  }
  .page-preview-header {
    font-size: 12px;
  }
  .page-preview-header span:last-child {
    font-size: 8px;
  }
  .page-preview-foot {
    font-size: 8px;
  }
  .page-sample-label {
    left: 18px;
    bottom: 19px;
    font-size: 8px;
  }
  .directory-product-copy {
    padding: 30px 20px;
  }
  .directory-product-copy h3 {
    font-size: 38px;
  }
  .directory-product-copy p {
    font-size: 14px;
  }
  .app-workflow-links {
    grid-template-columns: 1fr;
    gap: 9px;
    padding-top: 15px;
  }
  .app-workflow-links a {
    padding: 18px;
    font-size: 13px;
  }
  .workflow-intro-image {
    height: 350px;
  }
  .workflow-intro-image > img {
    min-height: 0;
  }
  .workflow-list {
    padding-top: 45px;
  }
  .workflow-row {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 32px 0 45px;
  }
  .workflow-row:nth-child(2) .workflow-visual {
    order: 0;
  }
  .workflow-visual {
    min-height: 360px;
    padding: 28px;
    border-radius: 16px;
  }
  .workflow-copy > span {
    font-size: 9px;
  }
  .workflow-copy h2 {
    font-size: 45px;
    margin-top: 21px;
  }
  .workflow-copy > p {
    font-size: 14px;
    margin-top: 20px;
  }
  .workflow-copy li {
    font-size: 12px;
  }
  .workflow-copy > a {
    font-size: 12px;
  }
  .workflow-copy ul {
    margin-top: 23px;
  }
  .workflow-capture-frame {
    min-height: 230px;
  }
  .workflow-capture-frame span:first-child {
    font-size: 53px;
  }
  .workflow-focus {
    width: 220px;
    height: 220px;
  }
  .workflow-focus > strong {
    font-size: 64px;
  }
  .page-faq {
    padding-top: 45px;
  }
  .page-faq summary {
    font-size: 22px;
    line-height: 1.2;
  }
  .page-faq details p {
    font-size: 14px;
  }
  .contact-page-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    padding: 10px 0 65px;
  }
  .contact-page-email {
    font-size: 35px;
    margin-top: 23px;
  }
  .contact-context {
    margin-top: 35px;
    max-width: 460px;
  }
  .contact-context h2 {
    font-size: 24px;
  }
  .contact-context p {
    font-size: 14px;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 17px;
  }
  .contact-form label {
    font-size: 11px;
  }
  .contact-form .page-form-actions {
    gap: 20px;
  }
  .contact-form .pill-button {
    font-size: 12px;
    gap: 25px;
  }
  .contact-page-art {
    margin-bottom: 65px;
  }
  .page-legal-header .page-heading h1 {
    font-size: clamp(59px, 11vw, 83px);
  }
  .legal-intro {
    font-size: 21px;
    margin-top: 28px;
  }
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 35px;
    padding-bottom: 65px;
  }
  .legal-aside {
    font-size: 10px;
  }
  .legal-section {
    grid-template-columns: 24px 1fr;
    gap: 16px;
    margin-bottom: 33px;
    padding-top: 23px;
  }
  .legal-section h2 {
    font-size: 27px;
  }
  .legal-section p {
    font-size: 14px;
  }
  .page-fallback-footer {
    margin-inline: 6px;
    padding: 30px 23px;
    border-radius: 18px;
  }
  .page-fallback-footer nav {
    font-size: 12px;
    gap: 20px;
  }
}
@media (max-width: 360px) {
  .subpage-site .site-header:not(:has(.menu-toggle)) {
    padding-inline: 17px;
  }
  .subpage-site .site-header:not(:has(.menu-toggle)) .desktop-nav a,
  .subpage-site
    .site-header:not(:has(.menu-toggle))
    .desktop-nav
    a:not(:first-child) {
    font-size: 11px;
  }
  .page-heading h1 {
    font-size: 55px;
  }
  .page-intro > p {
    font-size: 23px;
  }
  .page-section-heading h2 {
    font-size: 41px;
  }
  .page-cta h2 {
    font-size: 47px;
  }
  .page-fact > strong {
    font-size: 47px;
  }
  .page-fact > span {
    font-size: 9px;
  }
  .directory-product-copy h3 {
    font-size: 33px;
  }
  .page-preview-files > div {
    font-size: 7px;
  }
  .workflow-focus {
    width: 190px;
    height: 190px;
  }
  .workflow-focus > strong {
    font-size: 57px;
  }
  .workflow-capture-frame span:first-child {
    font-size: 45px;
  }
  .workflow-copy h2 {
    font-size: 41px;
  }
  .contact-page-email {
    font-size: 30px;
  }
  .page-legal-header .page-heading h1 {
    font-size: 53px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-card-arrow {
    transition: none;
  }
  .page-identity-card:hover .page-card-arrow {
    transform: none;
  }
}
@media (max-width: 360px) {
  .page-heading h1 {
    font-size: 49px;
  }
}
