.subhead {
  font-family: var(--fd);
  font-weight: 600;
  font-size: 19px;
  line-height: 1.3;
  margin: 0 0 8px;
}
.decisions .d h3 {
  font-family: var(--fd);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 8px;
}
.site {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(250,251,252,.86);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.site-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.brand {
  font-family: var(--fd);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -.01em;
  color: var(--ink);
  text-decoration: none;
}
.site-nav {
  display: flex;
  gap: 26px;
}
.site-nav a {
  font-family: var(--ft);
  font-weight: 600;
  font-size: 15px;
  color: var(--muted);
  text-decoration: none;
}
.site-nav a:hover {
  color: var(--ink);
}
.dotlabel {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--ft);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .02em;
  color: var(--ink);
}
.home {
  padding: 60px 0 30px;
}
.home-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  column-gap: 64px;
  align-items: start;
}
.col-left {
  display: flex;
  flex-direction: column;
}
.journey-block {
  margin-top: 60px;
}
.blob-block {
  margin-top: 40px;
}
.photo-wrap {
  position: relative;
  width: 84px;
  height: 84px;
  margin: 0 0 6px;
}
.photo-accent {
  position: absolute;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--accent);
  top: -9px;
  left: 16px;
  z-index: 0;
}
.photo {
  position: relative;
  z-index: 1;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--evidence);
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 11px;
  overflow: hidden;
}
.hero-line {
  font-family: var(--fd);
  font-weight: 700;
  /* 44px is the largest size at which "I'm Lucia, a product designer" fits
     one line inside this column, so the heading sets in two lines rather
     than three with "builds." orphaned. */
  font-size: clamp(34px,4vw,44px);
  line-height: 1.05;
  letter-spacing: -.025em;
  margin: 22px 0 0;
  /* Breaks are explicit in the markup, so nothing here should introduce a
     wrap of its own: the measure only has to be wide enough for the
     longest line, and text-wrap: balance would have nothing left to do. */
  max-width: 20ch;
}
.hero-desc {
  font-size: 19px;
  line-height: 1.55;
  color: var(--lede);
  margin: 34px 0 0;
  max-width: 42ch;
}
.hero-loc {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 22px 0 0;
  font-size: 14px;
  color: var(--muted);
}
.journey {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}
.journey li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}
.journey li:first-child {
  border-top: 0;
  padding-top: 2px;
}
.j-role {
  font-family: var(--ft);
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
}
.j-org {
  color: var(--muted);
  font-size: 13px;
  margin-top: 3px;
}
.j-year {
  color: var(--muted);
  font-size: 13px;
  white-space: nowrap;
  text-align: right;
}
.work-stack {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.work-card {
  text-decoration: none;
  color: inherit;
  display: block;
}
.thumb {
  background: var(--evidence);
  border-radius: var(--radius);
  aspect-ratio: 16/10;
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 14px;
}
.wc-cat {
  margin-top: 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
}
.wc-title {
  margin-top: 8px;
  font-family: var(--fd);
  font-weight: 600;
  font-size: 21px;
  line-height: 1.25;
}
.wc-more {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}
.wc-note {
  margin-top: 6px;
  font-size: 13px;
  color: var(--muted);
}
.site-foot {
  padding: 0 0 52px;
  margin-top: 72px;
}
.connect {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}
.connect-title {
  font-family: var(--fd);
  font-weight: 700;
  font-size: clamp(28px,4vw,44px);
  letter-spacing: -.02em;
}
.connect-links {
  display: flex;
  gap: 26px;
}
.connect-links a {
  font-family: var(--ft);
  font-weight: 600;
  font-size: 18px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}
.connect-links a:hover {
  border-bottom-color: var(--ink);
}
.foot-bar {
  margin-top: 50px;
}
.foot-credit {
  font-family: var(--ft);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}
.foot-credit .hrt {
  color: var(--muted);
}
.blob-card {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  background: var(--evidence);
  border-radius: 20px;
  padding: 22px 24px 20px;
  overflow: hidden;
}
.blob-shape {
  position: absolute;
  top: -24px;
  right: -18px;
  width: 118px;
  height: 118px;
  pointer-events: none;
}
.blob-eyebrow {
  font-family: var(--ft);
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .05em;
  color: var(--muted);
}
.blob-name {
  font-family: var(--fd);
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -.01em;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}
.blob-line {
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--lede);
  margin-top: 8px;
  max-width: 36ch;
  position: relative;
  z-index: 1;
}
.blob-award {
  display: inline-block;
  margin-top: 14px;
  font-family: var(--ft);
  font-weight: 600;
  font-size: 12px;
  color: #1c1e22;
  background: rgba(194,241,39,.32);
  border-radius: 999px;
  padding: 5px 12px;
  position: relative;
  z-index: 1;
}
.blob-peek {
  margin-top: 14px;
  font-family: var(--ft);
  font-weight: 600;
  font-size: 14px;
  color: var(--muted);
  position: relative;
  z-index: 1;
}
.blob-card:hover .blob-peek {
  color: var(--ink);
}
@media(max-width:820px) {
  .home-grid {
    display: flex;
    flex-direction: column;
    /* .home-grid carries align-items:start for the desktop grid. In a column
       flex container that controls the horizontal axis, so it would size each
       block to fit-content instead of stretching, leaving the blob card short
       of full width wherever .blob-line's 36ch measure is narrower than the
       viewport. */
    align-items: stretch;
  }
  .col-left,
  .col-right {
    display: contents;
  }
  .intro-block {
    order: 1;
  }
  .work-block {
    order: 2;
    margin-top: 44px;
  }
  .blob-block {
    order: 3;
    margin-top: 44px;
  }
  .journey-block {
    order: 4;
    margin-top: 44px;
  }
  .site-nav {
    gap: 16px;
  }
  .home {
    padding: 38px 0 12px;
  }
}
.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.thumb {
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* "a product designer" is the longest of the three explicit lines. At 34px it
   needs 284px, so it stops fitting below a 328px viewport. This keeps the
   three lines intact on the narrowest phones with room to spare, since real
   device font metrics vary a little from the measurements taken here. */
@media (max-width: 360px) {
  .hero-line {
    font-size: 30px;
  }
}
