@font-face {
  font-family: "DM Sans";
  src: url("../../assets/dm-sans.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
}

:root {
  --butter: #f8edb9;
  --paper: #fffaf0;
  --apricot: #f4ad87;
  --soft-apricot: #f2c6b2;
  --terracotta: #a43d2b;
  --plum: #392937;
  --ink: #342832;
  --rule: #c9bfa6;
  --green: #216847;
  --purple: #572ba5;
  --red: #ac302b;
}

* { box-sizing: border-box; }
html { font-size: 16px; scroll-padding-top: 24px; }
body {
  margin: 0;
  min-width: 0;
  background: var(--butter);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; max-width: 100%; height: auto; }
figure, p, h1, h2, h3 { margin: 0; }
a { color: inherit; text-underline-offset: 5px; text-decoration-thickness: 1px; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible { outline: 3px solid currentColor; outline-offset: 6px; }
::selection { background: var(--plum); color: var(--butter); }
.frame { width: min(100% - 112px, 1280px); margin-inline: auto; }
.skip-link {
  position: absolute;
  z-index: 10;
  top: 8px;
  left: 12px;
  padding: 12px 20px;
  transform: translateY(-200%);
  background: var(--plum);
  color: var(--paper);
}
.skip-link:focus { transform: translateY(0); }
.review-bar { background: var(--apricot); }
.review-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 20px;
  min-height: 48px;
  padding-block: 7px;
  font-size: 16px;
}
.review-inner strong { margin-right: 5px; }
.review-inner a { padding-block: 5px; }
.review-inner a span { display: inline-block; margin-left: 8px; }
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-block: 26px;
}
.brand {
  display: block;
  flex: 0 0 auto;
  width: 238px;
  padding: 19px 24px;
  background: var(--plum);
}
.brand img, .footer-brand img { height: auto; object-fit: contain; }
.site-header nav { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 34px; }
.site-header nav a { padding-block: 10px; font-weight: 550; text-decoration: none; }
.site-header nav a:hover { text-decoration: underline; }
.site-header nav a span { margin-left: 7px; }
.hero { padding-top: 37px; padding-bottom: 100px; }
.hero-introduction {
  display: grid;
  grid-template-columns: minmax(0, 1.95fr) minmax(0, 1fr);
  gap: 52px;
  align-items: end;
}
h1 {
  font-size: clamp(3.25rem, 5.9vw, 5.25rem);
  font-weight: 550;
  line-height: 1.035;
  letter-spacing: -.06em;
  text-wrap: balance;
}
h1 span { color: var(--terracotta); }
.hero-note { padding-bottom: 4px; }
.hero-note p { max-width: 35ch; font-size: 19px; line-height: 1.6; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: 100%;
  min-height: 44px;
  padding-block: 6px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.text-link span { flex: 0 0 auto; font-size: 24px; line-height: 1; text-decoration: none; }
.hero-note .text-link { margin-top: 21px; }
.hero-gathering {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr);
  margin-top: 50px;
}
.gathering-photo { min-height: 340px; }
.gathering-photo img { height: 100%; object-fit: cover; object-position: 50% 55%; }
.gathering-note {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 38px 35px;
  background: var(--apricot);
  border-top-right-radius: 100px;
}
.note-mark { font-size: 58px; line-height: 1; }
.gathering-note p { max-width: 28ch; font-size: 21px; line-height: 1.5; }
.companies { padding: 88px 0 105px; background: var(--paper); }
.section-introduction {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 70px;
}
.section-label { margin-bottom: 22px; font-size: 16px; font-weight: 650; }
h2 { font-size: clamp(2.5rem, 4.5vw, 4rem); font-weight: 550; line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
.introduction-copy { max-width: 40ch; padding-bottom: 4px; font-size: 21px; }
.company {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 70px;
  padding-block: 57px;
  border-top: 1px solid var(--rule);
  --company-color: var(--green);
}
.company:last-child { padding-bottom: 0; }
.company:nth-of-type(even) .company-art { grid-column: 2; grid-row: 1; }
.company:nth-of-type(even) .company-copy { grid-column: 1; grid-row: 1; }
.entertainment { --company-color: var(--purple); }
.foods { --company-color: var(--red); }
.midstream { --company-color: #563586; }
.company-art { position: relative; background: #fff; }
.company-art::after { content: ""; display: block; height: 8px; background: var(--company-color); }
.midstream .company-art::after { background: linear-gradient(to right, #d60270 0%, #d60270 38%, #9b4f96 38%, #9b4f96 62%, #0038a8 62%, #0038a8 100%); }
.company-art img { height: auto; aspect-ratio: 3 / 2; object-fit: contain; }
.company-kicker { display: flex; align-items: center; gap: 17px; margin-bottom: 18px; color: var(--company-color); }
.company-kicker p { font-size: 16px; font-weight: 650; }
.company-number { font-size: 30px; line-height: 1; font-weight: 450; letter-spacing: -.07em; }
h3 { margin-bottom: 23px; font-size: clamp(1.85rem, 3.1vw, 2.75rem); font-weight: 550; line-height: 1.12; letter-spacing: -.035em; text-wrap: balance; }
.company-copy > p { margin-top: 17px; font-size: 18px; line-height: 1.65; }
.company-copy .text-link { margin-top: 23px; color: var(--company-color); }
.approach { padding-block: 93px 102px; background: var(--soft-apricot); }
.approach-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 105px; }
.approach-heading h2 { max-width: 12ch; }
.approach-photo { margin-top: 38px; width: min(100%, 400px); }
.approach-photo img { aspect-ratio: 1.6; object-fit: cover; object-position: 60% 35%; border-bottom-left-radius: 70px; }
.approach-copy { align-self: center; }
.approach-copy p { max-width: 40ch; font-size: 22px; line-height: 1.62; }
.approach-copy p + p { margin-top: 28px; }
.engineering { padding-block: 83px 90px; background: var(--plum); color: var(--paper); }
.engineering-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 105px; align-items: center; }
.engineering-heading h2 { max-width: 15ch; }
.engineering .section-label { color: var(--apricot); }
.engineering-copy > p { font-size: 21px; line-height: 1.6; }
.engineering-copy .location { margin-bottom: 22px; color: var(--apricot); font-size: 16px; font-weight: 550; }
.engineering-copy .text-link { margin-top: 27px; color: var(--butter); }
.contact { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 105px; padding-block: 108px 110px; }
.contact-heading h2 { max-width: 12ch; }
.contact-copy { align-self: center; }
.contact-copy p { max-width: 40ch; font-size: 21px; line-height: 1.6; }
.email-link { display: inline-block; margin-top: 30px; max-width: 100%; font-size: clamp(1.4rem, 2.3vw, 2rem); font-weight: 550; line-height: 1.5; letter-spacing: -.035em; overflow-wrap: anywhere; }
.email-link span { display: inline-block; margin-left: 9px; }
.site-footer { background: var(--plum); color: var(--paper); padding-block: 30px; }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 25px 35px; }
.footer-brand { display: block; width: 185px; }
.footer-inner > p { margin-right: auto; font-size: 16px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px 28px; }
.footer-links a { display: inline-block; padding-block: 10px; font-size: 16px; }

@media (min-width: 1600px) {
  .frame { width: min(100% - 144px, 1400px); }
  .hero-introduction { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); }
  h1 { max-width: 16ch; font-size: 92px; }
  .hero-note p { font-size: 21px; }
  .gathering-photo { min-height: 375px; }
}

@media (max-width: 1100px) {
  .frame { width: calc(100% - 72px); }
  .hero { padding-top: 30px; padding-bottom: 76px; }
  .hero-introduction { gap: 35px; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); }
  h1 { font-size: clamp(3.1rem, 6.1vw, 4.4rem); }
  .hero-note p { font-size: 18px; }
  .hero-gathering { grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); margin-top: 40px; }
  .gathering-note { padding: 28px 28px 30px; border-top-right-radius: 75px; }
  .gathering-note p { font-size: 19px; }
  .gathering-photo { min-height: 320px; }
  .section-introduction, .company { gap: 42px; }
  .section-introduction { margin-bottom: 48px; }
  .company { padding-block: 45px; }
  .company-copy > p { font-size: 17px; }
  .approach-layout, .engineering-layout, .contact { gap: 50px; }
  .approach-copy p { font-size: 20px; }
  .engineering-copy > p, .contact-copy p { font-size: 19px; }
}

