.sp-public-page {
  font-synthesis: none;
}

@font-face {
  font-family: "Lato";
  src: url("/assets/lato-300.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("/assets/lato-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("/assets/lato-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.sp-about-page,
.sp-verification,
.sp-coa-shell,
.sp-coa-viewer,
.sp-not-found {
  --sp-ink: #1d1d1b;
  --sp-muted: #575755;
  --sp-paper: #ebf7ff;
  --sp-mint: #09ad9d;
  --sp-dark-mint: #005758;
  --sp-line: rgba(29, 29, 27, 0.18);
  color: var(--sp-ink);
  font-family: "Syne", sans-serif;
}

.sp-about-page *,
.sp-verification *,
.sp-coa-shell *,
.sp-coa-viewer *,
.sp-not-found *,
.sp-public-page * {
  box-sizing: border-box;
}

.sp-about-page ::selection,
.sp-verification ::selection,
.sp-coa-shell ::selection,
.sp-coa-viewer ::selection,
.sp-not-found ::selection {
  background: #005758;
  color: #fff;
}

.sp-about-page :focus-visible,
.sp-verification :focus-visible,
.sp-coa-shell :focus-visible,
.sp-coa-viewer :focus-visible,
.sp-not-found :focus-visible,
.sp-public-page :focus-visible {
  outline: 3px solid #09ad9d;
  outline-offset: 4px;
}

.sp-about-page h1,
.sp-about-page h2,
.sp-about-page h3,
.sp-verification h1,
.sp-coa-shell h1,
.sp-coa-shell h2,
.sp-not-found h1 {
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.sp-about-hero {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  background: var(--sp-paper);
}

.sp-about-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.sp-about-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(235, 247, 255, 0.98) 0%, rgba(235, 247, 255, 0.88) 31%, rgba(235, 247, 255, 0.08) 72%);
}

.sp-about-hero h1 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 5vw;
  max-width: 8.5em;
  margin: 0;
  transform: translateY(-22%);
  font-size: clamp(3.5rem, 5.65vw, 4.5rem);
}

.sp-about-story,
.sp-about-values,
.sp-about-team {
  padding: 96px 5vw;
}

.sp-about-story {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: center;
}

.sp-about-story-media {
  position: relative;
  min-height: 680px;
}

.sp-about-story-photo {
  width: min(100%, 540px);
  height: 680px;
  object-fit: cover;
}

.sp-about-molecule {
  position: absolute;
  right: -8vw;
  bottom: -40px;
  width: min(330px, 62%);
  pointer-events: none;
}

.sp-about-story-copy h2,
.sp-about-values-heading h2,
.sp-about-team > h2,
.sp-about-reviews h2 {
  max-width: 11em;
  margin: 0 0 32px;
  font-size: clamp(3rem, 5.5vw, 4.5rem);
}

.sp-about-story-copy h3 {
  margin: 56px 0 18px;
  font-size: 1rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sp-about-story-copy p,
.sp-about-story-copy li,
.sp-about-values-heading p {
  max-width: 68ch;
  color: var(--sp-muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.sp-about-lead {
  color: var(--sp-ink) !important;
  font-size: clamp(1.35rem, 2.1vw, 1.85rem) !important;
  line-height: 1.55 !important;
}

.sp-about-story-copy ul {
  display: grid;
  gap: 12px;
  padding-left: 22px;
}

.sp-about-values {
  border-top: 1px solid var(--sp-line);
}

.sp-about-values-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  gap: 64px;
  align-items: end;
}

.sp-about-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 64px;
}

.sp-about-value {
  padding-top: 28px;
  border-top: 1px solid var(--sp-line);
}

.sp-about-value img {
  width: 84px;
  height: 88px;
  object-fit: contain;
  object-position: left center;
}

.sp-about-value h3 {
  min-height: 2.4em;
  margin: 28px 0 12px;
  font-size: 1.1rem;
}

.sp-about-value p {
  color: var(--sp-muted);
  line-height: 1.65;
}

.sp-about-public-cta {
  display: flex;
  width: min(100%, 380px);
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  margin: 72px auto 0;
  border: 1px solid var(--sp-ink);
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease-out, color 180ms ease-out, transform 180ms ease-out;
}

.sp-about-public-cta:hover {
  background: var(--sp-ink);
  color: #fff;
  transform: translateY(-2px);
}

.sp-about-team {
  border-top: 1px solid var(--sp-line);
}

.sp-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.sp-team-member img {
  width: 100%;
  aspect-ratio: 453 / 659;
  object-fit: cover;
}

.sp-team-member h3 {
  margin: 22px 0 6px;
  font-size: 1.35rem;
}

.sp-team-member p {
  margin: 0;
  color: var(--sp-muted);
}

.sp-about-reviews {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.15fr);
  gap: 7vw;
  padding: 88px 5vw;
  background: #172225;
  color: #fff;
}

.sp-about-reviews-media {
  display: grid;
  place-items: center;
}

.sp-about-reviews-copy {
  min-width: 0;
}

.sp-about-reviews-media img {
  width: min(100%, 470px);
  max-height: 560px;
  object-fit: contain;
}

.sp-about-reviews h3 {
  margin: -12px 0 38px;
  font-size: 1.75rem;
}

.sp-about-review-track {
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-auto-columns: minmax(300px, 86%);
  grid-auto-flow: column;
  gap: 24px;
  overflow-x: auto;
  padding: 0 0 24px;
  scroll-snap-type: x mandatory;
  scrollbar-color: #09ad9d rgba(255, 255, 255, 0.18);
}

.sp-about-review {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  scroll-snap-align: start;
}

.sp-about-review p {
  font-size: 1.1rem;
  line-height: 1.65;
}

.sp-about-review footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.78);
}

