:root {
  color-scheme: light;
  --paper: #fdfdfb;
  --paper-raised: #ffffff;
  --ink: #242722;
  --ink-soft: #64685f;
  --rule: #dedfd9;
  --rule-strong: #c9cbc3;
  --green: #04c454;
  --orange: #fa7801;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --content: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}

.page-shell {
  width: min(calc(100% - 48px), var(--content));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  min-height: 132px;
  border-bottom: 1px solid var(--rule);
}

.identity {
  display: inline-flex;
  align-items: center;
  gap: 17px;
}

.identity__mark {
  display: block;
  width: 76px;
  height: 76px;
  object-fit: contain;
}

.identity__text {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.identity__name {
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.identity__byline,
.site-nav,
.eyebrow,
.section-kicker,
.project-card__meta,
.project-type,
.project-card__link,
.text-link,
.note-list time,
.site-footer {
  font-family: var(--sans);
}

.identity__byline {
  color: var(--ink-soft);
  font-size: 0.75rem;
  letter-spacing: 0.015em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 0.79rem;
  font-weight: 650;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.site-nav__link {
  position: relative;
  padding: 8px 0;
}

.site-nav__link::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 3px;
  background: var(--green);
  content: "";
  opacity: 0;
  transform: scaleX(0.35);
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-nav__link:hover::after,
.site-nav__link--active::after {
  opacity: 1;
  transform: scaleX(1);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.65fr);
  column-gap: clamp(48px, 8vw, 116px);
  row-gap: 28px;
  padding: clamp(76px, 10vw, 128px) 0 clamp(84px, 11vw, 140px);
}

.eyebrow {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-block;
  width: 30px;
  height: 4px;
  margin-right: 10px;
  border-radius: 99px;
  background: var(--green);
  vertical-align: 3px;
}

.intro h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(3rem, 5.8vw, 5.45rem);
  font-weight: 500;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.intro__copy {
  align-self: end;
  padding-bottom: 2px;
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.7;
}

.intro__copy p {
  margin: 0 0 1em;
}

.intro__copy p:last-child {
  margin-bottom: 0;
}

.projects {
  padding: 0 0 clamp(96px, 12vw, 150px);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
  padding-top: 23px;
  border-top: 1px solid var(--ink);
}

.section-kicker {
  margin: 0 0 4px;
  color: var(--ink-soft);
  font-size: 0.69rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
}

.text-link span {
  color: var(--green);
  font-size: 1.1rem;
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--rule-strong);
  border-bottom: 1px solid var(--rule-strong);
}

.project-grid--continuation {
  border-top: 0;
}

.project-card {
  display: flex;
  min-height: 440px;
  flex-direction: column;
  padding: 25px 28px 28px;
  border-right: 1px solid var(--rule);
  background: transparent;
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.project-card:last-child {
  border-right: 0;
}

.project-card:hover {
  position: relative;
  z-index: 1;
  background: var(--paper-raised);
  box-shadow: inset 0 5px 0 var(--green), 0 18px 50px rgb(29 37 28 / 7%);
  transform: translateY(-4px);
}

.project-card__meta {
  display: flex;
  min-height: 31px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--ink-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.project-number {
  display: inline-grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 2px solid var(--green);
  border-radius: 50%;
  color: var(--ink);
  letter-spacing: 0;
}

.project-alert {
  padding: 4px 9px 3px;
  border-radius: 999px;
  background: var(--orange);
  color: #24180c;
  letter-spacing: 0.075em;
}

.project-card__icon {
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 22%;
  object-fit: cover;
  box-shadow: 0 7px 18px rgb(29 37 28 / 13%);
}

.project-card__icon--othermemory {
  background: #eef5fb;
}

.project-card__icon--book {
  width: 45px;
  height: 72px;
  border: 1px solid var(--rule);
  border-radius: 2px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgb(29 37 28 / 16%);
}

.project-card__icon--qualtext {
  border-radius: 8px;
  background: white;
  object-fit: contain;
  box-shadow: none;
}

.project-card__body {
  margin: auto 0;
  padding: 54px 0 46px;
}

.project-type {
  margin: 0 0 15px;
  color: var(--ink-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-card h3 {
  max-width: 12ch;
  margin: 0 0 17px;
  font-size: clamp(1.65rem, 2.65vw, 2.65rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.06;
}

.project-card p:not(.project-type) {
  max-width: 37ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.91rem;
  line-height: 1.65;
}

.project-card__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding-top: 17px;
  border-top: 1px solid var(--rule);
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.025em;
}

.project-card__link span {
  color: var(--green);
  font-size: 1.15rem;
}

.lower-grid {
  padding-bottom: clamp(90px, 11vw, 140px);
}

.section-heading--small {
  margin-bottom: 22px;
}

.note-list {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--rule);
  list-style: none;
}

.note-list a {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 19px 0 17px;
  border-top: 1px solid var(--rule);
  font-size: 1.04rem;
}

.note-list a::before {
  position: absolute;
  width: 5px;
  height: 5px;
  margin-top: 0.72em;
  margin-left: -17px;
  border-radius: 50%;
  background: var(--green);
  content: "";
  opacity: 0;
  transition: opacity 150ms ease;
}

.note-list a:hover::before {
  opacity: 1;
}

.note-list time {
  align-self: center;
  color: var(--ink-soft);
  font-size: 0.67rem;
  letter-spacing: 0.035em;
  white-space: nowrap;
}

.notes-home-link {
  margin: 24px 0 0;
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.025em;
}

.notes-home-link span,
.notes-feed-link span {
  color: var(--green);
  font-size: 1rem;
}

.notes-page,
.note-page {
  padding-bottom: clamp(88px, 10vw, 132px);
}

.notes-hero {
  max-width: 760px;
  padding: clamp(72px, 9vw, 116px) 0 clamp(66px, 8vw, 100px);
}

.notes-hero h1,
.note-article h1 {
  margin: 0;
  font-size: clamp(3.5rem, 8vw, 6.8rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.notes-hero > p:not(.eyebrow) {
  max-width: 620px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.12rem, 2.2vw, 1.38rem);
  line-height: 1.55;
}

.notes-feed-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.025em;
}

.note-index-list {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--rule);
  list-style: none;
}

.note-index-list > li {
  border-top: 1px solid var(--rule);
}

.note-index-card {
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) minmax(280px, 1.2fr) minmax(280px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding: clamp(28px, 4vw, 46px) 0;
}

.note-index-card__meta,
.note-article__meta {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.035em;
  line-height: 1.6;
  text-transform: uppercase;
}

.note-index-card__meta a,
.note-article__meta a {
  color: var(--ink);
}

.note-index-card h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.7vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.note-index-card h2 a:hover {
  text-decoration: underline;
  text-decoration-color: var(--green);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.note-index-card > p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.65;
}

.note-page .breadcrumb {
  padding-bottom: 0;
}

.note-article {
  max-width: 820px;
  margin: 0 auto;
  padding: clamp(70px, 9vw, 116px) 0 clamp(76px, 9vw, 118px);
}

.note-article__header {
  padding-bottom: clamp(44px, 6vw, 68px);
  border-bottom: 1px solid var(--rule);
}

.note-article__meta {
  margin-bottom: 24px;
}

.note-article h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 7vw, 6rem);
}

.note-article__body {
  max-width: 700px;
  padding-top: clamp(42px, 6vw, 68px);
  font-size: clamp(1.12rem, 2vw, 1.3rem);
  line-height: 1.72;
}

.note-article__body p {
  margin: 0 0 1.35em;
}

.note-article__body p:last-child {
  margin-bottom: 0;
}

.note-article__body h2,
.note-article__body h3 {
  margin: 2em 0 0.7em;
  font-weight: 550;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.note-article__body blockquote {
  margin: 1.7em 0;
  padding-left: 24px;
  border-left: 4px solid var(--green);
  color: var(--ink-soft);
}

.note-pagination {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(26px, 6vw, 80px);
  padding-top: 30px;
  border-top: 1px solid var(--rule);
}

.note-pagination a {
  font-size: 1.05rem;
  line-height: 1.35;
}

.note-pagination a span {
  display: block;
  margin-bottom: 7px;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.note-pagination__older {
  text-align: right;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 0 42px;
  border-top: 1px solid var(--rule);
  color: var(--ink-soft);
  font-size: 0.71rem;
  letter-spacing: 0.02em;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 22px;
}

.footer-links a:hover {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* Other Memory project prototype */

.project-page {
  padding-bottom: clamp(88px, 10vw, 132px);
}

.breadcrumb,
.availability-action,
.project-facts,
.tour-cluster__heading > span,
.product-figure figcaption,
.phone-figure figcaption,
.project-return {
  font-family: var(--sans);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 30px 0 0;
  color: var(--ink-soft);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.breadcrumb a:hover {
  color: var(--ink);
}

.breadcrumb span[aria-hidden="true"] {
  color: var(--green);
  font-size: 1rem;
}

.project-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(250px, 0.55fr);
  gap: clamp(52px, 8vw, 108px);
  padding: clamp(62px, 8vw, 104px) 0 clamp(98px, 12vw, 152px);
}

.project-hero .eyebrow {
  margin-bottom: 25px;
}

.project-hero h1 {
  margin: 0;
  font-size: clamp(4.4rem, 9vw, 8.3rem);
  font-weight: 500;
  letter-spacing: -0.068em;
  line-height: 0.88;
}

.project-hero__lead {
  max-width: 29ch;
  margin: 33px 0 36px;
  font-size: clamp(1.45rem, 2.6vw, 2.15rem);
  letter-spacing: -0.028em;
  line-height: 1.23;
}

.project-hero__copy {
  max-width: 68ch;
  color: var(--ink-soft);
  font-size: 1rem;
}

.project-hero__copy p {
  margin: 0 0 1.25em;
}

.project-hero__aside {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  gap: 28px;
}

.symbol-story {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0;
}

.symbol-story__mark {
  display: block;
  width: min(100%, 272px);
  height: auto;
  margin: -12px auto 3px;
  mix-blend-mode: multiply;
}

.symbol-story__note {
  width: 100%;
  padding: 21px 22px 23px;
  border-left: 4px solid var(--green);
  background: #f5f5f0;
  font-family: var(--sans);
  text-align: left;
}

.symbol-story__note .section-kicker {
  margin-bottom: 11px;
}

.symbol-story__note > p:not(.section-kicker) {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.74rem;
  line-height: 1.58;
}

.symbol-story__note strong {
  color: var(--ink);
  font-weight: 750;
}

.symbol-story__note .symbol-story__distinction {
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
  font-size: 0.67rem;
}

.availability-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 40px;
}

.availability-action {
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 13px;
  padding: 13px 17px;
  border: 0;
  border-radius: 6px;
  text-align: left;
}

.availability-action[href] {
  cursor: pointer;
  transition: box-shadow 150ms ease, transform 150ms ease;
}

.availability-action[href]:hover,
.availability-action[href]:focus-visible {
  box-shadow: 0 8px 20px rgb(23 51 33 / 14%);
  transform: translateY(-2px);
}

.availability-action--mac {
  background: color-mix(in srgb, var(--green) 55%, white);
  color: #173321;
}

.availability-action__icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 8px;
  font-size: 1.25rem;
  font-weight: 650;
}

.availability-action strong,
.availability-action small {
  display: block;
}

.availability-action strong {
  font-size: 0.79rem;
  line-height: 1.25;
}

.availability-action small {
  margin-top: 3px;
  font-size: 0.62rem;
  line-height: 1.25;
  opacity: 0.78;
}

.app-store-badge-link {
  display: inline-flex;
  align-self: center;
  justify-self: start;
  padding: 14px;
  border-radius: 10px;
  line-height: 0;
  transition: transform 150ms ease;
}

.app-store-badge-link:hover,
.app-store-badge-link:focus-visible {
  transform: translateY(-1px);
}

.app-store-badge-link:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 2px;
}

.app-store-badge-link img {
  display: block;
  width: 220px;
  height: auto;
}

.site-footer__legal {
  max-width: 670px;
}

.site-footer .apple-trademark-note {
  margin-top: 7px;
  font-size: 0.58rem;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.project-facts {
  align-self: end;
  width: 100%;
  padding: 25px 27px 7px;
  border-top: 5px solid var(--orange);
  background: #f5f5f0;
}

.project-facts dl {
  margin: 0;
}

.project-facts dl > div {
  padding: 18px 0 17px;
  border-top: 1px solid var(--rule);
}

.project-facts dl > div:first-child {
  border-top: 0;
}

.project-facts dt {
  margin-bottom: 4px;
  color: var(--ink-soft);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.project-facts dd {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.06rem;
  line-height: 1.35;
}

.project-film,
.product-tour,
.phone-section {
  padding-top: clamp(76px, 9vw, 116px);
  border-top: 1px solid var(--ink);
}

.project-film {
  padding-bottom: clamp(92px, 12vw, 150px);
}

.project-film__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(270px, 0.62fr);
  column-gap: clamp(48px, 9vw, 112px);
  align-items: end;
  margin-bottom: clamp(38px, 5vw, 58px);
}

.project-film__heading .section-kicker {
  margin-bottom: 11px;
}

.project-film__heading h2 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2.55rem, 5.3vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.project-film__heading > p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.97rem;
  line-height: 1.72;
}

.project-film__frame {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--rule-strong);
  background: #171b17;
}

.project-film__embed {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.project-film__note {
  margin: 11px 0 0;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.67rem;
}

.project-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(270px, 0.62fr);
  column-gap: clamp(48px, 9vw, 112px);
  margin-bottom: clamp(72px, 9vw, 112px);
}

.project-section-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: 11px;
}

