:root {
  --portable-bg: #f3f0e8;
  --portable-surface: #fffdf8;
  --portable-ink: #18231d;
  --portable-muted: #637067;
  --portable-line: #cfcabd;
  --portable-accent: #3f684f;
  --portable-accent-dark: #1f3d2d;
  --portable-accent-soft: #dce8df;
  --portable-warning: #a86724;
  --portable-warning-soft: #f5e7d3;
  --portable-shadow: 0 30px 80px rgba(24, 35, 29, 0.11);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    repeating-linear-gradient(0deg, transparent 0 31px, rgba(24, 35, 29, 0.025) 31px 32px),
    var(--portable-bg);
  color: var(--portable-ink);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
[tabindex="-1"]:focus-visible {
  outline: 3px solid var(--portable-accent);
  outline-offset: 3px;
}

.portable-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 70px;
  padding: 14px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(207, 202, 189, 0.9);
  background: rgba(255, 253, 248, 0.92);
  backdrop-filter: blur(18px);
}

.portable-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -0.02em;
}

.portable-brand-mark {
  width: 27px;
  height: 27px;
  border: 2px solid var(--portable-ink);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 46%, var(--portable-ink) 47% 53%, transparent 54%),
    linear-gradient(0deg, transparent 46%, var(--portable-ink) 47% 53%, transparent 54%),
    var(--portable-accent-soft);
}

.portable-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 2vw, 28px);
  color: var(--portable-muted);
  font-size: 13px;
  font-weight: 680;
}

.portable-nav a:hover,
.portable-nav a[aria-current="page"] {
  color: var(--portable-ink);
}

.portable-nav a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-color: var(--portable-accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}

.portable-header-cta,
.portable-primary-action,
.portable-secondary-action,
.portable-compare-button,
.portable-amazon-link {
  min-height: 46px;
  border: 0;
  border-radius: 999px;
  font-weight: 780;
  cursor: pointer;
}

.portable-header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  padding: 9px 17px;
  border: 1px solid var(--portable-line);
  background: var(--portable-surface);
  font-size: 13px;
}

.portable-hero,
.portable-finder,
.portable-result,
.portable-method,
.portable-answers,
.portable-disclosure {
  max-width: 1500px;
  margin-inline: auto;
  padding-inline: clamp(18px, 5vw, 72px);
}

.portable-hero {
  position: relative;
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.62fr);
  align-items: end;
  gap: clamp(44px, 8vw, 130px);
  padding-top: clamp(70px, 10vw, 138px);
  padding-bottom: clamp(70px, 9vw, 124px);
  overflow: hidden;
}

.portable-hero::before {
  content: "";
  position: absolute;
  top: 74px;
  right: 5vw;
  width: min(42vw, 590px);
  aspect-ratio: 1.65;
  border: 1px solid rgba(63, 104, 79, 0.22);
  border-radius: 50%;
  transform: rotate(-12deg);
  pointer-events: none;
}

.portable-hero::after {
  content: "SFO  →  WORK  →  LIGHT";
  position: absolute;
  top: 112px;
  right: 10vw;
  color: rgba(63, 104, 79, 0.45);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  transform: rotate(-12deg);
}

.portable-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 940px;
}

.portable-kicker {
  margin: 0 0 12px;
  color: var(--portable-accent-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.portable-hero h1,
.portable-section-heading h2,
.portable-result-heading h2,
.portable-method h2,
.portable-answers h2,
.portable-disclosure h2 {
  margin: 0;
  font-family: Baskerville, "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.portable-hero h1 {
  max-width: 1020px;
  font-size: clamp(54px, 7.2vw, 104px);
  line-height: 0.91;
}

.portable-lede {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--portable-muted);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.58;
}

.portable-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--portable-ink);
  font-size: 14px;
  font-weight: 780;
}

.portable-proof {
  position: relative;
  z-index: 2;
  display: grid;
  border: 1px solid var(--portable-line);
  background: rgba(255, 253, 248, 0.86);
  box-shadow: var(--portable-shadow);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
}

.portable-proof div {
  display: grid;
  grid-template-columns: 122px 1fr;
  gap: 16px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--portable-line);
}

.portable-proof div:last-child {
  border-bottom: 0;
}

