@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url("/assets/bricolage-grotesque-latin-16ac37c9.woff2") format("woff2");
}

.landing-page {
  --landing-ink: #252a38;
  --landing-muted: #68686e;
  --landing-accent: #c56c5b;
  --landing-accent-dark: #97483d;
  --landing-accent-pale: #faece8;
  --landing-paper: #fffdf9;
  --landing-card: #fff;
  --landing-line: rgb(92 72 57 / 13%);
  margin: 0;
  background: var(--landing-paper);
  color: var(--landing-ink);
  font-family:
    "Avenir Next",
    Avenir,
    "Segoe UI",
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 16px;
  line-height: 1.55;
}

.landing-page * {
  box-sizing: border-box;
}

.landing {
  position: relative;
  min-height: 100vh;
  padding: 0 clamp(1rem, 4vw, 2.5rem) clamp(3rem, 8vw, 6rem);
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgb(239 207 143 / 10%), transparent 24rem),
    radial-gradient(circle at 94% 27%, rgb(211 130 112 / 7%), transparent 25rem),
    var(--landing-paper);
  overflow-wrap: anywhere;
}

.landing h1,
.landing h2,
.landing h3,
.landing h4,
.landing p {
  margin-top: 0;
}

.landing h1,
.landing h2,
.landing h3,
.landing h4 {
  font-family:
    "Bricolage Grotesque",
    "Avenir Next",
    Avenir,
    "Segoe UI",
    sans-serif;
}

.landing-ambient {
  position: absolute;
  top: 17rem;
  left: 50%;
  width: min(82rem, 98vw);
  height: 56rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 76% 26%, rgb(211 130 112 / 8%), transparent 18rem),
    rgb(250 235 219 / 38%);
  filter: blur(0.3px);
  pointer-events: none;
  transform: translateX(-50%);
}

.landing-masthead {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  max-width: 72rem;
  padding: 2rem 0;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 750;
}

.landing-sparkle {
  display: inline-flex;
  width: 1.55rem;
  height: 1.55rem;
  color: var(--landing-accent);
}

.landing-sparkle svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.landing-hero,
.proof-section,
.process-section,
.assessment-section,
.landing .project-footer {
  position: relative;
  margin-inline: auto;
}

.landing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22rem;
  align-items: center;
  gap: clamp(2.5rem, 6vw, 5rem);
  max-width: 68rem;
  padding-top: clamp(2.5rem, 7vw, 5.5rem);
}

.landing-intro {
  max-width: 47rem;
}

.landing-eyebrow,
.section-heading > p,
.preview-brand > div > p {
  color: var(--landing-accent-dark);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.landing-eyebrow {
  display: inline-flex;
  gap: 0.55rem;
  padding: 0.45rem 0.85rem;
  margin-bottom: 1.25rem;
  border: 1px solid rgb(197 108 91 / 12%);
  border-radius: 999px;
  background: var(--landing-accent-pale);
}

.landing h1 {
  max-width: 48rem;
  margin-bottom: 1.35rem;
  font-size: clamp(3rem, 6.1vw, 4.85rem);
  font-weight: 700;
  font-stretch: 100%;
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-wrap: balance;
}

.landing h1 span {
  display: block;
  color: var(--landing-accent);
}

.landing-summary {
  max-width: 39rem;
  margin-bottom: 0;
  color: #5f606a;
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.58;
}

.landing-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.landing-primary,
.landing-secondary {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.7rem 1.15rem;
  border-radius: 0.7rem;
  font-weight: 750;
  text-decoration: none;
  transition:
    background-color 150ms ease,
    box-shadow 150ms ease,
    transform 150ms ease;
}

.landing-primary {
  border: 1px solid var(--landing-ink);
  background: var(--landing-ink);
  box-shadow: 0 0.55rem 1.2rem rgb(34 31 28 / 14%);
  color: #fff;
}

.landing-primary:hover {
  background: #34394a;
  box-shadow: 0 0.7rem 1.5rem rgb(34 31 28 / 20%);
  transform: translateY(-1px);
}

.landing-secondary {
  border: 1px solid var(--landing-line);
  background: var(--landing-card);
  color: var(--landing-ink);
}

.landing-secondary:hover {
  border-color: #c9bdb0;
  background: #fff;
  transform: translateY(-1px);
}

.provider-snapshot {
  position: relative;
  width: 22rem;
  height: 22rem;
}

.provider-orbit {
  position: absolute;
  top: 2.5rem;
  left: 3rem;
  width: 17rem;
  height: 17rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at 62% 35%, rgb(197 108 91 / 12%), transparent 52%),
    var(--landing-accent-pale);
  opacity: 0.84;
}

