/* Deliberately isolated from the homepage concepts. */
:is(.gallery-page, .trial-page) {
  --utility-ink: #20221f;
  --utility-muted: #64665f;
  --utility-line: #dedfd7;
  --utility-blue: #1e50f6;
  margin: 0;
  background: #f7f8f3;
  color: var(--utility-ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
:is(.gallery-page, .trial-page) *,
:is(.gallery-page, .trial-page) *::before,
:is(.gallery-page, .trial-page) *::after {
  box-sizing: border-box;
}
:is(.gallery-page, .trial-page) [hidden] {
  display: none !important;
}
:is(.gallery-page, .trial-page) :is(h1, h2, h3, p) {
  margin: 0;
}
:is(.gallery-page, .trial-page) a {
  color: inherit;
  text-decoration: none;
}
:is(.gallery-page, .trial-page) button,
:is(.gallery-page, .trial-page) input,
:is(.gallery-page, .trial-page) select,
:is(.gallery-page, .trial-page) textarea {
  font: inherit;
}
:is(.gallery-page, .trial-page) :focus-visible {
  outline: 3px solid var(--utility-blue);
  outline-offset: 5px;
}
:is(.gallery-page, .trial-page) .utility-shell {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
:is(.gallery-page, .trial-page) .utility-header {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--utility-line);
}
:is(.gallery-page, .trial-page) .brand {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
:is(.gallery-page, .trial-page) .brand img {
  display: block;
  width: 145px;
  height: auto;
}
:is(.gallery-page, .trial-page) .eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 700;
}
:is(.gallery-page, .trial-page) .muted {
  color: var(--utility-muted);
}
:is(.gallery-page, .trial-page) .blue-period {
  color: var(--utility-blue);
}
:is(.gallery-page, .trial-page) .review-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--utility-blue);
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: 1px;
}
:is(.gallery-page, .trial-page) .skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  padding: 12px 20px;
  background: #fff;
  transform: translateY(-180%);
  border: 1px solid var(--utility-ink);
}
:is(.gallery-page, .trial-page) .skip-link:focus {
  transform: translateY(0);
}
.gallery-page .review-label {
  color: var(--utility-muted);
  font-size: 12px;
}
.gallery-page .review-year {
  margin-left: 20px;
}
.gallery-page .gallery-intro {
  display: grid;
  grid-template-columns: 1fr 285px;
  align-items: end;
  gap: 64px;
  padding-block: 80px 76px;
}
.gallery-page h1 {
  margin-top: 24px;
  font-size: clamp(44px, 5.5vw, 76px);
  line-height: 1.06;
  letter-spacing: -0.064em;
  font-weight: 500;
}
.gallery-page .gallery-intro-note {
  padding-bottom: 5px;
}
.gallery-page .gallery-intro-note img {
  margin-bottom: 18px;
}
.gallery-page .gallery-intro-note > p {
  font-size: 15px;
  line-height: 1.65;
}
.gallery-page .gallery-intro-note > p + p {
  margin-top: 12px;
  font-size: 13px;
}
.gallery-page .collection-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0 18px;
  gap: 16px;
}
.gallery-page .collection-heading h2 {
  font-size: 13px;
  font-weight: 600;
}
.gallery-page .collection-heading > span {
  color: var(--utility-muted);
  font-size: 11px;
}
.gallery-page .collection-detail {
  margin-left: 18px;
}
.gallery-page .final-collection {
  margin-bottom: 50px;
  padding-block: 24px 30px;
  border-block: 1px solid var(--utility-line);
}
.gallery-page .final-collection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.gallery-page .final-choice {
  display: grid;
  grid-template-columns: 29px minmax(0, 1fr) 18px;
  align-items: start;
  gap: 13px;
  padding: 20px;
  border: 1px solid var(--utility-line);
  border-radius: 5px;
  background: #fcfcf8;
}
.gallery-page .final-choice-number {
  padding-top: 2px;
  font-size: 12px;
  color: var(--utility-muted);
}
.gallery-page .final-choice strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -.025em;
}
.gallery-page .final-choice small {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.65;
  color: var(--utility-muted);
}
.gallery-page .final-choice:hover {
  border-color: #8d9486;
  background: #f0f2eb;
}
@media (max-width: 650px) {
  .gallery-page .final-collection-grid { grid-template-columns: 1fr; }
  .gallery-page .final-choice { padding: 18px 15px; gap: 10px; }
}

