/* main (desktop) — 1280px+ default */

.section-hero {
  padding-top: var(--space-16);
  padding-bottom: 0;
}

.section-hero > .container {
  padding-bottom: var(--space-16);
}

.section-hero > .container::after {
  content: "";
  display: block;
  margin-top: var(--space-16);
  border-top: 1px solid var(--color-black);
}

.section-hero__wordmark {
  margin-bottom: var(--space-10);
  line-height: 0;
}

.section-hero__wordmark img {
  display: block;
  width: 100%;
  height: auto;
}

.section-hero__text {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-base);
  max-width: 50%;
  letter-spacing: var(--letter-spacing-tight);
}

.section-intro__text {
  font-size: var(--font-size-xl);
  line-height: var(--line-height-relaxed);
  max-width: 48ch;
}

.section-page-header {
  padding-block: var(--space-12);
}

.section-page-header__title {
  font-size: var(--font-size-4xl);
}

.section-content__body {
  max-width: 65ch;
  line-height: var(--line-height-relaxed);
}

.section-content__body p {
  color: inherit;
}

.section-cta__title {
  font-size: var(--font-size-2xl);
  margin-bottom: var(--space-4);
}

.section-cta__text {
  margin-bottom: var(--space-6);
  max-width: 40ch;
  line-height: var(--line-height-relaxed);
}

.section-cta__link {
  display: inline-block;
  font-family: var(--font-family-primary);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-nav);
  text-transform: lowercase;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.section-cta__link:hover {
  opacity: 0.5;
}

.section-featured-work {
  padding-top: 0;
  scroll-margin-top: calc(var(--header-height) + var(--space-2));
}

.section-featured-work__title {
  font-family: var(--font-family-display);
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-tight);
  margin-bottom: var(--space-10);
}

.section-featured-work__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: var(--space-8);
  row-gap: var(--space-8);
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-featured-work__item {
  margin: 0;
}

.section-featured-work__figure {
  margin: 0;
}

.section-featured-work__media {
  position: relative;
  aspect-ratio: 1.4;
  overflow: hidden;
  line-height: 0;
}

.section-featured-work__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-featured-work__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

.section-featured-work__caption {
  margin-top: var(--space-4);
  padding-top: var(--space-4);
  border-top: 1px solid var(--color-black);
  font-family: var(--font-family-primary);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
}

.section-featured-work__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.section-featured-work__link:hover {
  opacity: 0.5;
}

.section-work-detail {
  padding-top: var(--space-12);
  padding-bottom: 0;
}

.section-work-detail__hero {
  aspect-ratio: 1804 / 1106;
  overflow: hidden;
  line-height: 0;
  margin-bottom: var(--space-10);
}

.section-work-detail__hero-image,
.section-work-detail__gallery-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-work-detail__figure--half .section-work-detail__media:has(.section-work-detail__gallery-video) {
  background-color: #efefef;
}

.section-work-detail__gallery-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-work-detail__figure--full.section-work-detail__figure--video {
  aspect-ratio: 16 / 9;
}

.section-work-detail__figure--full .section-work-detail__gallery-video {
  object-fit: cover;
}

.section-work-detail__title {
  font-family: var(--font-family-display);
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-tight);
  margin-bottom: var(--space-10);
}

.section-work-detail__intro {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  column-gap: var(--space-8);
  align-items: start;
  margin-bottom: var(--space-16);
  padding-bottom: var(--space-16);
  border-bottom: 1px solid var(--color-black);
}

.section-work-detail__body {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-relaxed);
  letter-spacing: var(--letter-spacing-tight);
}

.section-work-detail__body p + p {
  margin-top: var(--space-8);
}

.section-work-detail__delivered-title {
  font-family: var(--font-family-display);
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-tight);
  margin-bottom: var(--space-6);
}

.section-work-detail__delivered-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-work-detail__delivered-item {
  font-family: var(--font-family-display);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-nav);
}

.section-work-detail__delivered-item + .section-work-detail__delivered-item {
  margin-top: var(--space-4);
}

.section-work-detail__gallery {
  display: grid;
  gap: var(--space-8);
  margin-bottom: var(--space-16);
}

.section-work-detail__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-8);
}

.section-work-detail__figure {
  margin: 0;
}

.section-work-detail__figure--full {
  aspect-ratio: 1846 / 1194;
  overflow: hidden;
  line-height: 0;
}

.section-work-detail__figure--half .section-work-detail__media {
  position: relative;
  aspect-ratio: 908 / 644;
  overflow: hidden;
  line-height: 0;
}

.section-work-detail__gallery-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  object-fit: contain;
  pointer-events: none;
}

.section-work-detail__pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--space-8);
  padding-top: var(--space-10);
  padding-bottom: var(--space-16);
  border-top: 1px solid var(--color-black);
}

.section-work-detail__pager-spacer {
  flex: 1;
}

.section-work-detail__pager-link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  font-family: var(--font-family-display);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-nav);
  color: var(--color-black);
  text-decoration: none;
}

.section-work-detail__pager-link:hover {
  opacity: 0.5;
}

.section-work-detail__pager-arrow {
  font-size: var(--font-size-lg);
  line-height: 1;
}

.section-about {
  padding-top: var(--space-12);
  padding-bottom: 0;
}