.snapshot-card {
  position: absolute;
  width: 16rem;
  height: 9.4rem;
  padding: 1.15rem;
  border: 1px solid var(--landing-line);
  border-radius: 1.05rem;
  background: var(--landing-card);
  box-shadow:
    0 1.1rem 2.6rem rgb(64 51 42 / 10%),
    0 0.2rem 0.7rem rgb(64 51 42 / 4%);
}

.snapshot-card header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 0.98rem;
}

.snapshot-card header > span {
  font-size: 1.2rem;
  line-height: 1;
}

.snapshot-card p {
  margin: 0.95rem 0 0.7rem;
  font-size: 0.76rem;
  font-weight: 750;
}

.snapshot-gemini {
  top: 0.1rem;
  right: 0;
  color: #3268e8;
  transform: rotate(3.5deg);
}

.snapshot-openai {
  bottom: 4.5rem;
  left: 0;
  z-index: 2;
  color: #098568;
  transform: rotate(-3.2deg);
}

.snapshot-grok {
  right: -0.35rem;
  bottom: 0.7rem;
  z-index: 3;
  color: #202733;
  transform: rotate(2.2deg) scale(0.88);
  transform-origin: right bottom;
}

.snapshot-lines {
  display: grid;
  gap: 0.48rem;
}

.snapshot-lines span {
  width: 74%;
  height: 0.4rem;
  border-radius: 999px;
  background: #ebe8e2;
}

.snapshot-lines span:last-child {
  width: 58%;
}

.snapshot-status {
  position: absolute;
  top: 3.75rem;
  right: 1.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  font-size: 0.84rem;
  font-weight: 850;
}

.snapshot-status-gemini {
  background: #edf1ff;
  color: #3268e8;
}

.snapshot-status-openai {
  background: #e3f7f0;
  color: #078469;
}

.snapshot-status-grok {
  background: #eef0f4;
  color: #202733;
}

.snapshot-caption {
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  right: 0;
  color: var(--landing-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
}

.proof-section {
  max-width: 66rem;
  padding-top: clamp(5.5rem, 11vw, 9rem);
}

.proof-section::before {
  position: absolute;
  z-index: 0;
  top: clamp(3.5rem, 8vw, 6rem);
  left: 50%;
  width: min(78rem, 98vw);
  height: 44rem;
  border-radius: 50%;
  background: rgb(250 235 219 / 25%);
  content: "";
  transform: translateX(-50%);
}

.proof-section > * {
  position: relative;
  z-index: 1;
}

.section-heading {
  text-align: center;
}

.section-heading > p {
  margin-bottom: 0.55rem;
}

.section-heading h2,
.assessment-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4.6vw, 3.1rem);
  font-weight: 700;
  font-stretch: 94%;
  letter-spacing: -0.04em;
  line-height: 1.07;
  text-wrap: balance;
}

.section-heading > span,
.assessment-heading > p:last-child {
  display: block;
  margin-top: 0.7rem;
  color: var(--landing-muted);
  font-size: 0.92rem;
}

.recorded-preview {
  margin-top: 2.25rem;
}

.preview-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 58rem;
  padding: 1.4rem 1.6rem;
  margin-inline: auto;
  border: 1px solid var(--landing-line);
  border-radius: 1rem;
  background: var(--landing-card);
  box-shadow:
    0 0.85rem 2.2rem rgb(107 79 55 / 6%),
    0 0.12rem 0.45rem rgb(46 40 34 / 3%);
  color: inherit;
  text-decoration: none;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease,
    transform 150ms ease;
}

.preview-heading:hover {
  border-color: #c9bdb0;
  box-shadow:
    0 1rem 2.5rem rgb(107 79 55 / 10%),
    0 0.12rem 0.45rem rgb(46 40 34 / 4%);
  transform: translateY(-1px);
}

