/* Homepage exhibits. Case studies and the Sloe privacy treatment stay in styles.css. */

body.portfolio-home .work-intro {
  grid-template-columns: minmax(0, 1.5fr) minmax(0, .8fr);
  align-items: end;
  gap: 26px 70px;
  padding: 126px 0 35px;
}
body.portfolio-home .work-intro > .eyebrow {
  margin: 0;
  color: var(--accent);
  font-size: 11px;
  letter-spacing: .09em;
}
body.portfolio-home .work-intro h2 {
  font-size: clamp(44px, 4.9vw, 70px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.07em;
}
body.portfolio-home .work-intro h2 > span { color: #8590a3; }
body.portfolio-home .work-intro > p:not(.eyebrow) {
  align-self: end;
  max-width: 335px;
  padding-bottom: 4px;
  font-size: 15px;
  line-height: 1.85;
}
body.portfolio-home .project-nav {
  position: sticky;
  z-index: 30;
  top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 3px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 37px;
  padding: 6px;
  border: 1px solid #d7e1f0;
  border-radius: 100px;
  background: #f5f7faf2;
  box-shadow: 0 9px 28px #1d3a6310;
  backdrop-filter: blur(18px);
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #c4d2e8 transparent;
}
body.portfolio-home .project-nav a {
  flex: 0 0 auto;
  justify-content: center;
  min-height: 43px;
  padding: 11px 17px;
  border-radius: 100px;
  color: #475773;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  gap: 12px;
}
body.portfolio-home .project-nav a:hover,
body.portfolio-home .project-nav a[aria-current="location"] {
  color: #fff;
  background: #245bd1;
}
body.portfolio-home .project-nav a:hover > span,
body.portfolio-home .project-nav a[aria-current="location"] > span { color: #fff; }
body.portfolio-home .project-nav a:focus-visible { outline-offset: -3px; }
body.portfolio-home .project-nav a[aria-current="location"]:focus-visible,
body.portfolio-home .project-nav a:hover:focus-visible { outline-color: #fff; outline-offset: -4px; }

/* A shared rhythm leaves room for each project's composition. */
body.portfolio-home .project-section { padding-top: 76px; scroll-margin-top: 82px; }
body.portfolio-home .websites-section { padding-top: 17px; }
body.portfolio-home .section-heading {
  grid-column: 1 / -1;
  gap: 30px;
  padding-bottom: 25px;
}
body.portfolio-home .section-heading h2 {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.045em;
}
body.portfolio-home .section-heading > p { font-size: 13px; line-height: 1.7; }
body.portfolio-home .project-chapter {
  min-width: 0;
  margin: 0;
  padding: 29px 34px 0;
  border-radius: 24px;
}
body.portfolio-home .project-chapter + .project-chapter { margin-top: 0; }
body.portfolio-home .project-chapter .chapter-topline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px 16px;
  min-height: 44px;
}
body.portfolio-home .project-chapter .project-type {
  min-width: 0;
  font-size: 11px;
  line-height: 1.65;
  font-weight: 500;
  letter-spacing: .01em;
}
body.portfolio-home .project-chapter .project-status {
  display: inline-flex;
  flex-shrink: 0;
  margin-left: auto;
  font-size: 11px;
  line-height: 1.5;
  white-space: nowrap;
}
body.portfolio-home .project-chapter .project-expand {
  min-height: 42px;
  padding: 10px 13px;
  font-size: 11px;
  gap: 10px;
}
body.portfolio-home .project-chapter .chapter-main { min-width: 0; }
body.portfolio-home .project-chapter .chapter-description {
  font-size: 14px;
  line-height: 1.85;
}
body.portfolio-home .project-chapter .chapter-copy .text-link {
  min-height: 43px;
  margin-top: 19px;
  font-size: 12px;
}
body.portfolio-home .project-chapter .preview-bar {
  min-height: 35px;
  padding: 9px 13px;
  font-size: 10px;
}
body.portfolio-home .project-chapter .build-overview {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 20px;
  padding: 23px 0 28px;
}
body.portfolio-home .project-chapter .build-heading,
body.portfolio-home .game-chapter .build-heading {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6;
}
body.portfolio-home .project-chapter .build-overview dl,
body.portfolio-home .game-chapter .build-overview dl {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
}
body.portfolio-home .project-chapter .build-overview dt,
body.portfolio-home .game-chapter .build-overview dt { font-size: 11px; line-height: 1.65; }
body.portfolio-home .project-chapter .build-overview dd,
body.portfolio-home .game-chapter .build-overview dd { font-size: 12px; font-weight: 500; line-height: 1.7; }

/* One flagship platform, followed by two compact, image-led exhibits. */
body.portfolio-home .websites-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
  row-gap: 28px;
}
body.portfolio-home .websites-section > .section-heading { padding-bottom: 0; }
body.portfolio-home .chapter-data {
  grid-column: 1 / -1;
  padding: 34px 42px 0;
  background: linear-gradient(128deg, #163982, #245bd1 72%, #2e68de);
  border-color: #2b5bc4;
}
body.portfolio-home .chapter-data .chapter-main {
  grid-template-columns: minmax(0, .73fr) minmax(0, 1.37fr);
  gap: 50px;
  padding: 67px 0 68px;
}
body.portfolio-home .chapter-data .chapter-copy h3 {
  max-width: 360px;
  font-size: clamp(48px, 5.4vw, 78px);
  font-weight: 500;
  letter-spacing: -.065em;
  line-height: 1.015;
}
body.portfolio-home .chapter-data .chapter-description { max-width: 330px; margin-top: 24px; }
body.portfolio-home .chapter-data .project-visual { padding: 13px 0 13px 4px; }
body.portfolio-home .chapter-data .project-preview {
  transform: rotate(-3deg);
  box-shadow: 0 34px 55px #0b225d40, 0 0 0 7px #ffffff08;
}
body.portfolio-home .chapter-data .project-preview:hover { transform: rotate(-1deg) translateY(-4px); }
body.portfolio-home .chapter-data .build-overview { border-color: #e4edff40; }
body.portfolio-home .chapter-wire,
body.portfolio-home .chapter-couch {
  display: flex;
  flex-direction: column;
  padding: 24px 27px 0;
}
body.portfolio-home .chapter-wire {
  background: #fff;
  border-color: #dbe4f0;
}
body.portfolio-home .chapter-couch {
  background: linear-gradient(150deg, #17263e, #244668);
  border-color: #304c70;
}
body.portfolio-home .chapter-wire .chapter-main,
body.portfolio-home .chapter-couch .chapter-main {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 26px;
  padding: 27px 0 26px;
}
body.portfolio-home .chapter-wire .project-visual,
body.portfolio-home .chapter-couch .project-visual {
  order: -1;
  width: 100%;
  padding: 4px 0;
  margin: 0;
}
body.portfolio-home .chapter-wire .project-preview,
body.portfolio-home .chapter-couch .project-preview {
  transform: none;
  border-radius: 9px;
  box-shadow: 0 13px 28px #1027451a;
}
body.portfolio-home .chapter-couch .project-preview { box-shadow: 0 14px 30px #07142335; }
body.portfolio-home .chapter-wire .project-preview:hover,
body.portfolio-home .chapter-couch .project-preview:hover { transform: translateY(-3px); }
body.portfolio-home .chapter-wire .chapter-copy,
body.portfolio-home .chapter-couch .chapter-copy {
  width: 100%;
  min-width: 0;
  padding: 0;
}
body.portfolio-home .chapter-wire .chapter-copy h3,
body.portfolio-home .chapter-couch .chapter-copy h3 {
  max-width: 470px;
  font-size: 40px;
  line-height: 1.07;
  font-weight: 500;
  letter-spacing: -.055em;
}
body.portfolio-home .chapter-wire .chapter-description,
body.portfolio-home .chapter-couch .chapter-description { max-width: 470px; margin-top: 18px; }
body.portfolio-home .chapter-wire .build-overview,
body.portfolio-home .chapter-couch .build-overview { grid-template-columns: 1fr; gap: 16px; }
body.portfolio-home .chapter-wire .build-overview dl,
body.portfolio-home .chapter-couch .build-overview dl { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 24px; }

/* Native screens get equal-height stages and retain their complete aspect ratios. */
body.portfolio-home .apps-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
body.portfolio-home .apps-section > .section-heading { padding-bottom: 0; }
body.portfolio-home .chapter-command,
body.portfolio-home .chapter-bitewell {
  display: flex;
  flex-direction: column;
  padding: 25px 29px 0;
}
body.portfolio-home .chapter-command { background: linear-gradient(140deg, #142138, #233d5b); }
body.portfolio-home .chapter-bitewell { background: #e9f0fa; border-color: #d5e0f0; }
body.portfolio-home .apps-section .chapter-main {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 25px;
  padding: 23px 0 28px;
}
body.portfolio-home .apps-section .project-visual {
  order: -1;
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 414px;
  padding: 15px 0;
}
body.portfolio-home .apps-section .project-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 4% 0;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, #b8d4ff0d, transparent 68%);
  border: 1px solid #c6daff0e;
  pointer-events: none;
}
body.portfolio-home .chapter-bitewell .project-visual::before {
  background: radial-gradient(ellipse at center, #c9dcf8a8, transparent 70%);
  border-color: #bbcfea45;
}
body.portfolio-home .chapter-command .project-preview {
  width: 100%;
  max-width: 354px;
  padding: 0;
  transform: none;
  box-shadow: 0 23px 45px #07111f40, 0 0 0 5px #ffffff05;
}
body.portfolio-home .chapter-bitewell .project-preview {
  width: 100%;
  max-width: 178px;
  padding: 4px;
  transform: none;
  box-shadow: 0 22px 36px #25477526;
}
body.portfolio-home .apps-section .project-preview img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  filter: none;
}
body.portfolio-home .apps-section .project-preview:hover { transform: translateY(-3px); }
body.portfolio-home .apps-section .chapter-copy { width: 100%; padding: 0; }
body.portfolio-home .chapter-command .chapter-copy h3 {
  max-width: 470px;
  font-size: 43px;
  font-weight: 500;
  line-height: 1.07;
  letter-spacing: -.06em;
}
body.portfolio-home .chapter-bitewell .chapter-copy h3 {
  font-size: 57px;
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.06em;
}
body.portfolio-home .apps-section .chapter-description { max-width: 470px; margin-top: 20px; }
body.portfolio-home .apps-section .build-overview { grid-template-columns: 1fr; gap: 16px; }
body.portfolio-home .apps-section .build-overview dl { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 24px; }

/* An expansive brand image followed by a smaller, contrasting studio piece. */
body.portfolio-home .brands-section { display: grid; grid-template-columns: 1fr; gap: 28px; }
body.portfolio-home .brands-section > .section-heading { padding-bottom: 0; }
body.portfolio-home .chapter-brand {
  background: #e7eef9;
  padding: 30px 38px 0;
  border-color: #d5e0f1;
}
body.portfolio-home .chapter-brand::before { background: #dce7f7; }
body.portfolio-home .chapter-brand .chapter-main {
  display: flex;
  flex-direction: column;
  gap: 39px;
  padding: 32px 0 35px;
}
body.portfolio-home .chapter-brand .project-visual {
  order: -1;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 10px 15px;
}
body.portfolio-home .chapter-brand .project-preview {
  transform: none;
  border-radius: 12px;
  box-shadow: 0 27px 47px #17345d26, 0 0 0 7px #ffffff48;
}
body.portfolio-home .chapter-brand .project-preview:hover { transform: translateY(-4px); }
body.portfolio-home .chapter-brand .chapter-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .8fr);
  gap: 13px 60px;
  width: 100%;
  padding: 0 10px;
}
body.portfolio-home .chapter-brand .chapter-copy h3 {
  grid-row: 1 / 3;
  max-width: 600px;
  font-size: clamp(43px, 4.7vw, 68px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -.065em;
}
body.portfolio-home .chapter-brand .chapter-description { margin-top: 0; max-width: 420px; }
body.portfolio-home .chapter-brand .chapter-copy .text-link { justify-self: start; margin-top: 0; }
body.portfolio-home .chapter-jewelry { background: #fff; border-color: #d9e3f1; }
body.portfolio-home .chapter-jewelry::before { background: #edf3fc; border-color: #e0eafa; }
body.portfolio-home .chapter-jewelry .chapter-main {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .85fr);
  gap: 52px;
  padding: 39px 0 43px;
}
body.portfolio-home .chapter-jewelry .project-visual { grid-column: 1; grid-row: 1; padding: 17px 7px 17px 0; }
body.portfolio-home .chapter-jewelry .project-preview {
  transform: rotate(1.5deg);
  box-shadow: 0 23px 39px #203d641c;
}
body.portfolio-home .chapter-jewelry .project-preview:hover { transform: rotate(0) translateY(-3px); }
body.portfolio-home .chapter-jewelry .chapter-copy { grid-column: 2; grid-row: 1; }
body.portfolio-home .chapter-jewelry .chapter-copy h3 { font-size: 56px; max-width: 420px; line-height: 1.04; }
body.portfolio-home .chapter-jewelry .chapter-description { max-width: 420px; margin-top: 24px; }

/* An actual gameplay scene, composed as a large playable poster. */
body.portfolio-home .game-chapter { border-radius: 25px; background: #0c1a2c; }
body.portfolio-home .game-stage { align-items: end; min-height: 695px; }
body.portfolio-home .game-scene img { object-position: 60% center; }
body.portfolio-home .game-stage::after {
  background: linear-gradient(90deg, #071424e8, #07142497 45%, #07142410 100%), linear-gradient(0deg, #0c1a2cee, transparent 70%);
}
body.portfolio-home .game-copy { max-width: 745px; padding: 65px 59px; }
body.portfolio-home .game-copy .project-type { font-size: 12px; color: #ccdef9; }
body.portfolio-home .game-copy h3 {
  margin: 21px 0 25px;
  font-size: clamp(64px, 7.35vw, 106px);
  font-weight: 500;
  line-height: .99;
  letter-spacing: -.065em;
}
body.portfolio-home .game-copy > p:not(.project-type, .play-note) { max-width: 400px; font-size: 15px; line-height: 1.85; }
body.portfolio-home .game-copy .button { margin-top: 28px; min-height: 50px; padding: 14px 24px; font-size: 13px; }
body.portfolio-home .game-copy > p.play-note { margin-top: 15px; font-size: 11px; }
body.portfolio-home .game-chapter .build-overview { grid-template-columns: 112px minmax(0, 1fr); padding: 27px 39px 30px; gap: 25px; }

/* A quieter account of the work, then a personal closing. */
body.portfolio-home .build-approach {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 65px;
  margin-top: 90px;
  padding: 62px 54px;
  border: 1px solid #20385c;
  border-radius: 25px;
  background: #14243d;
  color: #f2f6fe;
}
body.portfolio-home .approach-copy > .eyebrow { color: #bcd4ff; }
body.portfolio-home .approach-copy h2 { font-size: clamp(40px, 4.1vw, 59px); line-height: 1.06; }
body.portfolio-home .approach-copy h2 > span { color: #abc9ff; }
body.portfolio-home .approach-copy > p:not(.eyebrow) { color: #c9d4e5; font-size: 14px; line-height: 1.85; }
body.portfolio-home .approach-grid { gap: 14px; }
body.portfolio-home .approach-grid > div {
  min-height: 182px;
  padding: 25px 23px;
  border: 1px solid #afcaed26;
  border-radius: 15px;
  background: #ffffff05;
  box-shadow: none;
}
body.portfolio-home .approach-grid > div:nth-child(2),
body.portfolio-home .approach-grid > div:nth-child(3),
body.portfolio-home .approach-grid > div:nth-child(4) { background: #ffffff05; border-color: #afcaed26; }
body.portfolio-home .approach-grid h3 { font-size: 14px; color: #eff5ff; }
body.portfolio-home .approach-grid p { font-size: 12px; line-height: 1.85; color: #c2cfe2; }
body.portfolio-home .about {
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.1fr);
  gap: 100px;
  padding: 115px 45px 90px;
}
body.portfolio-home .about-portrait { max-width: 360px; transform: rotate(-3deg); }
body.portfolio-home .about h2 { font-size: clamp(42px, 4.75vw, 68px); line-height: 1.06; margin-bottom: 28px; }
body.portfolio-home .about-copy > p:not(.eyebrow) { max-width: 555px; font-size: 15px; line-height: 1.9; }
body.portfolio-home .about .text-link { font-size: 13px; }
body.portfolio-home .site-footer { padding: 22px 0 26px; }
body.portfolio-home .footer-top { font-size: 12px; }
body.portfolio-home .footer-signature { color: #245bd1; font-size: clamp(65px, 13.6vw, 196px); letter-spacing: -.085em; line-height: 1.07; }
body.portfolio-home .footer-signature > span { color: #202a3b; }

@media (max-width: 1100px) {
  body.portfolio-home .work-intro { gap: 25px 42px; padding-top: 103px; }
  body.portfolio-home .work-intro h2 { font-size: 55px; }
  body.portfolio-home .project-section { padding-top: 62px; }
  body.portfolio-home .websites-section { padding-top: 15px; }
  body.portfolio-home .websites-section,
  body.portfolio-home .apps-section { gap: 23px; }
  body.portfolio-home .project-chapter { padding-right: 27px; padding-left: 27px; }
  body.portfolio-home .chapter-data .chapter-main { gap: 35px; padding: 49px 0 53px; }
  body.portfolio-home .chapter-data .chapter-copy h3 { font-size: 61px; }
  body.portfolio-home .chapter-wire,
  body.portfolio-home .chapter-couch,
  body.portfolio-home .chapter-command,
  body.portfolio-home .chapter-bitewell { padding-right: 24px; padding-left: 24px; }
  body.portfolio-home .chapter-wire .chapter-copy h3,
  body.portfolio-home .chapter-couch .chapter-copy h3 { font-size: 35px; }
  body.portfolio-home .apps-section .project-visual { min-height: 381px; }
  body.portfolio-home .chapter-command .project-preview { max-width: 317px; }
  body.portfolio-home .chapter-bitewell .project-preview { max-width: 163px; }
  body.portfolio-home .chapter-command .chapter-copy h3 { font-size: 37px; }
  body.portfolio-home .chapter-bitewell .chapter-copy h3 { font-size: 49px; }
  body.portfolio-home .chapter-brand .chapter-copy { gap: 12px 39px; padding: 0; }
  body.portfolio-home .chapter-brand .chapter-copy h3 { font-size: 52px; }
  body.portfolio-home .chapter-jewelry .chapter-main { gap: 35px; }
  body.portfolio-home .chapter-jewelry .chapter-copy h3 { font-size: 47px; }
  body.portfolio-home .game-stage { min-height: 620px; }
  body.portfolio-home .game-copy { padding: 49px 44px; }
  body.portfolio-home .game-copy h3 { font-size: 85px; }
  body.portfolio-home .build-approach { padding: 45px 38px; gap: 38px; }
  body.portfolio-home .approach-grid > div { padding: 22px 20px; }
  body.portfolio-home .about { gap: 65px; padding: 93px 28px 77px; }
  body.portfolio-home .about h2 { font-size: 53px; }
}

@media (max-width: 800px) {
  body.portfolio-home .work-intro { grid-template-columns: 1fr; gap: 22px; padding-top: 83px; padding-bottom: 29px; }
  body.portfolio-home .work-intro h2 { font-size: 51px; }
  body.portfolio-home .work-intro > p:not(.eyebrow) { max-width: 540px; font-size: 14px; }
  body.portfolio-home .project-nav { justify-content: flex-start; margin-bottom: 26px; top: 12px; }
  body.portfolio-home .project-nav a { padding: 10px 13px; font-size: 10px; gap: 9px; }
  body.portfolio-home .section-heading h2 { font-size: 21px; }
  body.portfolio-home .section-heading > p { max-width: 245px; font-size: 12px; }
  body.portfolio-home .websites-section,
  body.portfolio-home .apps-section { grid-template-columns: 1fr; gap: 24px; }
  body.portfolio-home .project-chapter { padding: 25px 28px 0; }
  body.portfolio-home .project-chapter .build-overview { grid-template-columns: 1fr; gap: 16px; }
  body.portfolio-home .project-chapter .build-overview dl { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 26px; }
  body.portfolio-home .chapter-data .chapter-main { grid-template-columns: 1fr; gap: 28px; padding: 38px 0; }
  body.portfolio-home .chapter-data .chapter-copy h3 { max-width: 550px; font-size: 60px; }
  body.portfolio-home .chapter-data .chapter-description { max-width: 550px; }
  body.portfolio-home .chapter-data .project-visual { padding: 14px 8px; }
  body.portfolio-home .chapter-wire .chapter-main,
  body.portfolio-home .chapter-couch .chapter-main { gap: 29px; padding: 27px 0 28px; }
  body.portfolio-home .chapter-wire .chapter-copy h3,
  body.portfolio-home .chapter-couch .chapter-copy h3 { font-size: 43px; }
  body.portfolio-home .chapter-wire .chapter-description,
  body.portfolio-home .chapter-couch .chapter-description { max-width: 600px; }
  body.portfolio-home .apps-section .project-visual { min-height: 411px; }
  body.portfolio-home .chapter-command .project-preview { max-width: 352px; }
  body.portfolio-home .chapter-bitewell .project-preview { max-width: 179px; }
  body.portfolio-home .apps-section .chapter-description { max-width: 600px; }
  body.portfolio-home .chapter-command .chapter-copy h3 { font-size: 45px; }
  body.portfolio-home .chapter-bitewell .chapter-copy h3 { font-size: 57px; }
  body.portfolio-home .chapter-brand .chapter-main { gap: 30px; padding: 28px 0; }
  body.portfolio-home .chapter-brand .project-visual { padding: 7px 5px; }
  body.portfolio-home .chapter-brand .chapter-copy { grid-template-columns: 1fr; gap: 20px; }
  body.portfolio-home .chapter-brand .chapter-copy h3 { grid-row: auto; font-size: 53px; max-width: 650px; }
  body.portfolio-home .chapter-brand .chapter-description { max-width: 580px; }
  body.portfolio-home .chapter-brand .chapter-copy .text-link { margin-top: -6px; }
  body.portfolio-home .chapter-jewelry .chapter-main { grid-template-columns: 1fr; gap: 26px; padding: 29px 0 31px; }
  body.portfolio-home .chapter-jewelry .project-visual { grid-column: 1; grid-row: 1; padding: 12px 7px; }
  body.portfolio-home .chapter-jewelry .chapter-copy { grid-column: 1; grid-row: 2; }
  body.portfolio-home .chapter-jewelry .chapter-copy h3 { font-size: 50px; }
  body.portfolio-home .chapter-jewelry .chapter-description { max-width: 580px; margin-top: 20px; }
  body.portfolio-home .game-stage { min-height: 610px; }
  body.portfolio-home .game-copy { padding: 48px 35px; max-width: 670px; }
  body.portfolio-home .game-copy h3 { font-size: 77px; }
  body.portfolio-home .game-chapter .build-overview { grid-template-columns: 1fr; gap: 20px; padding: 26px 30px 29px; }
  body.portfolio-home .game-chapter .build-overview dl { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px 26px; }
  body.portfolio-home .build-approach { grid-template-columns: 1fr; padding: 38px 32px; gap: 29px; margin-top: 70px; }
  body.portfolio-home .approach-copy { max-width: 600px; }
  body.portfolio-home .approach-copy h2 { font-size: 47px; }
  body.portfolio-home .approach-copy > p:not(.eyebrow) { max-width: 590px; }
  body.portfolio-home .approach-grid > div { min-height: 150px; padding: 24px; }
  body.portfolio-home .about { gap: 43px; padding: 86px 14px 67px; }
  body.portfolio-home .about h2 { font-size: 42px; }
  body.portfolio-home .about-copy > p:not(.eyebrow) { font-size: 13px; }
  body.portfolio-home .about .text-link { font-size: 12px; }
}

@media (max-width: 520px) {
  body.portfolio-home .work-intro { padding-top: 62px; padding-bottom: 24px; gap: 20px; }
  body.portfolio-home .work-intro > .eyebrow { font-size: 10px; }
  body.portfolio-home .work-intro h2 { font-size: 39px; line-height: 1.1; letter-spacing: -.065em; }
  body.portfolio-home .work-intro > p:not(.eyebrow) { font-size: 13px; }
  body.portfolio-home .project-nav { margin-bottom: 22px; top: 8px; padding: 5px; border-radius: 22px; }
  body.portfolio-home .project-nav a { min-height: 42px; padding: 10px 12px; font-size: 10px; }
  body.portfolio-home .project-section { padding-top: 44px; scroll-margin-top: 70px; }
  body.portfolio-home .websites-section { padding-top: 11px; }
  body.portfolio-home .section-heading { gap: 12px; padding-bottom: 0; }
  body.portfolio-home .section-heading h2 { font-size: 20px; }
  body.portfolio-home .section-heading > p { max-width: none; font-size: 12px; margin-top: 8px; }
  body.portfolio-home .project-chapter { padding: 21px 22px 0; border-radius: 20px; }
  body.portfolio-home .project-chapter .chapter-topline { gap: 8px 13px; align-items: center; }
  body.portfolio-home .project-chapter .project-type { font-size: 10px; }
  body.portfolio-home .project-chapter .project-status { display: inline-flex; font-size: 10px; margin-left: auto; }
  body.portfolio-home .project-chapter .project-expand { min-height: 40px; font-size: 10px; padding: 9px 12px; margin-left: 0; }
  body.portfolio-home .project-chapter .chapter-description { font-size: 13px; line-height: 1.85; }
  body.portfolio-home .project-chapter .chapter-copy .text-link { font-size: 11px; min-height: 42px; }
  body.portfolio-home .project-chapter .preview-bar { font-size: 9px; min-height: 31px; padding: 8px 10px; }
  body.portfolio-home .project-chapter .build-overview { padding: 21px 0 25px; gap: 15px; }
  body.portfolio-home .project-chapter .build-overview dl { gap: 15px 18px; }
  body.portfolio-home .chapter-data .chapter-main { gap: 26px; padding: 30px 0; }
  body.portfolio-home .chapter-data .chapter-copy h3 { font-size: 49px; line-height: 1.03; }
  body.portfolio-home .chapter-data .chapter-description { margin-top: 21px; }
  body.portfolio-home .chapter-data .project-visual { padding: 10px 4px; }
  body.portfolio-home .chapter-wire .chapter-main,
  body.portfolio-home .chapter-couch .chapter-main { padding: 25px 0 26px; gap: 24px; }
  body.portfolio-home .chapter-wire .chapter-copy h3,
  body.portfolio-home .chapter-couch .chapter-copy h3 { font-size: 35px; }
  body.portfolio-home .apps-section .chapter-main { padding: 16px 0 27px; gap: 23px; }
  body.portfolio-home .apps-section .project-visual { min-height: 340px; padding: 12px 0; }
  body.portfolio-home .chapter-command .project-preview { max-width: 282px; }
  body.portfolio-home .chapter-bitewell .project-preview { max-width: 151px; }
  body.portfolio-home .chapter-command .chapter-copy h3 { font-size: 36px; }
  body.portfolio-home .chapter-bitewell .chapter-copy h3 { font-size: 49px; }
  body.portfolio-home .apps-section .chapter-description { margin-top: 19px; }
  body.portfolio-home .chapter-brand .chapter-main { padding: 26px 0 28px; gap: 27px; }
  body.portfolio-home .chapter-brand .project-visual { padding: 7px 2px; }
  body.portfolio-home .chapter-brand .project-preview { border-radius: 8px; box-shadow: 0 18px 32px #17345d21, 0 0 0 4px #ffffff48; }
  body.portfolio-home .chapter-brand .chapter-copy { gap: 19px; }
  body.portfolio-home .chapter-brand .chapter-copy h3 { font-size: 43px; line-height: 1.07; }
  body.portfolio-home .chapter-jewelry .chapter-main { padding: 25px 0 29px; gap: 24px; }
  body.portfolio-home .chapter-jewelry .chapter-copy h3 { font-size: 43px; }
  body.portfolio-home .game-chapter { border-radius: 21px; }
  body.portfolio-home .game-stage { min-height: 560px; }
  body.portfolio-home .game-copy { padding: 41px 25px; }
  body.portfolio-home .game-copy .project-type { font-size: 11px; }
  body.portfolio-home .game-copy h3 { font-size: 57px; line-height: 1.025; margin: 20px 0 25px; }
  body.portfolio-home .game-copy > p:not(.project-type, .play-note) { font-size: 13px; line-height: 1.9; }
  body.portfolio-home .game-copy .button { min-height: 48px; padding: 13px 21px; font-size: 12px; }
  body.portfolio-home .game-chapter .build-overview { padding: 25px; gap: 17px; }
  body.portfolio-home .game-chapter .build-overview dl { gap: 17px 19px; }
  body.portfolio-home .build-approach { margin-top: 58px; padding: 31px 25px; border-radius: 21px; gap: 27px; }
  body.portfolio-home .approach-copy h2 { font-size: 41px; }
  body.portfolio-home .approach-copy > p:not(.eyebrow) { font-size: 13px; }
  body.portfolio-home .approach-grid { grid-template-columns: 1fr; gap: 12px; }
  body.portfolio-home .approach-grid > div { min-height: 0; padding: 23px 21px; border-radius: 13px; }
  body.portfolio-home .approach-grid h3 { font-size: 14px; }
  body.portfolio-home .approach-grid p { font-size: 12px; }
  body.portfolio-home .about { grid-template-columns: 1fr; gap: 39px; padding: 73px 4px 55px; }
  body.portfolio-home .about-portrait { width: 235px; max-width: 85%; margin-left: 9px; }
  body.portfolio-home .about h2 { font-size: 46px; line-height: 1.06; }
  body.portfolio-home .about-copy > p:not(.eyebrow) { font-size: 14px; line-height: 1.85; }
  body.portfolio-home .about .text-link { font-size: 12px; }
  body.portfolio-home .site-footer { padding: 17px 0 26px; }
  body.portfolio-home .footer-top { font-size: 10px; }
  body.portfolio-home .footer-signature { font-size: 13.2vw; letter-spacing: -.085em; }
}

@media (max-width: 360px) {
  body.portfolio-home .work-intro h2 { font-size: 35px; }
  body.portfolio-home .project-chapter { padding-right: 19px; padding-left: 19px; }
  body.portfolio-home .project-chapter .project-status { font-size: 10px; }
  body.portfolio-home .chapter-data .chapter-copy h3 { font-size: 44px; }
  body.portfolio-home .chapter-wire .chapter-copy h3,
  body.portfolio-home .chapter-couch .chapter-copy h3 { font-size: 32px; }
  body.portfolio-home .chapter-command .chapter-copy h3 { font-size: 32px; }
  body.portfolio-home .chapter-bitewell .chapter-copy h3 { font-size: 44px; }
  body.portfolio-home .chapter-brand .chapter-copy h3,
  body.portfolio-home .chapter-jewelry .chapter-copy h3 { font-size: 39px; }
  body.portfolio-home .game-copy { padding: 37px 22px; }
  body.portfolio-home .game-copy h3 { font-size: 49px; }
  body.portfolio-home .game-chapter .build-overview { padding: 23px 21px; }
  body.portfolio-home .build-approach { padding: 28px 21px; }
  body.portfolio-home .approach-copy h2 { font-size: 37px; }
  body.portfolio-home .approach-grid > div { padding: 21px 18px; }
  body.portfolio-home .about h2 { font-size: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  body.portfolio-home .project-chapter .project-preview,
  body.portfolio-home .project-chapter .project-preview:hover { transform: none; transition: none; }
}

/* All four collection destinations remain in view on phones. */
@media (max-width: 600px) {
  body.portfolio-home .project-nav { width: 100%; justify-content: space-between; gap: 0; padding: 4px; }
  body.portfolio-home .project-nav a { padding: 9px 8px; font-size: 10px; gap: 0; min-height: 41px; }
  body.portfolio-home .project-nav a > span { display: none; }
}
@media (max-width: 360px) {
  body.portfolio-home .project-nav a { padding-inline: 7px; font-size: 9px; }
}
