/* David Penndorf — adaptation of Massively by HTML5 UP.
   Colours, typography and layouts live here. No build step required. */
:root {
  --ink:#202520;
  --night:#191f1c;
  --paper:#f4f2eb;
  --muted:#63695f;
  --line:#d5d7cd;
  --accent:#d8ed9d;
  --sans:Arial,Helvetica,sans-serif;
  --serif:Georgia,'Times New Roman',serif
}

html {
  font-size:16px;
  scroll-behavior:smooth;
  scroll-padding-top:90px
}

body {
  background:var(--night);
  color:var(--ink);
  font:400 16px/1.7 var(--sans);
  margin:0
}

body,input,select,textarea {
  font-family:var(--sans)
}

* {
  box-sizing:border-box
}

h1,h2,h3,h4 {
  font-family:var(--sans);
  color:inherit;
  font-weight:700;
  letter-spacing:-.045em;
  text-transform:none;
  line-height:1.05;
  margin:0
}

p {
  margin:0 0 1.25rem;
  text-align:left;
  font-style:normal
}

a {
  color:inherit;
  border-bottom:0;
  text-decoration:none;
  transition:color .2s,background .2s
}

a:hover {
  color:inherit
}

a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible {
  outline:3px solid #65822f;
  outline-offset:5px
}

button,input {
  font:inherit
}

button {
  cursor:pointer
}

img {
  max-width:100%;
  height:auto;
  display:block
}

svg {
  display:block;
  width:100%;
  height:auto
}

::selection {
  background:var(--accent);
  color:var(--ink)
}

.skip-link {
  position:fixed;
  left:16px;
  top:-80px;
  z-index:100;
  background:var(--accent);
  padding:10px 20px
}

.skip-link:focus {
  top:10px
}

.shell {
  max-width:1280px;
  margin:auto;
  padding:0 56px
}

.eyebrow,.meta,.small-label {
  font:600 11px/1.5 var(--sans);
  letter-spacing:.14em;
  text-transform:uppercase
}

.masthead {
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:var(--paper);
  padding:28px 0;
  border-bottom:1px solid #ffffff25
}

.brand {
  display:flex;
  align-items:center;
  gap:15px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.06em
}

.masthead .eyebrow {
  color:#b4bcb1
}

.masthead a:last-child {
  font-size:12px
}

.masthead a:hover {
  color:var(--accent)
}

.hero {
  position:relative;
  min-height:550px;
  padding:44px 0 32px;
  color:var(--paper);
  overflow:hidden
}

.hero .eyebrow {
  color:var(--accent);
  position:relative;
  z-index:1
}

.hero h1 {
  font-size:clamp(70px,10.8vw,145px);
  font-weight:800;
  line-height:.85;
  letter-spacing:-.065em;
  margin:27px 0 35px;
  position:relative;
  z-index:1
}

.hero h1 span {
  display:block
}

.hero-bottom {
  display:flex;
  justify-content:space-between;
  align-items:end;
  position:relative;
  z-index:1;
  gap:35px
}

.hero-tagline {
  font:italic clamp(23px,3vw,37px)/1.3 var(--serif);
  max-width:570px;
  margin-bottom:22px
}

.hero-description {
  max-width:500px;
  font-size:14px;
  color:#bfc6bc;
  line-height:1.8;
  margin:0
}

.hero-go {
  display:flex;
  align-items:center;
  gap:24px;
  font-size:11px;
  letter-spacing:.13em;
  text-transform:uppercase;
  white-space:nowrap
}

.circle-arrow {
  width:55px;
  height:55px;
  border:1px solid #a9b19e;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:25px
}

.hero-go:hover .circle-arrow {
  background:var(--accent);
  color:var(--ink)
}

.hero-art {
  position:absolute;
  width:550px;
  right:-70px;
  top:14px;
  opacity:.75;
  pointer-events:none
}

.hero-art img {
  display:block;
  width:100%;
  height:510px;
  object-fit:contain
}