.preview-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.preview-brand-mark {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.75rem;
  background: var(--landing-ink);
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.preview-brand > div > p {
  margin-bottom: 0.08rem;
  font-size: 0.65rem;
}

.preview-heading h3 {
  margin-bottom: 0;
  font-size: 1.35rem;
  line-height: 1.1;
}

.preview-date {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0;
  color: var(--landing-muted);
  font-size: 0.82rem;
}

.preview-date > span {
  color: var(--landing-accent);
}

.preview-heading-affordance {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: var(--landing-accent-pale);
  color: var(--landing-accent-dark);
  font-weight: 800;
}

.preview-question {
  max-width: 48rem;
  padding: 2.8rem 1.6rem 2.25rem;
  margin: 0 auto;
  border: 0;
  color: var(--landing-ink);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 580;
  letter-spacing: -0.025em;
  line-height: 1.25;
  text-align: center;
  text-wrap: balance;
}

.preview-question::before {
  content: "“";
  color: var(--landing-accent);
}

.preview-question::after {
  content: "”";
  color: var(--landing-accent);
}

.preview-providers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.preview-provider {
  position: relative;
  min-width: 0;
  min-height: 11rem;
  padding: 1.35rem;
  overflow: hidden;
  border: 1px solid var(--landing-line);
  border-radius: 1rem;
  background: var(--landing-card);
  box-shadow: 0 0.8rem 2.25rem rgb(107 79 55 / 6%);
}

.preview-provider-heading {
  display: flex;
  align-items: center;
  gap: 0.58rem;
}

.provider-symbol {
  font-size: 1.5rem;
  line-height: 1;
}

.preview-provider strong {
  color: var(--landing-ink);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.05rem;
}

.preview-provider > p {
  margin: 0.85rem 0 0.6rem;
  color: var(--landing-muted);
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.preview-provider-state {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--landing-ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.preview-provider-state > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  font-size: 0.72rem;
}

.preview-provider-state.is-positive > span {
  background: #e3f7f0;
  color: #078469;
}

.preview-provider-state.is-neutral > span {
  background: #eef0f4;
  color: #687086;
}

.preview-provider-mark {
  position: absolute;
  right: 1.1rem;
  bottom: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  font-size: 1.25rem;
  font-weight: 850;
}

.preview-provider-gemini .provider-symbol {
  color: #3268e8;
}

.preview-provider-gemini .preview-provider-mark {
  background: #edf1ff;
  color: #3268e8;
}

.preview-provider-openai .provider-symbol {
  color: #098568;
}

.preview-provider-openai .preview-provider-mark {
  background: #e3f7f0;
  color: #078469;
}

.preview-provider-grok .provider-symbol {
  color: #202733;
}

.preview-provider-grok .preview-provider-mark {
  background: #eef0f4;
  color: #202733;
}

.preview-findings {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  padding: 0;
  margin: 1.15rem 0 0;
  list-style: none;
}

.preview-findings li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
  min-height: 10rem;
  padding: 1.45rem;
  border: 1px solid var(--landing-line);
  border-radius: 1rem;
  background: var(--landing-card);
  box-shadow: 0 0.8rem 2.25rem rgb(107 79 55 / 5%);
}

.finding-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.45rem;
  height: 1.45rem;
  margin-top: 0.06rem;
  border-radius: 50%;
  background: var(--landing-accent-pale);
  color: var(--landing-accent-dark);
  font-size: 0.72rem;
  font-weight: 800;
}

.preview-findings h4 {
  margin-bottom: 0.42rem;
  font-size: 1rem;
  line-height: 1.35;
}

.preview-findings p,
.preview-scope {
  color: var(--landing-muted);
  font-size: 0.82rem;
}

.preview-findings p {
  margin-bottom: 0;
}

.preview-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.45rem 0 0;
}

.preview-scope {
  max-width: 34rem;
  margin-bottom: 0;
}

.process-section {
  max-width: 68rem;
  padding-top: clamp(5rem, 10vw, 8rem);
}

.process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 5vw, 4rem);
  padding: 0;
  margin: 2.75rem 0 0;
  list-style: none;
}

.process-list::before {
  position: absolute;
  top: 3.65rem;
  right: 18%;
  left: 18%;
  border-top: 1px dashed #d9cfc3;
  content: "";
}

.process-list li {
  position: relative;
  min-height: 17rem;
  padding: 2.2rem 1.35rem 1.8rem;
  border: 1px solid var(--landing-line);
  border-radius: 1rem;
  background: var(--landing-card);
  box-shadow: 0 0.8rem 2.25rem rgb(107 79 55 / 5%);
  text-align: center;
}

.process-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0 0.7rem;
  background: var(--landing-card);
}