.project-section-heading h2 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2.55rem, 5.3vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.project-section-heading > p:last-child {
  align-self: end;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.97rem;
  line-height: 1.72;
}

.tour-cluster {
  margin-bottom: clamp(92px, 12vw, 150px);
}

.tour-cluster__heading {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 17px;
  align-items: start;
  margin-bottom: 29px;
  padding-top: 20px;
  border-top: 1px solid var(--rule-strong);
}

.tour-cluster__heading > span {
  display: inline-grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 2px solid var(--green);
  border-radius: 50%;
  font-size: 0.66rem;
  font-weight: 750;
}

.tour-cluster__heading .section-kicker {
  margin-bottom: 5px;
}

.tour-cluster__heading h3 {
  max-width: 28ch;
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 500;
  letter-spacing: -0.036em;
  line-height: 1.08;
}

.product-figure,
.phone-figure {
  margin: 0;
}

.product-figure-grid {
  display: grid;
  gap: 24px;
}

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

.product-figure-grid--two .product-figure--wide {
  grid-column: 1 / -1;
}

.product-figure {
  overflow: hidden;
  border: 1px solid var(--rule);
  background: var(--paper-raised);
}

.product-figure__media {
  overflow: hidden;
  border-bottom: 1px solid var(--rule);
  background: #f2f3f1;
}

.product-figure__media img {
  display: block;
  width: 100%;
  height: auto;
}

.product-figure--square .product-figure__media {
  aspect-ratio: 1 / 1;
}

.product-figure--square .product-figure__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-figure--health .product-figure__media {
  display: grid;
  min-height: 0;
  place-items: center;
}

.product-figure--health .product-figure__media img {
  width: min(100%, 760px);
}

.product-figure figcaption {
  padding: 24px 26px 27px;
}

.product-figure figcaption h4 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.product-figure figcaption p {
  max-width: 67ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
  line-height: 1.6;
}

.phone-section {
  margin-top: clamp(12px, 3vw, 32px);
}

.project-section-heading--phone {
  margin-bottom: clamp(60px, 8vw, 96px);
}