.site-nav {
  position:sticky;
  top:0;
  z-index:20;
  background:#303730;
  display:flex;
  justify-content:space-between;
  min-height:65px;
  color:var(--paper)
}

.nav-links {
  display:flex;
  margin:0;
  padding:0;
  list-style:none
}

.nav-links li {
  padding:0
}

.site-nav a {
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:65px;
  padding:0 26px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.1em;
  text-transform:uppercase
}

.site-nav a[aria-current=page] {
  color:var(--ink);
  background:var(--paper)
}

.site-nav a:hover {
  background:#424a40
}

.site-nav a[aria-current=page]:hover {
  background:var(--paper)
}

.site-nav .nav-contact {
  color:var(--accent)
}

.content {
  background:var(--paper)
}

.section-top {
  padding:44px 58px 28px;
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:25px
}

.section-top .eyebrow {
  color:var(--muted)
}

.section-top h2 {
  font-size:35px
}

.section-top p {
  font-size:12px;
  color:var(--muted);
  margin:0
}

.featured {
  padding:14px 58px 52px;
  border-bottom:1px solid var(--line)
}

.feature-layout {
  display:grid;
  grid-template-columns:1fr 1.15fr;
  gap:50px;
  align-items:center
}

.tag {
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  border:1px solid var(--line);
  padding:5px 9px;
  margin-bottom:20px
}

.feature-copy h3 {
  font-size:clamp(33px,3.8vw,49px);
  margin-bottom:21px;
  max-width:440px
}

.feature-copy p {
  font-size:15px;
  color:var(--muted)
}

.text-link {
  display:inline-flex;
  align-items:center;
  gap:24px;
  font-size:12px;
  font-weight:700;
  border-bottom:1px solid currentColor;
  padding-bottom:6px
}

.text-link:hover {
  color:#536e26
}

.project-art {
  overflow:hidden;
  background:#dde3d3;
  position:relative
}

.project-art svg {
  transition:transform .5s
}

.art-link:hover svg {
  transform:scale(1.025)
}

.art-caption {
  display:flex;
  justify-content:space-between;
  font-size:10px;
  letter-spacing:.07em;
  text-transform:uppercase;
  margin-top:10px;
  color:var(--muted)
}

.project-filter {
  padding:30px 58px;
  display:flex;
  gap:10px;
  flex-wrap:wrap
}

.project-filter button {
  border:1px solid var(--line);
  background:transparent;
  color:var(--muted);
  height:34px;
  line-height:1;
  box-shadow:none;
  padding:0 15px;
  font-size:10px;
  letter-spacing:.06em;
  border-radius:0
}

.project-filter button[aria-pressed=true] {
  background:var(--ink);
  color:var(--paper);
  border-color:var(--ink)
}

.project-filter button:hover {
  border-color:var(--ink);
  color:var(--ink)
}

.project-filter button[aria-pressed=true]:hover {
  color:var(--paper)
}

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

.project-card {
  padding:0 35px 42px 58px;
  border-bottom:1px solid var(--line)
}

.project-card:nth-child(even) {
  padding-left:35px;
  padding-right:58px;
  border-left:1px solid var(--line)
}

.project-card:nth-child(n+3) {
  padding-top:40px
}

.project-card[hidden] {
  display:none
}

.project-card .meta {
  color:var(--muted);
  font-size:10px;
  margin:22px 0 12px
}

.project-card h3 {
  font-size:31px;
  margin-bottom:13px;
  display:flex;
  justify-content:space-between;
  gap:20px
}

.project-card h3 span {
  font-size:24px;
  font-weight:400
}

.project-card h3 a:hover {
  color:#536e26
}

.project-card p {
  color:var(--muted);
  font-size:14px;
  line-height:1.75;
  margin-bottom:18px
}

.project-card .text-link {
  font-size:11px
}

.project-grid .wide-card {
  grid-column:1/-1;
  padding:40px 58px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  border-left:0
}