.process-number {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--landing-accent-pale);
  color: var(--landing-accent-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.process-icon svg {
  width: 3.4rem;
  height: 3.4rem;
  fill: none;
  stroke: var(--landing-accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.process-list h3 {
  margin: 1.1rem 0 0.55rem;
  font-size: 1.15rem;
}

.process-list p {
  max-width: 14.5rem;
  margin: 0 auto;
  color: var(--landing-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.assessment-section {
  max-width: 54rem;
  padding-top: clamp(5.5rem, 11vw, 9rem);
}

.assessment-heading {
  text-align: center;
}

.assessment-heading .landing-eyebrow {
  margin-bottom: 0.85rem;
}

.assessment-form {
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.3rem, 4vw, 2.1rem);
  margin-top: 2.25rem;
  border: 1px solid var(--landing-line);
  border-radius: 1.35rem;
  background: var(--landing-card);
  box-shadow:
    0 1.4rem 3.6rem rgb(107 79 55 / 9%),
    0 0.25rem 0.8rem rgb(46 40 34 / 4%);
  text-align: left;
}

.assessment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.assessment-option {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 12rem;
  padding: 1.25rem;
  border: 1px solid var(--landing-line);
  border-radius: 0.9rem;
  background: #fffefc;
}

.assessment-option-primary {
  border-color: #d19b91;
  background: #fff9f6;
}

.assessment-option h3 {
  margin: 0;
  font-size: 1.15rem;
}

.assessment-option div p,
.assessment-unavailable {
  margin: 0.4rem 0 0;
  color: var(--landing-muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.assessment-option input[type="submit"] {
  width: 100%;
}

.assessment-option .assessment-secondary-action {
  border: 1px solid var(--landing-ink);
  background: transparent;
  color: var(--landing-ink);
}

.assessment-option-unavailable {
  background: #f4f1ed;
  color: #77716a;
}

.assessment-unavailable {
  padding-top: 0.8rem;
  border-top: 1px solid var(--landing-line);
  font-weight: 700;
}

.assessment-alternative {
  padding: 1rem 1.1rem;
  border-radius: 0.8rem;
  background: #f3eee7;
  text-align: center;
}

.assessment-alternative p {
  margin: 0 0 0.65rem;
  color: var(--landing-muted);
  line-height: 1.5;
}

.assessment-alternative a {
  color: var(--landing-ink);
  font-weight: 750;
}

.form-assurance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  color: var(--landing-muted);
  font-size: 0.86rem;
  text-align: center;
}

.supporting-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-field label {
  display: block;
  margin-bottom: 0.48rem;
  font-size: 0.88rem;
  font-weight: 750;
}

.form-field input,
.form-field textarea {
  display: block;
  width: 100%;
  padding: 0.8rem 0.9rem;
  border: 1px solid #d7d1c8;
  border-radius: 0.65rem;
  outline: 0;
  background: #fffefc;
  color: var(--landing-ink);
  font: inherit;
  line-height: 1.5;
  transition:
    border-color 150ms ease,
    box-shadow 150ms ease;
}

.form-field-question textarea {
  min-height: 8.25rem;
  border-color: #d19b91;
  font-size: 1.02rem;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #8b8882;
  opacity: 1;
}

.form-field input:hover,
.form-field textarea:hover {
  border-color: #bba99e;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--landing-accent);
  box-shadow: 0 0 0 0.2rem rgb(185 76 63 / 12%);
}

.form-field input[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] {
  border-color: #a74a3d;
}

.field-guidance,
.field-error {
  margin-bottom: 0;
  font-size: 0.8rem;
}

.field-guidance {
  margin-top: 0.35rem;
  color: var(--landing-muted);
}

.form-field-question .field-guidance {
  margin: -0.18rem 0 0.58rem;
}

.field-error {
  margin-top: 0.4rem;
  color: #923d31;
  font-weight: 650;
}

.form-alert {
  padding: 0.9rem 1rem;
  border: 1px solid #e5bdb6;
  border-radius: 0.65rem;
  background: #fff3f1;
  color: #672d25;
}

.form-alert h3 {
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
}

.form-alert ul {
  padding-left: 1.25rem;
  margin: 0;
  font-size: 0.86rem;
}

.form-actions {
  display: grid;
  gap: 0.7rem;
}

.form-actions input[type="submit"],
.assessment-option input[type="submit"] {
  width: 100%;
  min-height: 3.15rem;
  padding: 0.8rem 1rem;
  border: 0;
  border-radius: 0.7rem;
  background: var(--landing-ink);
  box-shadow: 0 0.55rem 1.2rem rgb(34 31 28 / 18%);
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 750;
  transition:
    background-color 150ms ease,
    box-shadow 150ms ease,
    transform 150ms ease;
}

.form-actions input[type="submit"]:hover,
.assessment-option input[type="submit"]:hover {
  background: #34394a;
  box-shadow: 0 0.75rem 1.5rem rgb(34 31 28 / 24%);
  transform: translateY(-1px);
}

.form-actions p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  margin-bottom: 0;
  color: var(--landing-muted);
  font-size: 0.8rem;
  text-align: center;
}

.form-shield {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: var(--landing-accent);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.landing a:focus-visible,
.landing input:focus-visible,
.landing textarea:focus-visible,
.landing [tabindex]:focus {
  outline: 0.2rem solid rgb(197 108 91 / 38%);
  outline-offset: 0.2rem;
}

#proof-heading,
#assessment-heading {
  scroll-margin-top: 1.5rem;
}

.landing .project-footer {
  max-width: 62rem;
  padding-top: clamp(4.5rem, 9vw, 7rem);
  color: var(--landing-muted);
  font-size: 0.82rem;
  text-align: center;
}

.landing .project-footer a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgb(104 104 110 / 45%);
  text-underline-offset: 0.16em;
}

.landing .project-footer a:hover {
  color: var(--landing-ink);
  text-decoration-color: currentColor;
}

@media (max-width: 48rem) {
  .landing-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.75rem;
  }

  .landing-intro {
    margin-inline: auto;
    text-align: center;
  }

  .landing-summary {
    margin-inline: auto;
  }

  .provider-snapshot {
    margin-inline: auto;
    transform-origin: center;
  }

  .preview-findings {
    grid-template-columns: minmax(0, 1fr);
  }

  .preview-footer {
    align-items: flex-start;
    flex-direction: column;
  }

}

@media (max-width: 40rem) {
  .landing-masthead {
    padding-top: 1.4rem;
  }

  .landing-hero {
    padding-top: 2.2rem;
  }

  .landing h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  .provider-snapshot {
    width: min(18rem, 100%);
    height: 20rem;
  }

  .provider-orbit {
    top: 2.4rem;
    left: 1.5rem;
    width: 15rem;
    height: 15rem;
  }

  .snapshot-card {
    width: 14rem;
    height: 8.5rem;
    padding: 1rem;
  }

  .snapshot-gemini {
    right: 0.2rem;
  }

  .snapshot-openai {
    bottom: 4.4rem;
  }

  .snapshot-grok {
    right: 0;
    bottom: 0.8rem;
  }

  .snapshot-card p {
    margin-top: 0.75rem;
  }

  .snapshot-status {
    top: 3.45rem;
    right: 0.9rem;
  }

  .proof-section,
  .process-section,
  .assessment-section {
    padding-top: 5rem;
  }

  .proof-section-heading {
    padding-inline: 0.4rem;
  }

  .preview-heading {
    align-items: center;
    flex-wrap: wrap;
    gap: 0.8rem;
  }

  .preview-date {
    order: 3;
    width: 100%;
  }

  .preview-heading-affordance {
    margin-left: auto;
  }

  .preview-question {
    padding-top: 1.6rem;
    text-align: left;
  }

  .preview-providers {
    grid-template-columns: minmax(0, 1fr);
  }

  .preview-provider {
    min-height: 10rem;
  }

  .process-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.8rem;
  }

  .process-list::before {
    top: 8%;
    bottom: 8%;
    left: 50%;
    right: auto;
    border-top: 0;
    border-left: 1px dashed #d9cfc3;
  }

  .process-list li {
    min-height: 15rem;
    padding: 1.8rem 1.25rem;
    text-align: center;
  }

  .process-list h3 {
    margin-top: 1rem;
  }

  .process-list p {
    max-width: 15rem;
    margin-inline: auto;
  }

  .supporting-fields {
    grid-template-columns: minmax(0, 1fr);
  }

  .assessment-options {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 25rem) {
  .landing {
    padding-inline: 0.8rem;
  }

  .landing-masthead {
    font-size: 0.92rem;
  }

  .recorded-preview,
  .assessment-form {
    border-radius: 1rem;
  }

  .preview-heading,
  .preview-question,
  .preview-providers,
  .preview-findings li,
  .preview-footer {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-primary,
  .landing-secondary,
  .preview-heading,
  .form-field input,
  .form-field textarea,
  .form-actions input[type="submit"] {
    transition: none;
  }
}