.phone-tour {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.phone-figure__screen {
  overflow: hidden;
  border: 1px solid var(--rule);
  border-radius: 26px;
  background: white;
  box-shadow: 0 20px 46px rgb(29 37 28 / 9%);
}

.phone-figure__screen img {
  display: block;
  width: 100%;
  height: auto;
}

.phone-figure figcaption {
  padding: 19px 3px 0;
}

.phone-figure figcaption > span {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.phone-figure h3 {
  margin: 0 0 8px;
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.17;
}

.phone-figure p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.73rem;
  line-height: 1.5;
}

.project-return {
  margin-top: clamp(88px, 11vw, 144px);
  padding-top: 24px;
  border-top: 1px solid var(--rule);
}

.project-return .text-link span {
  transition: transform 160ms ease;
}

.project-return .text-link:hover span {
  transform: translateX(-4px);
}

.image-viewer-trigger {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: none;
  text-align: inherit;
  cursor: zoom-in;
}

.image-viewer-trigger:focus-visible {
  z-index: 1;
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.image-viewer-trigger__label {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border: 1px solid rgb(255 255 255 / 28%);
  border-radius: 999px;
  color: white;
  background: rgb(27 31 27 / 82%);
  box-shadow: 0 5px 18px rgb(0 0 0 / 18%);
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  opacity: 0;
  transform: translateY(4px);
  transition:
    opacity 150ms ease,
    transform 150ms ease;
}

.image-viewer-trigger:hover .image-viewer-trigger__label,
.image-viewer-trigger:focus-visible .image-viewer-trigger__label {
  opacity: 1;
  transform: translateY(0);
}

.image-viewer {
  width: min(96vw, 1600px);
  height: min(94dvh, 1060px);
  max-width: none;
  max-height: none;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  overflow: visible;
}

.image-viewer::backdrop {
  background: rgb(17 20 17 / 82%);
  backdrop-filter: blur(7px);
}

.image-viewer__panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: 100%;
  height: 100%;
  background: var(--paper-raised);
  box-shadow: 0 28px 90px rgb(0 0 0 / 38%);
}

.image-viewer__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 20px 16px 24px;
  border-bottom: 1px solid var(--rule);
}

.image-viewer__context {
  margin: 0 0 4px;
  color: var(--green-deep);
  font-family: var(--sans);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.image-viewer__header h2 {
  margin: 0;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.image-viewer__close,
.image-viewer__previous,
.image-viewer__next {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  margin: 0;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 50%;
  color: white;
  background: rgb(24 28 24 / 82%);
  cursor: pointer;
  transition:
    color 150ms ease,
    background-color 150ms ease,
    transform 150ms ease;
}

.image-viewer__close {
  width: 39px;
  height: 39px;
  border-color: var(--rule);
  color: var(--ink);
  background: transparent;
  font-size: 1.45rem;
}

.image-viewer__previous,
.image-viewer__next {
  width: 46px;
  height: 46px;
  font-family: var(--sans);
  font-size: 1.05rem;
}

.image-viewer__close:hover,
.image-viewer__close:focus-visible {
  color: white;
  background: var(--orange);
}

.image-viewer__previous:hover,
.image-viewer__previous:focus-visible,
.image-viewer__next:hover,
.image-viewer__next:focus-visible {
  color: var(--ink);
  background: var(--green);
  transform: scale(1.04);
}

.image-viewer__close:focus-visible,
.image-viewer__previous:focus-visible,
.image-viewer__next:focus-visible {
  outline: 3px solid white;
  outline-offset: 3px;
}

.image-viewer__stage {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  gap: 12px;
  align-items: center;
  min-height: 0;
  padding: 18px 14px;
  background: #171b17;
  overflow: hidden;
}

.image-viewer__previous,
.image-viewer__next {
  justify-self: center;
}

.image-viewer__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 0;
  justify-self: center;
  object-fit: contain;
  filter: drop-shadow(0 10px 17px rgb(0 0 0 / 24%));
}

.image-viewer__caption {
  min-height: 58px;
  margin: 0;
  padding: 15px 24px 17px;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.77rem;
  line-height: 1.55;
}

body:has(.image-viewer[open]) {
  overflow: hidden;
}

/* 10Lists project prototype */

.tenlists-page {
  --tenlists-red: #a20f2b;
  --tenlists-red-deep: #71091d;
  --tenlists-cream: #fff9f1;
}

.tenlists-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(260px, 0.58fr);
  gap: clamp(54px, 8vw, 108px);
  padding: clamp(62px, 8vw, 104px) 0 clamp(98px, 12vw, 152px);
}

.tenlists-hero .eyebrow {
  margin-bottom: 25px;
}

.tenlists-hero .eyebrow span {
  background: var(--tenlists-red);
}

.tenlists-hero h1 {
  margin: 0;
  font-size: clamp(4.8rem, 10vw, 9rem);
  font-weight: 500;
  letter-spacing: -0.072em;
  line-height: 0.86;
}

.tenlists-hero__lead {
  max-width: 30ch;
  margin: 34px 0 37px;
  font-size: clamp(1.5rem, 2.7vw, 2.2rem);
  letter-spacing: -0.03em;
  line-height: 1.22;
}

.tenlists-hero__copy {
  max-width: 68ch;
  color: var(--ink-soft);
  font-size: 1rem;
}

.tenlists-hero__copy p {
  margin: 0 0 1.25em;
}

.tenlists-hero__aside {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  gap: 36px;
}

.tenlists-app-icon {
  display: block;
  width: min(100%, 285px);
  height: auto;
  margin: 5px auto 0;
  border-radius: 25%;
  box-shadow: 0 26px 64px rgb(52 9 18 / 20%);
}

.tenlists-facts {
  margin-top: auto;
  border-top-color: var(--tenlists-red);
  background: var(--tenlists-cream);
}

.tenlists-actions,
.tenlists-cta__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 24px;
}

.tenlists-actions {
  margin-top: 39px;
}

.tenlists-store-button {
  display: inline-flex;
  min-width: 218px;
  min-height: 66px;
  align-items: center;
  gap: 12px;
  padding: 10px 18px 11px;
  border: 1px solid #232323;
  border-radius: 10px;
  color: white;
  background: #111;
  box-shadow: 0 12px 28px rgb(0 0 0 / 14%);
  font-family: var(--sans);
  line-height: 1;
  transition:
    background-color 150ms ease,
    transform 150ms ease;
}

.tenlists-store-button:hover,
.tenlists-store-button:focus-visible {
  background: #292929;
  transform: translateY(-1px);
}

.tenlists-store-button__icon {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
}

.tenlists-store-button__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.tenlists-store-button small,
.tenlists-store-button strong {
  display: block;
}

.tenlists-store-button small {
  margin-bottom: 3px;
  font-size: 0.63rem;
  font-weight: 500;
}

.tenlists-store-button strong {
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.tenlists-site-link {
  font-family: var(--sans);
  font-size: 0.75rem;
  font-weight: 700;
}

.tenlists-site-link span {
  color: var(--tenlists-red);
}

.tenlists-site-link:hover {
  text-decoration: underline;
  text-decoration-color: var(--tenlists-red);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.tenlists-method,
.tenlists-tour,
.tenlists-cta {
  border-top: 1px solid var(--ink);
}

.tenlists-method {
  padding: clamp(76px, 9vw, 116px) 0 clamp(98px, 12vw, 150px);
}

.tenlists-section-heading {
  margin-bottom: clamp(54px, 7vw, 82px);
}

.tenlists-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--rule-strong);
  border-bottom: 1px solid var(--rule-strong);
}

.tenlists-method-grid article {
  padding: 31px 28px 35px;
  border-left: 1px solid var(--rule);
}

.tenlists-method-grid article:first-child {
  border-left: 0;
}

.tenlists-method-grid span,
.tenlists-tour-group__heading > span {
  display: inline-grid;
  place-items: center;
  border: 2px solid var(--tenlists-red);
  border-radius: 50%;
  color: var(--tenlists-red-deep);
  font-family: var(--sans);
  font-size: 0.66rem;
  font-weight: 800;
}

.tenlists-method-grid span {
  width: 35px;
  height: 35px;
  margin-bottom: 45px;
}

.tenlists-method-grid h3 {
  margin: 0 0 13px;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.tenlists-method-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.76rem;
  line-height: 1.62;
}

.tenlists-film .section-kicker,
.tenlists-tour .section-kicker,
.tenlists-cta .section-kicker {
  color: var(--tenlists-red-deep);
}

.tenlists-tour {
  margin-top: 0;
  padding-top: clamp(76px, 9vw, 116px);
}

.tenlists-tour-group {
  margin-bottom: clamp(94px, 12vw, 154px);
}

.tenlists-tour-group__heading {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 17px;
  align-items: start;
  margin-bottom: 34px;
  padding-top: 20px;
  border-top: 1px solid var(--rule-strong);
}

.tenlists-tour-group__heading > span {
  width: 35px;
  height: 35px;
}

.tenlists-tour-group__heading .section-kicker {
  margin-bottom: 5px;
}

.tenlists-tour-group__heading h3 {
  max-width: 30ch;
  margin: 0;
  font-size: clamp(1.8rem, 3.1vw, 2.65rem);
  font-weight: 500;
  letter-spacing: -0.038em;
  line-height: 1.07;
}