.sp-verification {
  position: relative;
  height: 676px;
  min-height: 676px;
  overflow: hidden;
  background: linear-gradient(120deg, #ebf7ff 0%, #e1f4f5 52%, #d8eff2 100%);
}

.sp-verification-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 100px 5vw 108px;
}

.sp-verification h1 {
  margin: 0 0 28px;
  font-size: 4.5rem;
}

.sp-verification .verification-lead {
  max-width: 1000px;
  margin: 0 0 64px;
  font-size: 1.75rem;
  line-height: 1.35;
}

.sp-verification form {
  display: grid;
  width: min(632px, 100%);
  gap: 10px;
}

.sp-verification input {
  width: 100%;
  min-height: 56px;
  padding: 12px 16px;
  margin-bottom: 8px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.52);
  color: var(--sp-ink);
}

.sp-verification button {
  width: 242px;
  min-height: 54px;
  margin-top: 4px;
  border: 1px solid var(--sp-ink);
  background: var(--sp-ink);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.sp-verification-molecule {
  display: none;
}

.sp-coa-viewer {
  min-height: calc(100vh - 92px);
  background: #f2f2f2;
}

.sp-coa-viewer-bar {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 24px;
  background: #1f2322;
  color: #fff;
}

.sp-coa-viewer-bar div {
  display: grid;
  gap: 2px;
}

.sp-coa-viewer-bar span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.sp-coa-download {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  color: #fff;
  text-decoration: none;
}

.sp-coa-frame {
  display: block;
  width: 100%;
  height: calc(100vh - 164px);
  min-height: 680px;
  border: 0;
  background: #fff;
}

.sp-coa-load-status {
  padding: 10px 24px;
  margin: 0;
  background: #fff;
}

.sp-coa-shell {
  padding: 48px 20px 80px;
  background: #e8edef;
}

.sp-coa-paper {
  width: min(794px, 100%);
  min-height: 1123px;
  padding: 56px 56px 48px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 18px 48px rgba(29, 29, 27, 0.16);
}

.sp-coa-paper-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 20px;
  border-bottom: 2px solid #58b85a;
}

.sp-coa-paper-header span,
.sp-coa-paper h2 {
  color: #4baa4e;
}

.sp-coa-paper-header h1 {
  margin: 8px 0 0;
  font-size: 1.65rem;
}

.sp-coa-paper-header img {
  width: 150px;
}

.sp-coa-meta,
.sp-coa-fields {
  display: grid;
  gap: 6px;
  margin: 24px 0;
}

.sp-coa-field {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 16px;
  padding: 7px 10px;
  background: #f0f0f0;
}

.sp-coa-field dt {
  color: #4baa4e;
}