@media (max-width: 800px) {
  .frame { width: calc(100% - 48px); }
  .site-header { gap: 20px; }
  .brand { width: 205px; padding: 17px 20px; }
  .site-header nav { justify-content: flex-end; gap: 0 21px; }
  .hero-introduction { grid-template-columns: 1fr; gap: 27px; }
  h1 { max-width: 17ch; font-size: clamp(3rem, 8.5vw, 4.5rem); }
  .hero-note { max-width: 55ch; }
  .hero-note p { max-width: none; font-size: 19px; }
  .hero-note .text-link { margin-top: 13px; }
  .hero-gathering { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); }
  .gathering-note { border-top-right-radius: 65px; }
  .gathering-note p { font-size: 18px; }
  .gathering-photo { min-height: 330px; }
  .companies { padding-block: 62px 75px; }
  .section-introduction { grid-template-columns: 1fr; gap: 25px; }
  .section-introduction h2 { max-width: 16ch; }
  .introduction-copy { max-width: 50ch; font-size: 20px; }
  .company { grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); align-items: start; gap: 28px; }
  .company-art { margin-top: 8px; }
  .company:nth-of-type(even) .company-art { grid-column: auto; grid-row: auto; }
  .company:nth-of-type(even) .company-copy { grid-column: auto; grid-row: auto; }
  .company-kicker { gap: 12px; }
  .company-kicker p { font-size: 16px; }
  .company-number { font-size: 26px; }
  h3 { font-size: 30px; }
  .company-copy > p { font-size: 17px; }
  .approach { padding-block: 66px; }
  .approach-layout, .engineering-layout, .contact { grid-template-columns: 1fr; gap: 35px; }
  .approach-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0 35px; }
  .approach-heading .section-label { grid-column: 1; }
  .approach-heading h2 { grid-column: 1; }
  .approach-photo { grid-column: 2; grid-row: 1 / span 2; align-self: stretch; margin-top: 0; }
  .approach-photo img { height: 100%; min-height: 210px; object-fit: cover; border-bottom-left-radius: 50px; }
  .approach-copy p { max-width: 55ch; }
  .engineering { padding-block: 64px 70px; }
  .engineering-heading h2 { max-width: 17ch; }
  .engineering-copy > p { max-width: 55ch; }
  .contact { padding-block: 70px 76px; }
  .contact-heading h2 { max-width: 17ch; }
  .contact-copy p { max-width: 55ch; }
  .email-link { font-size: 28px; }
  .footer-inner { justify-content: flex-start; }
  .footer-links { width: 100%; }
}