.tenlists-phone-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 44px);
  align-items: start;
}

.tenlists-phone-grid--two {
  grid-template-columns: repeat(2, minmax(0, 360px));
  justify-content: center;
  gap: clamp(38px, 8vw, 90px);
}

.tenlists-page .phone-figure__screen {
  border-radius: 31px;
  box-shadow: 0 23px 55px rgb(53 28 32 / 10%);
}

.tenlists-page .phone-figure figcaption > span {
  color: var(--tenlists-red);
}

.tenlists-progress-layout {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: clamp(50px, 10vw, 126px);
  align-items: center;
}

.tenlists-progress-copy {
  max-width: 54ch;
}

.tenlists-progress-copy h3 {
  margin: 10px 0 24px;
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.tenlists-progress-copy > p:not(.section-kicker) {
  margin: 0 0 1.15em;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.7;
}

.tenlists-cta {
  display: grid;
  grid-template-columns: minmax(150px, 230px) minmax(0, 1fr);
  gap: clamp(40px, 8vw, 94px);
  align-items: center;
  padding: clamp(70px, 9vw, 108px) clamp(24px, 5vw, 64px);
  background: var(--tenlists-cream);
}

.tenlists-cta > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 25%;
  box-shadow: 0 20px 48px rgb(52 9 18 / 18%);
}

.tenlists-cta h2 {
  max-width: 16ch;
  margin: 9px 0 20px;
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.tenlists-cta > div > p:not(.section-kicker) {
  max-width: 65ch;
  margin: 0 0 29px;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.7;
}

.tenlists-cta__links > a:not(.tenlists-store-button) {
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--tenlists-red);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* RDAC project prototype */

.rdac-page {
  --rdac-red: #c43427;
  --rdac-red-deep: #8e2019;
  --rdac-dark: #111a1e;
  --rdac-cream: #f7f4ec;
}

.rdac-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(260px, 0.58fr);
  gap: clamp(54px, 8vw, 108px);
  padding: clamp(62px, 8vw, 104px) 0 clamp(98px, 12vw, 152px);
}

.rdac-hero .eyebrow {
  margin-bottom: 25px;
}

.rdac-hero .eyebrow span {
  background: var(--rdac-red);
}

.rdac-hero h1 {
  margin: 0;
  font-size: clamp(5.4rem, 11vw, 10rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.83;
}

.rdac-hero__lead {
  max-width: 31ch;
  margin: 36px 0 38px;
  font-size: clamp(1.5rem, 2.7vw, 2.2rem);
  letter-spacing: -0.03em;
  line-height: 1.22;
}

.rdac-hero__copy {
  max-width: 68ch;
  color: var(--ink-soft);
  font-size: 1rem;
}

.rdac-hero__copy p {
  margin: 0 0 1.25em;
}

.rdac-hero__copy strong {
  color: var(--ink);
  font-weight: 600;
}

.rdac-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 39px;
  font-family: var(--sans);
}

.rdac-primary-link {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 18px;
  border: 1px solid var(--rdac-dark);
  color: white;
  background: var(--rdac-dark);
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  transition: background-color 150ms ease, transform 150ms ease;
}

.rdac-primary-link span {
  color: #ee4a3b;
  font-size: 1rem;
}

.rdac-primary-link:hover,
.rdac-primary-link:focus-visible {
  background: #293238;
  transform: translateY(-1px);
}

.rdac-beta-status {
  padding: 8px 11px;
  border-left: 3px solid var(--rdac-red);
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 700;
}

.rdac-hero__aside {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  gap: 36px;
}

.rdac-app-icon {
  display: block;
  width: min(100%, 285px);
  height: auto;
  margin: 5px auto 0;
  border-radius: 25%;
  box-shadow: 0 26px 64px rgb(16 25 29 / 20%);
}

.rdac-facts {
  margin-top: auto;
  border-top-color: var(--rdac-red);
  background: var(--rdac-cream);
}

.rdac-rationale,
.rdac-tour,
.rdac-boundaries {
  border-top: 1px solid var(--ink);
}

.rdac-rationale {
  padding: clamp(76px, 9vw, 116px) 0 clamp(98px, 12vw, 150px);
}

.rdac-section-heading .section-kicker,
.rdac-film .section-kicker,
.rdac-tour .section-kicker,
.rdac-boundaries .section-kicker {
  color: var(--rdac-red-deep);
}

.rdac-cycle {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--rule-strong);
  border-bottom: 1px solid var(--rule-strong);
}

.rdac-cycle article {
  padding: 29px 24px 34px;
  border-left: 1px solid var(--rule);
}

.rdac-cycle article:first-child {
  border-left: 0;
}

.rdac-cycle article > span {
  display: inline-grid;
  width: 39px;
  height: 39px;
  place-items: center;
  margin-bottom: 43px;
  border: 2px solid var(--rdac-red);
  border-radius: 50%;
  color: var(--rdac-red-deep);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 850;
}

.rdac-cycle .section-kicker {
  margin-bottom: 7px;
  color: var(--rdac-red-deep);
}

.rdac-cycle h3 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.1vw, 1.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.rdac-cycle article > p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.75rem;
  line-height: 1.6;
}

.rdac-film .project-film__frame {
  background: var(--rdac-dark);
}

.rdac-tour {
  margin-top: 0;
  padding-top: clamp(76px, 9vw, 116px);
}

.rdac-phone-tour {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 34px);
  align-items: start;
  padding-bottom: clamp(98px, 12vw, 150px);
}

.rdac-page .phone-figure__screen {
  border-radius: 31px;
  background: transparent;
  box-shadow: 0 23px 55px rgb(16 25 29 / 12%);
}

.rdac-page .phone-figure figcaption > span {
  color: var(--rdac-red);
}

.rdac-boundaries {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(48px, 9vw, 112px);
  padding: clamp(76px, 9vw, 116px) clamp(24px, 5vw, 64px);
  background: var(--rdac-cream);
}

.rdac-boundaries h2 {
  max-width: 12ch;
  margin: 10px 0 0;
  font-size: clamp(2.45rem, 5vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.rdac-boundaries__copy {
  align-self: end;
  max-width: 62ch;
}

.rdac-boundaries__copy p {
  margin: 0 0 1.3em;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.72;
}

.rdac-boundaries__copy .rdac-primary-link {
  margin-top: 13px;
}

/* Red Flag Tactics book project */

.redflag-page {
  --redflag-red: #bd092d;
  --redflag-red-deep: #8e0924;
  --redflag-ink: #202124;
  --redflag-cream: #f6f3ed;
}

.redflag-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.36fr) minmax(270px, 0.64fr);
  gap: clamp(54px, 8vw, 108px);
  padding: clamp(62px, 8vw, 104px) 0 clamp(98px, 12vw, 152px);
}

.redflag-hero .eyebrow {
  margin-bottom: 25px;
}

.redflag-hero .eyebrow span {
  background: var(--redflag-red);
}

.redflag-hero h1 {
  max-width: 8.5ch;
  margin: 0;
  font-size: clamp(4.25rem, 9vw, 8.25rem);
  font-weight: 500;
  letter-spacing: -0.068em;
  line-height: 0.88;
}

.redflag-hero__lead {
  max-width: 27ch;
  margin: 35px 0 38px;
  font-size: clamp(1.5rem, 2.7vw, 2.2rem);
  letter-spacing: -0.03em;
  line-height: 1.22;
}

.redflag-hero__copy {
  max-width: 68ch;
  color: var(--ink-soft);
  font-size: 1rem;
}

.redflag-hero__copy p {
  margin: 0 0 1.25em;
}

.redflag-hero__aside {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  gap: 36px;
}

.redflag-cover {
  width: min(100%, 310px);
  margin: 4px auto 0;
  box-shadow: 0 28px 66px rgb(32 33 36 / 19%);
}

.redflag-cover img {
  display: block;
  width: 100%;
  height: auto;
}

.redflag-facts {
  margin-top: auto;
  border-top-color: var(--redflag-red);
  background: var(--redflag-cream);
}

.redflag-problem,
.redflag-method,
.redflag-perspective,
.redflag-amazon {
  border-top: 1px solid var(--ink);
}

.redflag-problem,
.redflag-perspective {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(48px, 9vw, 112px);
  padding: clamp(76px, 9vw, 116px) 0 clamp(98px, 12vw, 150px);
}