.portable-proof span {
  color: var(--portable-muted);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.portable-proof strong {
  font-size: 14px;
}

.portable-finder {
  scroll-margin-top: 78px;
  padding-top: clamp(54px, 7vw, 92px);
  padding-bottom: clamp(64px, 8vw, 108px);
  border-top: 1px solid var(--portable-line);
}

.portable-section-heading,
.portable-result-heading,
.portable-role-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 36px;
}

.portable-section-heading h2,
.portable-result-heading h2,
.portable-method h2,
.portable-answers h2,
.portable-disclosure h2 {
  font-size: clamp(38px, 5vw, 72px);
  line-height: 0.98;
}

.portable-section-heading > p,
.portable-role-heading > p {
  margin: 0;
  color: var(--portable-muted);
  line-height: 1.6;
}

#portable-form {
  margin-top: 38px;
  border: 1px solid var(--portable-line);
  background: var(--portable-surface);
  box-shadow: var(--portable-shadow);
}

.portable-decision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.portable-decision {
  min-width: 0;
  margin: 0;
  padding: clamp(22px, 3vw, 36px);
  border: 0;
  border-right: 1px solid var(--portable-line);
  border-bottom: 1px solid var(--portable-line);
}

.portable-decision:nth-child(2n) {
  border-right: 0;
}

.portable-decision:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.portable-decision legend {
  width: 100%;
  padding: 0;
  font-size: 17px;
  font-weight: 800;
}

.portable-decision legend span {
  display: inline-block;
  width: 38px;
  color: var(--portable-accent);
  font-family: Baskerville, "Iowan Old Style", Georgia, serif;
  font-size: 19px;
}

.portable-decision > p {
  min-height: 42px;
  margin: 8px 0 18px 38px;
  color: var(--portable-muted);
  font-size: 13px;
  line-height: 1.55;
}

.portable-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.portable-options.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.portable-options.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.portable-options button {
  position: relative;
  min-height: 72px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 12px 13px;
  border: 1px solid var(--portable-line);
  border-radius: 8px;
  background: #fff;
  color: var(--portable-ink);
  text-align: left;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.portable-options button:hover {
  border-color: var(--portable-accent);
  transform: translateY(-1px);
}

.portable-options button[aria-pressed="true"] {
  border-color: var(--portable-accent-dark);
  background: var(--portable-accent-dark);
  color: #fff;
}

.portable-options button[aria-pressed="true"]::after {
  content: "✓";
  position: absolute;
  top: 7px;
  right: 9px;
  font-size: 12px;
}

.portable-options button span {
  font-size: 13px;
  font-weight: 800;
}

.portable-options button small {
  color: var(--portable-muted);
  font-size: 10px;
  line-height: 1.35;
}

.portable-options button[aria-pressed="true"] small {
  color: rgba(255, 255, 255, 0.72);
}

.portable-submit-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 22px clamp(22px, 3vw, 36px);
  background: var(--portable-ink);
  color: #fff;
}

.portable-submit-row p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.55;
}

.portable-primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 12px 20px;
  background: var(--portable-accent-soft);
  color: var(--portable-accent-dark);
  transition: background 180ms ease, transform 180ms ease;
}

.portable-primary-action:hover {
  background: #fff;
  transform: translateY(-1px);
}

.portable-primary-action:disabled {
  cursor: wait;
  opacity: 0.65;
}

.portable-result {
  padding-top: clamp(64px, 9vw, 120px);
  padding-bottom: clamp(70px, 9vw, 124px);
  background: var(--portable-surface);
  border-top: 1px solid var(--portable-line);
  border-bottom: 1px solid var(--portable-line);
}

.portable-result[hidden] {
  display: none;
}

.portable-result-heading {
  align-items: start;
}

.portable-secondary-action {
  justify-self: end;
  min-width: 116px;
  padding: 10px 18px;
  border: 1px solid var(--portable-line);
  background: transparent;
  color: var(--portable-ink);
}

.portable-selection-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.portable-selection-summary li {
  padding: 8px 11px;
  border: 1px solid var(--portable-line);
  border-radius: 999px;
  background: var(--portable-bg);
  color: var(--portable-muted);
  font-size: 11px;
  font-weight: 720;
}

.portable-compatibility {
  display: grid;
  grid-template-columns: minmax(150px, 0.24fr) 1fr;
  gap: 28px;
  margin-top: 24px;
  padding: 24px 26px;
  border: 1px solid var(--portable-accent);
  background: var(--portable-accent-soft);
}

.portable-compatibility[data-status="confirm"] {
  border-color: var(--portable-warning);
  background: var(--portable-warning-soft);
}