.wide-card .meta {
  margin-top:0
}

.about-teaser {
  padding:65px 58px;
  display:grid;
  grid-template-columns:1fr 1.35fr;
  gap:50px
}

.about-teaser h2 {
  font:italic 40px/1.2 var(--serif)
}

.about-teaser .eyebrow {
  margin-bottom:20px;
  color:var(--muted)
}

.about-teaser p {
  font-size:16px
}

.contact {
  padding:58px;
  background:var(--accent);
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:35px
}

.contact h2 {
  font-size:46px;
  margin:14px 0
}

.contact p {
  margin:0;
  font-size:14px;
  max-width:460px
}

.contact>a {
  font-size:18px;
  white-space:nowrap;
  border-bottom:1px solid;
  padding-bottom:6px
}

.site-footer {
  padding:30px 0 40px;
  display:flex;
  justify-content:space-between;
  color:#aab1a7;
  gap:25px;
  font-size:10px
}

.site-footer div {
  display:flex;
  gap:24px
}

.site-footer a:hover {
  color:var(--accent)
}

.inner-header {
  padding:45px 0 38px;
  color:var(--paper);
  display:flex;
  justify-content:space-between;
  align-items:center
}

.inner-header .brand {
  font-size:16px
}

.inner-header .eyebrow {
  color:#b4bcb1;
  margin-left:auto
}

.page-lead {
  padding:64px 58px 48px;
  border-bottom:1px solid var(--line)
}

.page-lead .eyebrow {
  color:var(--muted);
  margin-bottom:25px
}

.page-lead h1 {
  font-size:clamp(42px,6vw,76px);
  max-width:850px;
  margin-bottom:27px
}

.archive-lead-heading {
  display:grid;
  grid-template-columns:minmax(0,1fr) 220px;
  align-items:center;
  gap:56px
}

.archive-lead h1,.quote-lead h1,.quote-teaser h2 {
  font:400 clamp(32px,3.8vw,49px)/1.22 var(--serif);
  letter-spacing:-.035em;
  text-wrap:balance;
  max-width:700px;
  margin-bottom:24px
}

.archive-quote-source {
  color:var(--muted);
  font-size:11px;
  font-weight:600;
  letter-spacing:.1em;
  margin:0;
  text-transform:uppercase
}

.archive-ensemble-logo {
  display:block;
  width:180px;
  margin:0 auto 12px
}

.archive-ensemble {
  border-left:1px solid var(--line);
  padding-left:28px
}

.archive-ensemble p {
  margin:0;
  text-align:center;
  font-size:12px;
  line-height:1.7;
  color:var(--muted)
}

.archive-ensemble-logo img {
  width:100%;
  height:auto
}

.page-lead .lede {
  font:400 22px/1.5 var(--serif);
  max-width:760px;
  margin:0
}

.page-lead .back-link {
  display:inline-block;
  color:var(--muted);
  font-size:12px;
  margin-bottom:35px
}

.project-facts {
  display:grid;
  grid-template-columns:1fr 1.4fr 1fr;
  gap:30px;
  padding:30px 58px;
  border-bottom:1px solid var(--line)
}

.project-facts dt {
  font-size:10px;
  color:var(--muted);
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-bottom:8px
}

.project-facts dd {
  font-size:13px;
  margin:0
}

.project-cover {
  padding:40px 58px 0
}

.project-cover .project-art {
  max-height:none;
  background:transparent
}

.project-cover .project-art img {
  max-height:420px;
  width:auto;
  margin:auto
}

.project-cover:not(.stage-cover) .project-art,
.project-cover:not(.stage-cover)>figcaption {
  width:min(100%,643px);
  margin-inline:auto
}

.project-cover svg {
  max-height:420px
}

.project-cover figcaption {
  font-size:10px;
  color:var(--muted);
  padding-top:8px;
  text-align:right
}

.case-body {
  padding:54px 58px
}