.sp-coa-field dd {
  margin: 0;
}

.sp-coa-paper section {
  margin-top: 32px;
}

.sp-coa-paper h2 {
  margin: 0 0 10px;
  font-size: 1rem;
  letter-spacing: 0;
}

.sp-coa-paper section > p,
.sp-coa-unavailable {
  padding: 14px;
  margin: 0;
  background: #f0f0f0;
  line-height: 1.55;
}

.sp-coa-unavailable {
  color: #5a5a58;
}

.sp-coa-results {
  width: 100%;
  border-collapse: collapse;
}

.sp-coa-results th,
.sp-coa-results td {
  padding: 8px 10px;
  border: 1px solid #58b85a;
  text-align: left;
}

.sp-coa-paper-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  padding-top: 44px;
  margin-top: 52px;
  border-top: 1px solid #d8d8d8;
}

.sp-coa-paper-footer div {
  display: grid;
  gap: 6px;
}

.sp-coa-boundary-note {
  max-width: 794px;
  margin: 20px auto 0;
  color: #4b4f50;
  font-size: 0.9rem;
  line-height: 1.55;
}

.sp-not-found {
  position: relative;
  min-height: 428px;
  padding: 100px 5vw;
  overflow: hidden;
  background: #ebf7ff;
  text-align: center;
}