.gallery-page .concept-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px 28px;
}
.gallery-page .concept-card {
  min-width: 0;
}
.gallery-page .concept-link {
  display: block;
  border-radius: 3px;
}
.gallery-page .preview-mat {
  padding: 30px 26px;
  aspect-ratio: 1.38;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #dcddd7;
  border-radius: 4px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.gallery-page .mat-clarity {
  background: #e9ece4;
}
.gallery-page .mat-editorial {
  background: #ece9e1;
}
.gallery-page .mat-spectrum {
  background: #e6e9f5;
}
.gallery-page .mat-after-hours {
  background: #d9dcd9;
}
.gallery-page .concept-link:hover .preview-mat {
  border-color: #9ca397;
  box-shadow: 0 8px 24px #20221f09;
}
.gallery-page .concept-info {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr) 30px;
  gap: 12px;
  padding: 22px 2px 0;
}
.gallery-page .concept-number {
  padding-top: 3px;
  font-size: 13px;
  color: var(--utility-muted);
  font-variant-numeric: tabular-nums;
}
.gallery-page .concept-info h3 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.04em;
  font-weight: 500;
}
.gallery-page .concept-info p {
  max-width: 390px;
  margin-top: 8px;
  color: var(--utility-muted);
  font-size: 13px;
  line-height: 1.65;
}
.gallery-page .concept-arrow {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #d5d7cd;
  border-radius: 50%;
  font-size: 18px;
  transition:
    background 0.2s,
    color 0.2s;
}
.gallery-page .concept-link:hover .concept-arrow {
  background: var(--utility-ink);
  color: #fff;
  border-color: var(--utility-ink);
}
.gallery-page .concept-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: 16px;
  color: #5e6259;
  font-size: 10px;
}
.gallery-page .concept-tags span + span {
  padding-left: 14px;
  border-left: 1px solid #cbcec3;
}
.gallery-page .gallery-review-note {
  display: grid;
  grid-template-columns: 220px 1fr 195px;
  gap: 28px;
  align-items: start;
  padding-block: 30px;
  border-block: 1px solid var(--utility-line);
  margin-top: 76px;
}
.gallery-page .gallery-review-note > p {
  color: var(--utility-muted);
  font-size: 13px;
  max-width: 590px;
}
.gallery-page .gallery-review-note > a {
  font-size: 13px;
  min-height: 44px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  text-decoration: underline;
  text-underline-offset: 5px;
}
:is(.gallery-page, .trial-page) .utility-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 104px;
  font-size: 11px;
  color: var(--utility-muted);
}
:is(.gallery-page, .trial-page) .footer-divider {
  margin-inline: 12px;
  color: #aaa;
}
:is(.gallery-page, .trial-page) .utility-footer a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
}