.case-section {
  display:grid;
  grid-template-columns:1fr 2.1fr;
  gap:45px;
  padding:32px 0;
  border-top:1px solid var(--line)
}

.case-section h2 {
  font-size:23px;
  line-height:1.2
}

.case-section p {
  font-size:16px;
  max-width:690px
}

.case-section ul {
  padding-left:20px;
  margin:0 0 20px;
  list-style:disc
}

.case-section li {
  padding-left:6px;
  margin-bottom:10px;
  font-size:15px
}

.case-section .note {
  font-size:12px;
  color:var(--muted);
  border-left:2px solid #9bac7c;
  padding-left:16px
}

.result {
  background:#e8ecde;
  padding:24px 26px;
  margin-bottom:20px
}

.result strong {
  display:block;
  font:italic 29px/1.3 var(--serif);
  margin-bottom:10px
}

.result p {
  margin:0;
  font-size:14px
}

.next-project {
  padding:30px 58px;
  border-top:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px
}

.next-project a {
  font-weight:700;
  font-size:18px
}

.next-project .eyebrow {
  color:var(--muted)
}

.profile {
  display:grid;
  grid-template-columns:1.4fr .75fr;
  gap:60px;
  padding:62px 58px 60px
}

.profile h2 {
  font:400 34px/1.25 var(--serif);
  margin-bottom:25px
}

.profile-copy {
  max-width:690px
}

.profile-intro {
  font:400 21px/1.48 var(--serif);
  margin-bottom:28px
}

.profile figure img {
  width:100%;
  aspect-ratio:3/4;
  object-fit:cover
}

.profile figcaption {
  font-size:11px;
  color:var(--muted);
  margin-top:10px;
  text-align:right
}

.principles {
  border-top:1px solid var(--line);
  padding:48px 58px 58px
}

.principles h2 {
  font-size:32px;
  margin-bottom:28px
}

.principles-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px
}

.principles-grid article {
  border-top:1px solid var(--line);
  padding-top:20px
}

.principles-grid .eyebrow {
  color:var(--muted)
}

.principles-grid h3 {
  font-size:23px;
  margin:18px 0
}

.principles-grid p {
  font-size:14px;
  color:var(--muted)
}

.timeline {
  padding:25px 58px 45px
}

.timeline-row {
  display:grid;
  grid-template-columns:180px 1fr;
  gap:30px;
  padding:29px 0;
  border-bottom:1px solid var(--line)
}

.timeline-row .date {
  font:400 12px/1.5 var(--sans);
  color:var(--muted)
}

.timeline-row h2 {
  font-size:24px;
  margin-bottom:10px
}

.timeline-row .organisation {
  font-size:12px;
  letter-spacing:.03em;
  font-weight:bold;
  margin-bottom:9px
}

.timeline-row p {
  font-size:14px;
  color:var(--muted);
  margin:0;
  max-width:650px
}

.vita-subtitle {
  padding:30px 58px 0;
  font-size:32px
}

.archive-controls {
  padding:28px 58px 0
}

.archive-controls label {
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.1em
}

.archive-controls input {
  margin:10px 0 12px;
  width:100%;
  max-width:none;
  background:#fff8;
  border:1px solid var(--line);
  border-radius:0;
  color:var(--ink);
  height:47px
}

.archive-count {
  font-size:12px;
  color:var(--muted)
}

.archive-list {
  padding:15px 58px 50px;
  list-style:none;
  margin:0
}

.archive-list li {
  border-top:1px solid var(--line);
  padding:20px 0;
  display:grid;
  grid-template-columns:40px minmax(0,1fr);
  gap:20px;
  align-items:baseline
}

.archive-list li[hidden] {
  display:none
}

.archive-list .number {
  font-size:11px;
  color:var(--muted)
}

.archive-list h2 {
  font-size:21px;
  line-height:1.2;
  margin-bottom:6px
}

.archive-list p {
  font-size:12px;
  color:var(--muted);
  margin:0
}