@media (max-width: 560px) {
  .frame { width: calc(100% - 40px); }
  .review-inner { gap: 0 18px; padding-block: 8px; }
  .site-header { flex-direction: column; align-items: flex-start; gap: 15px; padding-block: 24px 17px; }
  .brand { width: 192px; padding: 16px 22px; }
  .site-header nav { justify-content: flex-start; gap: 0 21px; }
  .site-header nav a { font-size: 16px; padding-block: 8px; }
  .site-header nav a span { margin-left: 3px; }
  .hero { padding-top: 23px; padding-bottom: 54px; }
  h1 { max-width: 15.5ch; font-size: clamp(2.625rem, 10.5vw, 3.65rem); letter-spacing: -.055em; line-height: 1.065; }
  .hero-introduction { gap: 24px; }
  .hero-note p { font-size: 18px; }
  .hero-gathering { grid-template-columns: 1fr; margin-top: 31px; }
  .gathering-photo { min-height: 0; }
  .gathering-photo img { height: auto; aspect-ratio: 1.4; object-fit: cover; }
  .gathering-note { display: grid; grid-template-columns: 36px minmax(0, 1fr); align-items: start; gap: 17px; padding: 27px 24px 31px; border-top-right-radius: 0; border-bottom-right-radius: 60px; }
  .note-mark { font-size: 40px; }
  .gathering-note p { max-width: none; font-size: 18px; }
  .companies { padding-block: 55px 62px; }
  .section-label { margin-bottom: 18px; }
  h2 { font-size: clamp(2.35rem, 9.2vw, 3rem); line-height: 1.1; }
  .section-introduction { gap: 23px; margin-bottom: 39px; }
  .introduction-copy { font-size: 19px; }
  .company { grid-template-columns: 1fr; gap: 28px; padding-block: 31px 39px; }
  .company-art { margin-top: 0; }
  .company-art::after { height: 6px; }
  .company-kicker { margin-bottom: 17px; }
  h3 { margin-bottom: 22px; font-size: 32px; }
  .company-copy > p { font-size: 18px; line-height: 1.6; }
  .company-copy .text-link { margin-top: 21px; }
  .approach { padding-block: 57px 61px; }
  .approach-layout { gap: 31px; }
  .approach-heading { display: block; }
  .approach-heading h2 { max-width: 13ch; }
  .approach-photo { margin-top: 28px; width: 100%; }
  .approach-photo img { min-height: 0; height: auto; aspect-ratio: 1.55; border-bottom-left-radius: 52px; }
  .approach-copy p { font-size: 19px; }
  .approach-copy p + p { margin-top: 23px; }
  .engineering { padding-block: 54px 61px; }
  .engineering-layout { gap: 30px; }
  .engineering-heading h2 { max-width: 14ch; }
  .engineering-copy > p { font-size: 19px; }
  .engineering-copy .location { margin-bottom: 18px; }
  .contact { gap: 27px; padding-block: 58px 64px; }
  .contact-heading h2 { max-width: 12ch; }
  .contact-copy p { font-size: 19px; }
  .email-link { font-size: clamp(1.4rem, 6vw, 1.8rem); letter-spacing: -.04em; }
  .footer-inner { gap: 21px; }
  .footer-brand { width: 160px; }
  .footer-inner > p { width: 100%; margin-right: 0; }
  .footer-links { gap: 12px 25px; }
}