.gallery-page .liquid-label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #656075;
  margin-bottom: 17px;
}
.gallery-page .mat-liquid {
  background: #e9e6f1;
}
.gallery-page .mini-page.mini-liquid {
  background: #f4f2f9;
}
.gallery-page .mini-liquid .mini-nav {
  border-color: #dfdbe9;
}
.gallery-page .mini-liquid .mini-headline {
  font-family: "Outfit", sans-serif;
  letter-spacing: -0.055em;
  font-weight: 500;
}
.gallery-page .mini-liquid .mini-centered-hero {
  padding-bottom: 1cqw;
}
.gallery-page .mini-liquid .mini-centered-hero > p {
  color: #565064;
}
.gallery-page .mini-liquid .mini-button {
  background: #252139;
  border-radius: 4cqw;
}
.gallery-page .mini-liquid-stage {
  position: relative;
  isolation: isolate;
  height: 31cqw;
  margin: 2cqw 5cqw 0;
  display: grid;
  place-items: center;
}
.gallery-page .mini-liquid-orb {
  position: absolute;
  border-radius: 52% 48% 38% 62% / 40% 59% 41% 60%;
  width: 24cqw;
  height: 24cqw;
  z-index: -1;
  box-shadow:
    inset -2cqw -2cqw 4cqw #ffffff65,
    inset 1cqw 1cqw 1cqw #ffffffbd;
}
.gallery-page .orb-amber {
  background: radial-gradient(circle at 30% 25%, #fff4d9, #fdb522 70%);
  left: 3cqw;
  top: -2cqw;
  transform: rotate(-25deg);
}
.gallery-page .orb-pink {
  background: radial-gradient(circle at 40% 30%, #ffe2ef, #fc297d 75%);
  right: 4cqw;
  top: -2cqw;
}
.gallery-page .orb-blue {
  background: radial-gradient(circle at 40% 30%, #d3dfff, #1e50f6 75%);
  left: 30cqw;
  bottom: -1cqw;
  width: 20cqw;
  height: 20cqw;
}
.gallery-page .mini-glass-window {
  width: 78%;
  background: #fffdfdcc;
  backdrop-filter: blur(1.6cqw);
  border: 0.3cqw solid #fff;
  border-radius: 2cqw;
  padding: 3cqw;
  box-shadow:
    0 3cqw 5cqw #42276c19,
    inset 0 0 2cqw #fff;
}
.gallery-page .mini-glass-window .mini-workspace-heading {
  font-size: 1.8cqw;
}
.gallery-page .mini-glass-rows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2cqw;
  margin-top: 2cqw;
}
.gallery-page .mini-glass-rows > div {
  background: #ffffffd9;
  border: 0.15cqw solid #fff;
  border-radius: 0.8cqw;
  padding: 2cqw;
}
.gallery-page .mini-glass-rows :is(small, strong, span) {
  display: block;
  color: #565064;
}
.gallery-page .mini-glass-rows small {
  font-size: 1.05cqw;
}
.gallery-page .mini-glass-rows strong {
  font-size: 1.7cqw;
  margin: 1cqw 0;
  color: #252139;
}
.gallery-page .mini-glass-rows span,
.gallery-page .mini-glass-footer {
  font-size: 1.2cqw;
}
.gallery-page .mini-glass-footer {
  margin-top: 2cqw;
  color: #565064;
}

.gallery-page .mat-connected-colour {
  background: #e8eefb;
}
.gallery-page .mini-page.mini-colour {
  background: #fcfcff;
  border-color: #dce4f3;
}
.gallery-page .mini-colour .mini-headline > span {
  color: #1e50f6;
}
.gallery-page .mini-colour .mini-nav-cta,
.gallery-page .mini-colour .mini-button {
  background: #1e50f6;
  color: #fff;
}
.gallery-page .mini-colour .mini-workspace {
  border-color: #dce4f3;
  box-shadow: 0 2cqw 4cqw #264ab014;
}
.gallery-page .mini-colour .mini-sidebar {
  background: #f1f5ff;
}
.gallery-page .mini-colour .mini-selected,
.gallery-page .mini-colour .mini-status,
.gallery-page .mini-colour .mini-avatar {
  background: #e2eaff;
  color: #3254a0;
}
.gallery-page .mini-colour .mini-stats > div:nth-child(1) {
  background: #f0f5ff;
  border-color: #e0e8fc;
}
.gallery-page .mini-colour .mini-stats > div:nth-child(2) {
  background: #fff1f6;
  border-color: #f3e1e9;
}
.gallery-page .mini-colour .mini-stats > div:nth-child(3) {
  background: #fff7e4;
  border-color: #f1e8d0;
}
.gallery-page .mini-colour .mini-activity-dot {
  background: #1e50f6;
}

/* Abstract, non-interactive homepage miniatures. Sizes follow each preview. */
.gallery-page .mini-page {
  container-type: inline-size;
  width: 100%;
  aspect-ratio: 1.35;
  background: #fcfcf9;
  border: 1px solid #d9dcd3;
  box-shadow: 0 12px 30px #242d2110;
  border-radius: 2px;
  overflow: hidden;
  color: #242621;
}
.gallery-page .mini-nav {
  height: 10cqw;
  margin-inline: 5cqw;
  border-bottom: 1px solid #e8e9e3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2cqw;
  font-size: 1.5cqw;
}
.gallery-page .mini-nav img {
  width: 13cqw;
  height: auto;
}
.gallery-page .mini-nav-cta {
  padding: 1.3cqw 1.8cqw;
  background: #20241f;
  color: #fff;
  border-radius: 0.6cqw;
}
.gallery-page .mini-centered-hero {
  text-align: center;
  padding: 5cqw 2cqw 4cqw;
}
.gallery-page .mini-eyebrow {
  color: #686e62;
  font-size: 1.25cqw;
  letter-spacing: 0.12em;
  font-weight: 600;
}
.gallery-page .mini-headline {
  margin-top: 2cqw;
  font-size: 5cqw;
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-weight: 600;
}
.gallery-page .mini-centered-hero > p {
  margin-top: 2cqw;
  font-size: 1.7cqw;
  color: #70746b;
}
.gallery-page .mini-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5cqw;
  margin-top: 2.7cqw;
  font-size: 1.5cqw;
}
.gallery-page .mini-button {
  display: inline-flex;
  gap: 3cqw;
  padding: 1.7cqw 2cqw;
  color: #fff;
  background: #1e50f6;
  border-radius: 0.6cqw;
  font-size: 1.5cqw;
}
.gallery-page .mini-workspace {
  display: grid;
  grid-template-columns: 21% 1fr;
  margin: 0 5cqw;
  border: 1px solid #dce0d5;
  border-radius: 1cqw;
  background: #fff;
  text-align: left;
  overflow: hidden;
  box-shadow: 0 2cqw 3cqw #26322205;
}
.gallery-page .mini-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5cqw;
  padding: 2.5cqw 1.7cqw;
  background: #f4f5ee;
  font-size: 1.5cqw;
  color: #676d5f;
}
.gallery-page .mini-avatar {
  width: 4cqw;
  height: 4cqw;
  flex-shrink: 0;
  background: #e9edde;
  border: 1px solid #d8dfca;
  display: grid;
  place-items: center;
  border-radius: 0.6cqw;
  font-size: 2cqw;
  font-weight: 600;
  color: #586b3c;
}
.gallery-page .mini-sidebar b {
  font-size: 1.4cqw;
  color: #343a2c;
}
.gallery-page .mini-selected {
  margin-inline: -0.6cqw;
  padding: 0.5cqw 0.6cqw;
  background: #e4e9d9;
  border-radius: 0.4cqw;
  color: #303b23;
}
.gallery-page .mini-sidebar-bottom {
  margin-top: 1cqw;
  font-size: 1.2cqw;
}
.gallery-page .mini-workspace-content {
  padding: 3cqw 2.5cqw;
}
.gallery-page .mini-workspace-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1cqw;
  font-size: 2.3cqw;
}
.gallery-page .mini-status {
  white-space: nowrap;
  font-size: 1.1cqw;
  background: #eaf0e1;
  border: 1px solid #d4dec6;
  color: #4b6131;
  padding: 0.5cqw 1cqw;
  border-radius: 3cqw;
}
.gallery-page .mini-workspace-content > p {
  font-size: 1.4cqw;
  margin-top: 0.8cqw;
  color: #626b59;
}
.gallery-page .mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5cqw;
  margin-top: 3cqw;
}
.gallery-page .mini-stats > div {
  display: flex;
  flex-direction: column;
  gap: 1cqw;
  border: 1px solid #e6e9df;
  border-radius: 0.6cqw;
  padding: 1.6cqw 1cqw;
}
.gallery-page .mini-stats small {
  font-size: 1.1cqw;
  letter-spacing: 0.06em;
  color: #626b59;
}
.gallery-page .mini-stats strong {
  font-size: 1.7cqw;
  font-weight: 500;
}
.gallery-page .mini-stats span {
  font-size: 1.05cqw;
  color: #69705e;
}
.gallery-page .mini-activity {
  display: flex;
  align-items: center;
  gap: 1cqw;
  border-top: 1px solid #edf0e6;
  margin-top: 3cqw;
  padding-top: 2cqw;
  font-size: 1.2cqw;
}
.gallery-page .mini-activity > span:last-child {
  margin-left: auto;
  font-size: 1cqw;
  color: #78816b;
}
.gallery-page .mini-activity-dot {
  width: 1.3cqw;
  height: 1.3cqw;
  flex-shrink: 0;
  border-radius: 50%;
  background: #1e50f6;
}
.gallery-page .mini-integrations {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2cqw;
  margin: 3cqw 5cqw 0;
  font-size: 1cqw;
  color: #717869;
  letter-spacing: 0.03em;
}
.gallery-page .mini-integrations span {
  font-size: 1.8cqw;
  color: #535b48;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.gallery-page .mini-editorial .mini-headline {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  font-size: 5.9cqw;
  line-height: 0.94;
  letter-spacing: -0.02em;
}
.gallery-page .mini-spectrum {
  font-family: "Plus Jakarta Sans", sans-serif;
  background: #fffef8;
}
.gallery-page .mini-spectrum .mini-nav {
  border-bottom: 1px solid #e6e5db;
}
.gallery-page .mini-spectrum-hero {
  display: grid;
  grid-template-columns: 48% 52%;
  min-height: 47cqw;
}
.gallery-page .mini-spectrum-copy {
  padding: 5cqw 0 3cqw 5cqw;
}
.gallery-page .mini-spectrum .mini-headline {
  font-size: 5.5cqw;
  letter-spacing: -0.055em;
  line-height: 1.08;
}
.gallery-page .mini-spectrum-copy > p {
  margin-top: 2cqw;
  font-size: 1.7cqw;
}
.gallery-page .mini-spectrum .mini-button {
  margin-top: 2.5cqw;
  color: white;
  background: #242622;
  border-radius: 0;
}
.gallery-page .mini-spectrum-art {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.gallery-page .mini-amber-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58%;
  background: #fdb522;
  border-radius: 0 0 0 20cqw;
  z-index: -1;
}
.gallery-page .mini-pink-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 69%;
  height: 62%;
  background: #fc297d;
  border-radius: 15cqw 0 0 0;
  z-index: -1;
}
.gallery-page .mini-floating-panel {
  position: absolute;
  top: 11cqw;
  right: 4cqw;
  width: 42cqw;
  background: #fff;
  border: 1px solid #272a26;
  padding: 2.5cqw;
  box-shadow: 1.5cqw 1.5cqw 0 #1e50f6;
}
.gallery-page .mini-floating-panel .mini-workspace-heading {
  justify-content: flex-start;
  font-size: 1.7cqw;
  gap: 1.5cqw;
}
.gallery-page .mini-floating-panel > p {
  margin-top: 2cqw;
  font-size: 2.1cqw;
  font-weight: 600;
}
.gallery-page .mini-spectrum-row {
  display: flex;
  align-items: center;
  gap: 1.7cqw;
  margin-top: 1.5cqw;
  padding-top: 1.5cqw;
  border-top: 1px solid #e7e8e3;
}
.gallery-page .mini-spectrum-row > span {
  width: 3.5cqw;
  height: 3.5cqw;
  display: grid;
  place-items: center;
  background: #eef1ff;
  color: #1e50f6;
  font-size: 1.3cqw;
}
.gallery-page .mini-spectrum-row b {
  display: block;
  font-size: 1.65cqw;
  font-weight: 600;
}
.gallery-page .mini-spectrum-row small {
  display: block;
  font-size: 1.2cqw;
  color: #686c62;
}
.gallery-page .mini-spectrum-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2cqw;
  color: #fff;
  background: #1e50f6;
  padding: 3cqw 5cqw;
  font-size: 2.3cqw;
}
.gallery-page .mini-spectrum-strip b {
  font-weight: 500;
}
.gallery-page .mini-spectrum-strip > span {
  font-size: 3.3cqw;
}
.gallery-page .mini-after-hours {
  font-family: "Manrope", sans-serif;
  background: #151716;
  border-color: #353832;
  color: #f6f5ed;
}
.gallery-page .mini-after-hours .mini-nav {
  border-color: #373b34;
}
.gallery-page .mini-after-hours .mini-nav img {
  filter: invert(1);
}
.gallery-page .mini-after-hours .mini-nav-cta {
  background: #fdb522;
  color: #1c2117;
}
.gallery-page .mini-dark-hero {
  display: grid;
  grid-template-columns: 47% 53%;
  padding: 4cqw 5cqw 0;
  min-height: 43cqw;
  gap: 2cqw;
}
.gallery-page .mini-dark-copy {
  padding-block: 1cqw 3cqw;
}
.gallery-page .mini-after-hours .mini-eyebrow {
  color: #bdc2b5;
}
.gallery-page .mini-after-hours .mini-headline {
  font-size: 5cqw;
  font-weight: 500;
}
.gallery-page .mini-dark-copy > p {
  margin-top: 2cqw;
  font-size: 1.7cqw;
  color: #bdc2b5;
}
.gallery-page .mini-after-hours .mini-button {
  background: #fdb522;
  color: #1c2117;
  margin-top: 2.5cqw;
}
.gallery-page .mini-office {
  position: relative;
  min-width: 0;
  margin-right: 2cqw;
}
.gallery-page .mini-office > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  opacity: 0.82;
  border-radius: 0.6cqw;
}
.gallery-page .mini-photo-label {
  position: absolute;
  right: 1.5cqw;
  top: 1.5cqw;
  color: #fff;
  background: #151716c9;
  padding: 0.5cqw 1cqw;
  font-size: 1cqw;
}
.gallery-page .mini-dark-panel {
  position: absolute;
  left: -3cqw;
  right: 2cqw;
  bottom: 3cqw;
  background: #fafbf6;
  color: #262b20;
  border: 1px solid #c3cabb;
  border-radius: 0.6cqw;
  padding: 2cqw;
  box-shadow: 0 2cqw 5cqw #0004;
}
.gallery-page .mini-dark-panel .mini-workspace-heading {
  font-size: 1.65cqw;
}
.gallery-page .mini-dark-row {
  display: flex;
  gap: 1.5cqw;
  align-items: center;
  padding-top: 2cqw;
  margin-top: 1.5cqw;
  border-top: 1px solid #e1e4d9;
}
.gallery-page .mini-dark-row b {
  font-size: 1.6cqw;
  display: block;
}
.gallery-page .mini-dark-row small {
  font-size: 1.1cqw;
  display: block;
  color: #67705c;
}
.gallery-page .mini-report-icon {
  color: #655817;
  font-size: 3cqw;
  line-height: 1;
}
.gallery-page .mini-after-hours .mini-integrations {
  border-block: 1px solid #383c34;
  padding-block: 2.5cqw;
  color: #929b86;
}
.gallery-page .mini-after-hours .mini-integrations span {
  color: #d4d8cd;
}
.gallery-page .mini-dark-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 2.5cqw 5cqw;
  gap: 3cqw;
}
.gallery-page .mini-dark-footer b {
  font-size: 2.7cqw;
  font-weight: 500;
  line-height: 1.2;
}
.gallery-page .mini-dark-footer > span {
  font-size: 1.25cqw;
  color: #b9c1ae;
}