.archive-list a {
  font-size:inherit;
  text-decoration:underline;
  text-decoration-color:var(--line);
  text-decoration-thickness:1px;
  text-underline-offset:5px
}

.archive-list a:hover {
  text-decoration-color:currentColor
}

.legal {
  padding:45px 58px 60px;
  max-width:900px
}

.legal h2 {
  font-size:26px;
  margin:35px 0 15px
}

.legal p {
  font-size:15px
}

.legal a {
  text-decoration:underline
}

.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}

.filter-empty {
  padding:0 58px 25px;
  color:var(--muted)
}

[hidden] {
  display:none!important
}

@media(min-width:1450px) {
  .hero {
    min-height:665px;
    padding-top:78px
  }
  .hero h1 {
    font-size:153px
  }
  .hero-art {
    right:-10px;
    top:30px
  }
}

@media(max-width:980px) {
  .shell {
    padding:0 28px
  }
  .hero {
    min-height:580px
  }
  .hero-art {
    right:-130px;
    opacity:.45
  }
  .hero h1 {
    font-size:clamp(72px,12vw,125px)
  }
  .hero-bottom {
    align-items:end
  }
  .hero-go {
    gap:12px
  }
  .hero-go .label {
    display:none
  }
  .section-top,.featured,.project-filter,.about-teaser,.contact,.page-lead,.project-facts,.case-body,.project-cover,.profile,.principles,.timeline,.archive-controls,.legal {
    padding-left:34px;
    padding-right:34px
  }
  .feature-layout {
    gap:28px;
    grid-template-columns:1fr 1fr
  }
  .feature-copy h3 {
    font-size:35px
  }
  .project-card {
    padding-left:34px;
    padding-right:22px
  }
  .project-card:nth-child(even) {
    padding-left:22px;
    padding-right:34px
  }
  .project-grid .wide-card {
    padding:35px 34px;
    gap:28px
  }
  .contact {
    align-items:start;
    flex-direction:column
  }
  .contact h2 {
    font-size:40px
  }
  .site-nav a {
    padding:0 19px
  }
  .profile {
    gap:30px
  }
  .timeline-row {
    grid-template-columns:140px 1fr
  }
  .case-section {
    gap:26px;
    grid-template-columns:1fr 2fr
  }
  .archive-list {
    padding-left:34px;
    padding-right:34px
  }
  .vita-subtitle {
    padding-left:34px
  }
  .next-project {
    padding:30px 34px
  }
}

