/* About: a continuous editorial profile, with original copy and photography. */
.about-page {
  --ink: #17362b;
  --muted: #52605a;
  --line: #dce2de;
  --red: #bf3933;
  --red-dark: #a8312c;
  --career-date-width: 108px;
  --career-gap: 36px;
}
.about-intro, .about-experience, .about-personal > .wrap { width: min(calc(100% - 112px), 1240px); }
.about-page .prose { font-size: 1.0625rem; line-height: 1.85; }
.about-page .prose p { margin-bottom: 1.2em; }
.about-page .prose p:last-child { margin-bottom: 0; }
.about-intro {
  display: grid;
  grid-template-columns: minmax(0, 3.7fr) minmax(0, 1fr);
  column-gap: clamp(48px, 7vw, 104px);
  row-gap: 24px;
  align-items: start;
  padding-top: 76px;
}
.about-intro-copy { display: contents; }
.about-kicker {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: .875rem;
  line-height: 1.5;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.about-kicker::before { content: ''; width: 28px; height: 2px; background: var(--red); }
.about-intro-copy > .source-block:first-of-type { grid-column: 1; grid-row: 3; }
.about-intro h1 {
  font-size: clamp(2.1rem, 3.9vw, 3.6rem);
  line-height: 1.03;
  font-weight: 400;
  letter-spacing: -.055em;
  max-width: 10ch;
  margin: 0;
  text-wrap: balance;
}
.about-intro .about-lead { grid-column: 1; grid-row: 4; font-size: 1.125rem; line-height: 1.85; max-width: 57ch; }
.about-lead br { display: block; content: ''; margin-top: .8em; }
.about-portrait { grid-column: 2; grid-row: 4; align-self: stretch; justify-self: end; width: 100%; max-width: 260px; min-height: 0; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 12%; }
.about-panorama { grid-column: 1 / -1; grid-row: 1; margin: 0 0 6px; }
.about-landscape { width: 100%; height: clamp(144px, 16.8vw, 228px); object-fit: cover; object-position: 50% 53%; }
.about-contact {
  grid-column: 1 / -1;
  grid-row: 5;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2.2fr);
  gap: 48px;
  align-items: start;
  border-block: 1px solid var(--line);
  padding-block: 28px;
  margin-top: 2px;
  font-size: .875rem;
  line-height: 1.65;
  color: var(--muted);
}
.about-contact p { margin: 0; }
.about-email { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 12px; }
.about-email a { font-size: 1rem; color: var(--red-dark); text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.about-email a:hover { color: var(--ink); }
.about-offices { display: grid; grid-template-columns: 1.35fr 1fr 1fr; column-gap: 28px; }
.about-offices p:first-child { grid-row: 1 / 3; color: var(--ink); }
.about-offices p:nth-child(2) { grid-column: 2; grid-row: 1 / 3; }
.about-offices p:nth-child(3) { grid-column: 3; }
.about-offices p:nth-child(4) { grid-column: 3; }
.about-experience { display: grid; grid-template-columns: minmax(0, .62fr) minmax(0, 2fr); gap: 64px; padding-block: 84px 100px; }
.about-section-heading h2 {
  position: sticky;
  top: 40px;
  font-size: clamp(1.875rem, 2.5vw, 2.4rem);
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -.035em;
  margin: 0;
}
.about-section-heading h2::before { content: ''; display: block; width: 32px; height: 2px; margin-bottom: 20px; background: var(--red); }
.career-entry { padding-block: 38px; border-bottom: 1px solid var(--line); }
.career-entry:first-child { padding-top: 0; }
.career-entry:last-child { border-bottom: 0; padding-bottom: 0; }
.career-heading { display: grid; grid-template-columns: var(--career-date-width) minmax(0, 1fr); gap: var(--career-gap); }
.career-date { padding-top: 5px; color: var(--red-dark); font-size: .875rem; line-height: 1.65; font-variant-numeric: tabular-nums; }
.career-date p { margin: 0; }
.career-role { font-size: .875rem; line-height: 1.6; color: var(--muted); }
.career-role h3 { color: var(--ink); font-size: 1.5rem; line-height: 1.35; letter-spacing: -.025em; font-weight: 500; margin: 0 0 10px; text-wrap: pretty; }
.career-role p { display: inline; margin: 0; }
.career-role p + p::before { content: ' / '; padding-inline: 6px; color: #738179; }
.career-description { margin-left: calc(var(--career-date-width) + var(--career-gap)); margin-top: 22px; }
.about-personal { background: #f3f5f3; border-top: 1px solid var(--line); padding-block: 76px 82px; }
.about-coffee { display: grid; grid-template-columns: minmax(0, .62fr) minmax(0, 2fr); gap: 64px; align-items: start; }
.about-coffee h2 { font-size: clamp(2.5rem, 4vw, 3.6rem); line-height: 1.1; font-weight: 400; letter-spacing: -.04em; margin: 0 0 26px; }
.about-coffee h2::before { content: ''; display: block; width: 32px; height: 2px; margin-bottom: 24px; background: var(--red); }
.about-coffee-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 48px; }
.about-coffee-gallery a { display: block; background: #fff; transition: transform .2s ease; }
.about-coffee-gallery a:hover { transform: translateY(-4px); }
.about-coffee-gallery img { width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: contain; }
.about-page .site-footer { padding-block: 46px; }
@media (max-width: 1100px) {
  .about-intro, .about-experience, .about-personal > .wrap { width: calc(100% - 64px); }
  .about-intro { column-gap: 48px; padding-top: 54px; }
  .about-intro .about-lead { font-size: 1.0625rem; line-height: 1.8; }
  .about-contact { grid-template-columns: 1fr; gap: 20px; }
  .about-offices { grid-template-columns: 1.35fr 1fr 1fr; }
  .about-experience { grid-template-columns: minmax(0, .55fr) minmax(0, 2fr); gap: 40px; }
  .about-page { --career-date-width: 90px; --career-gap: 24px; }
  .career-role h3 { font-size: 1.375rem; }
  .about-coffee { gap: 40px; }
}
@media (max-width: 800px) {
  .about-intro, .about-experience, .about-personal > .wrap { width: calc(100% - 40px); }
  .about-intro { grid-template-columns: minmax(0, 3.5fr) minmax(0, 1fr); gap: 32px; padding-top: 42px; }
  .about-panorama { grid-row: 1; margin: 0; }
  .about-kicker { grid-column: 1 / -1; grid-row: 2; margin: 0; }
  .about-intro-copy > .source-block:first-of-type { grid-column: 1; grid-row: 3; align-self: start; }
  .about-intro h1 { font-size: clamp(1.8rem, 4.56vw, 2.52rem); margin: 0; }
  .about-portrait { grid-column: 2; grid-row: 4; max-width: 180px; }
  .about-intro .about-lead { grid-column: 1; grid-row: 4; max-width: none; font-size: 1.0625rem; }
  .about-contact { grid-row: 5; margin-top: 0; padding-block: 24px; gap: 18px; }
  .about-experience { grid-template-columns: 1fr; gap: 34px; padding-block: 54px 64px; }
  .about-section-heading h2 { position: static; font-size: 2.125rem; }
  .about-section-heading h2::before { margin-bottom: 16px; }
  .career-entry { padding-block: 30px; }
  .about-personal { padding-block: 48px 54px; }
  .about-coffee { grid-template-columns: 1fr 2fr; gap: 32px; }
  .about-coffee h2 { margin-bottom: 20px; }
  .about-coffee-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-top: 32px; }
}
@media (max-width: 560px) {
  .about-intro { grid-template-columns: minmax(0, 1fr) clamp(112px, 29vw, 124px); column-gap: 20px; row-gap: 28px; }
  .about-kicker { font-size: .8125rem; letter-spacing: .1em; }
  .about-intro h1 { font-size: clamp(1.5rem, 6.5vw, 1.75rem); letter-spacing: -.05em; }
  .about-intro .about-lead { grid-column: 1 / -1; font-size: 1rem; line-height: 1.85; }
  .about-portrait { grid-column: 2; grid-row: 3; align-self: start; height: auto; }
  .about-portrait img { height: auto; aspect-ratio: 2 / 3; object-fit: contain; }
  .about-contact { grid-row: 5; gap: 24px; }
  .about-offices { grid-template-columns: 1fr 1fr; gap: 0 20px; }
  .about-offices p:first-child { grid-column: 1 / -1; grid-row: 1; margin-bottom: 12px; }
  .about-offices p:nth-child(2) { grid-column: 1; grid-row: 2 / 4; }
  .about-offices p:nth-child(3) { grid-column: 2; grid-row: 2; }
  .about-offices p:nth-child(4) { grid-column: 2; grid-row: 3; }
  .career-heading { grid-template-columns: 1fr; gap: 10px; }
  .career-date { padding: 0; }
  .career-description { margin-left: 0; margin-top: 18px; }
  .about-page .prose { font-size: 1rem; line-height: 1.85; }
  .career-role h3 { font-size: 1.375rem; }
  .about-coffee { grid-template-columns: 1fr; gap: 8px; }
  .about-coffee-gallery { gap: 12px; }
  .about-page .site-footer { padding-block: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  .about-coffee-gallery a { transition: none; }
  .about-coffee-gallery a:hover { transform: none; }
}