.trial-page .return-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  gap: 10px;
  font-size: 13px;
}
.trial-page .return-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.trial-page .trial-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
  gap: 85px;
  padding-block: 64px 80px;
}
.trial-page .trial-intro {
  padding-top: 14px;
}
.trial-page h1 {
  margin-top: 25px;
  font-size: clamp(40px, 4.4vw, 62px);
  line-height: 1.07;
  letter-spacing: -0.055em;
  font-weight: 500;
}
.trial-page .trial-lead {
  margin-top: 28px;
  font-size: 21px;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.trial-page .trial-intro > .muted {
  margin-top: 17px;
  font-size: 14px;
  max-width: 380px;
}
.trial-page .trial-steps {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
}
.trial-page .trial-steps li {
  display: flex;
  gap: 20px;
  padding-block: 20px;
  border-top: 1px solid var(--utility-line);
}
.trial-page .trial-steps li > span {
  font-size: 11px;
  color: #626b59;
  margin-top: 3px;
  font-variant-numeric: tabular-nums;
}
.trial-page .trial-steps h2 {
  font-size: 14px;
  font-weight: 600;
}
.trial-page .trial-steps p {
  color: var(--utility-muted);
  font-size: 13px;
  margin-top: 4px;
  max-width: 340px;
}
.trial-page .trial-brand-note {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 36px;
}
.trial-page .trial-brand-note p {
  font-size: 12px;
  color: var(--utility-muted);
}
.trial-page .trial-brand-note strong {
  font-weight: 500;
  color: var(--utility-ink);
}
.trial-page .trial-form-panel {
  padding: 30px;
  background: #fff;
  border: 1px solid var(--utility-line);
  border-radius: 5px;
  box-shadow: 0 12px 44px #20221f04;
  min-width: 0;
}
.trial-page .prototype-banner {
  padding: 18px 20px;
  background: #f0f3e9;
  border: 1px solid #dde4d0;
  border-radius: 3px;
}
.trial-page .prototype-badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #4e5f3c;
}
.trial-page .prototype-banner p {
  font-size: 12px;
  line-height: 1.7;
  color: #526044;
  margin-top: 7px;
}
.trial-page .prototype-banner strong {
  font-weight: 600;
}
.trial-page .form-heading {
  padding-block: 27px 24px;
}
.trial-page .form-heading h2 {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.035em;
}
.trial-page .form-heading p {
  font-size: 12px;
  color: var(--utility-muted);
  margin-top: 5px;
}
.trial-page .form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.trial-page .form-field {
  min-width: 0;
}
.trial-page .form-field label,
.trial-page .tools-fieldset legend {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
}
.trial-page .form-field :is(input, select, textarea) {
  width: 100%;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid #cfd3c8;
  border-radius: 3px;
  background: #fff;
  color: var(--utility-ink);
  font-size: 14px;
  line-height: 1.5;
  min-height: 46px;
  box-shadow: 0 1px 2px #20221f03;
}
.trial-page .form-field select {
  padding-right: 28px;
}
.trial-page .form-field :is(input, textarea)::placeholder {
  color: #777c71;
  opacity: 1;
}
.trial-page .form-field :is(input, select, textarea):focus {
  border-color: var(--utility-blue);
}
.trial-page .form-field :is(input, select, textarea):user-invalid {
  border-color: #b12e32;
}
.trial-page .form-field textarea {
  resize: vertical;
  min-height: 110px;
}
.trial-page .field-full {
  grid-column: 1 / -1;
}
.trial-page .field-hint {
  margin-top: 6px;
  color: var(--utility-muted);
  font-size: 11px;
}
.trial-page .tools-fieldset {
  min-width: 0;
  margin: 24px 0;
  padding: 0;
  border: 0;
}
.trial-page .tools-fieldset legend {
  float: none;
  padding: 0;
  margin-bottom: 0;
}
.trial-page .tool-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}
.trial-page .tool-options label {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #d6dace;
  border-radius: 3px;
  font-size: 12px;
  cursor: pointer;
}
.trial-page .tool-options label:has(:checked) {
  border-color: #1e50f6;
  background: #f1f4ff;
}
.trial-page .tool-options input {
  appearance: auto;
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--utility-blue);
  flex-shrink: 0;
}
.trial-page .field-error {
  color: #a02227;
  margin-top: 10px;
  font-size: 12px;
}
.trial-page .outcome-field {
  margin-bottom: 20px;
}
.trial-page .optional {
  font-size: 11px;
  color: var(--utility-muted);
  font-weight: 400;
  margin-left: 5px;
}
.trial-page .confidentiality-note {
  font-size: 11px;
  color: var(--utility-muted);
  line-height: 1.75;
  margin-top: 12px;
}
.trial-page .trial-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  border: 1px solid var(--utility-ink);
  border-radius: 3px;
  padding: 14px 17px;
  margin-top: 24px;
  background: var(--utility-ink);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  text-align: left;
  min-height: 52px;
}
.trial-page .trial-submit:hover:not(:disabled) {
  background: var(--utility-blue);
  border-color: var(--utility-blue);
}
.trial-page .trial-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.trial-page .submit-note {
  text-align: center;
  color: var(--utility-muted);
  font-size: 11px;
  margin-top: 10px;
}
.trial-page .trial-success {
  padding-block: 24px 10px;
}
.trial-page .success-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #eaf0df;
  color: #3f562a;
  font-size: 22px;
  margin-bottom: 24px;
}
.trial-page .trial-success h2 {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.035em;
  max-width: 370px;
}
.trial-page .trial-success p {
  color: var(--utility-muted);
  font-size: 14px;
  margin-top: 16px;
}
.trial-page .trial-success a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
  min-height: 44px;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.trial-page .utility-footer {
  border-top: 1px solid var(--utility-line);
}