@media(max-width:640px) {
  html {
    scroll-padding-top:65px
  }
  .shell {
    padding:0 16px
  }
  .masthead {
    padding:19px 0
  }
  .masthead .eyebrow {
    display:none
  }
  .brand {
    font-size:10px;
    gap:10px
  }
  .masthead a:last-child {
    font-size:11px
  }
  .hero {
    min-height:540px;
    padding:52px 5px 38px
  }
  .hero .eyebrow {
    font-size:9px
  }
  .hero h1 {
    font-size:clamp(55px,15.5vw,99px);
    margin:31px 0
  }
  .hero-art {
    width:420px;
    right:-210px;
    top:0;
    opacity:.35
  }
  .hero-bottom {
    align-items:start;
    flex-direction:column;
    gap:24px
  }
  .hero-tagline {
    font-size:27px;
    max-width:320px;
    margin-bottom:18px
  }
  .hero-description {
    font-size:13px;
    max-width:325px
  }
  .hero-go .label {
    display:inline
  }
  .hero-go {
    gap:17px
  }
  .circle-arrow {
    width:39px;
    height:39px;
    font-size:20px
  }
  .site-nav {
    min-height:56px;
    overflow-x:auto;
    scrollbar-width:none
  }
  .site-nav a {
    min-height:56px;
    padding:0 15px;
    font-size:9px;
    white-space:nowrap
  }
  .site-nav .nav-contact {
    display:none
  }
  .nav-links {
    width:100%
  }
  .nav-links li {
    flex:1
  }
  .section-top {
    padding:28px 23px 22px;
    align-items:start;
    flex-direction:column;
    gap:5px
  }
  .section-top h2 {
    font-size:30px
  }
  .section-top p {
    font-size:11px
  }
  .featured {
    padding:8px 23px 32px
  }
  .feature-layout {
    grid-template-columns:1fr;
    gap:27px
  }
  .feature-copy h3 {
    font-size:36px
  }
  .feature-copy p {
    font-size:14px
  }
  .tag {
    margin-bottom:16px
  }
  .project-filter {
    padding:22px 23px;
    gap:7px
  }
  .project-filter button {
    font-size:9px;
    padding:0 10px
  }
  .project-grid {
    grid-template-columns:1fr
  }
  .project-card,.project-card:nth-child(even),.project-card:nth-child(n+3) {
    padding:28px 23px;
    border-left:0
  }
  .project-card:first-child {
    padding-top:0
  }
  .project-card h3 {
    font-size:29px
  }
  .project-grid .wide-card {
    grid-template-columns:1fr;
    padding:28px 23px;
    gap:22px
  }
  .about-teaser {
    grid-template-columns:1fr;
    padding:39px 23px;
    gap:26px
  }
  .about-teaser h2 {
    font-size:33px
  }
  .about-teaser p {
    font-size:14px
  }
  .contact {
    padding:35px 23px;
    gap:24px
  }
  .contact h2 {
    font-size:35px
  }
  .contact p {
    font-size:13px
  }
  .contact>a {
    font-size:16px
  }
  .site-footer {
    flex-direction:column;
    padding:24px 5px;
    font-size:9px;
    gap:14px
  }
  .site-footer div {
    gap:18px;
    flex-wrap:wrap
  }
  .inner-header {
    padding:25px 3px
  }
  .inner-header .eyebrow {
    font-size:9px
  }
  .inner-header .brand {
    font-size:12px
  }
  .page-lead {
    padding:38px 23px 30px
  }
  .page-lead h1 {
    font-size:clamp(32px,10.5vw,44px);
    hyphens:auto;
    overflow-wrap:normal
  }
  .archive-lead-heading {
    grid-template-columns:1fr;
    gap:24px
  }
  .archive-lead h1,.quote-lead h1,.quote-teaser h2 {
    font-size:clamp(30px,7.5vw,44px);
    hyphens:none
  }
  .archive-ensemble {
    display:flex;
    align-items:center;
    gap:16px;
    padding:18px 0 0;
    border-left:0;
    border-top:1px solid var(--line)
  }
  .archive-ensemble p {
    text-align:left
  }
  .archive-ensemble-logo {
    width:96px;
    flex:0 0 96px;
    margin:0
  }
  .archive-quote-source {
    font-size:9px;
    margin-bottom:18px
  }
  .page-lead .lede {
    font-size:19px
  }
  .project-facts {
    grid-template-columns:1fr;
    gap:17px;
    padding:25px 23px
  }
  .project-facts>div {
    display:grid;
    grid-template-columns:95px 1fr;
    gap:15px
  }
  .project-facts dt {
    margin:0
  }
  .project-cover {
    padding:26px 23px 0
  }
  .case-body {
    padding:24px 23px
  }
  .case-section {
    grid-template-columns:1fr;
    gap:20px;
    padding:27px 0
  }
  .case-section p {
    font-size:14px
  }
  .case-section li {
    font-size:14px
  }
  .result {
    padding:22px
  }
  .result strong {
    font-size:25px
  }
  .next-project {
    padding:25px 23px;
    align-items:start;
    flex-direction:column;
    gap:10px
  }
  .profile {
    padding:32px 23px;
    grid-template-columns:1fr
  }
  .profile figure {
    max-width:290px;
    grid-row:1
  }
  .profile h2 {
    font-size:29px
  }
  .profile-intro {
    font-size:19px;
    margin-bottom:25px
  }
  .profile p {
    font-size:14px
  }
  .principles {
    padding:15px 23px 35px
  }
  .principles-grid {
    grid-template-columns:1fr;
    gap:15px
  }
  .timeline {
    padding:10px 23px 35px
  }
  .timeline-row {
    grid-template-columns:1fr;
    gap:13px
  }
  .timeline-row h2 {
    font-size:23px
  }
  .vita-subtitle {
    padding:28px 23px 0;
    font-size:28px
  }
  .archive-controls {
    padding:25px 23px 0
  }
  .archive-list {
    padding:15px 23px 35px
  }
  .archive-list li {
    grid-template-columns:23px minmax(0,1fr);
    gap:10px
  }
  .archive-list h2 {
    font-size:19px
  }
  .legal {
    padding:25px 23px 40px
  }
  .filter-empty {
    padding:0 23px 20px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important
  }
}