.redflag-problem h2,
.redflag-perspective h2 {
  max-width: 15ch;
  margin: 10px 0 0;
  font-size: clamp(2.4rem, 4.9vw, 4.45rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.99;
}

.redflag-problem__copy,
.redflag-perspective__copy {
  align-self: end;
  max-width: 62ch;
}

.redflag-problem__copy p,
.redflag-perspective__copy p {
  margin: 0 0 1.3em;
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.72;
}

.redflag-method {
  padding: clamp(76px, 9vw, 116px) 0 clamp(98px, 12vw, 150px);
}

.redflag-section-heading .section-kicker,
.redflag-problem .section-kicker,
.redflag-perspective .section-kicker,
.redflag-amazon .section-kicker {
  color: var(--redflag-red-deep);
}

.redflag-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--rule-strong);
  border-bottom: 1px solid var(--rule-strong);
}

.redflag-method-grid article {
  padding: 30px 24px 35px;
  border-left: 1px solid var(--rule);
}

.redflag-method-grid article:first-child {
  border-left: 0;
}

.redflag-method-grid span {
  display: inline-grid;
  width: 39px;
  height: 39px;
  place-items: center;
  margin-bottom: 42px;
  border: 2px solid var(--redflag-red);
  border-radius: 50%;
  color: var(--redflag-red-deep);
  font-family: var(--sans);
  font-size: 0.67rem;
  font-weight: 800;
}

.redflag-method-grid h3 {
  margin: 0 0 12px;
  font-size: clamp(1.35rem, 2.1vw, 1.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.redflag-method-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.75rem;
  line-height: 1.6;
}

.redflag-perspective {
  padding-right: clamp(24px, 5vw, 64px);
  padding-left: clamp(24px, 5vw, 64px);
  background: var(--redflag-cream);
}

.redflag-amazon {
  display: grid;
  grid-template-columns: minmax(135px, 210px) minmax(0, 1fr);
  gap: clamp(40px, 8vw, 90px);
  align-items: center;
  padding: clamp(72px, 9vw, 112px) clamp(24px, 5vw, 64px);
}

.redflag-amazon > img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 0 22px 52px rgb(32 33 36 / 18%);
}

.redflag-amazon h2 {
  max-width: 16ch;
  margin: 9px 0 20px;
  font-size: clamp(2.35rem, 4.8vw, 4.4rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.99;
}

.redflag-amazon p:not(.section-kicker) {
  max-width: 63ch;
  margin: 0 0 29px;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.72;
}

.redflag-amazon__link {
  display: block;
  width: min(100%, 240px);
  line-height: 0;
  transition: opacity 150ms ease, transform 150ms ease;
}

.redflag-amazon__link img {
  display: block;
  width: 100%;
  height: auto;
}

.redflag-amazon__link:hover,
.redflag-amazon__link:focus-visible {
  opacity: 0.78;
  transform: translateY(-1px);
}

.redflag-amazon p.amazon-trademark {
  max-width: 48ch;
  margin: 16px 0 0;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.56rem;
  line-height: 1.45;
}

/* QualText work-in-progress project */

.qualtext-page {
  --qualtext-purple: #7c3aed;
  --qualtext-pink: #ff2d8d;
  --qualtext-blue: #007aff;
  --qualtext-orange: #ff9500;
  --qualtext-green: #00a85f;
  --qualtext-wash: #f7f5fb;
}

.qualtext-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(270px, 0.58fr);
  gap: clamp(54px, 8vw, 108px);
  padding: clamp(62px, 8vw, 104px) 0 clamp(98px, 12vw, 152px);
}

.qualtext-hero .eyebrow {
  margin-bottom: 25px;
}

.qualtext-hero .eyebrow span {
  background: var(--qualtext-purple);
}

.qualtext-hero h1 {
  margin: 0;
  font-size: clamp(4.6rem, 10vw, 9.2rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.86;
}

.qualtext-hero__lead {
  max-width: 31ch;
  margin: 35px 0 38px;
  font-size: clamp(1.5rem, 2.7vw, 2.2rem);
  letter-spacing: -0.03em;
  line-height: 1.22;
}

.qualtext-hero__copy {
  max-width: 68ch;
  color: var(--ink-soft);
  font-size: 1rem;
}

.qualtext-hero__copy p {
  margin: 0 0 1.25em;
}

.qualtext-hero__aside {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  gap: 36px;
}

.qualtext-mark {
  width: min(100%, 305px);
  margin: 0 auto;
}

.qualtext-mark img {
  display: block;
  width: 100%;
  height: auto;
}

.qualtext-facts {
  margin-top: auto;
  border-top-color: var(--qualtext-pink);
  background: var(--qualtext-wash);
}

.qualtext-codebook,
.qualtext-path,
.qualtext-boundary,
.qualtext-status {
  border-top: 1px solid var(--ink);
}

.qualtext-codebook,
.qualtext-path {
  padding: clamp(76px, 9vw, 116px) 0 clamp(98px, 12vw, 150px);
}

.qualtext-section-heading .section-kicker,
.qualtext-boundary .section-kicker,
.qualtext-status .section-kicker {
  color: #5e27bd;
}

.qualtext-codebook-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--rule-strong);
  border-bottom: 1px solid var(--rule-strong);
}

.qualtext-codebook-grid article {
  position: relative;
  padding: 34px 22px 35px;
  border-left: 1px solid var(--rule);
}

.qualtext-codebook-grid article::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: var(--rail);
  content: "";
}

.qualtext-codebook-grid article:first-child {
  border-left: 0;
}

.qualtext-codebook-grid article > span,
.qualtext-path-list > li > span {
  color: var(--rail);
  font-family: var(--sans);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.qualtext-codebook-grid h3 {
  margin: 40px 0 13px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.qualtext-codebook-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.73rem;
  line-height: 1.62;
}

.qualtext-codebook__note {
  max-width: 72ch;
  margin: 32px 0 0;
  padding-left: 21px;
  border-left: 5px solid var(--qualtext-orange);
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.7;
}

.qualtext-path {
  background: linear-gradient(90deg, transparent 0, var(--qualtext-wash) 18%, var(--qualtext-wash) 82%, transparent 100%);
}

.qualtext-path-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--rule-strong);
  border-bottom: 1px solid var(--rule-strong);
  list-style: none;
}

.qualtext-path-list li {
  display: grid;
  grid-template-columns: 33px minmax(0, 1fr);
  gap: 14px;
  min-height: 180px;
  padding: 28px 21px 30px;
  border-left: 1px solid var(--rule);
  box-shadow: inset 0 5px 0 var(--rail);
}

.qualtext-path-list li:first-child {
  border-left: 0;
}

.qualtext-path-list .section-kicker {
  margin-bottom: 10px;
  color: var(--ink-soft);
}

.qualtext-path-list h3 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 550;
  letter-spacing: -0.032em;
  line-height: 1.12;
}

.qualtext-boundary {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(48px, 9vw, 112px);
  padding: clamp(76px, 9vw, 116px) 0 clamp(98px, 12vw, 150px);
}

.qualtext-boundary h2 {
  max-width: 13ch;
  margin: 10px 0 0;
  font-size: clamp(2.4rem, 4.9vw, 4.45rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.99;
}

.qualtext-boundary__copy {
  align-self: end;
  max-width: 62ch;
}

.qualtext-boundary__copy p {
  margin: 0 0 1.3em;
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.72;
}

.qualtext-status {
  position: relative;
  display: grid;
  grid-template-columns: minmax(190px, 0.58fr) minmax(0, 1.42fr);
  gap: clamp(42px, 8vw, 90px);
  align-items: center;
  overflow: hidden;
  padding: clamp(72px, 9vw, 112px) clamp(24px, 5vw, 64px);
  background: var(--qualtext-wash);
}

.qualtext-status::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 7px;
  background: linear-gradient(
    90deg,
    var(--qualtext-purple) 0 20%,
    var(--qualtext-pink) 20% 40%,
    var(--qualtext-blue) 40% 60%,
    var(--qualtext-orange) 60% 80%,
    var(--qualtext-green) 80% 100%
  );
  content: "";
}

.qualtext-status > img {
  display: block;
  width: 100%;
  height: auto;
}