.sp-not-found > span {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(29, 29, 27, 0.07);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.sp-not-found h1 {
  margin: 28px 0 18px;
  font-size: 2.75rem;
}

.sp-not-found p {
  max-width: 620px;
  margin: 0 auto 32px;
  line-height: 1.65;
}

.sp-not-found a {
  display: inline-flex;
  min-width: 320px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  background: #1d1d1b;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.sp-not-found img {
  position: absolute;
  right: -16px;
  bottom: -74px;
  width: 220px;
  pointer-events: none;
}

.sp-public-page {
  margin: 0;
  background: #fff;
  color: #444;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 17.3333px;
  line-height: 1.45;
}

.sp-public-page ::selection {
  background: #63ad49;
  color: #fff;
}

.sp-public-header {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  padding: 0 42px;
  background: #1d201f;
  color: #fff;
}

.sp-public-header a {
  color: inherit;
  text-decoration: none;
}

.sp-public-header > a {
  font-size: 1rem;
}

.sp-public-header nav {
  display: flex;
  gap: 26px;
  font-size: 0.84rem;
}

.sp-public-main {
  width: min(960px, calc(100% - 40px));
  margin: 0 auto;
  padding: 40px 0 80px;
}

.sp-public-main h1 {
  padding-bottom: 30px;
  margin: 0 0 16px;
  border-bottom: 1px solid #d7d7d7;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}

.sp-public-disclaimer {
  margin: 0 0 44px;
  text-align: center;
}

.sp-public-search {
  display: grid;
  grid-template-columns: 1fr 108px;
}

.sp-public-search input,
.sp-public-search button {
  min-height: 48px;
  border: 1px solid #cfcfcf;
  font: inherit;
}

.sp-public-search input {
  padding: 10px 16px;
  background: #f8f8f8;
}

.sp-public-search button {
  border-color: #61ad47;
  background: #61ad47;
  color: #fff;
  cursor: pointer;
}

.sp-public-count {
  display: inline-block;
  margin: 14px 0 0;
}

.sp-public-clear {
  margin-left: 8px;
  border: 0;
  background: transparent;
  color: #4f8e3e;
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.sp-public-list {
  margin-top: 0;
}

.sp-public-result {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.8fr);
  gap: 28px;
  min-height: 82px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #ddd;
  color: inherit;
  text-decoration: none;
}

.sp-public-result:hover strong {
  color: #4f963e;
}

.sp-public-primary,
.sp-public-secondary {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.sp-public-primary strong {
  overflow-wrap: anywhere;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.2;
}

.sp-public-primary small,
.sp-public-secondary small {
  font-size: 0.72rem;
}

.sp-public-secondary {
  text-align: right;
}

.sp-public-secondary > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sp-public-empty {
  padding: 72px 20px;
  text-align: center;
}

.sp-public-empty h2 {
  font-size: 1.8rem;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 699px) {
  .sp-about-hero {
    min-height: 192px;
  }

  .sp-about-hero-shade {
    background: linear-gradient(90deg, rgba(235, 247, 255, 0.96), rgba(235, 247, 255, 0.25));
  }

  .sp-about-hero h1 {
    left: 32px;
    max-width: 10em;
    transform: translateY(-5%);
    font-size: 1.875rem;
  }

  .sp-about-story,
  .sp-about-values,
  .sp-about-team {
    padding: 64px 32px;
  }

  .sp-about-story {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .sp-about-story-media {
    min-height: 490px;
  }

  .sp-about-story-photo {
    height: 440px;
  }

  .sp-about-molecule {
    right: -32px;
    bottom: -10px;
    width: 210px;
  }

  .sp-about-story-copy h2,
  .sp-about-values-heading h2,
  .sp-about-team > h2,
  .sp-about-reviews h2 {
    font-size: 2.375rem;
  }

  .sp-about-lead {
    font-size: 1.5rem !important;
  }

  .sp-about-values-heading,
  .sp-about-value-grid,
  .sp-team-grid,
  .sp-about-reviews {
    grid-template-columns: 1fr;
  }

  .sp-about-value-grid {
    gap: 40px;
  }

  .sp-about-value h3 {
    min-height: 0;
  }

  .sp-about-reviews {
    gap: 54px;
    padding: 72px 32px;
  }

  .sp-about-review-track {
    grid-auto-columns: 92%;
  }

  .sp-verification {
    height: auto;
    min-height: 539px;
  }

  .sp-verification-inner {
    padding: 50px 32px 64px;
  }

  .sp-verification h1 {
    font-size: 2.375rem;
  }

  .sp-verification .verification-lead {
    margin-bottom: 36px;
    font-size: 1.5rem;
  }

  .sp-verification button {
    width: 109px;
    min-height: 45px;
  }

  .sp-verification-molecule {
    right: -28px;
    bottom: -50px;
    width: 150px;
  }

  .sp-coa-viewer-bar {
    align-items: flex-start;
    padding: 12px 16px;
  }

  .sp-coa-frame {
    height: calc(100vh - 154px);
    min-height: 600px;
  }

  .sp-coa-shell {
    padding: 20px 0 56px;
    overflow-x: auto;
  }

  .sp-coa-paper {
    width: 760px;
    min-height: 1074px;
    padding: 48px;
    transform-origin: top left;
  }

  .sp-coa-boundary-note {
    width: calc(100% - 40px);
  }

  .sp-not-found {
    min-height: 399px;
    padding: 50px 32px;
  }

  .sp-not-found h1 {
    font-size: 2rem;
  }

  .sp-not-found a {
    min-width: 237px;
    min-height: 45px;
  }

  .sp-not-found img {
    right: -34px;
    bottom: -175px;
    width: 150px;
  }

  .sp-public-header {
    min-height: 64px;
    padding: 0 20px;
  }

  .sp-public-header > a {
    display: none;
  }

  .sp-public-header nav {
    margin-left: auto;
  }

  .sp-public-main {
    width: calc(100% - 40px);
    padding-top: 44px;
  }

  .sp-public-main h1 {
    font-size: 2rem;
  }

  .sp-public-disclaimer {
    margin-bottom: 56px;
  }

  .sp-public-search {
    grid-template-columns: 1fr 99px;
  }

  .sp-public-result {
    grid-template-columns: 1fr;
    gap: 12px;
    min-height: 0;
    padding: 18px 0;
  }

  .sp-public-primary strong {
    font-size: 1.35rem;
    line-height: 1.45;
  }

  .sp-public-secondary {
    text-align: left;
  }

  .sp-public-secondary > span {
    overflow: visible;
    white-space: normal;
  }
}

.secondary-parity-page .sp-verification {
  height: 676px;
  min-height: 676px;
  padding: 0;
}

.secondary-parity-page .sp-verification-inner {
  width: calc(100% - 128px);
  max-width: 1236px;
  padding: 100px 0 0;
  margin: 0 auto;
}

.secondary-parity-page .sp-verification h1 {
  margin: 0 0 20px;
  font-size: 72px;
  line-height: 88px;
}

.secondary-parity-page .sp-verification .verification-lead {
  max-width: none;
  margin: 30px 0 0;
  font-size: 30px;
  line-height: 36px;
}

.secondary-parity-page .sp-verification form {
  display: block;
  width: 640px;
  margin-top: 70px;
}

.secondary-parity-page .sp-verification form label {
  display: block;
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.secondary-parity-page .sp-verification form input {
  width: 100%;
  height: 56px;
  min-height: 56px;
  padding: 12px 20px;
  margin: 0 0 15px;
}

.secondary-parity-page .sp-verification form button {
  width: 242.265625px;
  height: 54px;
  min-height: 54px;
  padding: 0 24px;
  margin: 0;
  white-space: nowrap;
}

.secondary-parity-page .sp-verification form .form-status:empty {
  display: none;
}

@media (max-width: 699px) {
  .secondary-parity-page .sp-verification { height: 539px; min-height: 539px; }
  .secondary-parity-page .sp-verification-inner { width: 100%; max-width: none; padding: 50px 32px 0; margin: 0; }
  .secondary-parity-page .sp-verification h1 { margin: 0 0 20px; font-size: 38px; line-height: 46px; }
  .secondary-parity-page .sp-verification .verification-lead { margin: 30px 0 0; font-size: 24px; line-height: 30px; }
  .secondary-parity-page .sp-verification form { width: 100%; margin-top: 30px; }
  .secondary-parity-page .sp-verification form button { width: auto; height: 45px; min-height: 45px; padding: 12px 10%; font-size: 14px; line-height: 21px; }
}

/* Public report index mirrors the compact public.janoshik.com template. */
.sp-public-header { min-height: 82.328125px; padding: 0 43.328125px; }
.sp-public-main { width: calc(100% - 128px); max-width: 1200px; padding: 34.65625px 0 69.333px; }
.sp-public-main h1 { height: 78px; padding: 0; margin: 0 0 26px; border: 0; font-size: 52px; font-weight: 300; line-height: 78px; }
.sp-public-disclaimer { width: 928.890625px; max-width: calc(100% - 31.109375px); min-height: 40.25px; padding: 8.6667px 34.6667px 0; margin: 0 auto 44.328125px; font-size: 17.3333px; line-height: 28.6px; }
.sp-public-search { position: absolute; top: 105px; right: 20px; width: 600px; height: 47.65625px; grid-template-columns: 1fr 107.453125px; margin: 0; }
.sp-public-search input, .sp-public-search button { height: 47.65625px; min-height: 47.65625px; font-size: 17.3333px; line-height: 17.3333px; }
.sp-public-search input { padding: 0 17.3333px; border: 2px solid #ddd; border-right: 0; border-radius: 4px 0 0 4px; }
.sp-public-search button { padding: 0 24.2667px; border: 2px solid #4caf50; border-radius: 0 4px 4px 0; background: #4caf50; }
.sp-public-list { margin: 0 0 34.6667px; }
.sp-public-result { display: block; height: 81.9561875px; min-height: 81.9561875px; padding: 13.859375px 0; overflow: hidden; border-bottom: 1px solid rgba(144, 144, 144, 0.25); }
.sp-public-result:first-child { height: 67.15625px; min-height: 67.15625px; padding-top: 0; }
.sp-public-heading, .sp-public-meta { display: grid; width: 100%; grid-template-columns: 558px minmax(0, 1fr); column-gap: 130px; align-items: baseline; }
.sp-public-heading strong { color: #666; font-size: 23.4px; font-weight: 300; line-height: 35.1px; }
.sp-public-heading > span { overflow: hidden; font-size: 11.7px; line-height: 35.1px; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.sp-public-meta small { font-size: 12.1333px; line-height: 18.2px; }
.sp-public-meta small:last-child { text-align: right; }

html:not([lang="en"]) .sp-public-main h1 { padding-right: 300px; }

.secondary-parity-page .sp-not-found { height: 428px; min-height: 428px; padding: 100px 0; }
.secondary-parity-page .sp-not-found > span { display: inline-flex; height: 28px; align-items: center; padding: 4px 12px; border-radius: 0; font-size: 14px; line-height: 20px; }
.secondary-parity-page .sp-not-found h1 { width: auto; max-width: none; margin: 16px auto 20px; font-size: 44px; letter-spacing: normal; line-height: 52px; }
.secondary-parity-page .sp-not-found p { width: 792.265625px; max-width: none; margin: 0 auto 16px; font-size: 16px; line-height: 26px; }
.secondary-parity-page .sp-not-found a { width: 537.140625px; height: 54px; min-height: 54px; padding: 0 170.391px; margin: 16px auto 0; font-size: 16px; line-height: 24px; }

@media (max-width: 699px) {
  .secondary-parity-page .sp-not-found { height: 399px; min-height: 399px; padding: 50px 32px; }
  .secondary-parity-page .sp-not-found h1 { width: 311px; margin: 16px auto 20px; font-size: 32px; line-height: 40px; }
  .secondary-parity-page .sp-not-found p { width: 311px; margin: 0 auto 16px; line-height: 26px; }
  .secondary-parity-page .sp-not-found a { width: 234px; height: 45px; min-height: 45px; padding: 12px 31.0938px; margin: 16px auto 0; font-size: 14px; line-height: 21px; }
}

@media (max-width: 699px) {
  .sp-public-page { font-size: 16px; line-height: 26.4px; }
  .sp-public-header { display: none; width: 0; height: 0; min-height: 0; padding: 0; }
  .sp-public-main { width: 90%; max-width: none; padding: 64px 0 32px; }
  .sp-public-main h1 { height: 48px; margin: 0 0 16px; font-size: 32px; line-height: 48px; text-align: center; }
  html:not([lang="en"]) .sp-public-main h1 { padding-right: 0; }
  .sp-public-disclaimer { width: 100%; max-width: none; min-height: 90.21875px; padding: 8px 16px 0; margin: 0; font-size: 16px; line-height: 26.4px; }
  .sp-public-search { position: static; width: auto; height: 44px; grid-template-columns: 1fr 99.484375px; margin: 56px 0 16px; }
  .sp-public-search input, .sp-public-search button { height: 44px; min-height: 44px; font-size: 16px; line-height: 16px; }
  .sp-public-search input { padding: 0 16px; }
  .sp-public-search button { padding: 0 22.4px; }
  .sp-public-list { margin: 0 0 32px; }
  .sp-public-result { display: block; width: 100%; height: auto; min-height: 0; padding: 0 0 19.1166px; overflow: visible; border-top: 1px solid rgba(144, 144, 144, 0.25); border-bottom: 0; }
  .sp-public-result:first-child { height: auto; min-height: 0; padding-bottom: 3.19px; border-top: 0; }
  .sp-public-heading, .sp-public-meta { display: block; width: 100%; }
  .sp-public-heading strong { display: block; font-size: 21.6px; line-height: 32.4px; }
  .sp-public-heading > span { display: block; width: 100%; margin-top: 4.05px; overflow: visible; font-size: 16.2px; line-height: 32.4px; text-align: left; white-space: normal; }
  .sp-public-meta small { display: inline; font-size: 11.2px; line-height: 16.8px; }
  .sp-public-meta small:last-child { display: block; width: 100%; margin-top: 2.8px; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  .sp-about-public-cta {
    transition: none;
  }
}

/* Exact About page geometry from the public reference. */
@media (min-width: 1024px) {
  .sp-about-hero { height: 324px; min-height: 324px; }
  .sp-about-hero > img { object-position: 60% 0; }
  .sp-about-hero-shade { background: linear-gradient(95deg, #f6fbff 0%, #f6fbff 40%, rgba(246, 251, 255, 0.5) 60%, rgba(255, 255, 255, 0.3) 100%); }
  .sp-about-hero h1 { position: absolute; z-index: 2; top: 100px; left: 50%; width: calc(100% - 128px); max-width: 1236px; padding: 0; margin: 0; font-size: 72px; line-height: 88px; transform: translateX(-50%); }

  .sp-about-pioneering { height: 920.296875px; min-height: 920.296875px; padding: 100px 0; }
  .sp-about-pioneering-inner { display: grid; width: calc(100% - 128px); max-width: 1236px; height: 720.296875px; grid-template-columns: 583px 583px; gap: 70px; align-items: center; margin: 0 auto; }
  .sp-about-pioneering .sp-about-story-media { position: relative; width: 533px; height: 720.296875px; }
  .sp-about-pioneering-photo { width: 533px; height: 720.296875px; object-fit: cover; }
  .sp-about-pioneering .sp-about-molecule { position: absolute; z-index: -1; top: 331.890625px; left: -186.546875px; width: 423.34375px; height: 410px; object-fit: contain; }
  .sp-about-pioneering-copy h2 { margin: 0 0 20px; font-size: 44px; line-height: 52px; }
  .sp-about-pioneering-copy h3 { margin: 0; font-size: 30px; font-weight: 700; letter-spacing: normal; line-height: 36px; }

  .sp-about-story { display: block; height: 835.859375px; min-height: 835.859375px; padding: 100px 0; }
  .sp-about-story-inner { display: grid; width: calc(100% - 128px); max-width: 1236px; height: 635.859375px; grid-template-columns: 553px 553px; gap: 130px; align-items: center; margin: 0 auto; }
  .sp-about-story-copy { padding: 0; transform: translateY(40px); }
  .sp-about-story-copy h2 { margin: 0 0 20px; font-size: 72px; line-height: 88px; }
  .sp-about-story-copy p { margin: 0 0 16px; font-size: 16px; line-height: 26px; }
  .sp-about-story-copy ul { display: block; margin: 0; padding-left: 16px; font-size: 16px; line-height: 24px; }
  .sp-about-story-copy li { font-size: 16px; line-height: 24px; }
  .sp-about-story-photo { width: 503px; height: 635.859375px; object-fit: cover; }

  .sp-about-values { position: relative; height: 941px; min-height: 941px; padding: 180px 64px 100px; border-top: 0; }
  .sp-about-values-heading, .sp-about-value-grid, .sp-about-public-cta { width: 100%; max-width: 1236px; margin-right: auto; margin-left: auto; }
  .sp-about-values-heading { display: block; }
  .sp-about-values-heading h2 { max-width: none; margin: 0 0 40px; font-size: 72px; line-height: 88px; }
  .sp-about-values-heading p { width: 795.1875px; margin: 0 auto; font-size: 16px; line-height: 26px; text-align: center; }
  .sp-about-value-grid { height: 267px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin-top: 80px; }
  .sp-about-value { padding: 0 40px 0 0; border: 0; }
  .sp-about-value img { width: auto; height: 87px; margin-bottom: 26px; }
  .sp-about-public-cta { width: 371.796875px; height: 54px; min-height: 54px; margin-top: 80px; }

  .sp-about-team { height: 827.984375px; min-height: 827.984375px; padding: 160px 0 100px; border-top: 0; }
  .sp-about-team > h2 { width: calc(100% - 128px); max-width: 1236px; margin: 0 auto 80px; font-size: 72px; line-height: 88px; }
  .sp-team-grid { width: 880px; grid-template-columns: repeat(3, 266.65625px); gap: 30px; margin: 0 auto; }
  .sp-team-member img { width: 266.65625px; height: 399.984375px; object-fit: cover; }

  .sp-about-page .sp-about-reviews.services-reviews-section { display: block; height: 978.640625px; min-height: 978.640625px; padding: 100px 0; background: #ebf7ff; color: #1d1d1b; }
  .sp-about-page .services-reviews-heading { transform: translateY(40px); }
  .sp-about-page .services-reviews-heading h1 { margin: 0 0 20px; font-size: 72px; line-height: 88px; }
  .sp-about-page .services-reviews-heading h3 { margin: 0 0 20px; font-size: 30px; line-height: 36px; }
}

/* Keep the measured wide-desktop composition fluid on smaller laptop screens. */
@media (min-width: 1024px) and (max-width: 1363px) {
  .sp-about-pioneering-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 48px;
  }

  .sp-about-pioneering .sp-about-story-media,
  .sp-about-pioneering-photo {
    width: 100%;
  }

  .sp-about-story-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 64px;
  }

  .sp-about-story-photo {
    width: 100%;
  }
}

@media (max-width: 699px) {
  .sp-about-hero { height: 112px; min-height: 112px; }
  .sp-about-hero > img { object-position: 92% 0; }
  .sp-about-hero h1 { position: absolute; z-index: 2; top: 0; left: 32px; width: 311px; padding: 0; margin: 0; font-size: 30px; line-height: 46px; transform: none; }

  .sp-about-pioneering { height: 1060.28125px; min-height: 1060.28125px; padding: 50px 32px; }
  .sp-about-pioneering-inner { display: block; width: 311px; height: 960.28125px; margin: 0 auto; }
  .sp-about-pioneering .sp-about-story-media { position: relative; width: 311px; height: 420.28125px; min-height: 0; }
  .sp-about-pioneering-photo { width: 311px; height: 420.28125px; object-fit: cover; }
  .sp-about-pioneering .sp-about-molecule { position: absolute; z-index: -1; top: 131.6875px; left: -108.84375px; width: 310.984375px; height: 301.1875px; object-fit: contain; }
  .sp-about-pioneering-copy { margin-top: 40px; }
  .sp-about-pioneering-copy h2 { margin: 0 0 20px; font-size: 32px; line-height: 40px; }
  .sp-about-pioneering-copy h3 { margin: 0; font-size: 24px; font-weight: 700; letter-spacing: normal; line-height: 30px; }

  .sp-about-story { display: block; height: 1049.140625px; min-height: 1049.140625px; padding: 50px 32px; }
  .sp-about-story-inner { display: block; width: 311px; height: 949.140625px; margin: 0 auto; }
  .sp-about-story-copy { padding: 80px 0 0; transform: none; }
  .sp-about-story-copy h2 { margin: 0 0 20px; font-size: 38px; line-height: 46px; }
  .sp-about-story-copy p { margin: 0 0 16px; font-size: 16px; line-height: 26px; }
  .sp-about-story-copy ul { display: block; margin: 0; padding-left: 16px; }
  .sp-about-story-copy li { font-size: 16px; line-height: 24px; }
  .sp-about-story-photo { width: 311px; height: 393.140625px; margin-top: 40px; object-fit: cover; }

  .sp-about-values { height: 1427px; min-height: 1427px; padding: 50px 32px; border-top: 0; }
  .sp-about-values-heading { display: block; width: 311px; padding-top: 80px; margin: 0 auto; }
  .sp-about-values-heading h2 { max-width: none; margin: 0 0 30px; font-size: 38px; line-height: 46px; }
  .sp-about-values-heading p { width: 311px; margin: 0; font-size: 16px; line-height: 26px; text-align: left; }
  .sp-about-value-grid { display: block; width: 311px; height: 868px; margin: 40px auto 0; }
  .sp-about-value { padding: 0; border: 0; }
  .sp-about-value:nth-child(1), .sp-about-value:nth-child(3) { height: 205px; }
  .sp-about-value:nth-child(2), .sp-about-value:nth-child(4) { height: 229px; }
  .sp-about-value img { width: auto; height: 87px; margin: 0 0 26px; }
  .sp-about-value h3 { min-height: 0; margin: 0 0 12px; font-size: 18px; line-height: 24px; }
  .sp-about-value p { margin: 0; font-size: 16px; line-height: 24px; }
  .sp-about-public-cta { width: 238.671875px; height: 47px; min-height: 47px; padding: 12px 18px; margin: 40px auto 0; font-size: 14px; line-height: 21px; }

  .sp-about-team { height: 1521.953125px; min-height: 1521.953125px; padding: 50px 32px; border-top: 0; }
  .sp-about-team > h2 { max-width: none; margin: 60px 0 40px; font-size: 38px; line-height: 46px; }
  .sp-team-grid { display: grid; width: 266.65625px; grid-template-columns: 266.65625px; gap: 15px; margin: 0 auto; }
  .sp-team-member { height: 399.984375px; overflow: hidden; }
  .sp-team-member img { width: 266.65625px; height: 399.984375px; object-fit: cover; }
  .sp-team-member h3, .sp-team-member p { position: absolute; }

  .sp-about-page .sp-about-reviews.services-reviews-section { display: block; height: 794.546875px; min-height: 794.546875px; padding: 50px 0; background: #ebf7ff; color: #1d1d1b; }
  .sp-about-page .services-reviews-heading { transform: none; }
  .sp-about-page .services-reviews-heading h1 { margin: 0 0 20px; font-size: 38px; line-height: 46px; }
  .sp-about-page .services-reviews-heading h3 { margin: 0 0 20px; font-size: 24px; line-height: 30px; }
}