.portable-compatibility > span {
  align-self: start;
  width: fit-content;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--portable-accent-dark);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portable-compatibility[data-status="confirm"] > span {
  background: var(--portable-warning);
}

.portable-compatibility h3,
.portable-result-copy h3,
.portable-role-heading h3 {
  margin: 0;
  font-family: Baskerville, "Iowan Old Style", Georgia, serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.05;
}

.portable-compatibility p,
.portable-result-copy > p:not(.portable-kicker) {
  max-width: 850px;
  margin: 8px 0 0;
  color: var(--portable-muted);
  line-height: 1.6;
}

.portable-result-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.58fr);
  gap: clamp(28px, 5vw, 70px);
  margin-top: 34px;
}

.portable-manifest {
  padding: clamp(20px, 3vw, 34px);
  border: 1px solid var(--portable-line);
  background:
    linear-gradient(90deg, rgba(63, 104, 79, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(63, 104, 79, 0.035) 1px, transparent 1px),
    var(--portable-bg);
  background-size: 24px 24px;
}

.portable-manifest-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.portable-manifest-heading p {
  margin: 0 0 5px;
  color: var(--portable-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.portable-manifest-heading h3 {
  margin: 0;
  font-size: 19px;
}

.portable-manifest-heading > span {
  font-size: 12px;
  font-weight: 780;
}

.portable-manifest-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: minmax(112px, auto);
  gap: 10px;
  margin-top: 22px;
}

.portable-manifest-slot {
  position: relative;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 15px;
  border: 1px solid var(--portable-line);
  background: rgba(255, 253, 248, 0.92);
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%);
}

.portable-manifest-slot:nth-child(1),
.portable-manifest-slot:nth-child(2) {
  grid-column: span 3;
}

.portable-manifest-slot:nth-child(n + 3) {
  grid-column: span 2;
}

.portable-manifest-slot.blocked {
  border-color: var(--portable-warning);
  background: var(--portable-warning-soft);
}

.portable-manifest-slot.reuse {
  border-style: dashed;
  background: var(--portable-sand);
}

.portable-manifest-slot small {
  color: var(--portable-accent);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.portable-manifest-slot strong {
  font-size: 15px;
  line-height: 1.2;
}

.portable-manifest-slot span {
  color: var(--portable-muted);
  font-size: 11px;
}

.portable-manifest-note {
  margin: 15px 0 0;
  color: var(--portable-muted);
  font-size: 11px;
  line-height: 1.5;
}

.portable-result-copy {
  align-self: center;
}

.portable-facts {
  margin: 28px 0 0;
  border-top: 1px solid var(--portable-line);
}

.portable-facts div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid var(--portable-line);
}

.portable-facts dt {
  color: var(--portable-muted);
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.portable-facts dd {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.portable-affiliate-note {
  margin-top: 36px;
  padding: 16px 18px;
  border: 1px solid var(--portable-line);
  background: var(--portable-bg);
  color: var(--portable-muted);
  font-size: 12px;
  line-height: 1.6;
}

.portable-affiliate-note strong {
  color: var(--portable-ink);
}

.portable-role-section {
  margin-top: clamp(54px, 7vw, 88px);
}

.portable-role-heading h3 {
  font-size: clamp(32px, 4vw, 54px);
}

.portable-role-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.portable-role-card {
  min-height: 330px;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  padding: 22px;
  border: 1px solid var(--portable-line);
  background: #fff;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.portable-role-card.blocked {
  border-color: var(--portable-warning);
  background: #fffaf2;
}

.portable-role-card.reuse {
  border-style: dashed;
  background: var(--portable-sand);
}

.portable-role-card .portable-role-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--portable-muted);
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portable-role-card h4 {
  margin: 28px 0 0;
  font-family: Baskerville, "Iowan Old Style", Georgia, serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.05;
}

.portable-role-card .portable-role-description {
  margin: 14px 0 22px;
  color: var(--portable-muted);
  font-size: 13px;
  line-height: 1.58;
}

.portable-role-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}

.portable-role-tags span {
  padding: 6px 8px;
  border-radius: 999px;
  background: var(--portable-bg);
  color: var(--portable-muted);
  font-size: 9px;
  font-weight: 760;
}

.portable-compare-button,
.portable-amazon-link {
  width: 100%;
  padding: 11px 16px;
  background: var(--portable-accent-dark);
  color: #fff;
  text-align: center;
}

.portable-compare-button:disabled {
  border: 1px solid var(--portable-line);
  background: var(--portable-bg);
  color: var(--portable-muted);
  cursor: not-allowed;
}

.portable-method,
.portable-answers,
.portable-disclosure {
  padding-top: clamp(66px, 9vw, 122px);
  padding-bottom: clamp(66px, 9vw, 122px);
}

.portable-method {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  gap: clamp(40px, 8vw, 120px);
}

.portable-method-copy > p {
  margin: 0;
  color: var(--portable-muted);
  font-size: 16px;
  line-height: 1.72;
}

.portable-evidence {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 34px 0 24px;
  padding: 0;
  border: 1px solid var(--portable-line);
  background: var(--portable-surface);
  list-style: none;
}

.portable-evidence li {
  display: grid;
  gap: 5px;
  padding: 20px;
  border-right: 1px solid var(--portable-line);
}

.portable-evidence li:last-child {
  border-right: 0;
}

.portable-evidence strong {
  font-family: Baskerville, "Iowan Old Style", Georgia, serif;
  font-size: 36px;
  font-weight: 500;
}

.portable-evidence span,
.portable-review-date {
  color: var(--portable-muted);
  font-size: 10px;
  line-height: 1.4;
}

.portable-answers {
  max-width: none;
  border-top: 1px solid var(--portable-line);
  border-bottom: 1px solid var(--portable-line);
  background: var(--portable-ink);
  color: #fff;
}

.portable-answers > * {
  max-width: 1356px;
  margin-inline: auto;
}

.portable-answers .portable-kicker {
  color: #b9d1c0;
}

.portable-answer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.portable-answer-grid article {
  min-height: 250px;
  padding: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.portable-answer-grid span {
  color: #b9d1c0;
  font-family: Baskerville, Georgia, serif;
  font-size: 18px;
}

.portable-answer-grid h3 {
  margin: 42px 0 0;
  font-family: Baskerville, "Iowan Old Style", Georgia, serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.08;
}

.portable-answer-grid p {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 1.6;
}

.portable-disclosure {
  max-width: 1040px;
  text-align: center;
}

.portable-disclosure p:last-child {
  max-width: 760px;
  margin: 24px auto 0;
  color: var(--portable-muted);
  line-height: 1.72;
}

.portable-disclosure a {
  color: var(--portable-accent-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.portable-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(18px, 5vw, 72px);
  border-top: 1px solid var(--portable-line);
  background: var(--portable-surface);
  color: var(--portable-muted);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.portable-dialog {
  width: min(1020px, calc(100vw - 32px));
  max-height: min(880px, calc(100vh - 32px));
  margin: auto;
  padding: 0;
  border: 1px solid var(--portable-line);
  background: var(--portable-surface);
  color: var(--portable-ink);
  box-shadow: var(--portable-shadow);
}

.portable-dialog::backdrop {
  background: rgba(24, 35, 29, 0.68);
  backdrop-filter: blur(5px);
}

.portable-dialog-shell {
  max-height: inherit;
  overflow: auto;
}

.portable-dialog-header {
  position: sticky;
  top: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 26px;
  border-bottom: 1px solid var(--portable-line);
  background: rgba(255, 253, 248, 0.96);
}

.portable-dialog-header h2 {
  margin: 0;
  font-family: Baskerville, "Iowan Old Style", Georgia, serif;
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 500;
  line-height: 1;
}

.portable-dialog-header p:last-child {
  margin: 10px 0 0;
  color: var(--portable-muted);
  line-height: 1.55;
}

.portable-dialog-close {
  width: 44px;
  height: 44px;
  border: 1px solid var(--portable-line);
  border-radius: 50%;
  background: transparent;
  color: var(--portable-ink);
  font-size: 28px;
  cursor: pointer;
}

.portable-dialog-disclosure {
  margin: 0;
  padding: 14px 26px;
  border-bottom: 1px solid var(--portable-line);
  background: var(--portable-accent-soft);
  color: var(--portable-muted);
  font-size: 11px;
  line-height: 1.5;
}

.portable-dialog-disclosure strong {
  color: var(--portable-ink);
}

.portable-comparison-options {
  display: grid;
}

.portable-comparison-option {
  display: grid;
  grid-template-columns: 105px 1fr 230px;
  gap: 22px;
  align-items: start;
  padding: 26px;
  border-bottom: 1px solid var(--portable-line);
}

.portable-comparison-option .portable-match-role {
  color: var(--portable-accent-dark);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.portable-comparison-option h3 {
  margin: 0;
  font-family: Baskerville, "Iowan Old Style", Georgia, serif;
  font-size: 26px;
  font-weight: 500;
}

.portable-comparison-option p {
  margin: 9px 0 0;
  color: var(--portable-muted);
  font-size: 12px;
  line-height: 1.55;
}

.portable-comparison-option .portable-caveat {
  color: #765334;
}

.portable-dialog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 26px;
}

.portable-dialog-footer p {
  margin: 0;
  color: var(--portable-muted);
  font-size: 11px;
}

@media (max-width: 1120px) {
  .portable-header {
    grid-template-columns: auto 1fr auto;
  }

  .portable-nav {
    justify-content: flex-end;
  }

  .portable-nav a:nth-last-child(-n + 2) {
    display: none;
  }

  .portable-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .portable-proof {
    grid-template-columns: repeat(3, 1fr);
  }

  .portable-proof div {
    grid-template-columns: 1fr;
    border-right: 1px solid var(--portable-line);
    border-bottom: 0;
  }

  .portable-proof div:last-child {
    border-right: 0;
  }

  .portable-options,
  .portable-options.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .portable-result-layout,
  .portable-method {
    grid-template-columns: 1fr;
  }

  .portable-result-copy {
    max-width: 760px;
  }

  .portable-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .portable-header {
    min-height: 62px;
    grid-template-columns: 1fr auto;
    padding: 10px 18px;
  }

  .portable-nav {
    display: none;
  }

  .portable-header-cta {
    min-height: 42px;
    padding: 8px 14px;
  }

  .portable-hero {
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 62px;
  }

  .portable-hero::before,
  .portable-hero::after {
    display: none;
  }

  .portable-hero h1 {
    font-size: clamp(46px, 14vw, 62px);
    line-height: 0.94;
  }

  .portable-proof {
    grid-template-columns: 1fr;
  }

  .portable-proof div {
    grid-template-columns: 112px 1fr;
    border-right: 0;
    border-bottom: 1px solid var(--portable-line);
  }

  .portable-section-heading,
  .portable-result-heading,
  .portable-role-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 18px;
  }

  .portable-result-heading {
    grid-template-columns: 1fr auto;
  }

  .portable-decision-grid {
    grid-template-columns: 1fr;
  }

  .portable-decision,
  .portable-decision:nth-child(2n),
  .portable-decision:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid var(--portable-line);
  }

  .portable-decision:last-child {
    border-bottom: 0;
  }

  .portable-options,
  .portable-options.three,
  .portable-options.two {
    grid-template-columns: 1fr 1fr;
  }

  .portable-decision > p {
    min-height: 0;
    margin-left: 0;
  }

  .portable-submit-row {
    grid-template-columns: 1fr;
  }

  .portable-primary-action {
    width: 100%;
  }

  .portable-compatibility {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .portable-manifest-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(104px, auto);
  }

  .portable-manifest-slot:nth-child(n) {
    grid-column: span 1;
  }

  .portable-role-grid,
  .portable-answer-grid {
    grid-template-columns: 1fr;
  }

  .portable-role-card {
    min-height: 300px;
  }

  .portable-answer-grid article {
    min-height: 220px;
  }

  .portable-evidence {
    grid-template-columns: 1fr;
  }

  .portable-evidence li {
    grid-template-columns: 90px 1fr;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid var(--portable-line);
  }

  .portable-evidence li:last-child {
    border-bottom: 0;
  }

  .portable-dialog {
    width: 100vw;
    max-width: none;
    max-height: calc(100vh - 28px);
    margin: auto 0 0;
    border-radius: 18px 18px 0 0;
  }

  .portable-comparison-option {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .portable-dialog-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .portable-dialog-footer .portable-secondary-action {
    width: 100%;
  }

  .portable-footer {
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .portable-options,
  .portable-options.three,
  .portable-options.two {
    grid-template-columns: 1fr;
  }

  .portable-options button {
    min-height: 62px;
  }

  .portable-result-heading {
    grid-template-columns: 1fr;
  }

  .portable-result-heading .portable-secondary-action {
    justify-self: start;
  }

  .portable-manifest-heading {
    align-items: start;
    flex-direction: column;
  }

  .portable-facts div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