@media (min-width: 1600px) {
  .gallery-page .gallery-intro {
    padding-block: 95px 90px;
  }
}
@media (max-width: 1050px) {
  :is(.gallery-page, .trial-page) .utility-shell {
    width: calc(100% - 64px);
  }
  .gallery-page .gallery-intro {
    grid-template-columns: 1fr 235px;
    gap: 32px;
  }
  .gallery-page .preview-mat {
    padding: 23px 18px;
  }
  .gallery-page .concept-info {
    grid-template-columns: 25px minmax(0, 1fr) 28px;
    gap: 8px;
  }
  .gallery-page .concept-info h3 {
    font-size: 20px;
  }
  .gallery-page .gallery-review-note {
    grid-template-columns: 170px 1fr;
  }
  .gallery-page .gallery-review-note > a {
    grid-column: 2;
  }
  .trial-page .trial-layout {
    gap: 36px;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  }
  .trial-page .trial-form-panel {
    padding: 24px;
  }
  .trial-page .tool-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  :is(.gallery-page, .trial-page) .utility-shell {
    width: calc(100% - 40px);
  }
  :is(.gallery-page, .trial-page) .utility-header {
    min-height: 86px;
    gap: 16px;
  }
  :is(.gallery-page, .trial-page) .brand img {
    width: 120px;
  }
  .gallery-page .review-label {
    font-size: 10px;
  }
  .gallery-page .review-year {
    display: none;
  }
  .gallery-page .gallery-intro {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 44px 42px;
  }
  .gallery-page h1 {
    font-size: clamp(40px, 7.8vw, 58px);
  }
  .gallery-page .gallery-intro-note {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 0 16px;
  }
  .gallery-page .gallery-intro-note img {
    width: 32px;
    height: 32px;
    margin-top: 4px;
    grid-row: 1 / 3;
  }
  .gallery-page .gallery-intro-note > p {
    font-size: 14px;
  }
  .gallery-page .gallery-intro-note > p + p {
    font-size: 12px;
    margin-top: 7px;
    max-width: 340px;
  }
  .gallery-page .concept-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .gallery-page .preview-mat {
    padding: 26px 22px;
  }
  .gallery-page .concept-info {
    padding-top: 18px;
    grid-template-columns: 28px minmax(0, 1fr) 30px;
  }
  .gallery-page .concept-info h3 {
    font-size: 22px;
  }
  .gallery-page .gallery-review-note {
    grid-template-columns: 1fr;
    margin-top: 44px;
    gap: 14px;
  }
  .gallery-page .gallery-review-note > a {
    grid-column: auto;
    align-items: center;
  }
  .trial-page .trial-layout {
    grid-template-columns: 1fr;
    padding-block: 40px 48px;
    gap: 34px;
  }
  .trial-page .trial-intro {
    padding-top: 0;
  }
  .trial-page h1 {
    font-size: clamp(40px, 7.8vw, 58px);
    max-width: 550px;
  }
  .trial-page .trial-intro > .muted {
    max-width: 500px;
  }
  .trial-page .trial-lead {
    margin-top: 22px;
  }
  .trial-page .trial-steps {
    margin-top: 28px;
  }
  .trial-page .trial-steps p {
    max-width: 500px;
  }
  .trial-page .trial-brand-note {
    display: none;
  }
  .trial-page .tool-options {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .trial-page .return-link {
    font-size: 11px;
    gap: 6px;
  }
  :is(.gallery-page, .trial-page) .utility-footer {
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    padding-block: 22px;
    font-size: 10px;
  }
}
@media (max-width: 450px) {
  .gallery-page .collection-detail {
    display: none;
  }
  .gallery-page .preview-mat {
    padding: 18px 14px;
  }
  .gallery-page .concept-info p {
    font-size: 12px;
  }
  .gallery-page .concept-info h3 {
    font-size: 21px;
  }
  .gallery-page .concept-tags {
    font-size: 9px;
    gap: 6px 10px;
  }
  .gallery-page .concept-tags span + span {
    padding-left: 10px;
  }
  .trial-page .trial-form-panel {
    padding: 20px 16px;
  }
  .trial-page .prototype-banner {
    padding: 14px;
  }
  .trial-page .form-grid {
    grid-template-columns: 1fr;
  }
  .trial-page .form-field :is(input, select, textarea) {
    font-size: 16px;
  }
  .trial-page .tool-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .trial-page .trial-submit {
    font-size: 13px;
    padding-inline: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :is(.gallery-page, .trial-page) *,
  :is(.gallery-page, .trial-page) *::before,
  :is(.gallery-page, .trial-page) *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