.section-about__masthead {
  display: grid;
  grid-template-columns: minmax(0, 1005fr) minmax(0, 777fr);
  column-gap: clamp(var(--space-6), 3vw, var(--space-12));
  row-gap: var(--space-8);
  grid-template-areas:
    "title image"
    "intro image";
  align-items: start;
  margin-bottom: var(--space-16);
}

.section-about__title {
  grid-area: title;
  font-family: var(--font-family-display);
  font-size: clamp(5rem, 9vw, 8.5rem);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-tight);
  margin: 0;
  letter-spacing: var(--letter-spacing-tight);
}

.section-about__hero-media {
  grid-area: image;
  grid-row: 1 / -1;
  overflow: hidden;
  line-height: 0;
}

.section-about__hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 777 / 940;
  object-fit: cover;
}

.section-about__intro-body {
  grid-area: intro;
  max-width: 52rem;
  font-family: var(--font-family-primary);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-relaxed);
  letter-spacing: var(--letter-spacing-tight);
}

.section-about__intro-body p + p {
  margin-top: var(--space-8);
}

.section-about__services {
  display: grid;
  grid-template-columns: minmax(0, 0.375fr) minmax(0, 0.175fr) minmax(0, 0.45fr);
  align-items: start;
  padding-top: var(--space-10);
  padding-bottom: var(--space-10);
  border-top: 1px solid var(--color-black);
  border-bottom: 1px solid var(--color-black);
  margin-bottom: var(--space-16);
}

.section-about__services-title {
  grid-column: 1;
  font-family: var(--font-family-display);
  font-size: var(--font-size-5xl);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-tight);
  margin: 0;
}

.section-about__services-list {
  grid-column: 3;
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-about__services-item {
  font-family: var(--font-family-display);
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-medium);
  line-height: 1.05;
  letter-spacing: var(--letter-spacing-tight);
}

.section-about__services-item + .section-about__services-item {
  margin-top: var(--space-2);
}

.section-about-founder {
  display: grid;
  grid-template-columns: minmax(0, 782fr) minmax(0, 947fr);
  column-gap: clamp(var(--space-6), 3vw, var(--space-12));
  align-items: start;
  padding-top: var(--space-16);
  padding-bottom: var(--space-16);
  margin-bottom: 0;
  border-bottom: 1px solid var(--color-black);
}

.section-about-founder:first-of-type {
  padding-top: 0;
}

.section-about-founder:last-of-type {
  margin-bottom: var(--space-8);
}

.section-about-founder__photo {
  aspect-ratio: 1;
  overflow: hidden;
  line-height: 0;
}

.section-about-founder__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-about-founder__name {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  column-gap: var(--space-4);
  font-family: var(--font-family-display);
  font-size: var(--font-size-5xl);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-tight);
  margin: 0;
}

.section-about-founder__name-text,
.section-about-founder__role {
  flex: 0 0 auto;
  white-space: nowrap;
}

.section-about-founder__role {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-3xl);
  font-style: italic;
  font-weight: 300;
  line-height: var(--line-height-tight);
}

.section-about-founder__header {
  margin-bottom: var(--space-10);
}

.section-about-founder__bio {
  font-family: var(--font-family-primary);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-relaxed);
  letter-spacing: var(--letter-spacing-tight);
}

.section-about-founder__bio p + p {
  margin-top: var(--space-8);
}

.section-about-cta {
  padding-top: var(--space-8);
  padding-bottom: var(--space-16);
}

.section-about-cta__title {
  font-family: var(--font-family-display);
  font-size: clamp(3.5rem, 5.5vw, 5.5rem);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-tight);
  margin: 0 0 var(--space-12);
  letter-spacing: var(--letter-spacing-tight);
}

.section-about-cta__title-link {
  color: inherit;
  text-decoration: none;
}

.section-about-cta__title-link:hover {
  opacity: 0.5;
}

.section-about-cta__body {
  max-width: 52rem;
  font-family: var(--font-family-primary);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-relaxed);
  letter-spacing: var(--letter-spacing-tight);
}

.section-about-cta__body p + p {
  margin-top: var(--space-8);
}

.section-about-cta__email {
  color: inherit;
  text-decoration: none;
}

.section-about-cta__email:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  opacity: 0.5;
}

.section-clients {
  padding-block: var(--space-16);
}

.section-clients > .container::before {
  content: "";
  display: block;
  margin-bottom: var(--space-10);
  border-top: 1px solid var(--color-white);
}

.section-clients__title {
  font-family: var(--font-family-display);
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-tight);
  margin-bottom: var(--space-12);
  color: var(--color-white);
}

.section-clients__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: var(--space-8);
  row-gap: var(--space-12);
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-clients__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.section-clients__logo {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.section-services {
  padding-top: var(--space-16);
  background-color: var(--color-white);
  color: var(--color-black);
}

.section-services > .container::before {
  content: "";
  display: block;
  margin-bottom: var(--space-10);
  border-top: 1px solid var(--color-black);
}

.section-services__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: var(--space-8);
  align-items: start;
}

.section-services__title {
  font-family: var(--font-family-display);
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-tight);
  margin: 0;
}

.section-services__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-services__item {
  font-family: var(--font-family-display);
  font-size: var(--font-size-xl);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-nav);
}

.section-services__item + .section-services__item {
  margin-top: var(--space-2);
}