.qualtext-status h2 {
  max-width: 15ch;
  margin: 9px 0 20px;
  font-size: clamp(2.35rem, 4.8vw, 4.4rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.99;
}

.qualtext-status p:not(.section-kicker) {
  max-width: 66ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
  line-height: 1.72;
}

/* Ipoku investor teaser */

.ipoku-page {
  --ipoku-blue: #2458ff;
  --ipoku-pink: #ff6278;
  --ipoku-violet: #765de8;
  --ipoku-wash: #f5f4f1;
}

.ipoku-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(270px, 0.58fr);
  gap: clamp(54px, 8vw, 108px);
  padding: clamp(62px, 8vw, 104px) 0 clamp(98px, 12vw, 152px);
}

.ipoku-hero .eyebrow {
  margin-bottom: 25px;
}

.ipoku-hero .eyebrow span {
  background: var(--ipoku-pink);
}

.ipoku-hero h1 {
  margin: 0;
  font-size: clamp(4.5rem, 9vw, 8.2rem);
  font-weight: 500;
  letter-spacing: -0.068em;
  line-height: 0.88;
}

.ipoku-hero__lead {
  max-width: 20ch;
  margin: 33px 0 36px;
  font-size: clamp(1.55rem, 2.9vw, 2.35rem);
  letter-spacing: -0.032em;
  line-height: 1.18;
}

.ipoku-hero__copy {
  max-width: 67ch;
  color: var(--ink-soft);
}

.ipoku-hero__copy p {
  margin: 0 0 1.25em;
}

.ipoku-hero__aside {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  gap: 34px;
}

.ipoku-mark {
  display: block;
  width: min(78%, 250px);
  height: auto;
  margin: 0 auto;
  border-radius: 24%;
  box-shadow: 0 20px 48px rgb(20 21 25 / 16%);
}

.ipoku-facts {
  border-top-color: var(--ipoku-pink);
}

.ipoku-film {
  border-top-color: var(--ink);
}

.ipoku-film .section-kicker {
  color: var(--ipoku-pink);
}

.ipoku-thesis {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(48px, 9vw, 112px);
  padding: clamp(80px, 10vw, 126px) 0;
}

.ipoku-thesis h2,
.ipoku-investor h2 {
  max-width: 14ch;
  margin: 10px 0 0;
  font-size: clamp(2.45rem, 5vw, 4.65rem);
  font-weight: 500;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.ipoku-thesis__copy {
  align-self: end;
  max-width: 63ch;
}

.ipoku-thesis__copy p {
  margin: 0 0 1.3em;
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.72;
}

.ipoku-possibilities {
  padding: clamp(76px, 9vw, 116px) 0;
  border-top: 1px solid var(--rule-strong);
  border-bottom: 1px solid var(--rule-strong);
}

.ipoku-possibilities__heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.ipoku-possibilities__heading h2 {
  margin: 9px 0 0;
  font-size: clamp(2.35rem, 4.8vw, 4.3rem);
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.99;
}

.ipoku-possibilities__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}

.ipoku-possibilities article {
  min-height: 210px;
  padding: 28px 26px 31px;
  border-left: 1px solid var(--rule);
  box-shadow: inset 0 5px 0 var(--ipoku-blue);
}

.ipoku-possibilities article:first-child {
  border-left: 0;
  box-shadow: inset 0 5px 0 var(--ipoku-pink);
}

.ipoku-possibilities article:last-child {
  box-shadow: inset 0 5px 0 var(--ipoku-violet);
}

.ipoku-possibilities h3 {
  margin: 19px 0 13px;
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  font-weight: 550;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.ipoku-possibilities article p:not(.section-kicker) {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.65;
}

.ipoku-investor {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(44px, 8vw, 92px);
  overflow: hidden;
  margin-top: clamp(90px, 11vw, 146px);
  padding: clamp(72px, 9vw, 112px) clamp(24px, 5vw, 64px);
  background: var(--ipoku-wash);
}

.ipoku-investor::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 7px;
  background: linear-gradient(90deg, var(--ipoku-pink), var(--ipoku-blue), var(--ipoku-violet));
  content: "";
}

.ipoku-investor__copy {
  align-self: end;
  max-width: 66ch;
}

.ipoku-investor__copy > p {
  margin: 0 0 1.25em;
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.72;
}

.ipoku-investor__contact {
  margin-top: 31px;
  padding: 20px 22px;
  border-left: 4px solid var(--ipoku-blue);
  background: white;
  font-family: var(--sans);
}

.ipoku-investor__contact strong,
.ipoku-investor__contact span {
  display: block;
}

.ipoku-investor__contact strong {
  margin-bottom: 5px;
  font-size: 0.82rem;
}

.ipoku-investor__contact span {
  color: var(--ink-soft);
  font-size: 0.68rem;
  line-height: 1.5;
}

.ipoku-investor__contact a {
  color: var(--ink);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--ipoku-blue);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
}

/* Other Memory support and privacy */

.information-page {
  padding-bottom: clamp(88px, 11vw, 142px);
}

.information-page a:not(.support-email-button):not(.site-nav__link) {
  text-decoration-color: color-mix(in srgb, var(--green) 75%, transparent);
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

.information-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.34fr);
  align-items: center;
  gap: clamp(50px, 9vw, 112px);
  padding: clamp(64px, 9vw, 108px) 0 clamp(74px, 10vw, 124px);
  border-bottom: 1px solid var(--rule-strong);
}

.information-hero h1,
.policy-header h1 {
  max-width: 850px;
  margin: 22px 0 0;
  font-size: clamp(3.6rem, 7vw, 6.4rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.information-hero__lead,
.policy-header > p {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.45;
}

.information-hero__icon {
  display: block;
  width: min(100%, 250px);
  height: auto;
  border-radius: 27%;
  box-shadow: 0 22px 52px rgb(36 39 34 / 14%);
}

.support-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(48px, 8vw, 100px);
  padding: clamp(78px, 10vw, 126px) 0;
  border-bottom: 1px solid var(--rule);
}

.support-contact h2,
.information-section-heading h2,
.support-legal h2 {
  margin: 12px 0 22px;
  font-size: clamp(2.5rem, 4.8vw, 4.5rem);
  font-weight: 500;
  letter-spacing: -0.048em;
  line-height: 1;
}

.support-contact > div > p:not(.section-kicker) {
  max-width: 660px;
  color: var(--ink-soft);
}

.support-email-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 18px;
  padding: 17px 20px;
  background: var(--ink);
  color: white;
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 700;
}

.support-email-button span {
  color: var(--green);
  font-size: 1.05rem;
}

.support-email-button:hover {
  background: #31352e;
}

.support-checklist {
  padding: 29px 30px 30px;
  border-top: 5px solid var(--orange);
  background: #f4f4f0;
}

.support-checklist h3 {
  margin: 0;
  font-size: 1.45rem;
  font-weight: 600;
}

.support-checklist p,
.support-checklist li {
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.6;
}

.support-checklist ul {
  margin: 15px 0 20px;
  padding-left: 1.2em;
}

.support-topics {
  padding: clamp(78px, 10vw, 126px) 0;
  border-bottom: 1px solid var(--rule);
}

.information-section-heading {
  max-width: 780px;
  margin-bottom: 48px;
}

.support-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--rule);
}

.support-topic-grid article {
  min-height: 295px;
  padding: 29px 28px 34px;
  border-right: 1px solid var(--rule);
}

.support-topic-grid article:last-child {
  border-right: 0;
}

.support-topic-grid span {
  color: var(--green);
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.support-topic-grid h3 {
  margin: 42px 0 14px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.1;
}

.support-topic-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
  line-height: 1.58;
}

.support-legal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.48fr) minmax(250px, 0.56fr);
  gap: clamp(38px, 6vw, 76px);
  padding: clamp(78px, 10vw, 126px) 0;
  border-bottom: 1px solid var(--rule);
}

.support-legal address,
.support-legal__contact,
.policy-copy address {
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.65;
}

.support-legal__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.support-legal__contact strong:not(:first-child) {
  margin-top: 18px;
}

.information-related-link {
  margin: 42px 0 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.information-related-link a {
  margin-left: 0.35em;
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 700;
}

.policy-header {
  padding: clamp(64px, 9vw, 108px) 0 clamp(72px, 9vw, 110px);
  border-bottom: 1px solid var(--rule-strong);
}

.policy-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 870px;
  margin: 54px 0 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--rule);
}

.policy-summary div {
  padding: 18px 22px 20px 0;
}