@media print {
  body {
    background:white
  }
  .shell {
    padding:0;
    max-width:none
  }
  .site-nav,.masthead,.inner-header,.site-footer,.contact,.project-filter,.hero-art,.next-project {
    display:none
  }
  .content {
    background:white
  }
  .page-lead,.timeline,.case-body {
    padding:20px 0
  }
  .project-card,.timeline-row,.case-section {
    break-inside:avoid
  }
  a {
    color:inherit
  }
  .hero {
    color:black;
    min-height:0
  }
  .hero h1 {
    font-size:60px
  }
  .project-grid {
    display:block
  }
  .project-card[hidden] {
    display:block
  }
  .project-art {
    max-height:250px
  }
}

@media(max-width:640px) {
  .hero-tagline br {
    display:none
  }
}

/* tollMut Ensemble: original stage photography and current portrait. */
.inline-link { text-decoration:underline; text-underline-offset:3px; }
.profile figure img { aspect-ratio:auto; }
.project-photo img { width:100%; height:auto; }
.project-photo figcaption { margin-top:8px; color:var(--muted); font-size:10px; line-height:1.5; text-align:right; }
.stage-cover > img { width:100%; max-width:880px; margin:auto; height:auto; }
.stage-cover figcaption { max-width:880px; margin:auto; text-align:right; }
.ensemble-feature { padding:58px; display:grid; grid-template-columns:280px 1fr; gap:60px; border-bottom:1px solid var(--line); background:#e6e9dc; align-items:center; }
.ensemble-logo { display:block; padding:0; }
.ensemble-logo img { width:100%; height:auto; }
.ensemble-feature .eyebrow { color:var(--muted); margin-bottom:20px; }
.ensemble-feature h2 { font-size:38px; margin-bottom:24px; }
.ensemble-feature p { font-size:15px; max-width:650px; }
.site-footer div { flex-wrap:wrap; }
@media(max-width:980px) {
  .ensemble-feature { padding:40px 34px; grid-template-columns:150px 1fr; gap:35px; }
  .ensemble-feature h2 { font-size:32px; }
}
@media(max-width:640px) {
  .ensemble-feature { padding:36px 23px; grid-template-columns:1fr; gap:24px; }
  .ensemble-logo { width:150px; }
  .ensemble-feature h2 { font-size:30px; }
  .ensemble-feature p { font-size:14px; }
}

/* Reflow visible project cards after filtering, independent of their original DOM order. */
.project-filter button[aria-pressed=true] {
  color:var(--paper)!important;
  -webkit-text-fill-color:var(--paper)
}

@media (min-width:641px) {
  .project-card[data-filter-column=left] {
    padding-left:58px;
    padding-right:35px;
    border-left:0
  }

  .project-card[data-filter-column=right] {
    padding-left:35px;
    padding-right:58px;
    border-left:1px solid var(--line)
  }

  .project-card[data-filter-row=first] {
    padding-top:0
  }
}

.company-link {
  border-bottom:1px solid currentColor
}

.company-link:hover {
  color:#536e26
}