.policy-summary dt,
.policy-summary dd {
  margin: 0;
}

.policy-summary dt {
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-summary dd {
  margin-top: 7px;
  font-size: 0.96rem;
}

.policy-layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.3fr) minmax(0, 0.7fr);
  gap: clamp(50px, 9vw, 116px);
  padding-top: clamp(72px, 10vw, 126px);
}

.policy-contents {
  align-self: start;
  position: sticky;
  top: 28px;
  padding-top: 20px;
  border-top: 4px solid var(--orange);
}

.policy-contents ol {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.policy-contents li {
  border-bottom: 1px solid var(--rule);
}

.policy-contents a {
  display: block;
  padding: 10px 0;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.74rem;
  font-weight: 650;
  text-decoration: none !important;
}

.policy-contents a:hover {
  color: var(--ink);
}

.policy-copy {
  max-width: 750px;
}

.policy-copy section {
  padding: 0 0 62px;
  scroll-margin-top: 30px;
}

.policy-copy section + section {
  padding-top: 62px;
  border-top: 1px solid var(--rule);
}

.policy-copy h2 {
  margin: 10px 0 24px;
  font-size: clamp(2.15rem, 4vw, 3.4rem);
  font-weight: 500;
  letter-spacing: -0.042em;
  line-height: 1.06;
}

.policy-copy p,
.policy-provider-list {
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.72;
}

.policy-provider-list {
  padding-left: 1.25em;
}

.policy-provider-list li + li {
  margin-top: 5px;
}

@media (max-width: 900px) {
  .intro {
    grid-template-columns: 1fr;
  }

  .intro__copy {
    max-width: 55ch;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  .project-card {
    min-height: 390px;
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }

  .project-card:last-child {
    border-bottom: 0;
  }

  .project-grid--continuation .project-card:last-child {
    border-right: 0;
  }

  .project-hero,
  .project-film__heading,
  .project-section-heading {
    grid-template-columns: 1fr;
  }

  .tenlists-hero {
    grid-template-columns: 1fr;
  }

  .rdac-hero,
  .rdac-boundaries,
  .redflag-hero,
  .redflag-problem,
  .redflag-perspective,
  .qualtext-hero,
  .qualtext-boundary,
  .ipoku-hero,
  .ipoku-thesis,
  .ipoku-investor {
    grid-template-columns: 1fr;
  }

  .information-hero,
  .support-contact,
  .support-legal,
  .policy-layout {
    grid-template-columns: 1fr;
  }

  .information-hero__icon {
    width: min(38vw, 220px);
  }

  .support-contact,
  .support-legal,
  .policy-layout {
    gap: 42px;
  }

  .support-topic-grid {
    grid-template-columns: 1fr;
  }

  .support-topic-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }

  .support-topic-grid article:last-child {
    border-bottom: 0;
  }

  .support-topic-grid h3 {
    margin-top: 25px;
  }

  .policy-contents {
    position: static;
  }

  .project-hero {
    gap: 50px;
  }

  .project-facts {
    width: min(100%, 520px);
  }

  .project-hero__aside {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.7fr);
    align-items: end;
  }

  .symbol-story__mark {
    width: min(72%, 260px);
  }

  .project-section-heading > p:last-child {
    max-width: 58ch;
    margin-top: 26px;
  }

  .project-film__heading > p {
    max-width: 58ch;
    margin-top: 26px;
  }

  .phone-tour {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tenlists-hero__aside {
    display: grid;
    grid-template-columns: minmax(180px, 0.65fr) minmax(280px, 1fr);
    align-items: center;
  }

  .rdac-hero__aside {
    display: grid;
    grid-template-columns: minmax(180px, 0.65fr) minmax(280px, 1fr);
    align-items: center;
  }

  .redflag-hero__aside {
    display: grid;
    grid-template-columns: minmax(180px, 0.65fr) minmax(280px, 1fr);
    align-items: center;
  }

  .qualtext-hero__aside {
    display: grid;
    grid-template-columns: minmax(180px, 0.65fr) minmax(280px, 1fr);
    align-items: center;
  }

  .ipoku-hero__aside {
    display: grid;
    grid-template-columns: minmax(180px, 0.65fr) minmax(280px, 1fr);
    align-items: center;
  }

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

  .qualtext-codebook-grid article:nth-child(odd) {
    border-left: 0;
  }

  .qualtext-codebook-grid article:nth-child(n + 3) {
    border-top: 1px solid var(--rule);
  }

  .qualtext-path-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qualtext-path-list li:nth-child(odd) {
    border-left: 0;
  }

  .qualtext-path-list li:nth-child(n + 3) {
    border-top: 1px solid var(--rule);
  }

  .ipoku-possibilities__grid {
    grid-template-columns: 1fr;
  }

  .ipoku-possibilities article {
    min-height: 0;
    border-top: 1px solid var(--rule);
    border-left: 0;
  }

  .ipoku-possibilities article:first-child {
    border-top: 0;
  }

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

  .redflag-method-grid article:nth-child(3) {
    border-left: 0;
  }

  .redflag-method-grid article:nth-child(n + 3) {
    border-top: 1px solid var(--rule);
  }

  .rdac-cycle,
  .rdac-phone-tour {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rdac-cycle article:nth-child(3) {
    border-left: 0;
  }

  .rdac-cycle article:nth-child(n + 3) {
    border-top: 1px solid var(--rule);
  }

  .tenlists-method-grid {
    grid-template-columns: 1fr;
  }

  .tenlists-method-grid article {
    border-top: 1px solid var(--rule);
    border-left: 0;
  }

  .tenlists-method-grid article:first-child {
    border-top: 0;
  }

  .tenlists-method-grid span {
    margin-bottom: 26px;
  }

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

  .tenlists-progress-layout {
    grid-template-columns: minmax(240px, 330px) minmax(0, 1fr);
    gap: 50px;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 17px;
  }

  .page-shell {
    width: min(calc(100% - 32px), var(--content));
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 22px 0 18px;
  }

  .identity__mark {
    width: 62px;
    height: 62px;
  }

  .identity__byline {
    max-width: 28ch;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
    gap: 16px;
  }

  .information-page .site-nav {
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .information-hero {
    gap: 42px;
    padding: 52px 0 72px;
  }

  .information-hero h1,
  .policy-header h1 {
    font-size: clamp(3.05rem, 16vw, 4.6rem);
  }

  .information-hero__icon {
    width: min(58vw, 210px);
  }

  .support-contact,
  .support-topics,
  .support-legal,
  .policy-header {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .support-checklist,
  .support-topic-grid article {
    padding-right: 22px;
    padding-left: 22px;
  }

  .support-email-button {
    width: 100%;
  }

  .policy-summary {
    grid-template-columns: 1fr;
  }

  .policy-summary div {
    border-bottom: 1px solid var(--rule);
  }

  .policy-summary div:last-child {
    border-bottom: 0;
  }

  .policy-layout {
    padding-top: 66px;
  }

  .intro {
    padding: 70px 0 84px;
  }

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

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

  .project-grid {
    grid-template-columns: 1fr;
  }

  .project-card {
    grid-column: auto;
    min-height: 390px;
    border-right: 0;
    border-bottom: 1px solid var(--rule);
  }

  .project-card:last-child {
    border-bottom: 0;
  }

  .note-list a {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .notes-hero {
    padding-top: 58px;
  }

  .notes-hero h1,
  .note-article h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .note-index-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .note-index-card > p:last-child {
    margin-top: 6px;
  }

  .note-article {
    padding-top: 58px;
  }

  .note-pagination {
    grid-template-columns: 1fr;
  }

  .note-pagination__older {
    text-align: left;
  }

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

  .breadcrumb {
    padding-top: 22px;
  }

  .project-hero {
    padding-top: 55px;
  }

  .project-hero h1 {
    font-size: clamp(3.8rem, 20vw, 6rem);
  }

  .project-hero__aside {
    display: flex;
  }

  .tenlists-hero h1 {
    font-size: clamp(4rem, 22vw, 6.4rem);
  }

  .tenlists-hero__aside {
    display: flex;
  }

  .rdac-hero h1 {
    font-size: clamp(4.7rem, 24vw, 7rem);
  }

  .rdac-hero__aside {
    display: flex;
  }

  .redflag-hero h1 {
    font-size: clamp(3.8rem, 19vw, 6rem);
  }

  .redflag-hero__aside {
    display: flex;
  }

  .qualtext-hero h1 {
    font-size: clamp(4rem, 21vw, 6.4rem);
  }

  .qualtext-hero__aside {
    display: flex;
  }

  .ipoku-hero__aside {
    display: flex;
  }

  .qualtext-mark {
    width: min(78%, 285px);
  }

  .redflag-cover {
    width: min(72%, 290px);
  }

  .rdac-app-icon {
    width: min(76%, 270px);
  }

  .tenlists-app-icon {
    width: min(76%, 270px);
  }

  .symbol-story__mark {
    width: min(78%, 270px);
  }

  .project-facts {
    width: 100%;
  }

  .availability-actions,
  .product-figure-grid--two,
  .phone-tour {
    grid-template-columns: 1fr;
  }

  .product-figure-grid--two .product-figure--wide {
    grid-column: auto;
  }

  .project-section-heading h2 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .project-film__heading h2 {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }

  .tenlists-phone-grid,
  .tenlists-phone-grid--two,
  .tenlists-progress-layout,
  .tenlists-cta,
  .rdac-cycle,
  .rdac-phone-tour,
  .rdac-boundaries {
    grid-template-columns: 1fr;
  }

  .rdac-cycle article,
  .rdac-cycle article:nth-child(3) {
    border-top: 1px solid var(--rule);
    border-left: 0;
  }

  .rdac-cycle article:first-child {
    border-top: 0;
  }

  .rdac-cycle article > span {
    margin-bottom: 25px;
  }

  .rdac-phone-tour {
    gap: 58px;
  }

  .rdac-phone-tour .phone-figure {
    width: min(100%, 380px);
    margin: 0 auto;
  }

  .rdac-boundaries {
    padding-right: 22px;
    padding-left: 22px;
  }

  .redflag-method-grid,
  .redflag-problem,
  .redflag-perspective,
  .redflag-amazon {
    grid-template-columns: 1fr;
  }

  .redflag-method-grid article,
  .redflag-method-grid article:nth-child(3) {
    border-top: 1px solid var(--rule);
    border-left: 0;
  }

  .redflag-method-grid article:first-child {
    border-top: 0;
  }

  .redflag-method-grid span {
    margin-bottom: 25px;
  }

  .redflag-problem,
  .redflag-perspective {
    padding-right: 22px;
    padding-left: 22px;
  }

  .redflag-amazon {
    padding-right: 22px;
    padding-left: 22px;
  }

  .redflag-amazon > img {
    width: min(54%, 200px);
  }

  .qualtext-codebook-grid,
  .qualtext-path-list,
  .qualtext-status {
    grid-template-columns: 1fr;
  }

  .qualtext-codebook-grid article,
  .qualtext-codebook-grid article:nth-child(odd),
  .qualtext-path-list li,
  .qualtext-path-list li:nth-child(odd) {
    border-top: 1px solid var(--rule);
    border-left: 0;
  }

  .qualtext-codebook-grid article:first-child,
  .qualtext-path-list li:first-child {
    border-top: 0;
  }

  .qualtext-codebook-grid h3 {
    margin-top: 25px;
  }

  .qualtext-path-list li {
    min-height: 0;
  }

  .qualtext-boundary,
  .qualtext-status {
    padding-right: 22px;
    padding-left: 22px;
  }

  .qualtext-status > img {
    width: min(78%, 320px);
    margin: 0 auto;
  }

  .tenlists-phone-grid,
  .tenlists-phone-grid--two {
    gap: 58px;
  }

  .tenlists-page .phone-figure,
  .tenlists-progress-layout .phone-figure {
    width: min(100%, 380px);
    margin: 0 auto;
  }

  .tenlists-progress-copy {
    margin-top: 4px;
  }

  .tenlists-cta {
    padding-right: 22px;
    padding-left: 22px;
  }

  .tenlists-cta > img {
    width: min(56%, 210px);
  }

  .tour-cluster__heading {
    grid-template-columns: 36px 1fr;
    gap: 13px;
  }

  .product-figure figcaption {
    padding: 21px 20px 23px;
  }

  .phone-figure {
    width: min(100%, 380px);
    margin: 0 auto;
  }

  .phone-figure figcaption {
    padding: 20px 8px 8px;
  }

  .phone-figure h3 {
    font-size: 1.35rem;
  }

  .phone-figure p {
    font-size: 0.82rem;
  }

  .image-viewer-trigger__label {
    opacity: 1;
    transform: none;
  }

  .image-viewer {
    width: 100vw;
    height: 100dvh;
    margin: 0;
  }

  .image-viewer__header {
    padding: 14px 14px 13px 17px;
  }

  .image-viewer__stage {
    position: relative;
    grid-template-columns: minmax(0, 1fr);
    padding: 12px;
  }

  .image-viewer__previous,
  .image-viewer__next {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
  }

  .image-viewer__previous:hover,
  .image-viewer__previous:focus-visible,
  .image-viewer__next:hover,
  .image-viewer__next:focus-visible {
    transform: translateY(-50%) scale(1.04);
  }

  .image-viewer__previous {
    left: 10px;
  }

  .image-viewer__next {
    right: 10px;
  }

  .image-viewer__caption {
    min-height: 0;
    padding: 13px 17px 16px;
    font-size: 0.72rem;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* About and direct contact */

.about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  align-items: end;
  gap: clamp(52px, 9vw, 118px);
  padding: clamp(66px, 9vw, 112px) 0 clamp(82px, 10vw, 132px);
  border-bottom: 1px solid var(--rule-strong);
}

.about-hero .eyebrow {
  margin-bottom: 28px;
}

.about-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(4rem, 7.8vw, 7.5rem);
  font-weight: 500;
  letter-spacing: -0.064em;
  line-height: 0.92;
}

.about-hero__lead {
  margin: 0 0 8px;
  color: var(--ink-soft);
  font-size: clamp(1.2rem, 2.15vw, 1.55rem);
  line-height: 1.48;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(240px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(52px, 9vw, 118px);
  padding: clamp(82px, 11vw, 142px) 0;
  border-bottom: 1px solid var(--rule);
}

.about-story__heading h2,
.about-contact h2,
.redflag-contact h2 {
  margin: 13px 0 0;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.about-story__copy {
  max-width: 690px;
  color: var(--ink-soft);
  font-size: 1rem;
}

.about-story__copy p {
  margin: 0 0 1.35em;
}

.about-story__copy p:first-child {
  color: var(--ink);
  font-size: 1.25rem;
}

.about-story__copy .about-story__personal {
  margin: 2.2em 0 0;
  padding: 22px 24px;
  border-left: 5px solid var(--green);
  background: #f4f4f0;
  color: var(--ink);
  font-size: 1.18rem;
}

.about-contact,
.redflag-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: clamp(48px, 8vw, 96px);
  padding: clamp(78px, 10vw, 126px) 0;
  border-bottom: 1px solid var(--rule);
}

.about-contact {
  grid-template-areas:
    "heading ."
    "copy action";
  align-items: center;
  row-gap: 24px;
}

.about-contact__heading {
  grid-area: heading;
}

.about-contact__copy {
  grid-area: copy;
  max-width: 650px;
  color: var(--ink-soft);
}

.about-contact__copy p {
  margin: 0;
}

.about-contact__copy p + p {
  margin-top: 24px;
}

.redflag-contact p:not(.section-kicker) {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--ink-soft);
}

.about-contact .support-email-button,
.redflag-contact .support-email-button {
  width: 100%;
  margin: 0;
}

.about-contact .support-email-button {
  grid-area: action;
  align-self: center;
}

@media (max-width: 900px) {
  .about-hero,
  .about-story,
  .about-contact,
  .redflag-contact {
    grid-template-columns: 1fr;
  }

  .about-hero__lead {
    max-width: 650px;
  }

  .about-contact {
    grid-template-areas:
      "heading"
      "copy"
      "action";
    row-gap: 24px;
  }

  .about-contact .support-email-button {
    margin-top: 14px;
  }
}

@media (max-width: 640px) {
  .about-hero {
    gap: 38px;
    padding-top: 54px;
    padding-bottom: 70px;
  }

  .about-hero h1 {
    font-size: clamp(3.45rem, 17vw, 5rem);
  }

  .about-story,
  .about-contact,
  .redflag-contact {
    gap: 38px;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .about-contact {
    row-gap: 24px;
  }
}
